Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Amazon (Seattle, WA) nel mese di mar 2012
Colloquio
Asked a few basic OOPS Concepts like Polymorphism, Inheritance and then a coding question that required to pick out repeated elements from the given integer array. Like [1,1,2,3,2] then the output of the program will be 1, 2. And then had a general talk about the company and work there.
Asked also regarding hash tables and I was not able to work out that part.
Given an array which is not sorted, pick out the elements that are repeated. For example, [1.1,2,3,3] the output should be 1 & 3. Then asked to solve the same for [1,1,2,3,2]
Ho sostenuto un colloquio presso Amazon (Bengaluru)
Colloquio
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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (Bengaluru)
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Q: Find the first non-repeating character in a string.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (Tel Aviv)
Colloquio
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