There are two processes P1 and P2, whose periods are 50 and 100 respectively. P1 is assigned higher priority than P2. The processing times are t1 = 20 for P1 and t2 = 35 for P2. Is it possible to schedule these tasks so that each meets its deadline using Rate monotonic scheduling?
(a) yes
(b) no
(c) maybe
(d) none of the mentioned
I had been asked this question in a job interview.
This intriguing question originated from Real Time System in chapter Real Time Operating Systems(RTOS) of Operating System