Memory management Interview questions


Total available count: 45
Subject - Operating System
Subsubject - Memory management

In what way the Fault Handlers and the Interrupt handlers are different?

Fault handlers are also an interrupt handler with an exception that the interrupt handlers cannot sleep. Fault handlers sleep in the context of the process that caused the memory fault. The fault refers to the running process and no arbitrary processes are put to sleep.




Next 5 interview question(s)

1
What is page fault? Its types?
2
What are the phases of swapping a page from the memory?
3
Name two paging states for a page in memory?
4
What is Page-Stealer process?
5
What is BSS(Block Started by Symbol)?