What would you do if someone breaks a piece of your code?
Senior C Developer Interview Questions
264 senior c developer interview questions shared by candidates
1. Sort array with ones and zeros. This was the most "complicated" part. 2. Complexity of insert/delete/find in double linked list, binary tree. Complexity of sort of array of numbers, of sorted array of numbers. 3. Questions like what order ctors/dtors work. 4. Some crap with 2 classes having static shared ptr for kernel object, where kernel was class poorly written. Like what's wrong with the code was the question. 5. int x; int &j; j=x; What's wrong? Reference should be assigned to a variable when declared actually. Other questions very primitive.
Have you worked with distributed systems? What were your biggest challenges? There is a .net application, handles thousands of request seamlessly, however when it peaks, it starts to throttle. What .net specific reason can cause this?
Typical C++ questions Implement your own shared pointer Singleton implementation
Show me how you would do ...?
What experience do you have?
Why are you leaving your current position?
Concerning the project: It’s intentionally somewhat open ended on the details – we just want to see how you think, approach and complete a task – and what your code looks like. Feel free to change any existing code as you see fit, and jot down any other thoughts about it that you didn’t implement at this point. http://www.stilman-strategies. com/stilman-cpp-code-test.zip “Please let us know if you have any issues along the way. We look forward to seeing your results, delivery via a google link is best for us but we are flexible. Next we will review and then setup a team review session with you.”
In my case there was no unexpected questions.
Standard FizzBuzz test
Viewing 221 - 230 interview questions