I applied through a recruiter. The process took 3 weeks. I interviewed at Amazon (Seattle, WA) in Nov 2014
Interview
A complete waste of time going onsite! Got a mail from the recruiter for a "Group-coding" challenge for the SDE position. The challenge starts at 10 in the morning after a brief about the company. The problem was about scheduling ads using Amabot where the problem divides into 3 1. Scheduling, 2. Validation, 3. Optimization. It took about an hour to decide the who takes what and understanding the problem was really hard although the API was given.
Then came a discussion with the developers about the problem and that lasted for half an hour; noon over. Two hours later another discussion about the problem where I found out that I had made a mistake in the logic. Bid adieu for my hopes in the evening.
An advice to the fellow interviewees: Please avoid this format of interviews as this does not completely reflect the kind of problem solving capability and opt for one on one where an interaction will make the problems to be understood.
Interview questions [1]
Question 1
Choose any of the scheduling algorithms and code with the given API. Can modify it but have to finish the problem within 5 hours.
I applied through college or university. I interviewed at Amazon
Interview
Two 45-minutes interviews, on campus. Back to back. One by software engineer and one by team manager. Brief introduction of both the interviewer and myself in the beginning, rest on solving the problem, and last few minutes left to ask questions.
Interview questions [1]
Question 1
What is the challenging project you worked on? Designing class object. A question on LinkedList.
I applied online. The process took 1 day. I interviewed at Amazon (Seattle, WA) in Jan 2015
Interview
Onsite is begin from 9: 45 AM to 5:00 OM. The whole process is pretty smooth, but really exhausted. 5 interview section in total. At noon, I have a launch with a engineer.
The interview question is quite difficult in the 3rd section, its a principal engineer. I think he is the bar razor.
Anyway, quite a good experience.
Interview questions [1]
Question 1
give you a 2d charater array and a words dictionary, find out all the available words in grid. You can move to 8 different direction from one cell, including diagonal direction.
Implement a Black-jack poker game.
give you some modular dependencies, find out the build order for the given module.