Sobes.tech

How is the final result of a compiler's work represented after the source code compilation process?

Junior — Middle
209

Can you explain the difference between the keywords 'virtual' and 'override' in the context of OOP?

Junior — Middle
209

What data structure would you use for efficient storage and frequent addition of large volumes of integers?

Junior — Middle
206

What conditions must the 'less' comparator meet for the correct operation of the std::sort algorithm?

Junior — Middle
205

Can you tell about the key responsibilities and projects you implemented at your previous job?

Junior — Middle
200

Is it possible to use the emplace_back function with std::vector without passing arguments?

Junior — Middle
199

Can you explain what a linker is and what role it plays in program compilation?

Junior — Middle
198

What amount of memory is required to store an object of type std::unique_ptr?

Junior — Middle
197

What is the memory size occupied by a pointer in a 64-bit architecture?

Junior — Middle
195

What is the result created after preprocessing code?

Junior — Middle
190

How many parameters does the emplace_back method for the std::vector container accept?

Junior — Middle
190

Can you explain what the term 'mutex' means and how it is used for thread synchronization?

187

What special predicates need to be defined for using custom types in std::unordered_map?

Junior — Middle
184

Can the keyword virtual be used in C++ to override a method in derived classes?

Junior — Middle
183

What is the role and tasks of a linker in the program build process?

Junior — Middle
181

What affects the size of a pointer in memory?

Junior — Middle
179

What is the significance of the inline keyword in the context of the linker and program module compilation?

Junior — Middle
178

Is the code necessarily inserted at the call point of an inline function during compilation?

Junior — Middle
178

What are the advantages and disadvantages of using mutual exclusion (Mutex) in multithreaded applications?

Junior — Middle
174
/2