Reverse a linked-list, convert link-list to a number and about my previous experience, Design Patterns and such
Software Developer C Interview Questions
1,000 software developer c interview questions shared by candidates
Usual questions about containers, virtual destructors, race conditions, etc.
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
How does a TCP traceroute work?
Questions related to virtual memory and memory allocation in C++
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?
Tech Interview1 was mainly about basic knowledge. Tech Interview2 was mainly about order, trading, etc. Personally I don't have any related experience in a trading company, so my prep for the interview was totally wrong.
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
Viewing 801 - 810 interview questions