Solve a specific puzzle with C++.
Software Developer C Interview Questions
5,471 software developer c interview questions shared by candidates
- 2nd last element in a linked list - Middle element in a linked list - Bits operations
Some highly complex C++ programs that were really difficult to complete within the given time frame. HR interview was quite friendly.
Explain your current role and what you have done
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();
Binary trees, Algorithm debugging, Class definition for efficient storage of strings
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.
-présentez-vous? - le type de missions que vous avez effectué chez votre employeur précedent....
Viewing 5381 - 5390 interview questions