I applied through college or university. The process took 1 day. I interviewed at Amazon
Interview
Phone interview with two interviewers, each for 30 minutes.
1. Asked me about my tech experience and some projects on my resume.
2. Given a sequence of number and a fixed integer find whether there are pairs of numbers whose sum is the given integer.
3.The node in a tree has either 5 children or none, given its preorder? how to construct the original tree.
Interview questions [1]
Question 1
The node in a tree has either 5 children or none, given its preorder? how to construct the original tree.
It is a on-site interview. 18 interviewers are devided into 6 groups, and each group has 3 people. A group need to solve three relatively independent problems, each person is in charge of one. The problem is a abstract version of a real world problem. You not only need to complete your solution, but also help with your teammate, because Amazon takes teamwork seriously.
Interview questions [1]
Question 1
How to construt data structures to solve the problem effectivly. Why do you choose this kind of data structures?