I applied through a recruiter. The process took 1 week. I interviewed at Amazon in Mar 2010
Interview
I had applied to Amazon.com through their careers site. After a dew days I got an email from one of the recruiter to schedule an interview for the position I had applied for. I gave my dates & time available for the interview and was contacted back with the final date & timing of the interview. Since it a new grad position, knowledge of computer science basics was important. Hence my focus was on knowing a lot of the data structures & algorithms taught in college & on wiki. I had read some standard interview questions of the programming languages that I had mentioned in my skills.
Interview questions [2]
Question 1
Tell me some standard data structures & also their advantage over the other
Do you know about the Fibonacci series? Write the recursive program for it. What is the complexity? Write the program for the iterative approach. What is the complexity?
I applied through an employee referral. The process took 1 day. I interviewed at Amazon (Seattle, WA) in Mar 2010
Interview
I had 2 phone screens followed by a on-site interview in Seattle. The phone screens were pretty standard - binary trees problem, 1 object oriented design problem, coding problem. The onsite interview was slightly tougher than phone screen but not very much. I had 2 split interviews where 1 interview would ask questions while the other make notes. This was my bar raiser interview. Though the question was tough, they were looking at how I approached the question, clarifications asked and use of standard algorithms to fit to the problem. Most of their questions were tough but nothing crazy- simple problems but require proper coding, tricky algo problems (pseudo code), few design problems.
It is tiring by the end of the day. My mind was almost shut off during the last interview, but the interviewer was kind enough to acknowledge it and give additional time. Most the interviewers were extremely cordial and explained their questions clearly. They were ready to accept different approaches to answers. I really enjoyed the whole process.
Interview questions [2]
Question 1
Design the Boggle Game. (Given a 4x4 character matrix, output all possible words by moving through the matrix)
The process took 5 days. I interviewed at Amazon (Seattle, WA) in Mar 2010
Interview
Had a 45 minute interview with a SDE on phone . The interviewer gave brief introduction of the project that i may be working on ,then he asked basic Object Oriented programming and java language questions . Finally asked me to write code on a piece of paper and read it back to him. Got a reply by email after 5 days that they will look for other candidates
Interview questions [1]
Question 1
Implement a single linked list add and size methods using java ?