I applied online. The process took 4 weeks. I interviewed at Amazon in Nov 2010
Interview
== Java ==
1. interface vs abstract class
2. the usages of 'final' keyword
3. overload vs override
4. concept of 'equals' and how to override (need to override hashCode() also)
5. checked vs unchecked exception
== Misc ==
1. 50,000 HTML pages, extract the ones with phone numbers (regex)
2. Find the odd-occurence number in an array (I told him that I have seen
the problem before and he asked the next one)
3. Find the duplicate number in an array of N ints (1<=x<=N-1)
4. Design a transportation system (warehouses, routes, trucks, fuel, MPG,
etc)
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.
I applied online. I interviewed at Amazon (Tel Aviv)
Interview
Amazon's home assignment test involves receiving a coding or case study assignment, completing it independently within a specified deadline (usually a few days), and submitting it for team review. I got an answer after 2 days