1.Global versus local variable 2.Iteration and Recursion 3.Probability and time distance questions 4.Project 5. Basic c programming
C Interview Questions
5,483 c interview questions shared by candidates
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
No detallo las preguntas, pero sí puedo indicar que buscan a alguien con mucha experiencia en C++, en particular en soluciones multiplataforma y concurrentes. También se requiere dominio de las expresiones regulares.
Las preguntas y la prueba técnica versan sobre soluciones concurrentes y manejo de expresiones regulares.
Implement a parenthesis, bracket and brace validator.
basic aptitudes (profit loss,probability )etc basic program(swap,palindrom)
Viewing 3591 - 3600 interview questions