I applied through college or university. The process took 2 days. I interviewed at Amazon (Rānchī) in Aug 2015
Interview
THERE WERE 4 ROUNDS. coding +aptitue questions ,2nd round was technical regardinf=g data structures os,dbms 3rd round was graph ,trees and greedy problems technical 4th was also hr round where persnality test related questions were asked.
Interview questions [1]
Question 1
q1.was on dynamic programming q2.was on brute force .aptitude consited of c,os,dbms and quantative ap.
I applied through college or university. The process took 1 day. I interviewed at Amazon (Neu-Delhi) in Jul 2015
Interview
I am sharing here my experience in Amazon On Campus Interview. Amazon visited our campus for SDE-1 positions
On Campus :20 MCQ Questions then Algorithm round:pen paper then 2 more algorithm rounds then Hr round ...
Interview questions [1]
Question 1
20 MCQ Questions : one was on Djikstra , one on reverse linklist (recursion) rest i dont remember
2 coding questions :
-> find first non repeating character in a string
->next higher no with same set of digits
Algorithm round:pen paper() :
->tell me about yourself
->which questions would u like arrays,trees,graphs : i chose arrays
->1. given an array :
it could be increasing , it could be decreaing,it could be inc then dec,it could be dec. then inc. =>find the largest element (IT used some sort of Binary search variation).
->2. given a string(modify the same string )
i/p : aaabccd
o/p:a3b1c2d1
i/p: zzbzz
o/p:z2b1z2
there were many things to think in this like size of string wud change and how int is inserted in this and if string is suppose abcd : a1b1c1d1
then you have to save the next characters somewhere otherwise you wud override .
I applied through college or university. The process took 2 days. I interviewed at Amazon (Coimbatore) in Jan 2014
Interview
Campus hiring for internship.
Round 1: Section 1:Technical MCQ in C, C++, Java, DS and Algo; Section 2: 2 Coding qns using online editor(hackerrank), simple ones
FaceToFace Interview: 2 rounds, each for around 1 hr 15 min,
Interview questions [1]
Question 1
Fully concentrated on core of data structures(trees are considered), oops concepts and modelling and algorithms- Some were about solving realtime situations. If you know java, your proficiency over the language and coding conventions are tested. For all the questions, white paper coding was a must and expertise in analysis of its time complexity was taken into consideration along with the code
Includes some questions on basics of OS too.