Thread safety
C Software Developer Interview Questions
1,022 c software developer interview questions shared by candidates
Example question/subject: Smart pointers - what, why, difference between those and raw, RAII, dangling reference, how to implement etc.
Dangling pointers, vptr, vtable , singleton design pattern
What's STL in a C++ context.
Explain bankers algo and dining philosophy problem.
Desafios que já tive em projetos anteriores.
Basic C++ questions on inheritance, function overloading, 2 hacker rank questions on array and strings.
Implement a class that do ____. Follow up: how would you make sure you won't get into a race condition when users access it, if you were using some sort of database for it.
Write a test to detect the correctness of a function. This function is to remove all odd number in an array.
Nothing too expected but they asked some OOP basics like difference between multi inheritance and single inheritance, examples of that, provide the architecture in terms of classes and attributes to a university/school system (i.e. Student, Course, etc.).
Viewing 601 - 610 interview questions