SY0-701 General Security Concepts Practice Question
A sales manager's laptop is often taken home and may contain customer pricing spreadsheets and contract drafts. Which control best protects the files if the laptop is stolen?
⚠ Common exam trap
A common mix-up: candidates confuse confidentiality controls (encryption) with integrity controls (hashing) or network protection (TLS), mistakenly thinking hashing or TLS can protect data at rest on a stolen device.
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
✓
Full-disk encryption
Full-disk encryption (FDE) protects all data on the laptop's storage drive by encrypting the entire volume, including the operating system, applications, and files. If the laptop is stolen, the thief cannot access the customer pricing spreadsheets and contract drafts without the decryption key (e.g., a pre-boot PIN or TPM-based key). This renders the data unreadable even if the drive is removed and attached to another system, directly addressing the risk of physical theft.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Hashing the files
Why it's wrong here
Hashing generates a fixed-length digest that serves as a fingerprint to detect unauthorized modification, but it is a one-way integrity check, not a confidentiality control. A thief who steals the laptop can still read the plaintext files directly from the storage medium; the hash value provides no key or algorithm to encrypt or obscure the file contents. Even if the hash is stored separately, it merely proves that a file existed in a certain form after the fact, offering zero protection against data disclosure.
- ✓
Full-disk encryption
Why this is correct
Full-disk encryption (FDE) encrypts the entire storage volume, including the operating system, applications, and user files, using a symmetric cipher such as AES. When the laptop is powered off or the volume is locked, the encryption key is not readily available, so the storage media appears as random data to anyone who removes the drive or boots from external media. A thief cannot recover the sales manager's files without the correct passphrase, PIN, or hardware-bound key, making FDE the definitive control for protecting data at rest on portable devices.
- ✗
Using TLS on the office Wi-Fi
Why it's wrong here
TLS (Transport Layer Security) encrypts network traffic between the laptop and a Wi-Fi access point or a server, protecting data in transit from eavesdropping on the wire. However, the files stored locally on the laptop's disk are not processed through TLS at rest; TLS operates at the session or application layer only during communication. Once the laptop is stolen and the disk is accessed directly, all previously stored files are still in plaintext because no transport encryption was ever applied to the static storage.
- ✗
File compression
Why it's wrong here
File compression reduces the physical size of data by removing redundancy, typically using algorithms like DEFLATE or LZMA, but it is a lossless storage optimization, not a security measure. A compressed file is simply an encoded representation that can be decompressed by standard tools without requiring any secret credential, so any thief can reverse the process and recover the original data. Moreover, compression can actually aid a malicious actor by making exfiltration easier, as the smaller payload is faster to copy while still completely readable after decompression.
Go deeper
Related to this question
Learn chapter
Symmetric vs Asymmetric Encryption
Key term
Disk encryption
Disk encryption is the process of converting data on a storage device into a coded form that can only be read with the correct decryption key, protecting it from unauthorized access.
Key term
Encryption
Encryption is the process of converting readable data into a secret code to prevent unauthorized access.
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 →
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.