I applied online. The process took 4 weeks. I interviewed at Amazon in Mar 2013
Interview
I submitted my resume through the website and get back from the recruiter after one month. There are two back to back phone interviews, each last 45 minutes. The questions are generally data structures such as Hashtble and how to handle collison and some OOP concept like what is polymorphism, encapsulation and inheritance.
Interview questions [2]
Question 1
Reverse string and follow up questions with reverse word, e.g. : Hello world -> world Hello.
I applied online. The process took 1 week. I interviewed at Amazon
Interview
2 sets of 45minutes phone interview with 15 minutes break in the middle. The first round is a general data structure question. It is not that hard but you need to be familiar with frequently used data structure like arraylist, linkedlist, stack, queue, hashtable and so on to solve the problem. the second round is a harder algorithm problem.
I applied online. The process took 1 day. I interviewed at Amazon in Jan 2013
Interview
Telephonic Interview. Had it in 2- steps of 45 minutes each with a 15 minutes break in between.
Interview questions [1]
Question 1
Tricky Questions on Algorithm. One question was asked on merging two linked lists with given order of 3rd link list. Other question asked by different interviewer was somewhat similar with different logic.