What is the class path for a java hash set?
Junior Software Developer Interview Questions
4,371 junior software developer interview questions shared by candidates
Sorting program, what is deadlock in DBMS, explain normalisation in DBMS,strength weaknesses
¿Podrías explicar qué es el polimorfismo?
Q: Describe one difficult work situation you've had, and how you've handled it? Q: What interpersonal conflicts did you have on professional teams? How did you handle them?
I was asked to tell them about myself
How do you take negative feedback, who is your mentor and why, what does success and hard work mean to you
Explain how you will improvise the internal attributes of an app without external affairs.
How would you implement a stack in Java?
Shortest path in graph: /// /// graph is a function that accepts the node name, and int*. It returns the /// neighbors of the node and the length of the neighbors in the int* /// /// Name of start node /// Name of goal node /// /// The shortest path with format start->...->goal char *shortestPath(Inner *(*graph)(const char *, int *), const char *start, const char *goal) { // int neighborsLength; // Inner *neighbors = graph(start, &neighborsLength); // std::cout << "name: " << neighbors[0].name << neighbors[0].cost << " // length: " << neighborsLength << std::endl; std::cout << "name: " << // neighbors[1].name << neighbors[1].cost << " length: " << neighborsLength // << std::endl; // neighbors = graph(neighbors[0].name.c_str(), &neighborsLength); // std::cout << "name: " << neighbors[0].name << neighbors[0].cost << " // length: " << neighborsLength << std::endl; std::cout << "name: " << // neighbors[1].name << neighbors[1].cost << " length: " << neighborsLength // << std::endl;
MCQ round 40 question 20 minute
Viewing 2851 - 2860 interview questions