Nombre de bits d'un integer en C++ ? Qu'est-ce qu'un string ? Différence Java/C++
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
Rewrite template classes to use inheritance without changing the calling environment which required a static function call, but static functions can't be virtual.
They are keen on your C++ and C++11 knowledge. They would ask you about design patterns and how you design your classes and interaction between them. They like you to use "const" as much as possible. Before "interviews" familiarize yourself with latest C++14,17,20 news, you don't need to know all details but have at least 1-2 sentence to say about each of them.
How to call the destructor of a child class when an object is deleted, but as a parent class object?
What is virtual in C++? Given this example (A inherits B), what will print if we make the functions virtual or not, or change what type the object pointer is?
They wanted a specialized container class that is using standard library container. I could only submit my code twice. After second assessment ended and I was declined by a machine without any useful feedback. This assessment wasted my 7 hours without any gains.
Reverse a linked-list, convert link-list to a number and about my previous experience, Design Patterns and such
STL
assign function of templated data structure some_map, do not assume V is default constructible, you will not get compilation error which is really stupid
Implement a single function for a class.
Viewing 311 - 320 interview questions