โ† Back to 19. Windows 7

๐Ÿ“ Sharing objects between processes in Window 7

๐Ÿ“– From Operating System โ€ข 19. Windows 7 โ€ข 9 questions available

Practice MCQs for Sharing objects between processes in Window 7. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

๐Ÿ”„ Last updated: 2026-07-27

2
Easy Questions
4
Medium Questions
3
Hard Questions

๐Ÿ“ Sample Questions

Q1. A process creates an APC to notify another process that an asynchronous read has finished. Which condition must be true for the target thread to execute the APC?

๐Ÿ”น A. The thread must be in a nonโ€‘alertable wait state.
๐Ÿ”น B. The thread must be in an alertable wait state.
๐Ÿ”น C. The thread must be running in user mode.
๐Ÿ”น D. The thread must have a pending I/O request.

๐Ÿ’ก Difficulty: easy | โœ… Correct: B

Q2. Why does the dispatcher schedule Deferred Procedure Calls (DPCs) at a priority lower than deviceโ€‘interrupt priority but higher than normal thread priority?

๐Ÿ”น A. To ensure DPCs never preempt each other.
๐Ÿ”น B. To allow urgent ISR work to finish before any DPC runs, while still preventing ordinary threads from delaying DPC execution.
๐Ÿ”น C. To give DPCs the same priority as userโ€‘mode APCs.
๐Ÿ”น D. To guarantee that DPCs run only on a separate processor core.

๐Ÿ’ก Difficulty: medium | โœ… Correct: A

Q3. What is the primary reason the dispatcher may forward work from an ISR or DPC to a pool of worker threads?

๐Ÿ”น A. To avoid violating the DPCโ€™s restriction against paging operations.
๐Ÿ”น B. To increase the priority of the work above device interrupts.
๐Ÿ”น C. To allow the work to run in user mode with full privileges.
๐Ÿ”น D. To guarantee the work executes on a separate CPU core.

๐Ÿ’ก Difficulty: hard | โœ… Correct: B

โฌ†๏ธ View all questions in the quiz below

๐Ÿ”— Related Topics

๐Ÿ“ History of Windows 7๐Ÿ“ Security in Windows 7๐Ÿ“ Reliability of Windows 7๐Ÿ“ Windows and POSIX application compatibility๐Ÿ“ Windows 7 designed for High performance
๐Ÿš€ Start Quiz ๐Ÿ“ Practice Mode