I applied through a recruiter. The process took 3 days. I interviewed at Amazon (Los Angeles, CA) in Jul 2012
Interview
The interview was over the phone and used a collaborative document to allow me and the interviewer to see what each other was typing. This document was also used to share code. The interview was almost entirely technical, feeding me one problem after another.
First, they asked me about Fibonacci number sequences to see if I knew anything about them and whether I could construct a method to calculate any number in the sequence by inputting what number it was in the sequence (e.g. 1 for the 3rd number, 3 for the 5th number). This was solved using a recursive solution due to the Fibonacci sequence being a recursive sequence, but the interviewer also suggested that there were non-recursive methods. He asked me to generate test cases for the method I just created.
Next, the interviewer wanted me to create a structure that represents a binary search tree and write a boolean function that verified to see whether a parameter was a binary search tree.
Interview questions [1]
Question 1
The interviewer wanted me to create a structure that represents a binary search tree and write a boolean function that verified to see whether a parameter was a binary search tree.
I applied through a recruiter. The process took 1 week. I interviewed at Amazon (Seattle, WA) in Jun 2012
Interview
Once my resume was @ amazon I was asked to choose 4 dates for phone interview. The interview was scheduled 7 days later. And I was instructed to go over basic computer science material. I read all glassdoor interview questions and got the hang of it.
The interview was by phone with a “none native English speaker” from Seattle, it was very hard to understand what he was saying during the interview. I had to login to an online code editor to write my code answers.
The interviewer asked me 1 question: how to validate a binary tree. I validated the tree using the min/max solution, but then the interviewer wanted a clean answer with no min/max. So I did it again, but then interviewer wanted a none balanced tree validation. So I did it again, but I was so frustrated that it took me a while to accomplish this simple task.
All n all the interview took no more than 30 minutes. Not including the 5 minutes in the beginning to see if the online code editor was alive and to ask me about my past (with no real interest to hear the answer, it sounded like the interviewer was obligated to do so).
After 4 hours I got an email stating they have decided to go with other candidates.
The only thing that’s bothered me is that I was asked only 1 question. I have more than 12 years’ experience and still was asked only 1 question. I replied to HR with this issue and never got an answer. I even asked the interviewer at the end of the interview whether he has any other questions for me, but he replied “no, just the tree”.
Well, great for you amazon. This is way not the way to conduct an interview. I really don’t care about the job since I am employed but still this is very frustrating interview. But then again, this is the same guy I’ll have to work with if I did got the job :)
I applied through a recruiter. The process took 1 week. I interviewed at Amazon (Bengaluru) in Apr 2012
Interview
I was contacted by the recruiter regarding a job opportunity for SDE position in Bangalore location.
The inter view process consisted of an online written test & 2 face to face rounds .
Concentrate on data structures & algorithms, binary trees in particular is a very popular topic.