Me postulé a través de un reclutador. El proceso tomó 2 días. Acudí a una entrevista en Amazon (Seattle, WA) en may 2012
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 1
1.. given a number, find two numbers from an array so that the sum is equal to that number;
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.
Me postulé en línea. Acudí a una entrevista en Amazon (Bengaluru)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Q: Find the first non-repeating character in a string.
Me postulé en línea. Acudí a una entrevista en Amazon (Tel Aviv)
Entrevista
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