C/C++
What is a spinlock?
What is the strong exception guarantee in C++ and how is it applied?
What is the asymptotic complexity of list operations in C/C++?
How can memory alignment be managed in structures in C/C++?
What is weak_ptr used for?
What is the asymptotic complexity of list operations?
Tell us about the keyword _fastcall, its purpose, and usage features.
Name three fundamental principles of object-oriented programming.
What is the difference between STL vector and array containers?
What is a deque?
How does the priority_queue data structure work in C++?
How are exceptions stored in C/C++?
Decode the abbreviation KISS.
What happens if an exception is thrown in a function marked as noexcept?
What is the difference between map and unordered_map containers in C++?
What is the difference between a reference and a pointer in C/C++?
What is the noexcept keyword and what is it used for?
Can the new and delete operators be overloaded in C++?
What collision resolution algorithms do you know?
What can you tell about the MVC pattern?