They conducted 3 round interview each having 3 hours and in first round 2 leetcode questions and in second round three leadership principles and third round one lp and and on system design question
Interview questions [1]
Question 1
2 leetcode questions and a system design and lp questions
Two of the questions focused on arrays, requiring candidates to perform various operations such as element manipulation, subarray analysis, or optimization tasks like maximizing or minimizing specific values. These problems tested the understanding of array traversal techniques, use of auxiliary data structures, and efficiency in solving under time constraints.
The third question was graph-based, possibly involving traversal algorithms like Depth-First Search (DFS) or Breadth-First Search (BFS), or classic shortest path algorithms such as Dijkstra’s or Floyd-Warshall. This question aimed to evaluate the candidate’s ability to model relationships, navigate through nodes and edges, and apply algorithmic thinking to solve real-world graph problems.
Overall, the questions assessed a candidate’s logical reasoning, familiarity with core data structures, and ability to devise efficient solutions.
I applied online. The process took 2 months. I interviewed at Amazon (New York, NY) in Sep 2024
Interview
My interview was scheduled a month after the OA was done.
There were 3 rounds scheduled initially but the third one got rescheduled.
Round 1: Coding and LP.
Round 2: Coding
Round 3: Coding and LP
Interview questions [1]
Question 1
Coding question was completely unexpected. It was a scripting question, you are supposed to identify some specific parts from a csv file.