Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Amazon em ago. de 2025
Entrevista
It was a DSA and LP round.
In the first phase, he gave his introduction and then asked me to introduce myself.
After that, he asked me an LP question, and later we moved on to the coding round.
I believe I nailed the LP round. However, I messed up in the coding round. It was probably an easy problem, but I had been working all night fixing a production issue and had a headache before and during the interview.
Perguntas de entrevista [2]
Pergunta 1
Have you ever had to create a project with a very limited deadline? What trade-offs did you make?
**
* ## Balanced Binary Tree Visualization
*
* Task:
* Create a balanced binary tree visualization using nested squares where:
* - Root: One square
* - Level 1: Two squares side by side
* - Level 2: Two squares inside each Level 1 square
*
* Colors should be assigned in pre-order traversal:
* (root -> left subtree -> right subtree)
*
* Input:
* const VIBGYOR_colors_named = [
* 'Violet',
* 'Indigo',
* 'Blue',
* 'Green',
* 'Yellow',
* 'Orange',
* 'Red'
* ];
*
* Expected color assignment:
* - Root: Violet
* - Left subtree: Indigo (parent) -> Green, , Yellow (children)
* - Right subtree: Blue (parent) -> Orange, Red (children)
*/
second dsa question was based on concentric square which was easy to solve and solved it.
Candidatei-me online. Fui entrevistado pela Amazon (Bengaluru) em jan. de 2026
Entrevista
Good , the interview went very good and smooth.. their is total of the 3 round interview and after that i didn't got the call from the company and also no rejection maill
Candidatei-me por meio de uma faculdade ou universidade. Fiz uma entrevista na empresa Amazon.
Entrevista
I was given two data structures and algorithms problems of medium difficulty from LeetCode to solve. After completing those questions, the process continued with another round of interview for further evaluation.
Fiz uma entrevista na empresa Amazon (Vancouver, BC).
Entrevista
Leetcode style questions from Blind 75. Behavioral was with hiring manager talking about previous experiences. Prep can be done in a month. Very pleasant experience and the interviews were kind. Recruiters set up the rounds smoothly.