Amazon
More Experiences
Amazon (Audible) - 2022 | phone interview | first unique character in a string + zigzag traversal
January 24, 2022 • 3 reads
Summary
I had a 1-hour phone interview with Amazon (Audible) in 2022, which included two coding questions. I solved the first one easily, but struggled with the second, despite having seen it before.
Full Experience
I recently experienced a 1-hour phone interview with Amazon (Audible) in 2022. The interview consisted of two coding challenges. I found the first question to be quite straightforward and solved it without much difficulty. However, the second question was familiar to me from prior practice, but I unfortunately forgot the specific approach involving a deque during the interview and was unable to provide a correct answer.
Interview Questions (2)
Q1
First Unique Character in a String
Data Structures & AlgorithmsEasy
Q2
Binary Tree Zigzag Level Order Traversal
Data Structures & AlgorithmsMedium