C++ OO concepts
C Software Developer Interview Questions
1,018 c software developer interview questions shared by candidates
pointer arithmetic, copy constructor, polymorphism, public & private members, delete vs. delete[], STL map
Concept C++, database optimization, company review, your working experience, coding etc.
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.
Q: What is an abstract class?
Q: Tell me about your research and experiences during your last internship.
Implement a small (albeit complex) operation on a templated data structure
Implement a single function for a class.
Implement a particular data structure in C++
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
Viewing 801 - 810 interview questions