nerdexam
CompTIA

CV0-003 · Question #249

A customer wants a cloud systems administrator to adjust the backup schedule after month-end to ensure the data can be restored as fast as possible while minimizing the time needed to perform the…

The correct answer is A. Synthetic full. This question tests knowledge of backup strategies that optimize both restore speed and backup duration after a month-end data cycle.

Operations and Support

Question

A customer wants a cloud systems administrator to adjust the backup schedule after month-end to ensure the data can be restored as fast as possible while minimizing the time needed to perform the backup. Which of the following backup types should be scheduled?

Options

  • ASynthetic full
  • BIncremental
  • CDifferential
  • DFull

How the community answered

(15 responses)
  • A
    87% (13)
  • B
    7% (1)
  • D
    7% (1)

Why each option

This question tests knowledge of backup strategies that optimize both restore speed and backup duration after a month-end data cycle.

ASynthetic fullCorrect

A synthetic full backup combines a prior full backup with subsequent incremental backups into a new consolidated full backup file, entirely on the backup infrastructure without re-reading source production data. The result is a single full backup set that enables the fastest possible restores while requiring far less backup window time than a traditional full backup, satisfying both requirements simultaneously.

BIncremental

Incremental backups minimize backup duration by capturing only changes since the last job, but restoring requires sequentially applying multiple incremental sets on top of the last full backup, which significantly increases restore time.

CDifferential

Differential backups simplify restore compared to incremental by capturing all changes since the last full, but restore still requires the last full backup plus the differential set, and the differential grows larger each day, making it slower to restore than a synthetic full.

DFull

A traditional full backup provides the absolute fastest restore since all data is in one set, but it must read every byte from the source system each time it runs, making it the most time-consuming backup type to perform.

Concept tested: Synthetic full backup balancing restore speed and backup window

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

Topics

#synthetic full backup#backup strategy#restore speed#backup scheduling

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice