C Developer Interview Questions

5,483 c developer interview questions shared by candidates

For the coding interview on HacherRank, I just needed to know about arrays, hash maps, and graph data structure. The interview on headquarters was mostly questions on OOP, then one coding question, a version Best Time to Buy and Sell Stock
avatar

C++ Developer

Interviewed at Murex

4.3
Jun 25, 2023

For the coding interview on HacherRank, I just needed to know about arrays, hash maps, and graph data structure. The interview on headquarters was mostly questions on OOP, then one coding question, a version Best Time to Buy and Sell Stock

You are working as part of a multidisciplinary team on a critical project at EDF, which involves developing a new energy-efficient technology. Your team includes engineers, scientists, and project managers, each with their own expertise and perspectives. In a meeting, a disagreement arises between two team members: one believes that a particular technical approach is the best solution, while the other argues for a different method based on recent research findings. Both approaches have their merits, but this disagreement is causing tension and slowing down progress. What would you do in this situation? How would you help resolve the disagreement?

You are working as part of a multidisciplinary team on a critical project at EDF, which involves developing a new energy-efficient technology. Your team includes engineers, scientists, and project managers, each with their own expertise and perspectives. In a meeting, a disagreement arises between two team members: one believes that a particular technical approach is the best solution, while the other argues for a different method based on recent research findings. Both approaches have their merits, but this disagreement is causing tension and slowing down progress. What would you do in this situation? How would you help resolve the disagreement?

You are working on a project with a diverse team of engineers and project managers. You have been asked to take part in a meeting to discuss some issues with the project and come up with a solution. How would you approach this to ensure effective communication and collaboration? How would you reach a consensus to move the project forward?

You are working on a project with a diverse team of engineers and project managers. You have been asked to take part in a meeting to discuss some issues with the project and come up with a solution. How would you approach this to ensure effective communication and collaboration? How would you reach a consensus to move the project forward?

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();
avatar

Junior C# and .NET developer

Interviewed at NiCE

3.9
Jun 6, 2024

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();

Tell us about a situation in which you needed to make an important decision quickly, but were faced with conflicting information from multiple sources. Please describe the situation, your actions, and the outcome of your final decision.
avatar

P&C Actuarial

Interviewed at WTW

3.9
Oct 1, 2023

Tell us about a situation in which you needed to make an important decision quickly, but were faced with conflicting information from multiple sources. Please describe the situation, your actions, and the outcome of your final decision.

Viewing 5441 - 5450 interview questions

Glassdoor has 5,483 interview questions and reports from C developer interviews. Prepare for your interview. Get hired. Love your job.