Copy a linked list
Software Developer Ii Interview Questions
3,980 software developer ii interview questions shared by candidates
Basic coding test
How do you design a system which sells online ticket of a basketball match that has 1000 ticket to sell and millions of people want to buy that tickets the same time?
In the virtual onsite: 1- A very easy coding question. Straight-forward greedy algorithm. 2- System design question regarding stream of input queries and how to store and read these values 3- A straight-forward BFS coding question 4- A Trie coding question
K largest elements from a big file or array.
Tries and back tracking question
Q1. find the maximum possible sum of the qualities of all channels. if the answer is a floating-point value, round it to the next higher integer. eg. packets= [ 1, 2, 3,4,5] channels = 2 At least one packet has to go through each of the c2 channels. One maximal solution is to transfer packets {1,2,3,4} through channel 1 and packet {5} through channel 2
Design Twitter timeline STAR questions Word break II Jump Game IV Implementing product search
1) parenthesis questions see if it is a valid string 2) lots of leadership principle questions. know all 14 and reference some of them
Algo/Datastructure + System design Each interviewer asked LP questions for the last 10/15 minutes. Can easily prepare for this part if you can figure out what principle they are asking you about
Viewing 3801 - 3810 interview questions