- A
The technician should have performed a quick format.
Why wrong: A quick format also only clears the file table; data remains recoverable.
- B
The technician should have used a data wiping tool that overwrites the free space.
A wiping tool overwrites the sectors where deleted files reside, making them unrecoverable. This step was missed.
- C
The technician should have removed the hard drive and stored it.
Why wrong: Removing the drive avoids the issue but does not address disposal of data on the drive itself if it is reused.
- D
The technician should have disabled the Recycle Bin.
Why wrong: Disabling the Recycle Bin does not prevent data recovery; it only changes deletion behavior.
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.
- →
Data Destruction and Disposal — study guide chapter
Learn the concepts, then practise the questions
- →
Data Destruction and Disposal practice questions
Targeted practice on this topic area only
- →
All 220-1202 questions
750 questions across all exam domains
- →
CompTIA A+ Core 2 220-1202 study guide
Full concept coverage aligned to exam objectives
- →
220-1202 practice test guide
How to use practice tests most effectively before exam day
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.
Windows OS Features and Tools practice questions
Practise 220-1202 questions linked to Windows OS Features and Tools.
Windows Settings and Control Panel practice questions
Practise 220-1202 questions linked to Windows Settings and Control Panel.
Windows Command-Line Tools practice questions
Practise 220-1202 questions linked to Windows Command-Line Tools.
Windows Administrative Tools practice questions
Practise 220-1202 questions linked to Windows Administrative Tools.
macOS Features and Tools practice questions
Practise 220-1202 questions linked to macOS Features and Tools.
Linux Commands and File Permissions practice questions
Practise 220-1202 questions linked to Linux Commands and File Permissions.
Mobile OS Features and Tools practice questions
Practise 220-1202 questions linked to Mobile OS Features and Tools.
Virtualization and Cloud Technologies practice questions
Practise 220-1202 questions linked to Virtualization and Cloud Technologies.
Physical Security Controls practice questions
Practise 220-1202 questions linked to Physical Security Controls.
Logical Security Concepts practice questions
Practise 220-1202 questions linked to Logical Security Concepts.
Wireless Security Protocols practice questions
Practise 220-1202 questions linked to Wireless Security Protocols.
Malware Types and Removal practice questions
Practise 220-1202 questions linked to Malware Types and Removal.
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 →
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
- During a Windows 10 deployment, you need to ensure that a specific Group Policy setting is applied to a computer before…
- After installing a new printer driver, a user's Windows 11 computer crashes with a blue screen error every time they try…
- A user reports that their Windows 10 computer is infected with a virus that keeps reinstalling itself after removal. Wha…
- A customer reports that their Windows 10 laptop is displaying pop-up ads even when no browser is open. They suspect a ma…
- A technician is configuring a new Windows 10 workstation for a user who handles sensitive financial data. The company po…
- A technician is responding to a security incident where an employee's credentials were used to access a server without a…
Last reviewed: Jul 4, 2026
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.
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.