Software Engineer · Unknown Level · Phone Screen
The coding question I received was: Design a framework that can execute tasks with dependencies. This included: - Defining a `Task` interface. - Designing the framework to handle dependencies between tasks. **My Approach:** 1. I began by defining the `Task` in...