Software Developer applicants have rated the interview process at Amazon with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 61.5% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at Amazon in Dec 2012
Interview
1. Got an email to schedule a technical interview which lasts 45 minutes.
2. 1st technical interview.
3. 2nd technical interview.
Both interview are based on programming questions. Data structures and algorithms. Questions:
Whats the difference between a Binary Tree and a Binary Search Tree.
Write a function to get binary tree nodes into an in-order binary search tree.
Interview questions [1]
Question 1
get fully prepared for data structure and bit manipulation.
I applied through college or university. The process took 2 days. I interviewed at Amazon
Interview
4 Rounds. All on campus.
Interview questions [1]
Question 1
A set of jobs are given, each has a start and end time. Assign threads in parallel for the jobs to be completed at the time mentioned. Optimize the number of threads allocated.