10 free, exam-style CyberSec First Responder (CFR) practice questions with answers and
explanations. No signup required. Work through them below, then take the
full free CFR practice test to study every exam domain.
These 10 free CFR questions are organized by exam domain, so you can see how each part of the CyberSec First Responder blueprint is tested. Reveal the answer and explanation under each question.
Domain 1: Identify 22% of exam
Question 1
An analyst needs to collect evidence from a compromised laptop. The laptop is currently running. Which is the correct order of collection from MOST to LEAST volatile?
- RAM → Swap files → Disk → Remote logs
- RAM → Network connections → Disk → Registry
- Swap files → RAM → Network state → Disk
- Network traffic → RAM → Swap files → Disk
Show answer & explanation
Correct answer: A - RAM → Swap files → Disk → Remote logs
Question 2
An organization receives a threat intelligence report indicating a new vulnerability (CVSS 9.8) affects their web server software. What should be the FIRST action?
- Immediately shut down all web servers
- Conduct a full penetration test
- Assess which systems are affected
- Notify law enforcement immediately
Show answer & explanation
Correct answer: C - Assess which systems are affected
Domain 2: Protect 24% of exam
Question 3
A company discovers malware on a workstation that encrypts all local files and network shares, then displays a ransom demand. The FIRST containment action should be to:
- Disconnect the workstation from the network
- Pay the ransom to decrypt the files immediately
- Run a comprehensive antivirus scan on the system
- Notify law enforcement and regulatory authorities
Show answer & explanation
Correct answer: A - Disconnect the workstation from the network
Question 4
Implementing both a network firewall AND a host-based firewall is an example of:
- Redundant and unnecessary security
- A compliance violation
- Single point of failure
- Defense-in-depth strategy
Show answer & explanation
Correct answer: D - Defense-in-depth strategy
Domain 3: Detect 18% of exam
Question 5
A SIEM alert shows a user account logged in from London at 10:00 AM and from Tokyo at 10:15 AM on the same day. This is BEST described as:
- A VPN routing anomaly
- A time zone misconfiguration
- A geo-velocity anomaly
- Normal travel behavior
Show answer & explanation
Correct answer: C - A geo-velocity anomaly
Question 6
To count the number of unique source IP addresses in an Apache access log, an analyst would MOST likely use which combination of commands?
- grep access.log | head -n 10
- cat access.log | wc -l | sort
- awk '{print $1}' access.log | sort | uniq
- tail -f access.log | grep -c IP
Show answer & explanation
Correct answer: C - awk '{print $1}' access.log | sort | uniq
Domain 4: Respond 19% of exam
Question 7
An attacker sends a spear-phishing email with a malicious attachment (Initial Access), the user opens it and a macro executes PowerShell (Execution), which downloads and installs a RAT (Persistence). Mapping these to ATT&CK involves:
- Categorizing only the initial attack vector used
- Identifying tactics and techniques for each step
- Documenting only the persistence mechanism established
- Prioritizing the highest-impact technique observed
Show answer & explanation
Correct answer: B - Identifying tactics and techniques for each step
Question 8
A security analyst investigates a compromised Windows system and finds Event IDs 4720 (account created) and 4732 (added to admin group) for an unknown account at 3:00 AM. This indicates:
- Normal IT operations
- Scheduled Active Directory replication
- Software installation requiring admin rights
- Backdoor admin account creation
Show answer & explanation
Correct answer: D - Backdoor admin account creation
Domain 5: Recover 17% of exam
Question 9
A forensic analyst uses Volatility and finds that pslist shows 45 processes but psscan shows 48. The 3 additional processes found by psscan are MOST likely:
- Hidden or terminated processes
- Duplicate process entries
- System services that are hidden
- Normal operating system behavior
Show answer & explanation
Correct answer: A - Hidden or terminated processes
Question 10
An organization performs a full backup on Sunday and incremental backups Monday through Saturday. If the system fails on Thursday, restoration requires:
- Sunday's full backup plus Monday and Tuesday incrementals only
- Sunday's full backup plus Monday through Wednesday incrementals
- Sunday's full backup plus all incremental backups through Thursday
- Sunday's full backup plus Wednesday's differential and Thursday's incremental
Show answer & explanation
Correct answer: B - Sunday's full backup plus Monday through Wednesday incrementals