What is the size of shared_ptr?
What Windows mechanisms will you use to track changes in a directory with millions of files in real time?
How do you usually write development and code documentation?
Is this solution left in its original form or was something significantly redesigned?.
How do you handle work under multitasking and stress when a task is urgent?
Which standard C++ tools use RAII? Does std::vector use it?
What is std::condition_variable, what does a predicate do, and why is it needed?
How were classes and conversion algorithms organized in the core?
How to implement an RAII wrapper over a C library and what happens when it is copied?
What other cases of deadlock are possible besides different mutex acquisition orders? Is a recursive_mutex needed?
What local LLM did you use and how did you configure it?
What AI development tools have you used and how do you verify their results?
Tell us about your current project and the part of the application you were responsible for.
Tell about the modes of lambda capture and the pitfalls of resource lifetime.
Насколько подробно вам рассказали о компании и чем она занимается?
What is the feature of UDP protocols?
What is RAII, what problem does it solve, and why use it instead of manual delete?
Is increasing an atomic<int> thread-safe through x = x + 1? How does it differ from fetch_add?
Have different conversion formats been supported?
What synchronization primitives have you used and how do lock_guard, unique_lock, and scoped_lock differ?