Question 522 of 1,000
Computer Forensics Fundamentals and ProcesshardMultiple ChoiceObjective-mapped

Quick Answer

Spoliation of evidence is the correct legal principle violated when an employee deletes relevant emails after a legal hold notice has been issued. This is because a legal hold imposes a binding duty to preserve all potentially relevant data for pending or anticipated litigation; intentionally destroying that data—even by a single employee—constitutes spoliation, which undermines the integrity of the judicial process and can lead to severe sanctions. On the Computer Hacking Forensic Investigator CHFI exam, this scenario tests your understanding of how legal holds trigger forensic preservation obligations, often appearing in questions about incident response or e-discovery failures. A common trap is confusing spoliation with mere data loss or negligence—the key distinction is that spoliation involves a conscious act of destruction after a preservation duty has been triggered. Remember the mnemonic: “Hold first, delete last—spoliation’s a blast.”

CHFI Computer Forensics Fundamentals and Process Practice Question

This CHFI practice question tests your understanding of computer forensics fundamentals and process. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.

An organization receives a legal hold notice for a civil lawsuit. An employee later deletes relevant emails from their mailbox. Which legal principle is MOST likely violated?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Full question →

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

Spoilation of evidence

The legal hold notice imposes a duty to preserve relevant evidence. Deleting emails after receiving such notice constitutes intentional destruction of evidence, which is spoliation. This violates the legal principle of spoliation of evidence, as the organization had a duty to preserve the emails for the pending litigation.

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.

  • Spoilation of evidence

    Why this is correct

    Spoilation is the intentional or negligent destruction of evidence, which can lead to sanctions.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Best evidence rule

    Why it's wrong here

    Best evidence rule requires original documents, but deletion is about spoliation.

  • Locard's exchange principle

    Why it's wrong here

    Locard's principle states that every contact leaves a trace; it is not a legal principle for evidence preservation.

  • Probable cause

    Why it's wrong here

    Probable cause is a standard for search warrants, not a violation from deletion.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests spoliation by pairing it with a legal hold scenario to see if candidates confuse it with evidence admissibility rules (Best Evidence Rule) or forensic principles (Locard's Exchange Principle) rather than recognizing the duty to preserve evidence.

Detailed technical explanation

How to think about this question

Spoliation can trigger severe sanctions, including adverse inference instructions, monetary penalties, or even default judgment. Under FRCP Rule 37(e), if electronically stored information (ESI) that should have been preserved is lost because a party failed to take reasonable steps to preserve it, the court may impose measures no greater than necessary to cure the prejudice. Forensic analysis of Exchange Server logs or mailbox audit logs (e.g., using Get-MailboxFolderStatistics or Search-MailboxAuditLog in PowerShell) can reveal deletion timestamps and user actions, directly proving spoliation.

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.

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.

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?

Computer Forensics Fundamentals and Process — This question tests Computer Forensics Fundamentals and Process — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Spoilation of evidence — The legal hold notice imposes a duty to preserve relevant evidence. Deleting emails after receiving such notice constitutes intentional destruction of evidence, which is spoliation. This violates the legal principle of spoliation of evidence, as the organization had a duty to preserve the emails for the pending litigation.

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: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 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. A company's legal department issues a legal hold notice for electronically stored information (ESI) related to a pending lawsuit. The IT department is tasked with preserving data. Which of the following actions is MOST likely to violate the legal hold requirements?

hard
  • A.Notifying all employees to preserve documents related to the lawsuit.
  • B.Suspending routine deletion of emails older than 30 days.
  • C.Continuing to run a script that deletes temporary files older than 24 hours.
  • D.Taking a forensic image of the relevant servers.

Why C: Option C is correct because continuing to run a script that deletes temporary files older than 24 hours directly destroys ESI that may be relevant to the lawsuit, violating the legal hold requirement to preserve all potentially relevant data. Legal hold mandates the suspension of any automated or manual processes that could alter or delete ESI, including temporary files that might contain fragments of relevant documents or metadata. Unlike suspending routine email deletion (Option B), which is a preservation action, the script actively purges data and thus breaches the hold.

Variation 2. A company receives a legal hold notice regarding a lawsuit. What immediate action should the company take to comply?

medium
  • A.Delete all emails older than 30 days to free up storage
  • B.Immediately format the hard drives of all employees involved
  • C.Preserve all potentially relevant electronic documents and data
  • D.Ignore the notice because it is not a court order

Why C: Option C is correct because a legal hold notice triggers a duty to preserve all potentially relevant electronically stored information (ESI). Under the Federal Rules of Civil Procedure (FRCP) Rule 37(e), failure to preserve can lead to spoliation sanctions. The immediate action is to issue a litigation hold notice and suspend routine data deletion policies, ensuring that all relevant emails, documents, and logs are preserved in their current state.

Last reviewed: Jun 24, 2026

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.

Loading comments…

Sign in to join the discussion.

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.