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 -
First,they asked my about my preferred language then i was asked all the technical question and in later they asked me more about the projects I have done. Then at the end they asked me whether I had any question for them. The question was like :
1)what is a BST? given an example then was asked is this a BSt?
2) write the code for find whether the tree is BST or not?
3)time complexity of your algorithm
4)write your atoi function with two parameter as base and number.
Interview questions [1]
Question 1
All the question were basic coding question. They asked me to the implete a simpler version of a mine sweeper game.
I applied through college or university. The process took 4 weeks. I interviewed at Amazon in Oct 2013
Interview
I apply amazon in school career fair and get a interview invitation in two weeks. First round is technical interview, it will give you three coding questions. you have one hour. you should not only write the code but also analysis the time complexity of your code. the questions are not very hard, but you need to write it carefully, you may not have the time to run your own test cases
Interview questions [1]
Question 1
you need to write the code correctly without IDE's help and be able to know the time complexity of the data structure you are going to use, even though the data structure might be Java JDK, you still need to know the complexity