nerdexam
CompTIA

SY0-501 · Question #68

A member of a digital forensics team, Joe arrives at a crime scene and is preparing to collect system data. Before powering the system off, Joe knows that he must collect the most volatile date first.

The correct answer is D. CPU cache, RAM, paging/swap files, remote logging data. Digital forensics requires collecting evidence in order of volatility, from most to least volatile, to preserve data that is most likely to be lost first. The correct order follows the forensic principle of capturing ephemeral data before more persistent data.

Submitted by andreas_gr· Mar 4, 2026Security operations

Question

A member of a digital forensics team, Joe arrives at a crime scene and is preparing to collect system data. Before powering the system off, Joe knows that he must collect the most volatile date first. Which of the following is the correct order in which Joe should collect the data?

Options

  • ACPU cache, paging/swap files, RAM, remote logging data
  • BRAM, CPU cache. Remote logging data, paging/swap files
  • CPaging/swap files, CPU cache, RAM, remote logging data
  • DCPU cache, RAM, paging/swap files, remote logging data

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    9% (2)
  • D
    73% (16)

Why each option

Digital forensics requires collecting evidence in order of volatility, from most to least volatile, to preserve data that is most likely to be lost first. The correct order follows the forensic principle of capturing ephemeral data before more persistent data.

ACPU cache, paging/swap files, RAM, remote logging data

This order is incorrect because it places paging/swap files before RAM, when RAM is significantly more volatile than swap files since swap files reside on persistent disk storage while RAM is entirely lost on power-off.

BRAM, CPU cache. Remote logging data, paging/swap files

This order is incorrect because it lists RAM before CPU cache, when CPU cache (registers and L1/L2/L3 cache) is more volatile and should be captured first before RAM contents are collected.

CPaging/swap files, CPU cache, RAM, remote logging data

This order is incorrect because paging/swap files are placed first despite being stored on disk and therefore less volatile than both CPU cache and RAM, which are entirely memory-resident and lost immediately upon power loss.

DCPU cache, RAM, paging/swap files, remote logging dataCorrect

CPU cache is the most volatile data as it exists only within processor registers and is lost almost immediately upon power loss. RAM follows as it holds active process data that is lost on shutdown, then paging/swap files which are on disk but temporary in nature, and finally remote logging data which is the least volatile as it is stored on external systems and persists independently of the local machine's state.

Concept tested: Digital forensics order of volatility data collection

Source: https://www.rfc-editor.org/rfc/rfc3227

Topics

#digital forensics#order of volatility#volatile data#incident response

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice