The process took 1 week. I interviewed at Amazon (Seattle, WA) in Jun 2010
Interview
A couple of technical questions such as how to make hash tables more efficient, if we have a reference string and an array of strings how do we find out which string in the array contains the same letters as the sources string in an efficient manner.
Interview questions [1]
Question 1
Having a reference string and an array of strings how do we write an efficient algorithm to find which string in the array contains the same letters as the reference array
2 behavioral 2 coding not very difficult. Behavioral is tell me about a time you took responsibility beyond your role and biggest accomplishment. The process is exactly the guideline they posted for interview.
Interview questions [1]
Question 1
tell me about a time you took responsibility beyond your role
It was a 2-3 round process, depending on how your interview went, with increasingly hard DSA questions followed by some HR and behavioural questions. First round was mostly easy and medium leetcode, followed by medium and hard questions in the second round and above on more complex topics.
I applied online. I interviewed at Amazon (Bengaluru)
Interview
The interview process consisted of an online assessment followed by two technical interview rounds and one behavioral round. The technical rounds focused on Data Structures, Algorithms, Java, and problem-solving skills. The behavioral round covered Amazon Leadership Principles and past project experiences. The interviewers were professional and the process was well structured.
Interview questions [1]
Question 1
Q: Find the first non-repeating character in a string.