Les candidats postulant à un poste comme Intern chez Amazon attribuent un niveau de difficulté de 3,7 sur 5 (5 étant le niveau de difficulté le plus élevé) à leur expérience d’entretien et sont 67 % à l’évaluer comme positive. À titre de comparaison, la moyenne pour l’ensemble de l’entreprise est de 58,2 % d’avis positifs, d’après les évaluations Glassdoor.
Les candidats postulant à un poste comme Intern mettent en moyenne 35 jours pour être embauchés, d’après les 3 entretiens partagés par les utilisateurs pour ce poste. À titre de comparaison, le processus de recrutement chez Amazon prend en moyenne 31 jours.
D’après 3 entretiens Glassdoor, les étapes typiques du processus d’entretien d’embauche pour un poste comme Intern chez Amazon incluent :
Test de QI/d’intelligence: 33 %
Test de personnalité: 17 %
Entretien individuel: 17 %
Présentation: 17 %
Entretien téléphonique: 17 %
Voici les rôles les plus recherchés pour les rapports d’entretien -
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Amazon en août 2014
Entretien
Written test:
1-> WAP to merge two linked lists like:
list1: 1->2->3->4
list2: 5->6->7
o/p list: 1->5->2->6->3->7->4
2-> Given two trees T1 and T2. WAP to check whether T1 is a subtree of T2 or T2 is a subtree of T1
3-> WAP to find maximum sum sub-matrix from a give matrix.
Round 1:
1->You are given a sorted but rotated array of integer like: 6 7 8 1 2 3 4 5
You have to search an element…
I answered with an O(logn) solution…
then he asked me to write the code…
2->What is the diameter of a tree?
I answered…
then he asked me to write the complete code…
3->He asked me a design problem “you have to design a class “DeckofCards”…with 2 operations: 1:Shuffle 2:Pick”
Pick would pick a random card from the deck and Shuffle will shuffle the cards and give you back the deck of cards.
I answered with 2 options 1.LinkedList 2:Array…then there was a discussion around 15 mins over both the solutions…
Round 2:(I guess it was the bar-raiser round)
1-> My Introduction and My Projects (all 1 by 1 except the last)
2-> How to compute all possible solution of A^3+B^3=C^3, where A,B,C belongs to (0 to N)?
Write code…
3-> How to compute A^n where n<1 million
Write code...
4-> A tough “matrix with a mask” problem…I took around 20 mins to solve it.
5-> Why Amazon, what is scalability and questions from my answers…like how would you manage millions of requests…
Round 3:
1-> You r given a matrix of 0s and 1s. WAP that check if an element is 0 or not and places zeros to all the col and row of that element.
eg: i/p: 1 1 1 1 o/p : 1 1 0 1
1 1 0 1 0 0 0 0
1 1 1 1 1 1 0 1
1 1 1 1 1 1 0 1
2-> How to find a largest palindrome from a given string? Write code….
3-> How many Data Structures you have implemented by yourself?
4-> Given some words(written in lexical order) of some unknown language…You have to find lexical ordering of all the alphabets…
Like in english lexical ordering is A B C…Z
Round 4
Forth round was just related to my projects and subjects…(Paging, Deadlock, Trashing, JAVA and C, Synchronization, etc) + 1 final algo question “How to find all anagrams in a dictionary” Solution was in O(1).
J'ai passé un entretien chez Amazon (New York, NY)
Entretien
It was fine but nothing special. Typical questions for an intern applying for an internship program. You wouldn't be surprised. Come with good questions. That always helps. Worst case scenario you don't get it.
Very good and it was easy to understand and the interview was very good and all answers are expected in star method its a method to answer to your questions
I attended the first round of online interview. It went okay. But I did have to reschedule the interview as the interviewer didn’t show up without any prior notice for the first time….