Audible is does the typical interview process
1. recruiter call about experiences
2. OA (leetcode easy/medium)
3. Onsite 4/5 rounds
4. offer/rejection
Overall I was very happy with the interview process. As well as the recruiter being forward with me through the way.
I applied online. The process took 4 weeks. I interviewed at Audible in Sept 2022
Interview
I applied in August.
Got the Amazon Online Assessment a few weeks later which I passed.
The next week, I was then invited for four hour long "virtual on-site" interviews.
Interview questions [1]
Question 1
1. Design a free service for Audible and a premium service for Audible similar to how Spotify operates (System Design).
2. Given a few existing classes and APIs, design a system to support whether an author can sell a book or not.
3. A set of audible books have distinct lengths listed in an array. Using that data, find all combinations of TWO books that sum to a given target value.
Now solve the same problem but for all combinations of FOUR books. (Same as leetcode # 1 and leetcode #18)
4. Implement a max stack as efficiently as possible. (Leetcode #716)