J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Amazon (Seattle, WA) en mai 2012
Entretien
I have taken two phone interviews. The first one goes well. The interviewee just asked some background, and then asked the coding questions.
1.. given a number, find two numbers from an array so that the sum is equal to that number;
2.. given a number, find three numbers from an array so that their sum is equal to that number;
During the second interview, the interviewee directly asked the coding problems.
1. Given a file which contains 4 G integers, find an integer that doesn't exist in the file with a 4M memory computer
2. Given a sentence, and an output, write a function that takes the sentence and output the given results.
I didn't do the first question well, and for the second one, I make some small mistakes. So I finally failed.
Questions d'entretien [2]
Question 1
1.. given a number, find two numbers from an array so that the sum is equal to that number;
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.
Questions d'entretien [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.
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.