- A
Current network connections.
Network connections are transient and may disappear.
- B
List of running processes.
Processes can start/stop quickly; must be captured early.
- C
Contents of system memory (RAM).
Memory contains the most volatile data including encryption keys and active malware.
- D
Windows registry hives.
Why wrong: Registry is stored on disk and is less volatile.
- E
Forensic image of the hard drive.
Why wrong: Disk is non-volatile and can be collected later.
Quick Answer
The answer is contents of system memory (RAM), current network connections, and running processes. These three pieces of volatile data must be collected first because they represent the most ephemeral evidence on a system, governed by the order of volatility principle in first responder collection. RAM holds active processes, encryption keys, and malware that vanish instantly upon power loss, while network connections and running processes reveal live exfiltration channels and malicious activity that cease the moment the system is disconnected or shut down. On the Computer Hacking Forensic Investigator CHFI exam, this concept tests your understanding of the Locard’s Exchange Principle applied to digital forensics, often appearing as a scenario-based multiple-choice question where a common trap is to prioritize hard drive imaging over RAM capture. Remember the mnemonic “RCN” for RAM, Connections, Network processes—collect these before pulling the plug.
CHFI Incident Response and First Responder Skills Practice Question
This CHFI practice question tests your understanding of incident response and first responder skills. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
During the initial response to a suspected data exfiltration, which THREE pieces of volatile data should be collected first? (Choose three.)
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Current network connections.
Current network connections (A) are volatile because they show active communication channels that could indicate data exfiltration in progress. If the system is shut down or disconnected, this evidence is lost immediately, making it a top priority for collection during initial response.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Current network connections.
Why this is correct
Network connections are transient and may disappear.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
List of running processes.
Why this is correct
Processes can start/stop quickly; must be captured early.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Contents of system memory (RAM).
Why this is correct
Memory contains the most volatile data including encryption keys and active malware.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Windows registry hives.
Why it's wrong here
Registry is stored on disk and is less volatile.
- ✗
Forensic image of the hard drive.
Why it's wrong here
Disk is non-volatile and can be collected later.
Common exam traps
Common exam trap: answer the scenario, not the keyword
EC-Council often tests the Order of Volatility principle, and the trap here is that candidates mistakenly prioritize persistent data like registry hives or disk images over transient evidence that disappears immediately upon shutdown.
Detailed technical explanation
How to think about this question
Volatile data collection follows the Order of Volatility (RFC 3227), which prioritizes data that disappears when power is lost. Network connections (netstat -an), running processes (ps -ef or tasklist), and RAM contents (using tools like FTK Imager or LiME) are at the top because they vanish within milliseconds to seconds of shutdown. In a real-world scenario, an attacker might use encrypted tunnels (e.g., SSH or HTTPS) to exfiltrate data; capturing netstat output before the connection drops can reveal the remote IP and port.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the CHFI exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Incident Response and First Responder Skills — study guide chapter
Learn the concepts, then practise the questions
- →
Incident Response and First Responder Skills practice questions
Targeted practice on this topic area only
- →
All CHFI questions
1,000 questions across all exam domains
- →
Computer Hacking Forensic Investigator CHFI study guide
Full concept coverage aligned to exam objectives
- →
CHFI practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CHFI practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Computer Forensics Investigation Process practice questions
Practise CHFI questions linked to Computer Forensics Investigation Process.
Computer Forensics Fundamentals and Process practice questions
Practise CHFI questions linked to Computer Forensics Fundamentals and Process.
Storage Forensics and File System Analysis practice questions
Practise CHFI questions linked to Storage Forensics and File System Analysis.
Incident Response and First Responder Skills practice questions
Practise CHFI questions linked to Incident Response and First Responder Skills.
Computer Forensics Lab practice questions
Practise CHFI questions linked to Computer Forensics Lab.
Evidence Acquisition and Duplication practice questions
Practise CHFI questions linked to Evidence Acquisition and Duplication.
OS and Network Forensics practice questions
Practise CHFI questions linked to OS and Network Forensics.
OS and File System Forensics practice questions
Practise CHFI questions linked to OS and File System Forensics.
Application, Email and Cloud Forensics practice questions
Practise CHFI questions linked to Application, Email and Cloud Forensics.
Mobile and Malware Forensics practice questions
Practise CHFI questions linked to Mobile and Malware Forensics.
Network and Cloud Forensics practice questions
Practise CHFI questions linked to Network and Cloud Forensics.
Database and Application Forensics practice questions
Practise CHFI questions linked to Database and Application Forensics.
Practice this exam
Start a free CHFI practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CHFI question test?
Incident Response and First Responder Skills — This question tests Incident Response and First Responder Skills — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Current network connections. — Current network connections (A) are volatile because they show active communication channels that could indicate data exfiltration in progress. If the system is shut down or disconnected, this evidence is lost immediately, making it a top priority for collection during initial response.
What should I do if I get this CHFI question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on CHFI
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. You are responding to a suspected malware infection on a Windows 10 system. The system is still running. Which of the following should you collect FIRST?
medium- ✓ A.Acquire a memory dump using a tool like WinPmem.
- B.Collect the Windows Event Logs.
- C.Export the contents of the Windows Registry.
- D.Create a forensic image of the hard drive.
Why A: When a system is still running and suspected of malware infection, the first priority is to capture volatile data, which includes the contents of RAM. WinPmem is a tool designed to acquire a memory dump from a live Windows system, preserving critical evidence such as running processes, network connections, and injected code that would be lost on shutdown. This follows the order of volatility (RFC 3227), which mandates collecting memory before any non-volatile data like logs, registry, or disk images.
Last reviewed: Jun 30, 2026
This CHFI practice question is part of Courseiva's free EC-Council 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 CHFI exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.