Valuing a bond.
C Software Engineer Interview Questions
3,487 c software engineer interview questions shared by candidates
Most general C++ and geometry related questions
Which method is called when you recast an object twice which has 3 levels deep inheritance and the method you're calling uses the `new` modifier?
By having the interface X, a class Y that implements it, and a class Z that extends the class Y + overrides one of the methods using override, and the second one using new, Tell which method will be called if ... Bunch of different combos of those things.
Q1. Quick sort algorithm and Merge sort algorithm and which one is better on linked list. Q2. Dynamic memory allocation and use cases of malloc, calloc, realloc and new. Q3. Some codes were given on pointers and few questions were asked. Q4. One Problem was given which required topological sort approach.
Extend your system with implementation of a simple additional requirement.
What was the most challenging project in your last job?
Solve a specific puzzle with C++.
Knowledge of C++ language features and STL (mostly containers and multi-threading facilities)
Difference between struct and class? Boxing and unboxing? They give you examples of code and you need to tell them what the output will be. They also ask you along the way additional questions such as what goes on under the hood when you declare a struct, what goes on under the hood when you declare a class. Even though you may be a good programmer they might make you look like a fool.
Viewing 3461 - 3470 interview questions