Listed the questions in the interview process.
Senior C Developer Interview Questions
373 senior c developer interview questions shared by candidates
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.
One question about using semaphone to achieve threads synchronization.
What are you doing in your current role? What is the time requirement? How do you achieve the time requirement? How to find out cause of an internet communication failure?
What do you know about ZOPA?
Viewing 301 - 310 interview questions