nerdexam
CompTIA

CV0-003 · Question #307

A software company recently moved all of its development testing to a public cloud environment. The company primarily uses IaaS to deploy and test its code. The company needs the software developers…

The correct answer is C. Incremental. Incremental backups capture only changed data since the last backup, enabling frequent checkpoint creation with minimal overhead so that a damaged system can be restored to a very recent state quickly.

Operations

Question

A software company recently moved all of its development testing to a public cloud environment. The company primarily uses IaaS to deploy and test its code. The company needs the software developers to be more agile and efficient when testing application code. Which of the following backup types should the developers use to BEST ensure the speedy recovery of a system if it is damaged?

Options

  • ASnapshots
  • BFull
  • CIncremental
  • DDifferential

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    73% (24)
  • D
    15% (5)

Why each option

Incremental backups capture only changed data since the last backup, enabling frequent checkpoint creation with minimal overhead so that a damaged system can be restored to a very recent state quickly.

ASnapshots

Snapshots are point-in-time VM state captures useful for immediate rollback scenarios but are not a traditional backup type designed for efficient repeated, long-term protection in a continuous development workflow.

BFull

A full backup copies all data on every run, making it slow to execute and impractical for the frequent backups needed in a fast-moving dev environment where storage efficiency and backup speed matter.

CIncrementalCorrect

Because incremental backups transfer only blocks or files changed since the previous backup, they execute rapidly and can be scheduled at high frequency without disrupting active development work in a cloud IaaS environment. This high cadence means the most recent restore point is always very close in time to any failure event, minimizing the data and work lost during recovery and effectively providing the speedy return-to-work capability that agile developers need.

DDifferential

Differential backups grow progressively larger because they capture all changes since the last full backup, causing both backup duration and storage consumption to increase over time, making them less efficient than incrementals for frequent agile checkpoints.

Concept tested: Incremental backup frequency for agile cloud dev recovery

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

Topics

#backup types#incremental backup#IaaS recovery#snapshot

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice