OOP concepts and c++ 11 based questions
Senior C Developer Interview Questions
264 senior c developer interview questions shared by candidates
Q: What is your motivation about the job? Q: How would you act in a situation if your peer in a remote location is acting unfair about what you've done on a specific task?
The first round : copy constructor, delete keyword, memory management(smart pointers, RAII), static keyword for member functions and variable, singleton, code review, checking performance and finding bottlenecks (perf, gprof, intel Vtune), sort (stable and not stable),
1- Deep discussion on current project. Also small discussion on past projects. 2- Which debugging tools are used. 3 - Write a program to implement Binary Search 4- write a program to show string class implementation ( own string class with all the thing inside so that we can do operations on string using char array pointer) 5- copy constructor defination for string copy.
What do you think makes a good leader?
Describe algún patrón de diseño que utilizarías para desarrollar un videojuego.
Listen to phrases and repeat them back while being recorded. (Language proficiency test)
What would you do if someone breaks a piece of your code?
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?
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.
Viewing 211 - 220 interview questions