Question 148 of 750
Data Destruction and DisposalmediumMultiple ChoiceObjective-mapped

Why Deleting Files Isn't Enough for Data Disposal

This 220-1202 practice question tests your understanding of data destruction and disposal. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.

A user reports that after a technician recycled an old computer by simply deleting the user profile, the next user found personal documents in the 'Recycle Bin'. Which step was missed in the data disposal process?

Quick Answer

The answer is that the technician should have used a data wiping tool that overwrites the free space. This is correct because deleting files and emptying the Recycle Bin only removes the file system pointers, marking the space as available for new data, while the actual data remains on the drive and can be recovered with simple software. The common data disposal mistake of deleting files versus wiping free space is a key concept tested on the CompTIA A+ Core 2 220-1202 exam, often appearing in scenario-based questions where a user recovers sensitive documents from a recycled system. The trap here is assuming that emptying the Recycle Bin equals secure deletion, when in fact proper sanitization requires overwriting the free space to prevent forensic recovery. Remember the mnemonic: "Delete just points, wipe overwrites" — if you don't overwrite, the data still writes.

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

The technician should have used a data wiping tool that overwrites the free space.

Deleting a user profile only removes the user's registry and profile folder, but personal documents remain in the Recycle Bin because the Recycle Bin is a system-protected hidden folder that is not cleared by profile deletion. A data wiping tool that overwrites free space is required to securely erase the contents of the Recycle Bin and any other residual data, ensuring that deleted files cannot be recovered.

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.

  • The technician should have performed a quick format.

    Why it's wrong here

    A quick format also only clears the file table; data remains recoverable.

  • The technician should have used a data wiping tool that overwrites the free space.

    Why this is correct

    A wiping tool overwrites the sectors where deleted files reside, making them unrecoverable. This step was missed.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The technician should have removed the hard drive and stored it.

    Why it's wrong here

    Removing the drive avoids the issue but does not address disposal of data on the drive itself if it is reused.

  • The technician should have disabled the Recycle Bin.

    Why it's wrong here

    Disabling the Recycle Bin does not prevent data recovery; it only changes deletion behavior.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the misconception that deleting a user profile or emptying the Recycle Bin is sufficient for data disposal, when in fact both actions leave recoverable data on the free space that requires overwriting to be secure.

Detailed technical explanation

How to think about this question

The Recycle Bin is stored in the hidden `$Recycle.Bin` folder on each volume, with each user having a subfolder identified by their security identifier (SID). When a user profile is deleted, the SID-based subfolder persists because the Recycle Bin is not tied to the user profile's registry hive; a data wiping tool that overwrites free space (e.g., using the DoD 5220.22-M standard) is necessary to scrub these residual files. In a real-world scenario, a technician might use a tool like `sdelete` (Sysinternals) with the `-z` flag to zero free space, which would overwrite the Recycle Bin contents.

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 220-1202 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 220-1202 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 220-1202 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 220-1202 question test?

Data Destruction and Disposal — This question tests Data Destruction and Disposal — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The technician should have used a data wiping tool that overwrites the free space. — Deleting a user profile only removes the user's registry and profile folder, but personal documents remain in the Recycle Bin because the Recycle Bin is a system-protected hidden folder that is not cleared by profile deletion. A data wiping tool that overwrites free space is required to securely erase the contents of the Recycle Bin and any other residual data, ensuring that deleted files cannot be recovered.

What should I do if I get this 220-1202 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 220-1202

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 security auditor discovers that a company's data destruction logs show only a quick format was performed on drives before disposal. The drives contained personally identifiable information (PII). What is the primary risk?

hard
  • A.The drives may not boot properly after disposal.
  • B.The drives could be reused without any issues.
  • C.The PII data is still recoverable from the drives.
  • D.The drives will no longer hold a magnetic charge.

Why C: A quick format only clears the file system metadata (e.g., the Master File Table on NTFS) and marks the drive's sectors as available for new data, but it does not overwrite the actual data stored in those sectors. Because the PII data remains physically on the platters or NAND cells, it can be easily recovered using file recovery tools or forensic software. This makes the data destruction process incomplete and poses a severe compliance and privacy risk.

Variation 2. During a security audit, it is discovered that an old server's hard drives were simply deleted and the server was sold to a recycler. The recycler later reported finding readable files on the drives. Which data disposal standard was violated?

easy
  • A.NIST SP 800-88
  • B.PCI DSS
  • C.HIPAA
  • D.ISO 27001

Why A: NIST SP 800-88 provides guidelines for media sanitization, including clear, purge, and destroy methods. Simply deleting files only removes directory pointers, leaving data recoverable until overwritten. The recycler's ability to read files indicates that the drives were not sanitized according to NIST SP 800-88 standards, which require overwriting or physical destruction for sensitive data.

Keep practising

More 220-1202 practice questions

Last reviewed: Jul 4, 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 220-1202 practice question is part of Courseiva's free CompTIA 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 220-1202 exam.