nerdexam
CompTIA

CV0-003 · Question #253

Which of the following data replication methods provides the shortest RPO?

The correct answer is C. Synchronous. Synchronous replication achieves the shortest RPO because data is written to both primary and secondary locations simultaneously before a write is acknowledged, resulting in near-zero data loss.

Operations and Support

Question

Which of the following data replication methods provides the shortest RPO?

Options

  • AAsynchronous
  • BFull
  • CSynchronous
  • DIncremental

How the community answered

(23 responses)
  • A
    4% (1)
  • C
    91% (21)
  • D
    4% (1)

Why each option

Synchronous replication achieves the shortest RPO because data is written to both primary and secondary locations simultaneously before a write is acknowledged, resulting in near-zero data loss.

AAsynchronous

Asynchronous replication writes data to the primary first and replicates to the secondary after a lag, creating a potential data loss window and a longer RPO than synchronous.

BFull

Full backup is a periodic method where RPO equals the time elapsed since the last backup completed, typically resulting in hours or days of potential data loss.

CSynchronousCorrect

In synchronous replication, every write operation is committed to the replica at the same time as the primary storage, meaning the replica is always current and no data loss occurs if the primary fails - resulting in an RPO of near zero. Confirmation is only returned to the application after both the primary and replica acknowledge the write, ensuring there is never a gap between the two data sets. This makes synchronous replication the standard choice for workloads that require minimal or zero data loss.

DIncremental

Incremental backup captures only changes since the last backup and runs on a schedule, so RPO is tied to the backup interval rather than being near-zero.

Concept tested: Data replication methods and Recovery Point Objective (RPO)

Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy

Topics

#synchronous replication#RPO#data replication#disaster recovery

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice