Please wait patiently. You do not have to take any action now. You will be notified 10-20 mins before your interview is scheduled.
Ingeniero De Software C Interview Questions
3,488 ingeniero de software c interview questions shared by candidates
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
Knowledge of C++ language features and STL (mostly containers and multi-threading facilities)
Solve a specific puzzle with C++.
- 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.
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 is the difference between struct and union keywords in C ?
Viewing 3471 - 3480 interview questions