Some highly complex C++ programs that were really difficult to complete within the given time frame. HR interview was quite friendly.
Ingeniero De Software C Interview Questions
3,488 ingeniero de software c interview questions shared by candidates
What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
What's your most relevant professional experience?
Some problem solving questions which were average and expected, a lot of C/C++ related questions which required experience with the language
Multithreading , C++ basic polymorphism related questions and related to pointers are there.
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
Linked list program
I had to complete an online challenge on C++ coding. The test involved multiple bullet point question plus 2/3 coding exercises to be completed within a time limit.
Tell us about your last project in C++.
Viewing 3461 - 3470 interview questions