Me postulé en línea. Acudí a una entrevista en Amazon (Chennai) en oct 2025
Entrevista
2 DSA Questions
1. Given an array which contains only 'b' and 'c' and the array is circular sso
the last element is adjacent to the first element.
want to group all the 'c' present in the array group together. in one operation
can select two indexes and swap them . return the minimum
number of swaps required to make all 'c' present in the array contiguous
Interview includes 2 coding rounds, 1 system design round, and STAR-based behavioral questions. Focus on DSA, especially graphs and trees. Also prepare Gmail filtering, timestamp-based filtering, and related implementation concepts.
Preguntas de entrevista [1]
Pregunta 1
Graphs trees star based questions filtering of emails and timestamps
I attended an SDE 1 interview at Amazon. The interviewer focused on data structures, algorithms, and problem-solving. I explained my approach clearly, optimized my solution, answered behavioral questions, and gained valuable interview experience.
Asked for intro, then 2 dsa question and 1 question on lp. Explain your thought process and start with brute force dry run it explain its tc and sc and theb jump on to optimised solution