Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged Task Execution
Given N tasks that each take S time, minimize the total time required to complete the tasks and return the minimum number of CPUs needed to finish in the shortest time possible.
Given N tasks with incoming time, where each task takes S time to execute on a total of C CPUs, determine the minimum time required to complete all tasks.
Coming Soon