I applied through college or university. The process took 2 weeks. I interviewed at Amazon in Feb 2014
Interview
Submitted resume on university career fair. Attended on-campus interview. Two rounds with two engineers. They are both very nice and willing to discussion with you about the question. One small flaw was that I told them I had a pending offer and would like to get feedback in two days, but they didn't tell me the result until a week later. Great experience anyway!
Interview questions [1]
Question 1
Two whiteboard coding questions. One about BST and one about string manipulation.
I applied through college or university. I interviewed at Amazon (Pittsburgh, PA) in Mar 2014
Interview
I applied during the Spring Employment Opportunities Conference of our university, and got the on-campus interview. It was 2 consecutive interviews, 45 minutes for each. 1-2 questions for each interview, depend on how fast you can finish the first problem. Write the code on white board.
non-technical questions:
how did you solve it when you have conflicts with teammates?
Tell about one of the open-ended projects that you have done.
Interview questions [1]
Question 1
given an integer, output all the prime factors of that integer, ex:
input: 6, output: 2,3
input 25, output: 5, 5
given an integer array, output all the numbers that appear odd number of times, ex:
input: 1,2,1,3,3,4
output: 2, 4
I applied online. The process took 4 weeks. I interviewed at Amazon
Interview
I initially got contacted for a full time but then requested an interview for an internship as i graduate in 2015. I had two 45 minute phone interview, pretty standard questions, Given a log of users visit to a site for a day, how would you find returning users given the log visit for another day. I can't remember other questions but they all focused on knowing how to use data structures, runtime and design. I got and acceptance letter two weeks later.
Interview questions [1]
Question 1
Given a log of users visit to a site for a day, how would you find returning users given the log visit for another day