1. Design an ordering system.
Software Engineer Ii Interview Questions
3,979 software engineer ii interview questions shared by candidates
There is no unexcepted question
Copy a linked list
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
Viewing 3801 - 3810 interview questions