They asked a CV and a few questions about previous experience.
C Developer Interview Questions
3,509 c developer interview questions shared by candidates
And basic logic questions and modulus questions.
std::string optimization, std::vector resize, SOLID principles, RAII, unit tests, smart pointers, multi-threading, deadlock etc.
Question around references and pointer, difference between them, use of temp variable
What is a DTO and why use it
List the Clean Code principles (from the book, I guess, but that wasn't specified)
- move semantics - modern c++ features - vector vs array - map vs unordered_map, collisions in the HashMap and how it resolves - smart pointers: difference and usage; are they thread-safe - lambdas and capture list - multithreading: mutex, conditional variable, critical section, dead lock, live lock, std::lock
Basic interview questions on c++ Too mane behavioural questions
Inheritance constructors oops concepts and previous project details
Tips: - test is performed on codingame website ( check it out before applying to get familiar ) - 20 questions in total of type what is the output of presented program and algorithm problem solving - get your favorite compiler / linker ready - big note here : you cant copy paste code in IDE / editor from codegame website - 17 questions where you have 3 minutes to copy code by hand into your IDE / editor from website, compile it and link it and then again manually write output of code to output text box - program lengths are 30 -60 lines in ranges - practice fast typing beforehand - 3 problems of algorithmic type , 20 minutes to solve using IDE on codingame website
Viewing 2241 - 2250 interview questions