← 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: Intern
Round: Phone Screen · Type: Coding · Difficulty: 6/10 · Duration: 60 min · Interviewer: Unfriendly
Topics: Scheduling Algorithms
Location: Mountain View, CA
Interview date: 2026-01-02
Got offer: False
I had a technical phone screen where I was asked to implement a task scheduler with two functions: addTask and runTasks. I failed because I focused too much on coding quality and edge cases during the interview. I missed an if statement condition.
The coding question I got was:
Implement two functions:
addTask(): Adds tasks to the scheduler.runTasks(): Executes the scheduled tasks.My approach:
if statement condition.Key insights: