Every internal detail of C++ programming language.
C Software Engineer Interview Questions
994 c software engineer interview questions shared by candidates
C++ related questions. Technical questions related to the position. Previous work experience
isPalindrome: /// /// The goal of this function is to determine if a string is /// a palindrome. e.g. radar if spelled backwards is radar /// /// String to test /// true if palindrome, false if not // abba abcd
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.
What do you know about ZOPA?
Implement a rate calculation system.
What was your role in last project? Test on undergraduate level knowledge (C, C++, Data structure, Algorithims, OS, Linux, computer architecture) Hand-written coding test
Network protocols and communication, transport layers, server-client architecture and basics of cryptography.
1. RTTI 2. Threads 3. Thread synchronization 4. copy constructor 5. MFC begin message map 6. SDI, MDI, Dialog based apps 7. COM 8. OOPs concept 9. CObject
The answer was related to Graph data structure
Viewing 821 - 830 interview questions