Software Engineer applicants have rated the interview process at Amazon with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 33% positive. To compare, the company-average is 63.8% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I was contacted through email to set up a phone interview. I got asked the standard hr questions. Tell me about yourself? Why Amazon? Would you relocate?
I was asked theory questions such as difference between final, finally and finalize? Difference between memory stack and heap? Asked about object oriented programming principles such as define polymorphism.
Interview questions [1]
Question 1
ask to code a program that multiplies 2 numbers without using the algebraic multiplier command. I forgot to include cases where one or both values are negative.
it was one online test contains 3 questions.
1. u have given an array containing 0's and 1's sort them.
2. convert prefix to postfix
3. different number of ways from (x1, y1) to (x2, y2) in 2d graph. u are allowed to move up or right, and x1 <= x2, y1 <=y2.
all 3 are coding qns.