J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Amazon (Bengaluru) en déc. 2009
Entretien
The first round consisted of a written test, testing the background in Computer Science on various topics like Operating Systems, Networks, Compilers, Algorithms and data structures and programming questions on basic data structures.
Then the 1:1 interview rounds begin for shortlisted candidates. In the first round they asked me to code a simple BST based problem (most probably finding common ancestor of two nodes.). They asked for the exact code and the interviewer coded it on the laptop to check the code.
In the 2nd round, they asked me to design an efficient data structure to store strings and compare strings. This involved using dictionary and I solved it in some time. I did not go through this round.
Questions d'entretien [1]
Question 1
Design a data structure to store strings efficiently for following operations :
1. IsPrefix (s1, s2) : Is s1 a prefix of s2.
2. IsEqual(s1, s2) : Are s1 and s2 equal.
3. common prefix(s1, s2) : Return the common prefix of the given strings s1 and s2.
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Bengaluru)
Entretien
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.
Questions d'entretien [1]
Question 1
Q: Find the first non-repeating character in a string.
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Tel Aviv-Yafo)
Entretien
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
Straightforward interview process with clear communication. The interviewers asked about my background, relevant experience, technical skills, and how I would handle common workplace situations. Overall, it felt professional and organized.
Questions d'entretien [1]
Question 1
They asked me to walk through my previous experience and explain how it related to the responsibilities of the role.