What is the maximum number of page faults that can occur when trying to access a single page in a two-level page table?
My guess is two. One if the second level table is not in memory and one if the page in the second level page table is not in memory.