nerdexam
CompTIA

SY0-501 · Question #566

Which of the following would allow for the QUICKEST restoration of a server into a warm recovery site in a case in which server data mirroring is not enabled?

The correct answer is C. Differential backup. When restoring to a warm recovery site without mirroring, differential backups offer the fastest restoration by requiring only two restore operations: the last full backup plus the single latest differential backup.

Submitted by ashley.k· Mar 4, 2026Security operations

Question

Which of the following would allow for the QUICKEST restoration of a server into a warm recovery site in a case in which server data mirroring is not enabled?

Options

  • AFull backup
  • BIncremental backup
  • CDifferential backup
  • DSnapshot

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    9% (3)
  • C
    82% (27)
  • D
    3% (1)

Why each option

When restoring to a warm recovery site without mirroring, differential backups offer the fastest restoration by requiring only two restore operations: the last full backup plus the single latest differential backup.

AFull backup

A full backup alone does not capture changes made after the last full backup was taken, meaning data loss would be greater and it would not reflect the most recent state of the server.

BIncremental backup

Incremental backups require restoring the last full backup plus every incremental backup taken since then in sequence, making the restoration process the most time-consuming of the backup strategies listed.

CDifferential backupCorrect

A differential backup captures all changes made since the last full backup, meaning restoration requires only two steps: restoring the most recent full backup and then applying the single latest differential backup. This is faster than incremental restores (which require chaining multiple tapes/sets) while still being more current than a full backup alone, making it optimal for warm site recovery speed.

DSnapshot

While snapshots can enable rapid recovery, they are typically point-in-time copies stored on the same or attached storage system and are not traditionally used for warm site disaster recovery scenarios where the primary infrastructure is unavailable.

Concept tested: Backup types and recovery time optimization strategies

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

Topics

#differential backup#disaster recovery#warm site#business continuity

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice