J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Amazon (Bengaluru) en mai 2019
Entretien
There are total 5 rounds. First round was online test and other are face to face discussions. Online test can be taken from home . After clearing it , I got invitation for face to face interviews.
Questions d'entretien [5]
Question 1
1st round :
2 coding questions and 20 MCQ are given that was related to c,c++, OS and database.
After clearing first round , two coding questions asked .
1. find element in 2d matrix which is row wise and column wise sorted .
2. Print binary tree diagonally
3rd round :
One coding questions was asked.
In interview room , n seats are given . All are initially empty . People are coming . I need to allocate seats . And they want to seat as far away to each other as possible.
This I solved using queue.
Then modification in this question. Some people are already seated. Then I have to allocate seats .
4th round :
1. Project discussion
2. Array of characters is given . It has repeating characters. I need to find put kth unique element.
3. Implement a data Structure for operations push, pop and find min.
4. Behavioral question , can you work under pressure.
5th round :
1. Project discussion
2. Anything challenging in your project , you have done .
3. Have you got any feedback in last 6 months .
4. Anything you have learned by yourself in last 6 months .
5. Inheritance vs composition
6. Singleton pattern
7. Two sorted list given , merge them in place.
It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (São Paulo, ) en juin 2026
Entretien
Empresa extremamente clara sobre o que é pedido na entrevista e isso me mostra a seriedade. Minha experiencia foi positiva e tente se atentar a resolver o problema e não somente decorar padrões do leetcode.
Questions d'entretien [1]
Question 1
Perguntas em ingles que envolve o STAR e testes técnicos
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Calgary, AB) en juin 2026
Entretien
Online Assessment is the first step in the process. I didn’t have an HR phone screening and went straight to the OA after applying. It was sent to me about a week after I submitted my application.
Questions d'entretien [1]
Question 1
The first question is LeetCode style algorithms question, and the second question gives a full stack repo (choice of Java, NodeJS, or Django) and asks to solve a backend issue which is causing a bug in the frontend. Unit tests must pass to pass the second question. You can run both backend/frontend indivdually or together