Me postulé a través de una facultad o universidad. Acudí a una entrevista en Amazon
Entrevista
My interview process was entirely virtual, because of the pandemic. There were 4 interviews in total, after you got through the written round. In the first 2 interviews, 2 DSA questions each were asked. In the third, 2 DSA questions as well as fundamentals were asked. The fourth was a bar-raiser round which seemed like a technical+HR round together.
Preguntas de entrevista [1]
Pregunta 1
Given a number n, find sum of square of digits. Now that is your new number, find sum of square of digits for that. Keep going on.
You are given bool isvalid(int n). Return true if the number ever becomes 1. If not, return false. Do this in o(1) space.
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