nerdexam
(ISC)2

CCSP · Question #881

Which backup strategy will minimize downtime (fastest recovery) after a failure?

The correct answer is C. Regular full backups. A full backup contains a complete copy of all data at a point in time, so recovery requires restoring only one backup set - minimizing RTO (Recovery Time Objective). Incremental backups (A) require restoring the last full backup plus every subsequent incremental, multiplying…

Submitted by diego_uy· Apr 18, 2026Cloud Data Security

Question

Which backup strategy will minimize downtime (fastest recovery) after a failure?

Options

  • AIncremental backups only
  • BDifferential backups only
  • CRegular full backups
  • DNo backups (disk snapshot)

How the community answered

(29 responses)
  • A
    3% (1)
  • C
    93% (27)
  • D
    3% (1)

Explanation

A full backup contains a complete copy of all data at a point in time, so recovery requires restoring only one backup set - minimizing RTO (Recovery Time Objective). Incremental backups (A) require restoring the last full backup plus every subsequent incremental, multiplying restoration time. Differential backups (B) require the last full backup plus the most recent differential, which is faster than incremental but still slower than a standalone full. 'No backups / disk snapshot' (D) is contradictory as stated and unreliable in a failure scenario. For fastest recovery, full backups win despite their higher storage cost.

Topics

#Backup Strategies#Disaster Recovery#RTO#Data Resilience

Community Discussion

No community discussion yet for this question.

Full CCSP Practice