Courseiva
Security ArchitecturemediumMultiple ChoiceObjective-mapped

SY0-701 Security Architecture Practice Question

Sales staff use company laptops on public Wi-Fi and travel frequently. The company wants the disk contents unreadable if a laptop is stolen, even if the drive is removed and placed in another system. Which control is the best fit?

⚠ Common exam trap

It's easy for candidates to choose remote wipe (Option D) because it sounds proactive, but they overlook the critical requirement that the device must be online for remote wipe to work, which is not guaranteed for a stolen laptop that may never connect to the internet.

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 full-disk encryption with a hardware-backed key store such as a TPM, preferably with a pre-boot PIN.

Full-disk encryption (FDE) with a hardware-backed key store like a TPM ensures that the entire disk contents are encrypted at rest. Even if the drive is removed and placed in another system, the decryption key remains bound to the original TPM, and a pre-boot PIN adds an additional authentication factor, making the data unreadable without both the TPM and the correct PIN.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Require a screen lock after five minutes of inactivity.

    Why it's wrong here

    While a screen lock after five minutes deters shoulder surfers and casual office access, it does nothing once the laptop is physically stolen and the SSD/HDD is removed, because the screen lock only gates the OS login, not the raw disk. An attacker can boot from a live USB or connect the drive to another machine and read files directly, bypassing the lock entirely. For traveling sales staff, the drive may be gone before the timeout even triggers, so this is an inadequate safeguard against data theft.

  • Enable full-disk encryption with a hardware-backed key store such as a TPM, preferably with a pre-boot PIN.

    Why this is correct

    Full-disk encryption with a TPM-backed key store ensures the disk's encryption key is sealed to the device's firmware state, and adding a pre-boot PIN requires something you know in addition to the hardware. Without the PIN, the TPM won't release the key, so the drive cannot be decrypted even if it's removed and mounted elsewhere. This protects all data at rest, including OS files, and is the strongest practical defense when a device might fall into a thief's hands on the road.

  • Encrypt only the most sensitive folders with file-level encryption.

    Why it's wrong here

    File-level encryption, such as EFS, only protects specific files or folders, leaving the rest of the disk — paging files, temp files, unencrypted copies of sensitive documents — exposed. Attackers with physical access can read metadata, application caches, and system files, and they may obtain decryption keys from the OS if the user is logged in or if the keys are stored on the same drive. With a full-drive theft, this piecemeal approach creates gaps that a determined forensic examiner can exploit.

  • Rely on remote wipe because the device will usually connect to the internet again.

    Why it's wrong here

    Remote wipe depends on the device establishing a future network connection, but a traveling employee's stolen laptop might be powered off, have its network card removed, or be kept offline by a sophisticated attacker. Meanwhile, the thief can pull the disk immediately and clone or read it without ever booting the OS, making the wipe moot. It is a useful reactive control, but it is unreliable as the primary protection because you cannot guarantee connectivity or even that the wipe command will execute before offline extraction.

About these practice questions

One of 1,013 original SY0-701 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.