1Which type of disk drive stores data on rotating magnetic platters?
Types of Disk Drives
Easy
A.USB flash drive
B.Optical disc drive
C.Solid-state drive (SSD)
D.Hard disk drive (HDD)
Correct Answer: Hard disk drive (HDD)
Explanation:
An HDD stores data magnetically on rotating platters and uses read/write heads to access it.
Incorrect! Try again.
2Which storage drive uses flash memory and has no moving mechanical parts?
Types of Disk Drives
Easy
A.Solid-state drive (SSD)
B.Magnetic tape drive
C.Optical disc drive that reads data from removable CDs and DVDs using laser light
D.Hard disk drive (HDD)
Correct Answer: Solid-state drive (SSD)
Explanation:
An SSD uses flash memory and contains no moving mechanical parts.
Incorrect! Try again.
3What is a sector on a disk?
Logical Structure of a Disk
Easy
A.A type of operating system
B.A small addressable storage unit
C.A folder containing user files
D.A complete physical disk
Correct Answer: A small addressable storage unit
Explanation:
A sector is a small, fixed-size unit in which data can be stored on a disk.
Incorrect! Try again.
4What is a disk partition?
Logical Structure of a Disk
Easy
A.A logical division of a disk
B.A backup copy of a file
C.A program that edits text
D.A device used to connect multiple computers and automatically inspect all network traffic
Correct Answer: A logical division of a disk
Explanation:
A partition is a logical section of a physical disk that can be managed separately.
Incorrect! Try again.
5Which legacy disk structure contains partition information and initial boot code in the first sector?
Logical Structure of a Disk
Easy
A.Redundant Array of Independent Disks (RAID)
B.Master Boot Record (MBR)
C.File Allocation Table (FAT)
D.New Technology File System (NTFS)
Correct Answer: Master Boot Record (MBR)
Explanation:
The MBR is located in the first sector of a legacy-partitioned disk and contains boot code and partition information.
Incorrect! Try again.
6Which Windows component manages the boot menu and starts the Windows operating system loader?
Booting Process of Windows and Linux
Easy
A.Windows Boot Manager
B.Windows File Explorer
C.Windows Registry Editor
D.Windows Defender Firewall, which monitors network connections and filters potentially harmful incoming traffic
Correct Answer: Windows Boot Manager
Explanation:
Windows Boot Manager presents boot choices and starts the appropriate Windows loader.
Incorrect! Try again.
7Which bootloader is commonly used by Linux systems?
Booting Process of Windows and Linux
Easy
A.BOOTMGR
B.BitLocker
C.NTLDR
D.GRUB
Correct Answer: GRUB
Explanation:
GRUB is a widely used Linux bootloader that loads the selected operating system or kernel.
Incorrect! Try again.
8What is the main role of the operating system kernel during booting?
Booting Process of Windows and Linux
Easy
A.Divide the disk into partitions
B.Create disk evidence images
C.Convert text into hexadecimal
D.Manage hardware and system resources
Correct Answer: Manage hardware and system resources
Explanation:
After being loaded, the kernel manages memory, processes, hardware, and other system resources.
Incorrect! Try again.
9Which file system is commonly used by modern Windows installations?
File Systems of Windows and Linux
Easy
A.HFS+
B.NTFS
C.ext4
D.XFS
Correct Answer: NTFS
Explanation:
NTFS is the standard file system commonly used by modern Windows installations.
Incorrect! Try again.
10Which file system is commonly associated with Linux?
File Systems of Windows and Linux
Easy
A.NTFS
B.APFS
C.FAT16
D.ext4
Correct Answer: ext4
Explanation:
ext4 is a widely used journaling file system on Linux systems.
Incorrect! Try again.
11How does a typical Linux file system treat the names report.txt and Report.txt?
File Systems of Windows and Linux
Easy
A.As two different names
B.As the same file name
C.As invalid file names
D.As two hidden files
Correct Answer: As two different names
Explanation:
Linux file systems are generally case-sensitive, so uppercase and lowercase letters can distinguish file names.
Incorrect! Try again.
12What is a primary purpose of a file system?
File Systems of Windows and Linux
Easy
A.Encrypt every network connection
B.Replace physical storage hardware
C.Increase the processor clock speed
D.Organize and manage stored files
Correct Answer: Organize and manage stored files
Explanation:
A file system defines how files and directories are named, stored, organized, and retrieved.
Incorrect! Try again.
13What is Autopsy primarily used for?
File System Examination Using Autopsy
Easy
A.Creating animated graphics
B.Designing computer hardware
C.Managing wireless networks
D.Examining digital evidence
Correct Answer: Examining digital evidence
Explanation:
Autopsy is a digital forensics platform used to examine disk images, file systems, and related evidence.
Incorrect! Try again.
14What is a disk image examined in Autopsy?
File System Examination Using Autopsy
Easy
A.A diagram of disk components
B.A copy of storage data
C.A picture of a hard disk
D.A compressed collection of screenshots showing every folder that was visible to the original user
Correct Answer: A copy of storage data
Explanation:
A disk image is a forensic copy of data from a storage device, often including allocated and unallocated space.
Incorrect! Try again.
15Which Autopsy activity helps an examiner find files containing a particular word?
File System Examination Using Autopsy
Easy
A.Disk formatting
B.Memory overclocking
C.Driver updating
D.Keyword searching
Correct Answer: Keyword searching
Explanation:
Keyword searching allows an examiner to locate files or data containing specified words or phrases.
Incorrect! Try again.
16Which RAID level stores the same data on two drives through mirroring?
Storage Systems
Easy
A.RAID 1
B.RAID 0
C.RAID 6
D.RAID 5
Correct Answer: RAID 1
Explanation:
RAID 1 mirrors the same data across drives, providing redundancy if one drive fails.
Incorrect! Try again.
17What does NAS stand for?
Storage Systems
Easy
A.New Allocation Sector
B.Network Attached Storage
C.Network Access Software
D.Native Archive System
Correct Answer: Network Attached Storage
Explanation:
NAS stands for Network Attached Storage, which provides file-based storage over a network.
Incorrect! Try again.
18Which storage system typically provides shared block-level storage over a dedicated network?
Storage Systems
Easy
A.Compact Disc Read-Only Memory (CD-ROM)
B.Network Attached Storage (NAS)
C.Storage Area Network (SAN)
D.Universal Serial Bus (USB)
Correct Answer: Storage Area Network (SAN)
Explanation:
A SAN provides shared block-level storage to connected servers, often through a dedicated high-speed network.
Incorrect! Try again.
19What is the purpose of a character encoding standard such as ASCII or Unicode?
Encoding Standards and Hex Editors
Easy
A.Represent characters as numeric values
B.Divide disks into logical partitions
C.Control the speed of a processor
D.Recover physically damaged platters
Correct Answer: Represent characters as numeric values
Explanation:
Character encoding standards assign numeric values to letters, digits, symbols, and other characters.
Incorrect! Try again.
20What does a hex editor allow an examiner to view and modify?
Encoding Standards and Hex Editors
Easy
A.Raw bytes in hexadecimal form
B.Only operating system passwords
C.Only formatted document pages
D.Network traffic converted into complete natural-language descriptions of every transmitted message
Correct Answer: Raw bytes in hexadecimal form
Explanation:
A hex editor displays raw data as hexadecimal byte values and often shows the corresponding text representation.
Incorrect! Try again.
21An examiner receives an SSD from a running computer and learns that the operating system supports TRIM. Why should the examiner acquire the drive as soon as possible?
Types of Disk Drives
Medium
A.TRIM may encrypt allocated files with a hardware key
B.TRIM may convert the SSD partitions from GPT to MBR
C.TRIM may cause deleted-data blocks to be erased internally
D.TRIM may replace the file system with raw flash pages
Correct Answer: TRIM may cause deleted-data blocks to be erased internally
Explanation:
TRIM informs the SSD that deleted blocks are no longer needed. Garbage collection may then erase those blocks, reducing the chance of recovering deleted evidence.
Incorrect! Try again.
22A seized laptop contains an M.2 storage module. What should an examiner determine before selecting an acquisition adapter?
Types of Disk Drives
Medium
A.Whether the module stores compressed user files
B.Whether the module uses SATA or PCIe/NVMe
C.Whether the module was installed before Windows
D.Whether the module contains NTFS or ext4
Correct Answer: Whether the module uses SATA or PCIe/NVMe
Explanation:
M.2 describes a form factor, not a single interface. M.2 modules may use SATA or PCIe/NVMe, which require compatible acquisition hardware.
Incorrect! Try again.
23While examining a traditional MBR sector, an investigator wants to locate the first partition-table entry. At which hexadecimal offset should examination begin?
Logical Structure of a Disk
Medium
A.0x1BE
B.0x000
C.0x1FE
D.0x200
Correct Answer: 0x1BE
Explanation:
The four 16-byte MBR partition entries begin at offset 0x1BE. The boot signature is stored later at offsets 0x1FE and 0x1FF.
Incorrect! Try again.
24The primary GPT header of a disk is damaged, but most sectors remain readable. Which structure is most useful for reconstructing the GPT metadata?
Logical Structure of a Disk
Medium
A.The file allocation table near the volume start
B.The backup GPT header near the final LBA
C.The NTFS boot sector near the first cluster
D.The MBR bootstrap code near the first LBA
Correct Answer: The backup GPT header near the final LBA
Explanation:
GPT maintains a backup header and partition-entry array near the end of the disk, allowing recovery when the primary GPT metadata is damaged.
Incorrect! Try again.
25A partition begins at LBA 2048 on a disk with 512-byte sectors. What is the partition's byte offset from the beginning of the disk?
Logical Structure of a Disk
Medium
A.4,194,304 bytes
B.2,097,152 bytes
C.524,288 bytes
D.1,048,576 bytes
Correct Answer: 1,048,576 bytes
Explanation:
The offset is calculated as bytes, which is also 1 MiB.
Incorrect! Try again.
26Which sequence best represents a normal Windows boot on a UEFI-based computer?
Booting Process of Windows and Linux
Medium
A.UEFI firmware → bootmgfw.efi → winload.efi → Windows kernel
B.UEFI firmware → boot.ini → command.com → Windows kernel
C.UEFI firmware → GRUB → ntldr → Windows kernel
D.UEFI firmware → initramfs → BCD → Windows kernel
UEFI loads Windows Boot Manager (bootmgfw.efi) from the EFI System Partition. Boot Manager uses BCD information and invokes winload.efi.
Incorrect! Try again.
27A Windows system reaches Windows Boot Manager but reports that the selected operating system cannot be found. Which artifact should be examined first?
Booting Process of Windows and Linux
Medium
A.The Boot Configuration Data store
B.The Recycle Bin metadata
C.The Windows Registry SAM hive
D.The NTFS change journal
Correct Answer: The Boot Configuration Data store
Explanation:
The BCD store contains Windows boot entries and device paths. Incorrect or damaged entries can prevent Boot Manager from locating the operating system.
Incorrect! Try again.
28GRUB loads a Linux kernel, but the kernel cannot access the root file system because the required storage driver is unavailable. Which boot component is most likely missing or damaged?
Booting Process of Windows and Linux
Medium
A.The desktop display manager
B.The initial RAM file system
C.The user shell configuration
D.The system login database
Correct Answer: The initial RAM file system
Explanation:
The initramfs supplies temporary files and drivers needed during early boot, including drivers required to locate and mount the real root file system.
Incorrect! Try again.
29An NTFS file's $DATA attribute is marked as resident. Where should the examiner expect to find the file's content?
File Systems of Windows and Linux
Medium
A.Inside the NTFS bitmap only
B.Inside the file's MFT record
C.Inside the volume boot sector
D.Inside the partition table entry
Correct Answer: Inside the file's MFT record
Explanation:
A resident NTFS attribute stores its value directly within the file's Master File Table record rather than in separate data clusters.
Incorrect! Try again.
30A file was recently deleted from a FAT32 volume. Its directory entry remains, but the FAT cluster chain has been cleared. Which condition most improves the chance of complete recovery?
File Systems of Windows and Linux
Medium
A.The file used an NTFS alternate data stream
B.The file occupied a contiguous sequence of clusters
C.The volume contained a valid ext4 journal
D.The partition used a protective MBR entry
Correct Answer: The file occupied a contiguous sequence of clusters
Explanation:
If the FAT chain is cleared, an examiner may infer subsequent clusters from file size. This works best when the file was stored contiguously.
Incorrect! Try again.
31An examiner recovers an ext4 inode containing file metadata but cannot determine the original filename from the inode alone. Why?
File Systems of Windows and Linux
Medium
A.Filenames are stored in directory entries
B.Filenames are stored only in the journal
C.Filenames are generated from block numbers
D.Filenames are encoded in the superblock
Correct Answer: Filenames are stored in directory entries
Explanation:
An ext4 inode stores metadata and block references, while the association between a filename and an inode number is stored in a directory entry.
Incorrect! Try again.
32A suspicious NTFS path is recorded as report.docx:hidden.txt. What does hidden.txt most likely represent?
File Systems of Windows and Linux
Medium
A.A symbolic link pointing to report.docx
B.A journal entry created for report.docx
C.A compressed copy stored beside report.docx
D.An alternate data stream attached to report.docx
Correct Answer: An alternate data stream attached to report.docx
Explanation:
NTFS uses the filename:streamname syntax for alternate data streams, which can store content without changing the visible primary file size.
Incorrect! Try again.
33During an Autopsy examination, an investigator wants common operating-system files to be identified as known files so attention can focus on unusual files. Which feature should be used?
File System Examination Using Autopsy
Medium
A.Timeline Analysis with event filters
B.Hash Lookup with a known-file hash set
C.File Type Identification by extension
D.Keyword Search with a regular expression
Correct Answer: Hash Lookup with a known-file hash set
Explanation:
Hash Lookup compares file hashes with reference sets, allowing known files to be flagged or filtered while preserving potentially notable files for review.
Incorrect! Try again.
34Autopsy shows browser activity five hours earlier than the time documented in an incident report. What should the examiner verify before concluding that the timestamps were altered?
File System Examination Using Autopsy
Medium
A.The configured time zone and timestamp interpretation
B.The drive interface and spindle speed
C.The file signature and MIME type
D.The cluster size and partition alignment
Correct Answer: The configured time zone and timestamp interpretation
Explanation:
A consistent time difference often results from UTC, local-time, or daylight-saving interpretation. Time-zone settings should be verified before alleging manipulation.
Incorrect! Try again.
35A file named holiday.jpg begins with the bytes 4D 5A, indicating a Windows executable rather than a JPEG. Which Autopsy function is designed to highlight this mismatch?
File System Examination Using Autopsy
Medium
A.Embedded File Extraction
B.File Type Identification
C.Data Source Integrity
D.Operating System Detection
Correct Answer: File Type Identification
Explanation:
File Type Identification compares a file's internal signature with its extension or detected type, helping reveal disguised files.
Incorrect! Try again.
36A four-disk RAID 5 array uses 2 TB disks of equal size. Ignoring formatting overhead, what is its usable capacity?
Storage Systems
Medium
A.6 TB
B.8 TB
C.2 TB
D.4 TB
Correct Answer: 6 TB
Explanation:
RAID 5 uses capacity equivalent to one disk for distributed parity. Usable capacity is .
Incorrect! Try again.
37One disk in a two-disk RAID 0 set fails during evidence acquisition. What is the most likely consequence?
Storage Systems
Medium
A.The second disk provides a complete mirrored copy
B.Files spanning both disks may become unrecoverable
C.The array continues normally with reduced capacity
D.Parity data automatically reconstructs the failed disk
Correct Answer: Files spanning both disks may become unrecoverable
Explanation:
RAID 0 stripes data without mirroring or parity. Losing one member removes portions of striped files and can make the entire logical volume unusable.
Incorrect! Try again.
38Which observation most strongly indicates that a storage device is a NAS rather than a SAN?
Storage Systems
Medium
A.Clients access shared files through SMB or NFS
B.Servers format remotely presented logical units
C.Clients receive raw blocks through Fibre Channel
D.Hosts detect the storage as local SCSI disks
Correct Answer: Clients access shared files through SMB or NFS
Explanation:
NAS provides file-level access through protocols such as SMB or NFS. A SAN typically provides block-level storage through Fibre Channel or iSCSI.
Incorrect! Try again.
39A hex editor displays the byte sequence 41 00 42 00 43 00. Which interpretation is most likely?
Encoding Standards and Hex Editors
Medium
A.The text ABC encoded as UTF-16 big-endian
B.The text ABC encoded as Base64 characters
C.The text ABC encoded as UTF-16 little-endian
D.The text ABC encoded as UTF-8 with a BOM
Correct Answer: The text ABC encoded as UTF-16 little-endian
Explanation:
UTF-16 little-endian stores basic Latin characters with the low byte first, producing 41 00, 42 00, and 43 00 for ABC.
Incorrect! Try again.
40While carving unallocated space in a hex editor, an examiner finds the bytes 25 50 44 46 2D. Which file type most likely begins at that location?
Encoding Standards and Hex Editors
Medium
A.A Windows executable
B.A PDF document
C.A ZIP archive
D.A JPEG image
Correct Answer: A PDF document
Explanation:
The bytes represent the ASCII signature %PDF-, which is the standard header found at the beginning of a PDF document.
Incorrect! Try again.
41A partition on a 512e disk begins at LBA 63. The disk exposes 512-byte logical sectors but uses 4096-byte physical sectors. Which statement correctly describes the partition alignment?
Types of Disk Drives
Hard
A.Its byte offset is 32,256, which is aligned because every logical-sector boundary is also a physical-sector boundary.
B.Its byte offset is 258,048, leaving no remainder modulo 4,096 and therefore producing physical-sector alignment.
C.Its byte offset is 32,256, leaving a 3,584-byte remainder modulo 4,096 and causing physical-sector misalignment.
D.Its byte offset is 28,672, which is aligned because the first logical track occupies exactly seven physical sectors.
Correct Answer: Its byte offset is 32,256, leaving a 3,584-byte remainder modulo 4,096 and causing physical-sector misalignment.
Explanation:
The offset is bytes, and . Thus, filesystem writes may span physical-sector boundaries.
Incorrect! Try again.
42An SSD receives a TRIM command for clusters belonging to a deleted file and remains powered for several hours before acquisition. Which forensic conclusion is most defensible?
Types of Disk Drives
Hard
A.A later physical image may contain erased pages because garbage collection can process the trimmed ranges; zeroed data does not prove the clusters were never used.
B.A later physical image must contain zeros immediately because the TRIM command synchronously overwrites every NAND page in the requested range.
C.A later physical image must retain the deleted pages because TRIM modifies only filesystem metadata and never reaches the storage controller.
D.A later physical image will preserve the pages if write blocking is enabled during acquisition, regardless of controller activity before acquisition.
Correct Answer: A later physical image may contain erased pages because garbage collection can process the trimmed ranges; zeroed data does not prove the clusters were never used.
Explanation:
TRIM identifies data as no longer needed, while controller garbage collection may erase it later. Recovery therefore depends on controller behavior and the time elapsed before acquisition.
Incorrect! Try again.
43The primary GPT header at LBA 1 has an invalid signature and CRC, but the backup GPT header is intact. What is the soundest method for deriving the partition layout?
Logical Structure of a Disk
Hard
A.Search only the first megabyte for filesystem signatures, because the backup GPT contains disk metadata but no usable partition-entry array.
B.Copy the backup header directly over LBA 1 without changing any fields, because primary and backup GPT headers are byte-for-byte identical.
C.Read the backup header at the disk's final LBA, follow its partition-entry-array pointer, and validate the stored CRC values before using the entries.
D.Read the protective MBR entries, treat each as a complete GPT partition, and disregard both GPT headers because the primary one is damaged.
Correct Answer: Read the backup header at the disk's final LBA, follow its partition-entry-array pointer, and validate the stored CRC values before using the entries.
Explanation:
The backup GPT header identifies its own partition-entry array and includes CRCs for integrity checking. Its location fields differ from those in the primary header.
Incorrect! Try again.
44An MBR extended partition begins at LBA 2,048. Its first EBR is at LBA 2,048 and contains a link value of 100,000 to the next EBR. The next EBR's first entry has a relative start of 63. At which absolute LBA does the second logical partition begin?
Logical Structure of a Disk
Hard
A.LBA 100,063, because both values are interpreted relative to the first EBR rather than the enclosing extended partition.
B.LBA 102,111, because the EBR link is relative to the extended-partition base and the logical partition is relative to its EBR.
C.LBA 104,159, because both the EBR link and the partition start are relative to the extended-partition base.
D.LBA 102,048, because the link points directly to the logical partition rather than to the EBR that describes it.
Correct Answer: LBA 102,111, because the EBR link is relative to the extended-partition base and the logical partition is relative to its EBR.
Explanation:
The second EBR is at . Its logical partition begins at .
Incorrect! Try again.
45A nonresident, uncompressed, nonsparse file has a logical size of 10,000 bytes on a filesystem with 4,096-byte clusters. Assuming exactly three clusters are allocated, how much file slack exists?
Logical Structure of a Disk
Hard
A.1,808 bytes, because the final allocation excludes one logical sector from the cluster-size calculation.
B.6,384 bytes, because the unused bytes in all three allocated clusters must be added independently.
C.2,288 bytes, because 12,288 allocated bytes exceed the file's logical size by that amount.
D.2,096 bytes, because only the unused portion of the file's final 4,096-byte page counts as slack.
Correct Answer: 2,288 bytes, because 12,288 allocated bytes exceed the file's logical size by that amount.
Explanation:
Three clusters allocate bytes. File slack is bytes.
Incorrect! Try again.
46Which sequence best represents a normal 64-bit Windows UEFI boot after firmware initialization and before the operating-system kernel begins executing?
Booting Process of Windows and Linux
Hard
A.Firmware loads bootmgr; Windows Boot Manager reads boot.ini; ntldr is invoked; the loader prepares ntoskrnl.exe.
B.Firmware executes MBR code; the active VBR loads bootmgfw.efi; winload.exe reads the GPT; the loader starts the kernel.
C.Firmware loads winload.efi; the loader reads the BCD; bootmgfw.efi mounts the system volume; the firmware starts the kernel.
D.Firmware loads bootmgfw.efi; Windows Boot Manager reads the BCD; winload.efi is invoked; the loader prepares ntoskrnl.exe.
Correct Answer: Firmware loads bootmgfw.efi; Windows Boot Manager reads the BCD; winload.efi is invoked; the loader prepares ntoskrnl.exe.
Explanation:
In UEFI mode, firmware loads \EFI\Microsoft\Boot\bootmgfw.efi from the EFI System Partition. Boot Manager uses the BCD to select and invoke winload.efi.
Incorrect! Try again.
47On a legacy BIOS Windows system using an MBR-partitioned disk, which damage would allow the BIOS to execute the disk's initial boot code but prevent control from reaching the volume boot record through the normal chain?
Booting Process of Windows and Linux
Hard
A.The BCD store is deleted while the active flag, MBR boot code, and Windows volume boot record remain present.
B.The user registry hive is deleted while the active flag, MBR boot code, and Windows volume boot record remain present.
C.The Windows kernel is deleted while the active flag, MBR boot code, and Windows volume boot record remain present.
D.The active-partition flag is cleared while valid MBR boot code and a valid Windows volume boot record remain present.
Correct Answer: The active-partition flag is cleared while valid MBR boot code and a valid Windows volume boot record remain present.
Explanation:
Legacy MBR code normally locates an active partition and transfers control to its volume boot record. Without an active entry, this transfer can fail before bootmgr or the BCD is reached.
Incorrect! Try again.
48A Linux kernel successfully loads an initramfs, but the real root filesystem is located on an encrypted logical volume. Which description most accurately explains the initramfs role?
Booting Process of Windows and Linux
Hard
A.Its /init runs as temporary PID 1, activates the required storage stack, mounts the real root, and transfers execution with switch_root or an equivalent operation.
B.Its bootloader mounts the encrypted filesystem without kernel drivers, starts user services, and then replaces the Linux kernel with the installed image.
C.Its GRUB process remains PID 1, decrypts the logical volume after systemd starts, and then remounts the initramfs as the permanent root.
D.Its kernel module directly becomes systemd, scans /etc/fstab inside the unmounted root, and returns control to firmware after decryption.
Correct Answer: Its /init runs as temporary PID 1, activates the required storage stack, mounts the real root, and transfers execution with switch_root or an equivalent operation.
Explanation:
The initramfs supplies early userspace tools and drivers needed to unlock encryption and activate LVM. It then transitions to the real root and executes the normal init system.
Incorrect! Try again.
49An NTFS $MFT record has a mismatched two-byte value at the end of one sector relative to its update sequence array. What is the strongest interpretation?
File Systems of Windows and Linux
Hard
A.The record is compressed, and the mismatched trailer identifies the compression-unit boundary for nonresident attributes.
B.The record's fixup validation failed, indicating a torn write or corruption; the stored replacement bytes should not be blindly applied.
C.The record is encrypted, and the update sequence array must be XORed with the sector trailer before attributes can be parsed.
D.The record was deleted, because NTFS changes each sector trailer whenever the record's allocation flag is cleared.
Correct Answer: The record's fixup validation failed, indicating a torn write or corruption; the stored replacement bytes should not be blindly applied.
Explanation:
NTFS replaces each sector's final two bytes with an update sequence number and stores the originals in the fixup array. A mismatch indicates that the multi-sector record may be inconsistent.
Incorrect! Try again.
50An NTFS file contains its ordinary unnamed data stream and an alternate data stream named secret. It is copied to FAT32 using a conventional file-copy operation that preserves only visible file contents. Which result is most likely?
File Systems of Windows and Linux
Hard
A.Both streams are concatenated into one FAT32 file, causing the ordinary content hash to include the alternate stream automatically.
B.The alternate stream becomes FAT32 slack, while the unnamed stream is represented only as a zero-length directory entry.
C.Both streams are preserved as separate FAT32 attributes, but the alternate stream becomes inaccessible until copied back to NTFS.
D.The unnamed stream is copied, the alternate stream is lost, and a hash of only the unnamed stream can remain unchanged.
Correct Answer: The unnamed stream is copied, the alternate stream is lost, and a hash of only the unnamed stream can remain unchanged.
Explanation:
FAT32 has no native equivalent of NTFS alternate data streams. A normal copy commonly preserves only the unnamed stream, so hashing that stream alone will not reveal the lost ADS.
Incorrect! Try again.
51A recently deleted extent-based ext4 file cannot be opened by pathname, but its former data blocks have not yet been reallocated. Which statement is most accurate?
File Systems of Windows and Linux
Hard
A.Only the pathname is recoverable because ext4 journals complete directory contents but always encrypts released data blocks with a discarded key.
B.The complete file is guaranteed recoverable because ext4 leaves every inode extent and directory entry unchanged until the corresponding blocks are overwritten.
C.Raw content may still be recoverable, but deletion can remove directory references and truncate inode extent metadata, making name-to-content reconstruction uncertain.
D.No file content is recoverable because ext4 synchronously overwrites all released data blocks with zeros as part of every unlink operation.
Correct Answer: Raw content may still be recoverable, but deletion can remove directory references and truncate inode extent metadata, making name-to-content reconstruction uncertain.
Explanation:
Unlinking removes namespace references and may clear or truncate inode block mappings. The underlying blocks can persist temporarily, allowing carving without guaranteeing the original filename or full layout.
Incorrect! Try again.
52An ext4 filesystem uses the default data=ordered journaling mode. After an unexpected power loss, which expectation is justified when replaying the journal?
File Systems of Windows and Linux
Hard
A.Both metadata and all file data should be recoverable from the journal because ordered mode journals every modified block twice.
B.Only file data should be consistent because ordered mode deliberately excludes directory entries and allocation metadata from journal transactions.
C.Neither metadata nor file data receives ordering guarantees because the journal stores only mount timestamps and filesystem feature flags.
D.Journaled metadata should be brought to a consistent state, while ordinary file data is written before related metadata commits but is not generally stored in the journal.
Correct Answer: Journaled metadata should be brought to a consistent state, while ordinary file data is written before related metadata commits but is not generally stored in the journal.
Explanation:
In data=ordered mode, metadata is journaled and associated file data is normally flushed before the metadata transaction commits. This does not make the journal a complete historical copy of file contents.
Incorrect! Try again.
53An NTFS $MFT record shows recent timestamps in $STANDARD_INFORMATION but substantially older corresponding timestamps in $FILE_NAME. Which conclusion is forensically strongest?
File Systems of Windows and Linux
Hard
A.The discrepancy conclusively proves timestomping because NTFS always updates both timestamp sets atomically during every filesystem operation.
B.The discrepancy conclusively proves MFT corruption because valid NTFS files must store byte-identical values in both attributes.
C.The discrepancy proves that the file content is resident because nonresident files cannot maintain separate timestamp sets in their records.
D.The discrepancy is an investigative indicator consistent with selective timestamp modification or ordinary metadata behavior, but it is not by itself proof of timestomping.
Correct Answer: The discrepancy is an investigative indicator consistent with selective timestamp modification or ordinary metadata behavior, but it is not by itself proof of timestomping.
Explanation:
$STANDARD_INFORMATION and $FILE_NAME timestamps can be updated under different conditions. Their disagreement is useful evidence but must be correlated with logs, journal records, and surrounding activity.
Incorrect! Try again.
54In Autopsy, a file matches a hash in a known-bad set. What is the most defensible interpretation of that result?
File System Examination Using Autopsy
Hard
A.The acquired file was necessarily executed by the suspect because known-bad hash databases include only files proven to have run.
B.The acquired file's hashed bytes match the reference item, but the match alone does not establish who created, possessed, or intentionally used the file.
C.The acquired file can be excluded from review because known-bad matches are functionally equivalent to known-good operating-system files.
D.The acquired file's pathname and timestamps are authenticated because a content hash cryptographically binds all filesystem metadata to the data stream.
Correct Answer: The acquired file's hashed bytes match the reference item, but the match alone does not establish who created, possessed, or intentionally used the file.
Explanation:
A hash match strongly supports content identity, assuming a suitable hash and reliable reference set. It does not independently prove provenance, knowledge, execution, or intent.
Incorrect! Try again.
55An Autopsy timeline combines NTFS timestamps and FAT timestamps from media used in two time zones during a daylight-saving transition. Which procedure minimizes temporal misinterpretation?
File System Examination Using Autopsy
Hard
A.Apply one fixed UTC offset to every timestamp because Autopsy stores all filesystem times as UTC regardless of their original representation.
B.Treat every FAT timestamp as UTC and every NTFS timestamp as local time because FAT records include explicit zone offsets while NTFS does not.
C.Document each source's timestamp semantics, retain original values, and apply time-zone and daylight-saving corrections only where the source format supports them.
D.Sort only by displayed clock time because timezone normalization alters evidentiary values and should never be performed in a forensic timeline.
Correct Answer: Document each source's timestamp semantics, retain original values, and apply time-zone and daylight-saving corrections only where the source format supports them.
Explanation:
NTFS commonly stores UTC-based timestamps, while FAT timestamps generally represent local time without a stored offset. Correct correlation requires source-specific timezone and DST context.
Incorrect! Try again.
56An examiner adds only an exported directory of logical files as an Autopsy data source and enables a file-carving ingest module. Why are deleted files from the original volume not recovered?
File System Examination Using Autopsy
Hard
A.Autopsy carving works only on live physical disks and is disabled for every type of image or logical-files data source.
B.The carving module requires write access to reconstruct deleted clusters, and logical-files sources are always mounted read-only.
C.Deleted files are stored exclusively in the partition table, which is omitted whenever an exported directory is used as a data source.
D.The logical-files source lacks the original volume's unallocated and slack bytes, so the carving module has no disk-level regions to scan.
Correct Answer: The logical-files source lacks the original volume's unallocated and slack bytes, so the carving module has no disk-level regions to scan.
Explanation:
Logical exports contain selected allocated files rather than the source volume's raw address space. Recovery from unallocated space requires a forensic image or another source containing those bytes.
Incorrect! Try again.
57In one RAID 5 stripe, three surviving bytes are data bytes 0x3A and 0xC5 and parity byte 0x7F. A third data byte is missing. Assuming XOR parity, what is the missing byte?
Storage Systems
Hard
A.0xFF, because only the two surviving data bytes participate in reconstruction.
B.0x7F, because the parity byte is copied unchanged when one data member fails.
C.0x40, because RAID 5 reconstructs the missing byte by averaging parity and data.
D.0x80, because 0x3A \oplus 0xC5 \oplus 0x7F = 0x80.
RAID 5 reconstruction XORs the surviving data and parity: 0x3A XOR 0xC5 = 0xFF, and 0xFF XOR 0x7F = 0x80.
Incorrect! Try again.
58A four-disk RAID 10 uses mirrored pairs (A,B) and (C,D), with data striped across the two pairs. Each disk has capacity . Which statement is correct?
Storage Systems
Hard
A.Usable capacity is ; simultaneous failures of A and C are survivable, whereas failures of A and B are not.
B.Usable capacity is ; any single failure is survivable, but mirroring becomes active only after a disk fails.
C.Usable capacity is ; every pair of simultaneous disk failures is survivable because two disks always remain.
D.Usable capacity is ; simultaneous failures of A and B are survivable because striping reconstructs their mirror.
Correct Answer: Usable capacity is ; simultaneous failures of A and C are survivable, whereas failures of A and B are not.
Explanation:
Each mirrored pair contributes capacity , giving total. The array survives one failed member per mirror but fails if both members of the same mirror are lost.
Incorrect! Try again.
59A hex editor displays the byte sequence FF FE 3D D8 00 DE at the beginning of a text file. Interpreting the first two bytes as a BOM, what follows?
Encoding Standards and Hex Editors
Hard
A.A UTF-32LE scalar DE00D83D, representing an invalid code point above U+10FFFF.
D.A UTF-8 four-byte sequence 3D D8 00 DE, representing Unicode code point U+1F600.
Correct Answer: A UTF-16LE surrogate pair D83D DE00, representing Unicode code point U+1F600.
Explanation:
FF FE is the UTF-16 little-endian BOM. The following bytes form code units D83D and DE00, a valid surrogate pair encoding U+1F600.
Incorrect! Try again.
60A filesystem structure stores a 64-bit unsigned Unix timestamp in little-endian order. A hex editor shows 00 F1 53 65 00 00 00 00. What decimal timestamp should be interpreted?
Encoding Standards and Hex Editors
Hard
A.7301444403200000000, because all eight bytes are reversed before conversion to decimal.
B.1700000000, because the bytes decode as little-endian value 0x000000006553F100.
C.4283659105, because the low-order bytes form 0xFF53F100 after sign extension.
D.1580644709, because the first four bytes must be read as a big-endian Unix timestamp.
Correct Answer: 1700000000, because the bytes decode as little-endian value 0x000000006553F100.
Explanation:
Reversing the byte order for display gives 0x000000006553F100, which equals decimal 1700000000. The zero high-order bytes do not change the value.
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 →