Drill 19 ยท
AP Cybersecurity Drill 19: Device Hardening Checklist 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.
An IT lead at Korrent Outfitters reviews a hardening checklist for new point-of-sale laptops before they go on the sales floor; this drill uses an invented company and original figures.
Before deploying new point-of-sale laptops, the IT lead at Korrent Outfitters works through a device-hardening checklist. The current state of each item is shown.
| Hardening item | Current state |
|---|---|
| Operating-system updates | Manual, often skipped |
| Host firewall | Turned off |
| Default administrator account | Enabled, default password |
| Unused services and ports | All left on |
Question 1. Which checklist item most directly leaves known software flaws unpatched on these laptops?
Explanation: Choice A is correct. Skipped updates mean published fixes for known vulnerabilities are never applied, so those flaws stay open. Choice B is incorrect. A disabled firewall widens network exposure but does not itself leave code unpatched. Choice C is incorrect. A default admin account is a credential weakness, not an unpatched-software issue. Choice D is incorrect. Extra open services enlarge the attack surface but are separate from missing patches.
Question 2. Which change best reduces the chance that a known vulnerability stays unpatched?
Explanation: Choice C is correct. Automatic scheduled updates apply published fixes promptly without relying on someone remembering, closing known vulnerabilities as they are released. Choice A is incorrect. A firewall filters traffic but does not patch software. Choice B is incorrect. Disabling unused services shrinks the attack surface but does not apply patches. Choice D is incorrect. Renaming the admin account does little, since the default password remains the real weakness.
Question 3. With the host firewall off, which sign would most likely reveal unwanted inbound connections to a laptop?
Explanation: Choice B is correct. With no firewall filtering, monitoring that shows external addresses connecting to open ports is the direct evidence of unwanted inbound traffic. Choice A is incorrect. An update notice reflects patching status, not inbound connections. Choice C is incorrect. A password reminder concerns credentials, not live connections. Choice D is incorrect. A note about unused services describes attack surface, not observed inbound traffic.
Question 4. What is the best way to address the default administrator account?
Explanation: Choice D is correct. Disabling the account, or setting a strong unique password and tightly restricting its use, removes a widely known, easily guessed entry point. Choice A is incorrect. A firewall does not stop someone who logs in with valid default credentials. Choice B is incorrect. Keeping the default password leaves the account guessable regardless of hours. Choice C is incorrect. Sharing the password broadly makes the weakness worse.
Question 5. Why does turning off unused services and ports improve the security of these laptops?
Explanation: Choice B is correct. Each running service or open port is a possible way in, so disabling the ones not needed reduces the number of targets an attacker can probe. Choice A is incorrect. Closing ports does not control how updates are applied. Choice C is incorrect. Reducing services complements but does not replace a firewall. Choice D is incorrect. Disabling services does not alter the admin password.