J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Amazon en mai 2020
Entretien
There were totally 5 rounds,(1 online coding Test+3 Technical Interviews+1 (managerial-cum-technical Round))
Round-1(Online Coding Test)
The test was conducted on amazon’s platform.
It had 4 sections:
Code Debugging (C, C++, Java)[Not sure of python and other languages]. (20 minutes)
Aptitude and Reasoning Ability. (35 minutes)
Workstyles Assessment. (20 minutes)
Coding Round. (70 minutes)
The first 3 sections were fairly easy, but one needs to be a tad bit quicker to finish all the questions on time.
Questions d'entretien [1]
Question 1
A lot of reasonings and variations(like, why BFS, can we do with DFS, if no then why?, its time and space complexity, can we do by using only O(1) memory to keep track of distance, etc ).
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.
Questions d'entretien [1]
Question 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