๐ From Operating System โข 19. Windows 7 โข 5 questions available
Practice MCQs for Access to kernel objects in Window 7. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
๐ Last updated: 2026-07-27
Q1. A thread is put into an alertable wait state and an APC is queued to it. What is the most likely outcome once the wait condition is satisfied?
๐ก Difficulty: easy | โ Correct: A
Q2. When a driver needs to perform a lengthy fileโsystem cleanup after an I/O completion, it can queue the work to the systemโs workerโthread pool instead of using a DPC. Which advantage best explains why this approach is preferred?
๐ก Difficulty: medium | โ Correct: B
Q3. A highโrate network card generates an interrupt, the ISR queues a DPC to finish packet processing. Which statement correctly describes the priority relationship that guarantees the DPC will not preโempt other device ISRs but will still run before normal threads?
๐ก Difficulty: hard | โ Correct: B
โฌ๏ธ View all questions in the quiz below