1Which storage device uses spinning magnetic platters to store data?
Describe different types of disk drives and their characteristics
Easy
A.SD Card
B.USB Flash Drive
C.Solid State Drive (SSD)
D.Hard Disk Drive (HDD)
Correct Answer: Hard Disk Drive (HDD)
Explanation:
A Hard Disk Drive (HDD) stores data on rotating magnetic platters that are read and written by moving heads. SSDs and flash devices use non-volatile memory chips instead.
Incorrect! Try again.
2Which type of drive has no moving mechanical parts?
Describe different types of disk drives and their characteristics
Easy
A.Magnetic Tape Drive
B.Solid State Drive (SSD)
C.Floppy Disk
D.Hard Disk Drive (HDD)
Correct Answer: Solid State Drive (SSD)
Explanation:
SSDs store data on flash memory chips and contain no moving parts, making them faster and more shock-resistant than mechanical HDDs.
Incorrect! Try again.
3What is the smallest physical storage unit on a hard disk called?
Explain the logical structure of a disk
Easy
A.Sector
B.Cluster
C.Volume
D.Partition
Correct Answer: Sector
Explanation:
A sector is the smallest physical storage unit on a disk, traditionally holding 512 bytes (or 4096 bytes in modern drives).
Incorrect! Try again.
4A group of sectors treated as a single logical unit by the file system is called a:
Explain the logical structure of a disk
Easy
A.Head
B.Track
C.Cylinder
D.Cluster
Correct Answer: Cluster
Explanation:
A cluster (also called an allocation unit) is a group of sectors that the file system uses as the smallest unit for allocating storage to files.
Incorrect! Try again.
5Which structure contains the partition table and code used to start the boot process on a legacy disk?
Explain the logical structure of a disk
Easy
A.File Allocation Table (FAT)
B.Volume Boot Record (VBR)
C.Root Directory
D.Master Boot Record (MBR)
Correct Answer: Master Boot Record (MBR)
Explanation:
The Master Boot Record (MBR) is located at the first sector of a disk and contains the partition table plus the initial bootstrap code.
Incorrect! Try again.
6What does BIOS stand for?
Understand booting process of windows, Linux and Mac operating systems
Easy
A.Binary Integrated Operating Service
B.Boot Instruction Operating Setup
C.Basic Internal Output Storage
D.Basic Input Output System
Correct Answer: Basic Input Output System
Explanation:
BIOS stands for Basic Input Output System, the firmware that initializes hardware and starts the boot process when a computer is powered on.
Incorrect! Try again.
7Which of the following is a common boot loader used by Linux systems?
Understand booting process of windows, Linux and Mac operating systems
Easy
A.winload.exe
B.NTLDR
C.GRUB
D.BOOTMGR
Correct Answer: GRUB
Explanation:
GRUB (GRand Unified Bootloader) is the standard boot loader for most Linux distributions, while NTLDR and BOOTMGR are used by Windows.
Incorrect! Try again.
8Which modern firmware interface is intended to replace the traditional BIOS?
Understand booting process of windows, Linux and Mac operating systems
Easy
A.UEFI
B.POST
C.MBR
D.GRUB
Correct Answer: UEFI
Explanation:
UEFI (Unified Extensible Firmware Interface) is the modern replacement for legacy BIOS, offering faster booting and support for larger disks via GPT.
Incorrect! Try again.
9Which file system is the default for modern Windows operating systems?
Understand various file systems of Windows, Linux and Mac operating systems
Easy
A.NTFS
B.APFS
C.ext4
D.HFS+
Correct Answer: NTFS
Explanation:
NTFS (New Technology File System) is the default file system for modern Windows systems, supporting large files, permissions, and journaling.
Incorrect! Try again.
10Which file system is commonly used by Linux operating systems?
Understand various file systems of Windows, Linux and Mac operating systems
Easy
A.NTFS
B.APFS
C.FAT16
D.ext4
Correct Answer: ext4
Explanation:
ext4 (Fourth Extended File System) is a widely used journaling file system on Linux, offering good performance and reliability.
Incorrect! Try again.
11Which file system was introduced by Apple as the default for modern macOS versions?
Understand various file systems of Windows, Linux and Mac operating systems
Easy
A.NTFS
B.ext4
C.exFAT
D.APFS
Correct Answer: APFS
Explanation:
APFS (Apple File System) is the default file system on modern macOS, optimized for SSDs and featuring snapshots and encryption.
Incorrect! Try again.
12Which file system is often used on USB flash drives for compatibility across operating systems?
Understand various file systems of Windows, Linux and Mac operating systems
Easy
A.APFS
B.ext4
C.HFS+
D.FAT32
Correct Answer: FAT32
Explanation:
FAT32 is widely supported across Windows, Linux, and macOS, making it a common choice for USB flash drives, though it has a 4 GB file size limit.
Incorrect! Try again.
13Autopsy is best described as a:
Examine file system using Autopsy and The Sleuth Kit tools
Easy
A.Disk defragmentation utility
B.Password recovery cracker
C.Network monitoring firewall
D.Digital forensics platform with a graphical interface
Correct Answer: Digital forensics platform with a graphical interface
Explanation:
Autopsy is an open-source digital forensics platform that provides a graphical front-end to The Sleuth Kit for analyzing disk images and file systems.
Incorrect! Try again.
14The Sleuth Kit (TSK) is primarily a collection of:
Examine file system using Autopsy and The Sleuth Kit tools
Easy
The Sleuth Kit is a set of command-line tools used to analyze disk images and recover files; Autopsy provides a GUI on top of it.
Incorrect! Try again.
15What does RAID stand for in storage systems?
Understand storage systems
Easy
A.Remote Array of Integrated Data
B.Redundant Array of Independent Disks
C.Random Allocation of Indexed Disks
D.Rapid Access Internal Drive
Correct Answer: Redundant Array of Independent Disks
Explanation:
RAID stands for Redundant Array of Independent Disks, a technology that combines multiple drives for redundancy, performance, or both.
Incorrect! Try again.
16Which storage technology connects storage devices to servers over a dedicated high-speed network?
Understand storage systems
Easy
A.CPU (Central Processing Unit)
B.USB (Universal Serial Bus)
C.SAN (Storage Area Network)
D.RAM (Random Access Memory)
Correct Answer: SAN (Storage Area Network)
Explanation:
A SAN (Storage Area Network) is a dedicated high-speed network that provides block-level access to consolidated storage for servers.
Incorrect! Try again.
17A hex editor displays the raw contents of a file primarily in which number system?
Understand encoding standards and hex editors
Easy
A.Hexadecimal
B.Octal
C.Roman numerals
D.Decimal
Correct Answer: Hexadecimal
Explanation:
Hex editors show file contents in hexadecimal (base-16) format, allowing examiners to view and edit raw bytes directly.
Incorrect! Try again.
18Which encoding standard uses 7 bits to represent basic English characters?
Understand encoding standards and hex editors
Easy
A.Unicode UTF-16
B.ASCII
C.EBCDIC
D.Base64
Correct Answer: ASCII
Explanation:
ASCII (American Standard Code for Information Interchange) uses 7 bits to represent 128 characters, including letters, digits, and symbols.
Incorrect! Try again.
19In digital forensics, what is the main purpose of a write blocker during data acquisition?
Understand data acquisition fundamentals
Easy
A.Prevent any changes to the original evidence
B.Encrypt the acquired data
C.Compress the image file
D.Increase the copying speed
Correct Answer: Prevent any changes to the original evidence
Explanation:
A write blocker allows data to be read from a drive while preventing any writes, preserving the integrity of the original evidence.
Incorrect! Try again.
20Which type of acquisition creates an exact bit-by-bit copy of an entire storage device?
Understand data acquisition fundamentals
Easy
A.Logical acquisition
B.Metadata acquisition
C.Selective acquisition
D.Physical (bit-stream) acquisition
Correct Answer: Physical (bit-stream) acquisition
Explanation:
A physical or bit-stream acquisition copies every bit of the storage device, including unallocated space and deleted data, producing a forensic image.
Incorrect! Try again.
21A forensic examiner notes that a suspect's storage device has no moving parts, uses NAND flash memory, and implements wear leveling and TRIM. Which characteristic makes forensic recovery of deleted data more difficult on this device?
Describe different types of disk drives and their characteristics
Medium
A.The spinning platters overwrite data during idle time
B.The read/write head physically deletes sectors on power loss
C.TRIM can proactively erase blocks marked as deleted, reducing recoverable data
D.Magnetic remanence stores multiple copies of every file
Correct Answer: TRIM can proactively erase blocks marked as deleted, reducing recoverable data
Explanation:
SSDs use TRIM to inform the controller which blocks are no longer in use, allowing garbage collection to physically erase them. This often destroys deleted data before an examiner can recover it, unlike HDDs where deleted data persists until overwritten.
Incorrect! Try again.
22A hard disk uses 512-byte sectors. A file of size bytes is stored on this disk. How many sectors are needed to store the file (ignoring metadata)?
Explain the logical structure of a disk
Medium
A.11
B.9
C.8
D.10
Correct Answer: 10
Explanation:
Number of sectors . The last sector is only partially filled, leaving slack space.
Incorrect! Try again.
23In the CHS (Cylinder-Head-Sector) addressing scheme, what does the head number logically correspond to?
Explain the logical structure of a disk
Medium
A.The distance from the spindle center
B.The specific platter surface being accessed
C.The rotational speed of the platter
D.The cache buffer size of the drive
Correct Answer: The specific platter surface being accessed
Explanation:
In CHS addressing, the head number identifies which read/write head (and thus which platter surface) is active. Cylinders indicate the track position, and sectors indicate the position along the track.
Incorrect! Try again.
24On a modern UEFI-based Windows system using a GPT disk, which partition stores the bootloader files that firmware reads to start the OS?
Understand booting process of windows, Linux and Mac operating systems
Medium
A.Extended Boot Record (EBR)
B.EFI System Partition (ESP)
C.Master Boot Record (MBR)
D.Volume Boot Record (VBR)
Correct Answer: EFI System Partition (ESP)
Explanation:
UEFI firmware reads bootloaders (like bootmgfw.efi) from the FAT-formatted EFI System Partition. The MBR-based boot chain (MBR, VBR) is used in legacy BIOS systems, not native UEFI/GPT booting.
Incorrect! Try again.
25During a Linux boot on a BIOS system, which component is responsible for loading the kernel and the initramfs/initrd image into memory?
Understand booting process of windows, Linux and Mac operating systems
Medium
A.The BIOS POST routine
B.The ext4 journal
C.systemd (init process)
D.GRUB (bootloader)
Correct Answer: GRUB (bootloader)
Explanation:
GRUB (GRand Unified Bootloader) loads the Linux kernel and the initial RAM disk (initramfs/initrd) into memory. systemd starts only after the kernel is running, and BIOS POST only performs hardware checks.
Incorrect! Try again.
26An examiner recovers an NTFS volume. Where is the metadata for every file and directory (including timestamps, permissions, and data run pointers) primarily stored?
Understand various file systems of Windows, Linux and Mac operating systems
Medium
A.Superblock
B.Volume Bitmap
C.Master File Table (MFT)
D.File Allocation Table (FAT)
Correct Answer: Master File Table (MFT)
Explanation:
In NTFS, the Master File Table contains a record for every file and directory, storing attributes such as timestamps, permissions, and pointers to data runs. The FAT and superblock belong to other file systems.
Incorrect! Try again.
27A file smaller than about 700 bytes is stored on an NTFS volume. How does NTFS typically store its data?
Understand various file systems of Windows, Linux and Mac operating systems
Medium
A.Across multiple non-resident clusters
B.As a resident attribute directly within the MFT record
C.In the volume boot record
D.In a dedicated small-file partition
Correct Answer: As a resident attribute directly within the MFT record
Explanation:
NTFS stores very small files as resident data inside the MFT record itself, avoiding a separate cluster allocation. Larger files become non-resident, with the MFT storing pointers (data runs) to external clusters.
Incorrect! Try again.
28In a Linux ext4 file system, which structure holds a file's metadata such as ownership, permissions, and block pointers, but not the file name?
Understand various file systems of Windows, Linux and Mac operating systems
Medium
A.Inode
B.Directory entry (dentry)
C.Superblock
D.Master File Table record
Correct Answer: Inode
Explanation:
In ext-family file systems, the inode stores metadata (permissions, ownership, timestamps, block pointers) but not the file name. The file name is stored in the directory entry, which maps names to inode numbers.
Incorrect! Try again.
29Which file system is the modern default on recent macOS versions and was designed with SSDs, snapshots, and encryption in mind?
Understand various file systems of Windows, Linux and Mac operating systems
Medium
A.NTFS
B.HFS+ (Mac OS Extended)
C.APFS (Apple File System)
D.exFAT
Correct Answer: APFS (Apple File System)
Explanation:
APFS replaced HFS+ as the default for macOS (from High Sierra onward). It is optimized for flash/SSD storage and adds native snapshots, cloning, and strong encryption support.
Incorrect! Try again.
30Which Sleuth Kit command-line tool would an examiner use to list the files and directories (including deleted entries) within a specified directory of a disk image?
Examine file system using Autopsy and The Sleuth Kit tools
Medium
A.icat
B.img_stat
C.fls
D.blkcat
Correct Answer: fls
Explanation:
fls lists file and directory names in a file system, including deleted entries. icat extracts file content by inode, img_stat shows image metadata, and blkcat outputs raw data blocks.
Incorrect! Try again.
31An examiner has the inode number of a deleted file in a disk image. Which Sleuth Kit tool should be used to extract the content of that file by its inode?
Examine file system using Autopsy and The Sleuth Kit tools
Medium
A.mmls
B.icat
C.fsstat
D.fls
Correct Answer: icat
Explanation:
icat outputs the contents of a file identified by its inode (metadata address). fls lists names, fsstat shows file system details, and mmls displays the partition layout.
Incorrect! Try again.
32Before analyzing individual file systems, an examiner needs to view the partition layout and the starting offsets of each volume in a disk image. Which tool provides this?
Examine file system using Autopsy and The Sleuth Kit tools
Medium
A.blkstat
B.fls
C.istat
D.mmls
Correct Answer: mmls
Explanation:
mmls displays the media management (partition) layout, showing partition types and their starting sector offsets. These offsets are needed to point other tools at the correct file system.
Incorrect! Try again.
33A RAID configuration stripes data across two disks with no redundancy to maximize performance. If one disk fails, all data is lost. Which RAID level is this?
Understand storage systems
Medium
A.RAID 10
B.RAID 1
C.RAID 5
D.RAID 0
Correct Answer: RAID 0
Explanation:
RAID 0 stripes data across disks for speed but provides no redundancy, so a single disk failure causes total data loss. RAID 1 mirrors, RAID 5 uses parity, and RAID 10 combines mirroring and striping.
Incorrect! Try again.
34In a RAID 5 array of disks each with capacity , how much usable storage is available after accounting for parity?
Understand storage systems
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
RAID 5 uses the equivalent of one disk for distributed parity, so usable capacity .
Incorrect! Try again.
35While viewing a file in a hex editor, an examiner sees it begins with the bytes FF D8 FF E0. Which file type does this magic number most likely indicate?
Understand encoding standards and hex editors
Medium
A.PNG image
B.PDF document
C.JPEG image
D.ZIP archive
Correct Answer: JPEG image
Explanation:
The signature FF D8 FF marks the start of a JPEG file. PNG begins with 89 50 4E 47, PDF with 25 50 44 46, and ZIP with 50 4B 03 04.
Incorrect! Try again.
36In ASCII encoding, the uppercase letter 'A' is represented by the decimal value . What is its hexadecimal representation?
Understand encoding standards and hex editors
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Decimal converts to hex as . Note that is decimal , which represents lowercase 'a'.
Incorrect! Try again.
37During data acquisition, why is a write blocker essential when connecting a suspect's drive to a forensic workstation?
Understand data acquisition fundamentals
Medium
A.It compresses the image to save storage space
B.It automatically decrypts encrypted volumes
C.It speeds up the imaging process by caching writes
D.It prevents any writes to the source drive, preserving evidence integrity
Correct Answer: It prevents any writes to the source drive, preserving evidence integrity
Explanation:
A write blocker allows read-only access to the source, ensuring the original evidence is not altered during acquisition. This preserves integrity and admissibility; it does not compress, decrypt, or speed up imaging.
Incorrect! Try again.
38After imaging a drive, an examiner computes an MD5 hash of both the source and the image and finds they match. What does this primarily verify?
Understand data acquisition fundamentals
Medium
A.The file system on the image is uncorrupted and mountable
B.The source drive is free of malware
C.The image is a bit-for-bit accurate copy of the source
D.The image has been successfully encrypted
Correct Answer: The image is a bit-for-bit accurate copy of the source
Explanation:
Matching hash values confirm that the acquired image is an exact bit-for-bit copy of the source, verifying integrity. Hashing does not detect malware, encrypt data, or validate file system consistency.
Incorrect! Try again.
39An examiner must acquire data from a running server that cannot be shut down because volatile memory and active connections are relevant. Which acquisition approach is most appropriate?
Understand data acquisition methodology
Medium
A.Physically destroying and reconstructing the disk
B.Live acquisition
C.Static (dead) acquisition after powering off
D.Reformatting the drive before imaging
Correct Answer: Live acquisition
Explanation:
Live acquisition captures data from a running system, preserving volatile data such as RAM contents and active network connections that would be lost on shutdown. Static acquisition requires powering off, losing volatile evidence.
Incorrect! Try again.
40An examiner wants to analyze a disk image using tools that require a mounted file system, without altering the original evidence image. What is the correct practice?
Prepare an image file for examination
Medium
A.Mount the original image with full read-write access
B.Mount the image as read-only (or use a working copy)
C.Convert the image to plain text first
D.Delete unallocated space to reduce size
Correct Answer: Mount the image as read-only (or use a working copy)
Explanation:
Mounting the image read-only, or working on a verified copy, preserves the integrity of the original evidence. Read-write mounting risks modifying the image and invalidating its hash.
Incorrect! Try again.
41An investigator seizes an SSD that was in active use in a running system. During acquisition, the hash of the imaged drive differs from a second image taken 10 minutes later, even though no user wrote data. Which SSD characteristic most likely explains this discrepancy?
Describe different types of disk drives and their characteristics
Hard
A.Garbage collection and TRIM operations autonomously reorganizing NAND cells
B.File slack being overwritten by the operating system swap file
C.The SATA interface introducing random bit errors during transfer
D.The drive's spindle motor causing sector realignment
Correct Answer: Garbage collection and TRIM operations autonomously reorganizing NAND cells
Explanation:
SSDs perform garbage collection and TRIM independently of the OS, erasing and relocating NAND blocks marked as deleted. This self-modifying behavior changes the physical contents and hash even without user activity, unlike HDDs which are static once powered.
Incorrect! Try again.
42A 2 TB disk is partitioned using MBR. The investigator notices only about 2 TB is unusable beyond a certain point. What is the fundamental logical limitation causing this?
Explain the logical structure of a disk
Hard
A.MBR uses 32-bit LBA addressing, capping addressable space at bytes TB
B.MBR supports only 512-byte sectors regardless of physical geometry
C.MBR reserves the first 2 TB for the boot loader and partition table backup
D.MBR limits each partition to a maximum of 512 GB across four entries
Correct Answer: MBR uses 32-bit LBA addressing, capping addressable space at bytes TB
Explanation:
MBR stores partition start and size as 32-bit values. With 512-byte sectors the maximum addressable capacity is TB. GPT overcomes this by using 64-bit LBA fields.
Incorrect! Try again.
43On a UEFI-based Windows system, an examiner must identify where the boot manager (bootmgfw.efi) resides. Where is it correctly located?
Understand booting process of windows, Linux and Mac operating systems
Hard
A.In the GPT protective MBR at LBA 1
B.In the NTFS $Boot metadata file of the system volume
C.In the EFI System Partition (ESP), a FAT-formatted partition
D.In the MBR's first 446 bytes of sector 0
Correct Answer: In the EFI System Partition (ESP), a FAT-formatted partition
Explanation:
UEFI firmware reads boot loaders from the FAT-formatted EFI System Partition. Windows stores bootmgfw.efi under \EFI\Microsoft\Boot on the ESP. The legacy MBR boot code and $Boot are not used in native UEFI booting.
Incorrect! Try again.
44In NTFS, a small file's data can be stored entirely within its MFT record. What is this feature called, and what is its forensic significance?
Understand various file systems of Windows, Linux and Mac operating systems
Hard
A.Data runs; the file is fragmented across non-contiguous clusters
B.Resident data; the entire file content survives inside the MFT even after cluster deallocation
C.Sparse allocation; the file occupies zero clusters until first written
D.Alternate data streams; the content is hidden in a secondary attribute
Correct Answer: Resident data; the entire file content survives inside the MFT even after cluster deallocation
Explanation:
When file data fits within the MFT record (~700 bytes usable), NTFS stores it as a resident $DATA attribute. Forensically, such content may persist inside the MFT even after the file is deleted, aiding recovery.
Incorrect! Try again.
45An examiner recovers a deleted file on an ext4 volume but cannot reconstruct its full content, unlike on ext3. Which ext4 design change most directly causes this difficulty?
Understand various file systems of Windows, Linux and Mac operating systems
Hard
A.ext4 uses 128-byte inodes that cannot hold block maps
B.ext4 stores all file data inside the journal, which is wiped on unmount
C.ext4 encrypts inodes by default, obscuring block references
D.ext4 zeroes out the block pointers in the inode upon deletion, using extents instead of indirect blocks
Correct Answer: ext4 zeroes out the block pointers in the inode upon deletion, using extents instead of indirect blocks
Explanation:
ext4 replaced indirect block pointers with extent trees and, on deletion, clears the extent information in the inode. Without preserved block mapping, reconstructing fragmented deleted files is much harder than on ext3 where pointers were often left intact.
Incorrect! Try again.
46Using The Sleuth Kit, an examiner runs fls -r -d image.dd and then istat image.dd 5023 on a deleted entry. The istat output shows the inode's allocation status as unallocated but lists valid data block addresses. What can be reliably concluded?
Examine file system using Autopsy and The Sleuth Kit tools
Hard
A.The data blocks are guaranteed intact because the inode is preserved
B.The file has been securely wiped and is unrecoverable
C.The inode belongs to an active file misreported by fls
D.The metadata still references data blocks, so recovery with icat may succeed if blocks are not reused
Correct Answer: The metadata still references data blocks, so recovery with icat may succeed if blocks are not reused
Explanation:
An unallocated inode retaining block addresses means metadata-based recovery is possible via icat, but only if those blocks have not been overwritten by newer allocations. Retained pointers do not guarantee the underlying data is intact.
Incorrect! Try again.
47A forensic examiner must acquire data from a RAID 5 array of four disks after the controller failed. What is the primary challenge in reconstructing the logical volume from individual disk images?
Understand storage systems
Hard
A.Rebuilding the MBR that is split evenly across all four disks
B.Decrypting each disk's hardware-level full-disk encryption key
C.Recovering the mirror copy from the redundant fourth disk
D.Determining the correct stripe size, disk order, and parity rotation used by the controller
Correct Answer: Determining the correct stripe size, disk order, and parity rotation used by the controller
Explanation:
RAID 5 distributes data and rotating parity across disks. To reassemble the logical volume, the examiner must reverse-engineer the stripe size, disk ordering, and parity rotation scheme, which are controller-specific and not stored on the disks.
Incorrect! Try again.
48In a hex editor, an examiner sees the byte sequence FF D8 FF E0 at the start of a file with a .txt extension. What is the most accurate forensic interpretation?
Understand encoding standards and hex editors
Hard
A.The bytes represent a UTF-16 big-endian byte order mark
B.The file is a corrupted text document with an invalid BOM
C.The file is an encrypted archive using a proprietary header
D.The file is a JPEG image with a mismatched extension, identified by its magic number
Correct Answer: The file is a JPEG image with a mismatched extension, identified by its magic number
Explanation:
FF D8 FF E0 is the JPEG/JFIF magic number (file signature). File type is determined by header signatures, not extensions, so this indicates a JPEG deliberately or accidentally renamed with a .txt extension.
Incorrect! Try again.
49An examiner needs to interpret the little-endian 4-byte value 0x00 0x10 0x00 0x00 found in a hex editor as an unsigned integer. What is its decimal value?
Understand encoding standards and hex editors
Hard
A.4096
B.1048576
C.268435456
D.16
Correct Answer: 4096
Explanation:
Little-endian stores the least significant byte first. The bytes 00 10 00 00 reorder to 0x00001000 = . Misreading as big-endian 0x00100000 would give 1048576.
Incorrect! Try again.
50During a live acquisition of a running system, the examiner prioritizes capturing RAM before imaging the disk. Which principle best justifies this ordering?
Understand data acquisition fundamentals
Hard
A.The chain of custody, since RAM requires fewer signatures
B.The hashing standard, since RAM cannot be hashed after imaging
C.The order of volatility, since memory contents are lost on power-down while disk data persists
D.The write-blocking requirement, which only applies to volatile media
Correct Answer: The order of volatility, since memory contents are lost on power-down while disk data persists
Explanation:
The order of volatility dictates collecting the most ephemeral evidence first. RAM, caches, and network state vanish when power is removed, whereas disk contents remain, so volatile memory is captured before disk imaging.
Incorrect! Try again.
51An examiner cannot remove a suspect drive due to a soldered SSD in a laptop and must acquire it while booted from external forensic media. Which acquisition approach best preserves integrity in this constraint?
Understand data acquisition methodology
Hard
A.A physical acquisition after formatting the internal drive
B.A sparse acquisition writing directly back to the source drive
C.A remote acquisition over the suspect's own installed OS
D.A logical/live acquisition via a booted forensic OS with the internal drive mounted read-only
Correct Answer: A logical/live acquisition via a booted forensic OS with the internal drive mounted read-only
Explanation:
When hardware removal is impossible, booting a trusted forensic environment (e.g., a Linux live distro) and mounting the target read-only prevents writes while allowing imaging. Booting the suspect's OS would alter the drive.
Incorrect! Try again.
52An examiner has a raw dd image and needs to verify integrity while enabling metadata and compression for archival. Which image format conversion best meets all three goals?
Prepare an image file for examination
Hard
A.Keep the raw image and store an external MD5 in a text file only
B.Convert to AFF4 with encryption disabled to save space
C.Convert to VMDK, which adds compression and hashing per sector
D.Convert to E01 (Expert Witness Format), which stores CRCs, case metadata, and compression
Correct Answer: Convert to E01 (Expert Witness Format), which stores CRCs, case metadata, and compression
Explanation:
The EnCase E01 format embeds per-block CRCs, an overall image hash, examiner/case metadata, and supports compression, satisfying integrity verification, metadata, and archival efficiency in a single container.
Incorrect! Try again.
53A hardware write blocker is used, yet the acquired image hash differs from a re-read of the source drive on a HPA-enabled disk. What is the most probable cause?
Understand data acquisition fundamentals
Hard
A.The drive's SMART data changed the reported sector count
B.The hashing algorithm collided on two different datasets
C.The write blocker corrupted random sectors during transfer
D.A Host Protected Area was hidden from the first acquisition but exposed in the second
Correct Answer: A Host Protected Area was hidden from the first acquisition but exposed in the second
Explanation:
A Host Protected Area (HPA) or DCO can conceal sectors from standard reads. If one acquisition captured the HPA and another did not, the total data differs, producing different hashes. Examiners must detect and unlock HPA/DCO.
Incorrect! Try again.
54On a macOS system using APFS, an examiner finds that deleted files leave little recoverable trace compared to HFS+. Which APFS feature most contributes to this?
Understand various file systems of Windows, Linux and Mac operating systems
Hard
A.Copy-on-write with space sharing that rapidly reclaims and remaps blocks
B.Use of a single catalog B-tree that discards deleted nodes
C.Mandatory FileVault encryption of every deleted inode
D.A journaling scheme that overwrites deleted metadata immediately
Correct Answer: Copy-on-write with space sharing that rapidly reclaims and remaps blocks
Explanation:
APFS uses copy-on-write and container-level space sharing, so freed blocks are quickly available for reuse and metadata is remapped rather than left in place. This reduces the residual artifacts recoverable after deletion compared to HFS+.
Incorrect! Try again.
55A disk reports a physical sector size of 4096 bytes but emulates 512-byte logical sectors (512e). What forensic concern does this Advanced Format behavior raise during alignment analysis?
Explain the logical structure of a disk
Hard
A.The disk secretly duplicates every sector, doubling reported capacity
B.Logical sectors overwrite physical parity data on each read
C.Hashing becomes impossible because sector sizes differ
D.Partition offsets not aligned to 4096-byte boundaries can cause read-modify-write, affecting performance and slack interpretation
Correct Answer: Partition offsets not aligned to 4096-byte boundaries can cause read-modify-write, affecting performance and slack interpretation
Explanation:
In 512e Advanced Format drives, each physical 4K sector maps to eight logical 512-byte sectors. Misaligned partitions straddle physical sectors, causing read-modify-write cycles and complicating slack space and offset calculations for examiners.
Incorrect! Try again.
56An examiner uses blkls from TSK on an NTFS image to extract only unallocated space, then runs a carving tool. What is the primary rationale for this two-step workflow?
Examine file system using Autopsy and The Sleuth Kit tools
Hard
A.It decrypts the allocated files before carving them
B.Isolating unallocated clusters focuses carving on deleted/residual data and reduces false positives from allocated files
C.It rebuilds the MFT so allocated files appear as deleted
D.It converts the image to a logical format required by carvers
Correct Answer: Isolating unallocated clusters focuses carving on deleted/residual data and reduces false positives from allocated files
Explanation:
blkls extracts unallocated blocks into a separate stream. Carving that stream targets deleted and orphaned data, avoiding re-carving intact allocated files and reducing duplicate/false-positive results.
Incorrect! Try again.
57In a SAN environment, an examiner must acquire evidence from a specific LUN presented to a compromised server. What makes this fundamentally different from imaging a local disk?
Understand storage systems
Hard
A.The LUN is always encrypted by the fabric switch and unreadable
B.The LUN is a logical volume abstracted over shared physical storage, requiring acquisition at the correct block layer and coordination with the SAN admin
C.The LUN cannot be hashed because SAN storage is inherently volatile
D.The LUN stores no file system, only raw parity information
Correct Answer: The LUN is a logical volume abstracted over shared physical storage, requiring acquisition at the correct block layer and coordination with the SAN admin
Explanation:
A SAN LUN is a logical block device carved from pooled physical storage. Acquiring it requires identifying the right presentation layer, ensuring isolation, and coordinating with administrators, since underlying physical disks are shared across hosts.
Incorrect! Try again.
58On a Linux system using GRUB2 with a separate /boot partition, the boot fails after a disk was re-imaged to a differently sized target. Which stored value most likely became invalid?
Understand booting process of windows, Linux and Mac operating systems
Hard
A.The initrd checksum stored in the CMOS
B.The swap partition's magic signature in the MBR
C.The BIOS clock resetting the boot timestamp
D.Block lists or UUID references in the GRUB configuration and stage files no longer matching the new layout
Correct Answer: Block lists or UUID references in the GRUB configuration and stage files no longer matching the new layout
Explanation:
GRUB2 relies on partition UUIDs and, for some stages, block addresses to locate kernels and modules. Re-imaging to a different geometry can change UUIDs/offsets, breaking these references so the loader cannot find its files.
Incorrect! Try again.
59An examiner acquiring a 4 TB drive obtains a valid MD5 but management requires defensibility against collision claims. Which approach best strengthens integrity assurance without re-imaging?
Understand data acquisition methodology
Hard
A.Store the image on write-once media without any hashing
B.Re-run MD5 twice and average the digests
C.Compress the image so collisions become impossible
D.Compute and record an additional independent hash such as SHA-256 over the same image
Correct Answer: Compute and record an additional independent hash such as SHA-256 over the same image
Explanation:
MD5 is vulnerable to engineered collisions. Computing a second, cryptographically stronger hash (SHA-256) over the existing image adds independent verification, making it far harder to challenge integrity without re-acquiring the drive.
Incorrect! Try again.
60An examiner must analyze a split E01 image set (E01–E05) using an open-source tool that only reads raw formats. What is the correct preparation step?
Prepare an image file for examination
Hard
A.Concatenate the segments with cat in reverse order to rebuild raw data
B.Rename the .E01 files to .dd so the tool reads them directly
C.Mount or convert the segmented E01 set into a unified raw device using a tool like ewfmount or xmount
D.Extract only the first segment since it contains the full image
Correct Answer: Mount or convert the segmented E01 set into a unified raw device using a tool like ewfmount or xmount
Explanation:
E01 is a structured, segmented format with headers and CRCs, so it cannot be simply concatenated or renamed. Tools like ewfmount/xmount present the reassembled set as a single raw device that raw-only tools can read.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →