400-007 · Question #378
For a company that offers online billing systems for their customers, which strategy ensures the RPO is kept as low as possible?
The correct answer is A. cloud backup to mirror data. Minimizing RPO requires continuous or near-real-time data replication, which cloud mirroring provides by maintaining an always-current copy of production data.
Question
For a company that offers online billing systems for their customers, which strategy ensures the RPO is kept as low as possible?
Options
- Acloud backup to mirror data
- Bspare onsite disks
- Cperiodic snapshot of data
- Dbackup on external storage
How the community answered
(38 responses)- A89% (34)
- B5% (2)
- C3% (1)
- D3% (1)
Why each option
Minimizing RPO requires continuous or near-real-time data replication, which cloud mirroring provides by maintaining an always-current copy of production data.
Cloud backup configured as a mirror continuously replicates data to the cloud, meaning the recovery point is always nearly current and potential data loss is reduced to seconds or less. For an online billing system where every transaction matters, this near-zero RPO is critical. Continuous mirroring ensures the replicated dataset matches the production state at all times, directly minimizing RPO.
Spare onsite disks address hardware availability and can improve RTO (Recovery Time Objective), but they do not replicate data and therefore have no effect on RPO.
Periodic snapshots capture data at scheduled intervals, so any data written between snapshots is lost in a failure, resulting in a higher RPO than continuous mirroring.
External storage backups are typically scheduled jobs with fixed backup windows, creating gaps between backup cycles that increase the potential data loss window and raise the RPO.
Concept tested: Recovery Point Objective minimization using continuous cloud mirroring
Source: https://learn.microsoft.com/en-us/azure/site-recovery/recovery-time-objective-rpo
Topics
Community Discussion
No community discussion yet for this question.