They asked about me. About my knowledge on coding and on the projects I have done.
C Interview Questions
5,483 c interview questions shared by candidates
Q. Introduce yourself Q. What projects you made? Q. Can you show your projects? Q. What is SQL (some commands)? Q. Write a program ( Easy one)
Tell me about your project
Programming questions on Python, SQL.
1.Global versus local variable 2.Iteration and Recursion 3.Probability and time distance questions 4.Project 5. Basic c programming
Basic oops concept and pattern program
introduce yourself basic of any language .
Different types of inverted commas used in python.
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;
3. HR Round Project Discussion Company-related discussion
Viewing 3591 - 3600 interview questions