Which design patterns I know and in which situations I used them.
Senior C Developer Interview Questions
365 senior c developer interview questions shared by candidates
How would I implement an unique pointer.
Tell about your previous projects
Listed the questions in the interview process.
OOP concepts and c++ 11 based questions
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?
Q_OBJECT and MOC working and need of it?
Singleton design pattern? Smart Pointer? why we need it? internal working of Unique pointer? what is shared and weak pointer?
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 291 - 300 interview questions