Rubrik interview question

Question - Implement Job scheduling with Timer library (python) * User is providing jobs with different time and recurrence * Base-case : You need to schedule them as they are coming * Adv-case : Optimize Timer (scheduled thread/API) call and use one at a time, maintain a queue - hint : use priority queue