Implement LRU Cache
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Abstract class vs interface in Java
"Tell me about a time when you failed at something."
1. Graph Questions undirected. shortest path 2. Trees 3. Dynamic programming 4. Design questions
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
problem on array of arrays
Viewing 161 - 170 interview questions