It was multithreaded foo() and bar() printing task as the one you can find on leetcode website. And the common C++ questions RAII, OOD.
C Programmer Interview Questions
3,500 c programmer interview questions shared by candidates
Multithreading question regarding integer over/under flow, data races, etc…
What's your most relevant professional experience?
coditly test was 3 problems in 120 minutes
1. Adjacency - codility 2. Sorting - codility 3. Stacks - codility 4. Casting in C vs. casting in c++ - technical interview
Some problem solving questions which were average and expected, a lot of C/C++ related questions which required experience with the language
Linked list program
Solve a specific puzzle with C++.
- 2nd last element in a linked list - Middle element in a linked list - Bits operations
Difference between struct and class? Boxing and unboxing? They give you examples of code and you need to tell them what the output will be. They also ask you along the way additional questions such as what goes on under the hood when you declare a struct, what goes on under the hood when you declare a class. Even though you may be a good programmer they might make you look like a fool.
Viewing 3461 - 3470 interview questions