nerdexam
CompTIA

CV0-003 · Question #403

An administrator needs to make a file-level backup of a VM before deploying monthly updates. The backup should capture all changes since the last backup but should NOT reset the archive bit on any…

The correct answer is D. Differential. A differential backup captures all changes since the last full backup and does not reset the archive bit, satisfying both stated requirements.

Operations and Support

Question

An administrator needs to make a file-level backup of a VM before deploying monthly updates. The backup should capture all changes since the last backup but should NOT reset the archive bit on any files. Which of the following backup types BEST meets these requirements?

Options

  • AIncremental
  • BFull
  • CSnapshot
  • DDifferential
  • EDelta Tracking

How the community answered

(31 responses)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (27)
  • E
    6% (2)

Why each option

A differential backup captures all changes since the last full backup and does not reset the archive bit, satisfying both stated requirements.

AIncremental

An incremental backup backs up only changes since the last backup of any type but resets the archive bit on each file it backs up, which violates the stated requirement.

BFull

A full backup copies all files regardless of change status and resets the archive bit on every file, which does not meet either the change-only or the archive-bit-preservation requirement.

CSnapshot

A snapshot captures a point-in-time image at the volume or block level rather than the file level, so it does not operate on individual file archive bits.

DDifferentialCorrect

A differential backup records all files that have changed since the last full backup by reading the archive bit without clearing it, meaning the archive bit remains set after the backup completes. This satisfies both requirements - capturing all changes since the last backup without resetting the archive bit - making it the correct file-level backup type for this scenario.

EDelta Tracking

Delta tracking is a block-level change tracking mechanism used primarily for VM-level backups, not a standard file-level backup type that operates on archive bits.

Concept tested: Differential backup and archive bit preservation

Source: https://learn.microsoft.com/en-us/azure/backup/backup-architecture

Topics

#differential backup#archive bit#backup types#VM backup

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice