The answer is to enable Secure Boot and change the firmware boot order so only the internal SSD is allowed first. Enabling Secure Boot ensures that only digitally signed, trusted bootloaders and firmware can execute, which blocks unauthorized tools like USB recovery sticks from loading during startup. Changing the boot order to prioritize the internal SSD over external media directly prevents the system from even attempting to boot from unapproved devices, addressing the exact incident where a USB stick bypassed corporate login. On the Security+ SY0-701 exam, this tests your understanding of UEFI-based boot security and the difference between Secure Boot (which validates signatures) and boot order (which controls device priority). A common trap is thinking BitLocker alone prevents boot from external media—it only encrypts the drive, not the boot process. Remember the mnemonic: Secure Boot signs, Boot Order blocks.
SY0-701 Security Architecture Practice Question
This SY0-701 practice question tests your understanding of security architecture. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
Exhibit
UEFI Setup
- Secure Boot: Disabled
- Boot order: USB, External NIC, Internal SSD
- Firmware admin password: Not configured
- BitLocker status: Enabled
Incident note:
A technician confirmed the laptop was started from a USB recovery stick that bypassed the normal corporate login workflow.
Based on the exhibit, which hardening change best prevents a laptop from booting unapproved tools from external media?
Incident note:
A technician confirmed the laptop was started from a USB recovery stick that bypassed the normal corporate login workflow.
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
UEFI Setup
- Secure Boot: Disabled
- Boot order: USB, External NIC, Internal SSD
- Firmware admin password: Not configured
- BitLocker status: Enabled
Incident note:
A technician confirmed the laptop was started from a USB recovery stick that bypassed the normal corporate login workflow.
A
Enable Secure Boot and change the firmware boot order so only the internal SSD is allowed first.
This is the best control because Secure Boot validates that the bootloader is trusted, and restricting the boot order reduces the chance of booting from unapproved removable media. Together, these changes stop many pre-boot attacks and unauthorized recovery tools before the operating system starts. BitLocker helps protect data at rest, but it does not by itself prevent booting alternate media.
B
Extend the Windows login timeout so users have more time to notice suspicious activity.
Why wrong: Login timeout settings affect the operating system sign-in experience, not the firmware or pre-boot phase. They do not stop a USB stick from being used to start another operating environment.
C
Turn off BitLocker so recovery tools can boot without errors.
Why wrong: Disabling disk encryption weakens protection and makes stolen or tampered storage easier to read. It also does nothing to stop unauthorized boot media, which is the actual issue shown in the exhibit.
D
Install a host firewall rule to block USB storage devices from the network.
Why wrong: A host firewall controls network traffic, not physical boot devices. USB boot abuse happens before normal network-based defenses can help, so this option does not address the root problem.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Enable Secure Boot and change the firmware boot order so only the internal SSD is allowed first.
Enabling Secure Boot ensures that only signed, trusted firmware and bootloaders can execute, preventing unauthorized tools like USB recovery sticks from loading. Changing the boot order to prioritize the internal SSD over USB media stops the system from even attempting to boot from external devices, directly addressing the incident where the laptop bypassed corporate login via a USB stick.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✓
Enable Secure Boot and change the firmware boot order so only the internal SSD is allowed first.
Why this is correct
This is the best control because Secure Boot validates that the bootloader is trusted, and restricting the boot order reduces the chance of booting from unapproved removable media. Together, these changes stop many pre-boot attacks and unauthorized recovery tools before the operating system starts. BitLocker helps protect data at rest, but it does not by itself prevent booting alternate media.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Extend the Windows login timeout so users have more time to notice suspicious activity.
Why it's wrong here
Login timeout settings affect the operating system sign-in experience, not the firmware or pre-boot phase. They do not stop a USB stick from being used to start another operating environment.
✗
Turn off BitLocker so recovery tools can boot without errors.
Why it's wrong here
Disabling disk encryption weakens protection and makes stolen or tampered storage easier to read. It also does nothing to stop unauthorized boot media, which is the actual issue shown in the exhibit.
✗
Install a host firewall rule to block USB storage devices from the network.
Why it's wrong here
A host firewall controls network traffic, not physical boot devices. USB boot abuse happens before normal network-based defenses can help, so this option does not address the root problem.
Common exam traps
Common exam trap: answer the scenario, not the keyword
CompTIA often tests the misconception that host firewall rules can control local device access, but firewalls operate at the network layer and cannot block USB storage devices, which are managed by hardware or OS-level policies.
Trap categories for this question
Command / output trap
Disabling disk encryption weakens protection and makes stolen or tampered storage easier to read. It also does nothing to stop unauthorized boot media, which is the actual issue shown in the exhibit.
Detailed technical explanation
How to think about this question
Secure Boot relies on UEFI's signature verification against a database of allowed certificates (db) and forbidden signatures (dbx); if a bootloader like a USB recovery tool is not signed by a trusted authority, the system halts boot. Changing the boot order in UEFI NVRAM ensures the firmware enumerates boot devices in a specified sequence, and if the internal SSD is first and bootable, the firmware will not attempt to boot from USB unless the SSD fails. In real-world scenarios, attackers often use bootable USB tools to reset local admin passwords or extract BitLocker keys from memory, so combining Secure Boot with boot order lockdown is a defense-in-depth measure.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A SOC analyst notices unusual lateral movement in the network at 2 AM. The IR playbook dictates: identify and contain (isolate the affected machine), then eradicate (remove the malware), then recover (restore from backup), then document. Skipping containment before eradication risks the attacker regaining access. Questions like this test the sequence and rationale of incident response phases.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SY0-701 question in full detail.
Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Enable Secure Boot and change the firmware boot order so only the internal SSD is allowed first. — Enabling Secure Boot ensures that only signed, trusted firmware and bootloaders can execute, preventing unauthorized tools like USB recovery sticks from loading. Changing the boot order to prioritize the internal SSD over USB media stops the system from even attempting to boot from external devices, directly addressing the incident where the laptop bypassed corporate login via a USB stick.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
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.
This SY0-701 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 SY0-701 exam.
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.