The first round : copy constructor, delete keyword, memory management(smart pointers, RAII), static keyword for member functions and variable, singleton, code review, checking performance and finding bottlenecks (perf, gprof, intel Vtune), sort (stable and not stable),
C Engineer Interview Questions
3,790 c engineer interview questions shared by candidates
C++ concepts, multithreading, Linux command to show process status, difference between heap corruption and memory leaks.
MCQ's on Virtual function Vector Multithreading Inheritance Smart Pointers
What are the best practices and hazards in Multithreading development
Tell me more about one of the projects you been working on
Nothing but your standard interview Q's, plus 3 hours of detective work with hackerrank.
What is polymorphism? What are the types of polymorphism and where do you use them in practice?
Where do you use virtual functions practically?
Would the below statement run successfully? If yes, what would be stored in var? IEnumerable var = new List<string>();
C++ implementation questions, linear algebra
Viewing 3011 - 3020 interview questions