← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Level: Mid-Level · L4
Round: Phone Screen · Type: Coding · Difficulty: 6/10 · Duration: 60 min · Interviewer: Unfriendly
Topics: Data Structures, Algorithms
Location: Los Gatos, CA
Interview date: 2026-01-09
Got offer: False
I had a technical phone screen where I was asked to implement a music playlist with add, remove, and shuffle functionalities. I was required to write bug-free code and run tests live. Despite completing the task, I was rejected.
The coding question involved implementing a music playlist with the following features:
I needed to ensure the code was bug-free and to demonstrate its functionality with live tests.
My approach:
Key insights: