implement offsetof in C.
Sr Software Developer Interview Questions
71,582 sr software developer interview questions shared by candidates
Find whether a given binary tree is image of the other one
Complexity of my solution was O(n) and used 2 passes Although the constant before n does not change the asymptotic complexity interviewers did not get it and got my solution as wrong.
Find the Kth largest number in an array.
What’s the difference between Processes and Threads?
They wanted to know the exact number of years I had worked with each programming language.
A problem related to Max Islands in a 2d array.
Draw on the paper a deadlock.
Count the number of duplicates in a BST without using recursion and constant space
1. Brainbench test was mostly based on Core C++ and STL. 2. F2F discussion was on C++ Fundamentals, STL, Design Patterns. 3. Practical assignment was to implement a Simple Game, they already had some part of it implemented and some of the part was to be implemented by you. You are allowed to change the already implemented part. 4. In VC most of the questions were focused on the solution of the assignment. Like the thinking, the design you made, why you choose to implement the same design?, what could be the improvements? How you tested your code etc.
Viewing 551 - 560 interview questions