Intern - 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 100% positive. To compare, the company-average is 58.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Intern - Software Engineer roles take an average of 60 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 31 days.
Here are the most commonly searched roles for interview reports -
There are two rounds back and back. The first round was a guy from 126 and the question was the nth node from the end in a linked list. The second round was a guy from Kindle and the question was reverse a string and lots of fundamental concepts in object oriented programming
Interview questions [1]
Question 1
A inherits from B, which inherits from C. Will initializing A invoke constructor of C
I applied online. I interviewed at Amazon in Dec 2013
Interview
Applied online through their website. Contacted me like a month after the application. They told me when i will have two consecutive phone interviews. Did not asked me even if i was available that time. I received an offer two months after the interviews.
Interview questions [3]
Question 1
You are given the putChar(int) function in C (accepts ASCII code,
prints on the screen the character). Write a function putInt(int) that
accepts an int and prints on the screen the same int by only using the
putChar(int) function.
You are given a stock sequence like: 3, 6, 2,10, 5, 9. Each number
represents the price for buying/selling a certain stock each day. You
can buy once and sell only once. Find the maximum possible gain.