I applied through college or university. The process took 2 days. I interviewed at Amazon
Interview
The first was interview round. It had basic 20 questions from aptitude(simple quant,logical,verbal) and C/C++/Automata/ DBMS questions (practice them from GeeksQuiz.com).
The coding section had 2 questions which were really easy, however they had afaulty hiring software and as a result even the best codes could not compile.
Interview questions [1]
Question 1
The most unexpected thing was the faulty software, even after coding both the questions in less than half an hour we could not compile it properly.
I applied online. The process took 1 day. I interviewed at Amazon (Austin, TX) in Jul 2014
Interview
Apply online one day and got a feed back in less than 24 hours. The recuriter sent an email with instructions on the position, tips to perpare you for the test, and the link to take the test. Had to take a 60 minute test before continuing. The test contains some logical questions and especially heavy on data structures.
Interview questions [3]
Question 1
Hardest question was the first one. It asks you to write a program that will allow the user to create lines, rectangles, circles, text, etc. And allow them to manipulate them independently (move them, resize them, etc.) Design an object model for this application. (How would you model the representation of the document in an object oriented language? What classes would you define? What methods would you have? What would your API look like?)
The second question ask you to code the following about facebook: Direct friends of m are Level 1 friends. Friends of friends are level 2 friends.....and so on
Print level 1 friends first. Then print level 2 friends....and so on
The third and final question was the follow: Write an efficient function that returns the n’th Fibonacci number (There are many ways to solve this problem. Please write the most efficient method possible). Each Fibonacci number is the sum of the last two. The first 10 are: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55
4 rounds coding round 2 technical rounds sam questions process threads DBMS General Conputer skills and covered every subject netwroking and operating system. HR interview mostly concerned about projects and how and what was ypoure contributioion