"Tell me about a time when you failed at something."
Software Developer Ii Interview Questions
6,480 software developer ii interview questions shared by candidates
1. Graph Questions undirected. shortest path 2. Trees 3. Dynamic programming 4. Design questions
problem on BST
OO design: Black Jack Game. System design: Amazon video subscription.
What was the thing you do not like in the the project you like best?
Mainly algorithmic and design questions
Round 1. Q 2. n x 2 matrix of integers given. The matrix says enmity between 2 prisoners. Divide the prisoners into 2 groups where there is no enmity in the groups. Eg: 1,2 2,3 5,4 The matrix means: There are 5 prisoners (1,2,3,4,5). Prisoner 1 is an enemy of P2. Not vice versa. Similarly Prisoner 2 is an enemy of P3. The two possible groups are: {1,3,4} and {2,5} where is there is no enmity within the groups.
Exchange two int values without using the third variable Bubble sort logic and code for bubble sort
I had the typical behavioral questions: - Tell a time when I received feedback. What was it for and how did I handle it? - Talk about a time a had a big responsibility or had put on a lot of work into something. - Talk about a time a decision wasn't the one I wanted or thought wasn't the correct one. How did I handled it?
Sort a linked list of size N with elements in the range 1 to K
Viewing 431 - 440 interview questions