← 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: Unknown Level
Round: Phone Screen · Type: Coding · Difficulty: 7/10 · Duration: 60 min · Interviewer: Unfriendly
Topics: Object-Oriented Design, Design Patterns, Task Scheduling
Location: Los Gatos, CA
Interview date: 2025-08-15
I had a technical phone screen that focused on object-oriented design and coding.
Question: I was asked to design a framework for executing tasks with dependencies. I had to design both the task interface and the framework itself.
The coding question I received was:
Design a framework that can execute tasks with dependencies.
This included:
Task interface.My Approach:
Task interface, which included methods for execution and dependency management.Key Insights: