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
Software Developer C Interview Questions
5,483 software developer c interview questions shared by candidates
Tell us about your last project in C++.
Class, methods, oops, data structure
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?
DSA questions like linked List, Queue
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();
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 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.
Tell us about yourslef where do you see yourself in the next five years why did you choose us what are you bringing to the table
Viewing 5441 - 5450 interview questions