Me postulé a través de una recomendación de un empleado. El proceso tomó 2 meses. Acudí a una entrevista en Amazon (Dublín, Dublín) en mar 2025
Entrevista
I applied through an employee in late December, and here's how the process went:
- Online Assessment: Got an OA a week later with two coding problems, similar to one easy and one hard LeetCode.
First Interview (Jan 2025): Had my first interview about a month later with a Senior SDE. We introduced ourselves, talked about my past projects, and I solved a medium LeetCode problem on arrays.
Second Interview (March 2025): A month later, I had a technical interview with an SDE + shadow. I solved two medium problems, one on arrays with customized binary search and another on binary trees. I struggled at first with the second problem but communicated my thought process and solved it with a bit of help.
Final Interview (next day): Had a behavioral interview with a Senior SDE. We talked about my projects in detail, and I answered 3-4 LP questions using the STAR method.
Additional notes:
- Interviewers were friendly and made things feel casual
- Be ready to explain how data structures work and provide time/space complexity.
- Always ask questions at the end, excellent way to learn more about the team and company
Preguntas de entrevista [2]
Pregunta 1
"Tell me about a time where you disagreed with a colleague/coworker"
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