I applied online. The process took 1 week. I interviewed at Atos (Mumbai) in Jul 2025
Interview
Tell me about yourself.
2 technical rounds.
1st technical round based on basic C++ concepts.
2nd technical round advanced C++ concepts.
Asked if lead any small team.
Where do you yourself in next 5 years.
Interview questions [2]
Question 1
1st technical round based on basic C++ concepts. Pointers, All types of constructors, Unique pointer, move constructor and move assignment operator, lvalue vs rvalue, deep copy vs shallow copy, factorial using recursion.
2nd technical round advanced C++ concepts. Difference in unique _lock and lock_guard, What is function object, What is core dump, Find greatest of 3 numbers (using max function expected), Singeltone and Strategy design pattern, Static method and Static object, Friend fun vs Friend class, Difference in error and exception, Function object, Lambda expression, How to stop making class object(Expected answer is to make constructor as delete). Basic STL Algorithm Library functions like max, sort, find, etc.