Interview was somewhat average. The interviewer was friendly and he started by introducing himself and asked me to tell me about myself. I was asked to solve two coding questions which I solved.
I applied online. I interviewed at Amazon in Jan 2023
Interview
Applied without referral from Handshake job posting Got OA with 2 medium difficulty level questions , had to finish in 105 minutes. First question was less time taking but second one took most of the time. Somehow managed to pass all the test cases for both the questions. Waiting for the response after submitting it.
Interview questions [1]
Question 1
Q1: Fleet of wheels Q2: pair nearest to target integer
Breadth First Search or BFS for a Graph. The breadth-first search (BFS) algorithm is used to search a tree or graph data structure for a node that meets a set of criteria.