SY0-701 Security Operations Practice Question
An investigator has just created a bit-for-bit image of a suspect's SSD using a write blocker. Before the drive is returned to evidence storage, what action most directly validates the integrity of both the original media and the image?
⚠ Common exam trap
Test-takers frequently confuse integrity validation with storage optimization or cleanup tasks, mistakenly thinking defragmentation or compression helps preserve evidence, when in fact they destroy the forensic integrity that hashing alone guarantees.
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
✓
Calculate cryptographic hashes of the source and the image and record them.
Cryptographic hashing (e.g., SHA-256 or MD5) generates a unique digital fingerprint of the original SSD and the forensic image. By comparing the hash values, the investigator can verify that the bit-for-bit copy is identical to the source, ensuring data integrity and admissibility in legal proceedings. This step directly validates that no data has been altered or omitted during acquisition.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Defragment the original SSD to make later analysis faster.
Why it's wrong here
Defragmenting the original SSD after imaging is a destructive procedure because it changes the physical placement of data and updates filesystem metadata, effectively altering the source evidence. For solid-state drives, defragmentation is especially counterproductive because the internal controller's wear-leveling algorithms already manage block placement, so the process provides no speed benefit while simultaneously modifying the very media an investigator must preserve. Any later legal challenge can argue that the original was contaminated, and even if the image exists, the inability to reacquire from an unchanged source can undermine the case.
- ✓
Calculate cryptographic hashes of the source and the image and record them.
Why this is correct
Calculating and recording cryptographic hashes of both the source and the acquired image is the cornerstone of forensic integrity. A strong algorithm such as SHA-256 generates a fixed-length fingerprint, and when the hash values match, it proves the image is a bit-for-bit replica with no data altered or lost during acquisition. Recording those hashes in the investigator's notes or a signed report also establishes a verifiable chain of custody, allowing any independent examiner to re-run the same hash and confirm the evidence has not been modified. Without this step, there is no objective way to demonstrate that the image accurately represents the original source.
- ✗
Compress the image file to reduce storage usage before documentation.
Why it's wrong here
Compressing the image file before documentation is an unsafe practice because compression algorithms, even lossless ones, alter the container format and can introduce file-system-level artifacts that confound forensic analysis. More importantly, compression does not establish or preserve integrity; a compressed copy can still be corrupted, and the decompressed data may differ from the source if errors occur during the process. Forensic integrity verification requires hashes computed directly on the uncompressed raw image, and documentation of those hashes must occur before any size-reduction step. If storage space is a concern, writing the image to a larger destination or using a validated forensic file format like E01 with embedded checksums is the proper approach—not arbitrary compression.
- ✗
Wipe free space on the original SSD to remove deleted remnants.
Why it's wrong here
Wiping free space on the original SSD is a proactive alteration of the evidence source that destroys the very remnants a forensic exam might need. Free space can contain deleted files, fragments of prior data, or other artifacts that are recoverable, and wiping eliminates that historical data entirely. Even if the investigator already created an image, altering the original after acquisition invalidates the ability to later reacquire or verify the original as unmodified, which is a core requirement for evidence admissibility. The only acceptable action after imaging is to securely store the original without any modifications, preserving its state for potential defense or independent inspection.
Go deeper
Related to this question
Learn chapter
Digital Forensics Basics
Key term
Integrity
Integrity is the assurance that data has not been altered or tampered with in an unauthorized way, preserving its accuracy and consistency from source to destination.
Key term
Hashing
Hashing is a one-way mathematical function that converts any input data into a fixed-length string of characters, called a hash or digest, which is used to verify data integrity and store passwords securely.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SY0-701 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 SY0-701 exam.