¿Podrías explicar qué es el polimorfismo?
Junior Software Developer Interview Questions
4,372 junior software developer interview questions shared by candidates
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
Self intro About project Question related to project SQL queries What is variable Diff btw c and Java Data types Can a number is assigned to string.Then what is the need of integer How to free up space Can a variable declared outside function used inside it Will u work if given a technology which is new to you Willing to relocate Work in shifts Do you have any questions
Collection Framework OOP's example of each priciples Living coding
Viewing 2851 - 2860 interview questions