I applied through college or university. The process took 4 weeks. I interviewed at Amazon (Neu-Delhi) in Mar 2026
Interview
Interview Process
The process consisted of two rounds: a Technical DSA Round and a Hiring Manager (HM) Round. The experience was part of an on-campus drive.
The first round was strictly technical, focusing on array manipulation and greedy logic. The second round was supposed to be a mix of project discussion and "GenAI Fluency," but it ended up being a deep dive into my primary project followed by a challenging CPU scheduling problem. While the interviewers were professional, the HM round was more technical than advertised, requiring a solid grasp of edge cases in greedy algorithms.
Interview questions [3]
Question 1
Two City Scheduling (LeetCode 1029). You are given an array of 2N people, where each element contains costA and costB. You need to send exactly N people to City A and N people to City B such that the total cost is minimized.
Interview Question:
Buildings With an Ocean View (LeetCode 1762). Given an array of building heights, identify the indices of buildings that have an unobstructed view of the ocean to their right. A building has a view if it is strictly taller than all buildings to its right.
I applied online. I interviewed at Amazon (Dublin, Dublin) in Jan 2025
Interview
Passed Online Assessment (OA). Advanced to a 30-minute phone interview that included a live coding component. During the interview, I was asked about Depth-First Search (DFS) and solved a “Number of Islands” problem, which required applying graph traversal concepts to identify and count connected components in a 2D grid. I explained my reasoning, chose DFS as the traversal strategy, and worked through the implementation while discussing time and space complexity. This round tested both my problem-solving approach and my ability to communicate technical thinking clearly under time constraints.
I applied online. The process took 2 weeks. I interviewed at Amazon (Bengaluru) in Mar 2026
Interview
I applied the job through LinkedIn, after 2 weeks got a mail for Online Assignment, the online assignment was around 2 hours long.
In that there were 2 coding questions, 1 medium and 1 Hard.
I was able to pass all the testcases for question 1 but for question 2 I went on a wrong track and not able to get the complete solution still manages to get 4 test cases out of 15