SY0-701 Security Architecture Practice Question
Several company laptops were found to boot from a removable drive containing an untrusted pre-boot utility before the operating system loaded. The security team wants to prevent unsigned or tampered boot code from starting. Which control is the best fit?
⚠ Common exam trap
A common mix-up: candidates confuse endpoint security controls (like screen lock or password policies) with boot-time integrity mechanisms, failing to recognize that Secure Boot is the only option that validates code before the OS loads.
Answer choices
Why each option matters
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 in firmware and block external boot devices where possible.
Secure Boot is a UEFI firmware feature that verifies the digital signature of boot code against a trusted database before execution. By enabling Secure Boot and blocking external boot devices, the security team ensures that only signed, trusted bootloaders and drivers can run, preventing untrusted pre-boot utilities from loading. This directly addresses the scenario where laptops boot from a removable drive containing unsigned or tampered boot code.
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 in firmware and block external boot devices where possible.
Why this is correct
Secure Boot checks boot components against trusted signatures before they are allowed to run, which directly addresses tampered or untrusted pre-boot code. Disabling external boot adds another layer by reducing the chance of unauthorized removable media being used to bypass protections.
- ✗
Turn on screen lock after ten minutes of inactivity.
Why it's wrong here
Screen lock after inactivity is a session-based control that only activates after the OS has fully booted and a user is logged in. It prevents casual unauthorized access to an open desktop, but it cannot intercept or inspect code executing during the pre-OS environment, such as a bootkit launched from a malicious USB. Since the laptop boots from removable media before the login screen appears, screen lock is entirely bypassed in this threat scenario.
- ✗
Increase the password complexity policy for user accounts.
Why it's wrong here
Password complexity policies strengthen user authentication by requiring longer and more varied character combinations, making brute-force attacks harder on the logon screen. However, this policy is applied by the operating system's security subsystem during interactive logon, long after the boot firmware has loaded the boot loader. A compromised boot device can execute arbitrary payloads with kernel-level privileges without ever presenting a login prompt, so password complexity has no bearing on protecting the boot integrity.
- ✗
Disable Windows Defender notifications on the endpoints.
Why it's wrong here
Disabling Windows Defender notifications would suppress the visible alerts and warnings about detected threats, which actually reduces the ability of users and administrators to know about a security incident. It is not a pre-boot protective measure; Defender loads as part of the OS and cannot inspect or validate the UEFI firmware, boot modules, or initial boot loader. In the context of malicious external boot, this action would only worsen visibility while providing no mitigation against the boot chain compromise.
Go deeper
Related to this question
Learn chapter
Cloud Security Fundamentals
Key term
Digital signature
A cryptographic technique used to verify the authenticity and integrity of a digital message or document, ensuring it came from the claimed sender and was not altered.
Key term
Security
Security in IT is the practice of protecting systems, networks, and data from unauthorized access, damage, or theft.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
4 more ways this is tested on SY0-701
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A security team wants to reduce the chance that employees boot unmanaged tools from removable media and wants only approved software to run on laptops. Which two controls should they use? Select two.
easy- ✓ A.Secure Boot
- ✓ B.Application control or allowlisting
- C.DNS forwarding
- D.Longer screen-lock timeout
- E.Public DNS resolvers
Why A: Secure Boot is correct because it ensures that only signed, trusted firmware and bootloaders execute during system startup, preventing unauthorized bootable media (e.g., USB drives with unmanaged OS images) from loading. This directly reduces the chance that employees can boot unmanaged tools from removable media by enforcing a chain of trust from UEFI firmware to the operating system kernel.
Variation 2. Several corporate laptops occasionally boot from a removable drive containing an untrusted recovery tool before Windows loads. The security team wants to reduce the chance of pre-boot tampering and unauthorized boot media use. Which two controls are most effective? Select two.
medium- ✓ A.Enable UEFI Secure Boot.
- ✓ B.Disable booting from external media or protect the firmware setup with a password.
- C.Keep local administrator rights so users can recover faster.
- D.Turn off disk encryption because it slows startup.
- E.Move the laptops to a different subnet.
Why A: UEFI Secure Boot ensures that only signed, trusted bootloaders and drivers are executed during the boot process, preventing unauthorized boot media from loading. Additionally, disabling boot from external media directly prevents the system from attempting to boot from removable drives, and protecting firmware setup with a password prevents unauthorized changes to boot order. Together, these controls reduce pre-boot tampering and unauthorized boot media use.
Variation 3. A security team discovers that several laptops occasionally boot from a removable drive before Windows loads, allowing unapproved recovery tools to run. Management wants to prevent this with the least impact on normal users. Which control is the best fit?
medium- A.Disable all USB ports permanently on every laptop.
- ✓ B.Enable secure boot and restrict the firmware boot order so only the approved internal boot path is allowed.
- C.Uninstall the endpoint protection agent and replace it with manual inspections.
- D.Move user data to cloud storage so rogue boot media can no longer access it.
Why B: Secure Boot ensures that only signed, trusted firmware and bootloaders execute during the startup process. By restricting the firmware boot order to the internal drive only, the laptop will ignore removable media during boot, preventing unapproved recovery tools from running before Windows loads. This has minimal impact on normal users because they can still use USB devices after the OS has booted.
Variation 4. A laptop repeatedly starts with an unapproved bootloader, and the security team wants the firmware to refuse boot code that is not signed by a trusted key. Which feature should be used?
easy- ✓ A.Secure Boot.
- B.BitLocker full-disk encryption.
- C.A DHCP reservation.
- D.A local administrator password policy.
Why A: Secure Boot is a UEFI firmware feature that verifies the digital signature of bootloaders and kernel code against a database of trusted keys before allowing execution. By configuring Secure Boot to only accept boot code signed by a trusted key, the firmware will reject any unapproved bootloader, preventing unauthorized code from running during the boot process.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.