DEVFYI - Developer Resource - FYI

What are conditions on which deadlock can occur while swapping the processes?

Unix Interview Questions


(Continued from previous question...)

47. What are conditions on which deadlock can occur while swapping the processes?

All processes in the main memory are asleep.
All ‘ready-to-run’ processes are swapped out.
There is no space in the swap device for the new incoming process that are swapped out of the main memory.
There is no space in the main memory for the new incoming process.

(Continued on next question...)

Other Interview Questions