220-1102 Practice Question: A technician is troubleshooting a Windows 10…
This 220-1102 practice question tests your understanding of a technician is troubleshooting a windows 10…. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: 0x0000009F (DRIVER_POWER_STATE_FAILURE) indicates a driver or device is in an invalid power state.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A technician is troubleshooting a Windows 10 workstation that crashes with a blue screen error 0x0000009F (DRIVER_POWER_STATE_FAILURE) every time the computer is put to sleep. The technician has updated all power-related drivers, disabled sleep in power options, and run SFC and DISM without finding issues. The crash still occurs when the user manually selects 'Sleep' from the Start menu. What is the most likely cause?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Best answer
A hardware device has a firmware bug that fails during power state transitions
Correct. A faulty firmware in a device (e.g., USB hub, network card) can cause a power state failure even when drivers appear updated. Replacing the device or installing a firmware update can resolve the issue.
Distractor review
The Windows installation is corrupted beyond repair by standard tools
SFC and DISM are designed to repair corruption. Since they passed, a full corruption is unlikely. The issue is likely hardware or firmware related.
Distractor review
A third-party service configured to run during sleep is causing the crash
Services are paused during sleep; a crash at the moment of transition is more typical of a driver or firmware failure than a service.
Distractor review
The computer is infected with a rootkit that interferes with power management
Rootkits can cause stability issues, but the specific, consistent trigger of sleep mode and the failure of malware scans make this less likely than a hardware firmware issue.
Answer analysis
Why the other options are wrong
Understanding why incorrect options are tempting is as important as knowing the correct answer.
- ✗
The Windows installation is corrupted beyond repair by standard tools
SFC and DISM are designed to repair corruption. Since they passed, a full corruption is unlikely. The issue is likely hardware or firmware related.
- ✗
A third-party service configured to run during sleep is causing the crash
Services are paused during sleep; a crash at the moment of transition is more typical of a driver or firmware failure than a service.
- ✗
The computer is infected with a rootkit that interferes with power management
Rootkits can cause stability issues, but the specific, consistent trigger of sleep mode and the failure of malware scans make this less likely than a hardware firmware issue.
Common exam trap
Common exam trap: answer the scenario, not the keyword
Candidates might be tempted by 'B. The Windows installation is corrupted' despite SFC/DISM passing, overlooking the deeper hardware/firmware possibility.
Technical deep dive
How to think about this question
The DRIVER_POWER_STATE_FAILURE (0x0000009F) bug check indicates that a driver is in an inconsistent or invalid power state. While driver issues are often the first suspect, the scenario explicitly states that all power-related drivers have been updated, and SFC/DISM have found no issues with the Windows installation itself. This points away from a simple driver bug or OS corruption. The critical clue is the consistent trigger: the crash occurs *every time* the computer attempts to enter a sleep state, even when manually initiated. This consistency, coupled with updated drivers and a healthy OS, strongly suggests an underlying hardware-level problem that manifests during power state transitions (e.g., S3 or S4 sleep states). Hardware devices, especially those with their own embedded controllers or complex power management features (like network adapters, USB controllers, or even graphics cards), rely on firmware to manage their power states. If this firmware has a bug, it might fail to correctly respond to the operating system's commands to enter a low-power state, or it might fail to properly re-initialize when waking up. This can lead to the OS detecting an unresponsive or improperly behaving device during the power transition, resulting in the DRIVER_POWER_STATE_FAILURE. Unlike a simple driver bug, which might be fixed with an update, a firmware bug requires a firmware update from the hardware manufacturer or, failing that, replacement of the faulty hardware. This distinguishes it from OS corruption (ruled out by SFC/DISM), third-party services (which are typically paused during sleep transitions, not causing the transition itself to fail), or rootkits (which, while disruptive, are less likely to cause such a specific and consistent power state failure after standard troubleshooting).
KKey Concepts to Remember
- 0x0000009F (DRIVER_POWER_STATE_FAILURE) indicates a driver or device is in an invalid power state.
- Firmware manages a hardware device's low-level operations, including power state transitions.
- A firmware bug can cause system instability during sleep/wake cycles even with updated drivers.
- SFC and DISM verify OS file integrity but do not check hardware firmware.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
0x0000009F (DRIVER_POWER_STATE_FAILURE) indicates a driver or device is in an invalid power state.
Related practice questions
Related 220-1102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
CompTIA A+ hardware practice questions
Practise 220-1102 questions linked to CompTIA A+ hardware.
CompTIA A+ mobile devices practice questions
Practise 220-1102 questions linked to CompTIA A+ mobile devices.
CompTIA A+ networking practice questions
Practise 220-1102 questions linked to CompTIA A+ networking.
CompTIA A+ operating systems practice questions
Practise 220-1102 questions linked to CompTIA A+ operating systems.
CompTIA A+ security practice questions
Practise 220-1102 questions linked to CompTIA A+ security.
CompTIA A+ software troubleshooting questions
Practise 220-1102 questions linked to CompTIA A+ software troubleshooting questions.
CompTIA A+ operational procedures questions
Practise 220-1102 questions linked to CompTIA A+ operational procedures questions.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A change advisory board (CAB) approved a standard change to update antivirus definitions on all servers. The technician completes the update on a file server and verifies the server is functioning normally. According to change management best practices, what documentation should the technician complete?
Question 2
A company's change management policy requires all server changes to be approved by the Change Advisory Board (CAB). A technician discovers that a critical database server's operating system needs a security patch to comply with a new regulatory requirement that takes effect in one week. The patch has a known risk of causing service downtime. The next scheduled CAB meeting is in two weeks. What should the technician do FIRST?
Question 3
A company is implementing a bring-your-own-device (BYOD) policy and needs to ensure that corporate data on employee mobile devices is protected. Which of the following is the MOST important technical control to implement?
Question 4
A company requires employees to present both a smart card and a PIN to log into their workstations. Which authentication principle is being implemented?
Question 5
A company requires all Windows 10 workstations to be able to join an Active Directory domain. Which edition of Windows 10 must be installed on these workstations?
Question 6
A company wants to allow employees to securely access internal resources from home via the internet. Which method provides the highest level of security for remote desktop connections?
Practice this exam
Start a free 220-1102 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 220-1102 question test?
0x0000009F (DRIVER_POWER_STATE_FAILURE) indicates a driver or device is in an invalid power state.
What is the correct answer to this question?
The correct answer is: A hardware device has a firmware bug that fails during power state transitions — The DRIVER_POWER_STATE_FAILURE bug check indicates a driver that does not handle power state transitions correctly. Since standard driver updates and software fixes did not resolve the issue, the problem likely originates from a low-level device such as a USB hub or network adapter that has a firmware bug or incompatibility with the system's power management. Replacing such hardware is the next logical step. Reinstalling Windows would be excessive, and checking for malware is less likely given the specific trigger.
What should I do if I get this 220-1102 question wrong?
Review 0x0000009F (DRIVER_POWER_STATE_FAILURE) indicates a driver or device is in an invalid power state., then practise related 220-1102 questions on the same topic to reinforce the concept.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More 220-1102 practice questions
- A change advisory board (CAB) approved a standard change to update antivirus definitions on all servers. The technician…
- A company's change management policy requires all server changes to be approved by the Change Advisory Board (CAB). A te…
- A company is implementing a bring-your-own-device (BYOD) policy and needs to ensure that corporate data on employee mobi…
- A company requires employees to present both a smart card and a PIN to log into their workstations. Which authentication…
- A company requires all Windows 10 workstations to be able to join an Active Directory domain. Which edition of Windows 1…
- A company wants to allow employees to securely access internal resources from home via the internet. Which method provid…
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.
This 220-1102 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1102 exam.