Chapter 1 Β· Tricks & Performance

Trick Questions & Performance Tasks

Common exam traps and scenario-based challenges. Reveal the answer only after you've thought it through.

⚠️ How to Use This Page Read each question carefully. Form your own answer in your head. Only then reveal the explanation. Rushing to the answer defeats the purpose.

🎯 Trick 1 β€” The Overlap Trap

A security guard sits at the reception desk and checks employee IDs before allowing entry. The exam asks: "What type of control is this?" You see the answer option "Preventive" and also "Deterrent." Which do you choose?

It depends on context β€” and CompTIA often tests this.

If the guard checks IDs and physically allows/denies entry β†’ Preventive.
If the guard's visible presence is what the question emphasizes (making attackers reconsider) β†’ Deterrent.

The key is reading what the question highlights. CompTIA will usually give you a clue: "The guard discourages unauthorized entry" = Deterrent. "The guard validates ID before granting access" = Preventive.

🎯 Trick 2 β€” The "Also Correct" Distractor

A firewall blocks specific malicious IP addresses. The exam offers: A. Technical-Preventive, B. Technical-Detective, C. Operational-Preventive, D. Physical-Preventive. You know firewalls can log traffic (detective). Which is BEST?

A β€” Technical-Preventive.

The question says the firewall "blocks" IPs β€” that is the primary function described. Blocking = Preventive. While firewalls CAN also be detective (logging), the question describes a preventive action. CompTIA always tests the primary purpose described, not all possible uses.

🎯 Trick 3 β€” Category vs. Type Confusion

"An organization uses security cameras to monitor server room access." A student answers "Detective Control." Their teacher marks it partially wrong. Why?

Incomplete answer β€” missing the category.

"Detective Control" is the TYPE. But the full classification is Physical + Detective. Cameras are physical devices placed in a physical space. The exam may ask for category AND type. Always identify both when possible: Physical Detective control.

🎯 Trick 4 β€” Compensating vs. Corrective

A server was infected by malware. The admin blocks all outbound traffic from the server using a firewall rule, then restores the server from a clean backup. Which action is compensating, and which is corrective?

Firewall block = Compensating. Restore from backup = Corrective.

The firewall rule doesn't fix the problem β€” it limits damage while a real fix is applied. That's compensating.
Restoring from backup actually corrects the damage and returns the system to a known-good state. That's corrective.

Memory tip: Compensating buys time. Corrective fixes the damage.

🎯 Performance Task β€” Design a Control Set

You are hired as a security consultant for a small bank. You must recommend at least one control of each type (preventive, deterrent, detective, corrective, compensating, directive) AND specify their categories. The bank has limited budget.

Sample solution:

β€’ Preventive (Technical): Firewall with strict ACLs blocking unauthorized access
β€’ Deterrent (Physical): Visible security camera signage at entrances
β€’ Detective (Technical): Log aggregation/SIEM for anomaly alerts
β€’ Corrective (Technical): Offsite encrypted backups for rapid recovery
β€’ Compensating (Technical): Network segmentation isolating legacy ATM systems from core banking
β€’ Directive (Managerial): Security policy requiring employees to lock screens when away from desks

This creates overlapping protection: if the preventive control fails, detective finds the breach; corrective restores operations; compensating limits blast radius.

🎯 Trick 5 β€” The Timing Clue

On the exam, pay close attention to WHEN a control acts. Which of these timing clues map to which type?
"…before the attack occurs" β€” "…after the attack is detected" β€” "…to notice the attack" β€” "…to discourage the attack"

Timing β†’ Control Type:

β€’ "Before the attack occurs" β†’ Preventive
β€’ "To discourage / make think twice" β†’ Deterrent
β€’ "To notice / identify / log the attack" β†’ Detective
β€’ "After the attack is detected / to recover" β†’ Corrective
β€’ "When primary control isn't possible / temporary" β†’ Compensating
β€’ "To guide / instruct / train / tell someone" β†’ Directive

This timing framework will help you eliminate wrong answers in seconds on exam day.