Initial Screening, Technical Phone Interviews, Onsite Interviews, Assessment and Offer. The process can take anywhere from 2 to 6 weeks, depending on the role, your location, and how quickly the interviews are scheduled.
Interview questions [1]
Question 1
Trees and Graphs:
Given a binary tree, write a function to determine if it’s balanced.
Find the lowest common ancestor (LCA) of two nodes in a binary search tree (BST).
Implement depth-first search (DFS) and breadth-first search (BFS) for a graph.
I applied online. The process took 5 days. I interviewed at Amazon in Apr 2023
Interview
My friend referred me. Got an initial assessment request. Passed it. Got another set of behavioral questions. Didn't get the interview. I think I missed a few behavioral questions and maybe I wasn't in the top 10% of the initial assessment
I applied through college or university. The process took 1 week. I interviewed at Amazon (Jamshedpur) in Sep 2024
Interview
Interview was of 1 hr where 2 questions was asked which was simple based on DSA. It started with introduction then Dsa questions.NO others topics were asked. Only one round of interview was conducted and 4 students were selected of total 66 students interviewed after oa round.
Interview questions [1]
Question 1
1.)Maximum sum path in binary tree https://www.geeksforgeeks.org/find-maximum-path-sum-in-a-binary-tree/
2.)Maximum product subarray https://www.geeksforgeeks.org/maximum-product-subarray/