Interview Process   |   Interview Puzzles / Aptitude
Organization : Amazon
Position : Software Developer

Amazon Interview Process


I applied for the position of Software Developer from my university and the process took two days. If you are applying via other sources, the time may vary. Anyways, finally I was interviewed at Amazon. There are five rounds in total at Amazon - online test, 3 Technical Interview rounds, and HR Interview.

Round 1 - Online Test
In this online test all you will be asked is problems regarding coding. If you know the basics, the round might not be that hard to crack as it is basically acting as a barrier for non-serious candidates.

Round 2 - First Technical Interview Round
Online test was not the only elimination round as it happens at each interview. This first technical interview was not difficult. You will be asked questions based on OS and algorithms majorly. Again, if your concepts are clear, you will crack the round.

Round 3 - Second Technical Interview Round
Expect the difficulty level to rise from here. Again, the algorithm problems were asked and thus you must be prepared thoroughly with them. Also some questions on data structures and networking were asked. One of the question I remember is:
Q. Find median from a stream of flowing numbers.

Round 4 - Third Technical Interview Round
This was the toughest interview round. I was eliminated in this round and could not move to the HR round. I was surprised when they asked me a question regarding parallel computing. I guess their sole motive was to put me under pressure and they managed successfully. Some technical questions I remember:
Q1. Given a string, write a function that prints all the subsets of the string. After that, make the function to return only unique solutions.
Q2. What is the tracking algorithm of the nearest location to some friends that are located in a grid region?

Round 5 - HR Interview
Unfortunately I was not able to get myself to this round and so I can't tell much in detail. Mostly they will be asking about your previous experience if any or the projects that you might have done in your college time. Negotiations can be made here.


How to crack ( Get Into) Amazon Interview


It is really tough to wind up such a big topic briefly. So all I will ask you is to prepare your basics and concepts strongly. If your base is strong you can pull off the interview. Even I managed to get through two technical rounds.

The online test as I said is simple and easy to crack. Thus if you were serious, you will at least get to face people from Amazon. But you need to relax, the people over there are nice. I would like to share my case. In my second technical interview round, I was stuck in a question but I was approaching the right path. So they even encouraged me and helped me reach for the final solution. Thus if you know a bit, don't sit quiet, speak it up.

Focus on the algorithms as the questions were majorly concentrated on that. Questions based on algorithms were asked in all the three technical interviews and thus carry much of importance.

Finally, I would wish luck to all the candidates. Prepare hard and you will definitely crack the Amazon Interview.


Thanks Anmol for sharing the details of your interview.
Send more details and your personal experiences [email protected]
Suggestions

Interesting Bet Puzzle

In a bowl, there are several chits with distinct numbers on them. You have to choose any two of them at random.

Will you accept the 2 to 1 bet that the numbers will be relatively prime will you accept it?

For instance:
If the numbers you pick are 6 and 13, you lose $1.
If the numbers you pick are 5 and 25, you win $2.
category : LOGIC

Move 3 MatchSticks Puzzle

You need to divide area in the picture below into two equal parts by using exactly three match sticks. Can you do it?

Interview Marble Logic Puzzle

You are given a set of scales and 12 marbles. The scales are of the old balance variety. That is, a small dish hangs from each end of a rod that is balanced in the middle. The device enables you to conclude either that the contents of the dishes weigh the same or that the dish that falls lower has heavier contents than the other.
The 12 marbles appear to be identical. In fact, 11 of them are identical, and one is of a different weight. Your task is to identify the unusual marble and discard it. You are allowed to use the scales three times if you wish, but no more.

Note that the unusual marble may be heavier or lighter than the others. You are asked to both identify it and determine whether it is heavy or light.
category : LOGIC

3 Gallon Brain Teaser

You have been given three jars of 3 liters, 5 liters and 8 liters capacity out of which the 8 liters jar is filled completely with water. Now you have to use these three jars to divide the water into two parts of 4 liters each.

How can you do it making the least amount of transfers?
category : LOGIC

Popular Interview Problem

I have two rectangular bars.

They have property such that when you light the fire from one end , it will take exactly 60 seconds to get completely burn.
However they do not burn at consistent speed (i.e it might be possible that 40 percent burn in 55 seconds and next 60 percent can burn in 10 seconds).

Problem is : How do you measure 45 seconds ?

Fake Coin Brain Teaser

In front of you, there are 9 coins. They all look absolutely identical, but one of the coins is fake. However, you know that the fake coin is lighter than the rest, and in front of you is a balance scale. What is the least number of weightings you can use to find the counterfeit coin?
category : LOGIC

Maths Magic Riddle

I can prove why 1 = 2

Step1. Lets say y = x
Step2. Multiply through by x xy = x2
Step3. Subtract y2 from each side xy - y2 = x2 - y2
Step4. Factor each side y(x-y) = (x+y)(x-y)
Step5. Divide both sides by (x-y) y = x+y
Step6. Divide both sides by y y/y = x/y + y/y
Step7. And so... 1 = x/y + 1
Step8. Since x=y, x/y = 1 1 = 1 + 1
Step9. And so... 1 = 2

How is this possible ?

Logic Math Problem

David and Albert are playing a game. There are digits from 1 to 9. The catch is that each one of them has to cut one digit and add it to his respective sum. The one who is able to obtain a sum of exact 15 will win the game?

You are a friend of David. Do you suggest him to play first or second?
category : LOGIC | TRICK

Difficult Brain Twister

A strange tradition is followed in an orthodox and undeveloped village. The chief of the village collects taxes from all the males of the village yearly. But it is the method of taking taxes that is interesting.

The taxes paid in the form of grains and every male should pay equal pounds corresponding to his age. In simpler terms, a man aged 10 years will have to pay 10 pounds of grains and a 20 years old will be paying 20 pounds of grain.

The chief stands on a riser containing 7 different weights next to a large 2 pan scale. As per the interesting custom, the chief can only weigh using three of the seven weights.

In such a scenario, can you calculate what must be the weights of the seven weights each and who is the oldest man the chief can measure using those weights?
category : LOGIC | MATHS

Measuring Time Logic Puzzle

You are given with two ropes with variable width. However if we start burning both the ropes, they will burn at exactly same time i.e. an hour. The ropes are non-homogeneous in nature. You are asked to measure 45 minutes by using these two ropes.

How can you do it?

Please note that you can’t break the rope in half as it is being clearly stated that the ropes are non-homogeneous in nature.

Submit your Email Address to get latest post directly to your inbox.

Latest Puzzles

03 June
Minimum Move Chess Game Video Riddle

Can you figure out the minimum number of...

02 June
A numeric lock has 3 digit key Riddle

A numeric lock has 3 digit code with the...

01 June
What's wrong in the kitchen picture

What appears to be wrong in the kitchen ...

31 May
Who Is the Mother Picture Riddle

Can you find the mother of the baby in t...

30 May
Lighter Than Air Riddle

I'm lighter than air but a thousand men ...

29 May
3 Tigers 3 Sheep Riddle

If 3 tigers catch 3 sheep in 3 minutes. ...

28 May
Cow Rebus

Decode the below cow rebus....

Puzzles Tags :

Illusions Tags :