Drill 24 ยท
AP Cybersecurity Drill 24: Encrypting Stored Field Files is a practice drill. It contains 5 original questions created by Brian Stewart, a Barron's test prep author with over 20 years of tutoring experience.
A surveying firm reviews how files on its field laptops and backup drive are protected when the devices are powered off; this drill uses an invented company and original figures.
Drennmoor Surveying keeps survey files on field laptops and copies them to a portable backup drive. A security lead lists how each storage location is protected when the device is powered off and sitting in a truck or office.
| Location | At-rest protection |
|---|---|
| Field laptop A | Full-disk encryption ON (symmetric key) |
| Field laptop B | No encryption; login password only |
| Backup drive | No encryption; files stored in plaintext |
All three hold the same confidential survey files.
Question 1. If all three devices are stolen while powered off, which holds its files in a state an ordinary thief cannot simply read?
Explanation: Choice B is correct. Full-disk encryption keeps data at rest unreadable without the key, so laptop A's files resist a thief even if the disk is removed. Choice A is incorrect because a login password does not encrypt the disk; the drive can be pulled and read directly. Choice C is incorrect because the backup drive is plaintext and easily read on any computer. Choice D is incorrect because a login password controls account access, not on-disk encryption.
Question 2. Laptop A protects its files with one key used to both encrypt and decrypt. This is an example of:
Explanation: Choice A is correct. One secret key that performs both encryption and decryption is symmetric encryption, the typical model for full-disk protection. Choice B is incorrect because asymmetric encryption uses a public and private key pair, not one key. Choice C is incorrect because hashing is one-way and is not used to recover stored files. Choice D is incorrect because signing proves origin, not confidentiality of stored data.
Question 3. The team wants to confirm the backup-drive files stay confidential even if the drive is lost. What change achieves that?
Explanation: Choice D is correct. Encrypting the drive keeps the stored files confidential regardless of where the drive travels or who finds it. Choice A is incorrect because renaming hides labels but leaves readable content. Choice B is incorrect because a locked drawer does not protect the drive once it leaves the office. Choice C is incorrect because hashing addresses integrity, not confidentiality, and the readable files would still be present.
Question 4. An analyst opens the backup drive on a spare computer and the survey files display immediately with no key prompt. What does this confirm?
Explanation: Choice C is correct. Files that display immediately on another computer with no key required are not protected by effective at-rest encryption; the data is readable as stored. Choice A is incorrect because a signature proves origin and does not gate whether files open. Choice B is incorrect because hashing does not let stored files display and is not why they opened. Choice D is incorrect because encrypted data would require the key and would not simply display in readable form.
Question 5. What is the best mitigation across all three storage locations?
Explanation: Choice A is correct. Turning on at-rest encryption for laptop B and the backup drive brings every location up to the protection laptop A already has. Choice B is incorrect because concentrating files on one device does not protect the others and creates a single point of failure. Choice C is incorrect because a longer login password still does not encrypt the disk. Choice D is incorrect because hashing is one-way and cannot protect files that must be opened and used.