C1000-176 · Question #88
How does the design per Recovery Time Objective (RTO) and Recovery Point Objective (RPO) impact the architecture of a cloud solution?
The correct answer is C. It influences decisions on data replication, backup frequency, and failover mechanisms. RTO and RPO are the two core metrics that define a system's disaster recovery requirements, and they directly shape how an architect designs data protection and availability mechanisms - making C correct. RTO (how fast you must recover) drives decisions about failover speed and…
Question
How does the design per Recovery Time Objective (RTO) and Recovery Point Objective (RPO) impact the architecture of a cloud solution?
Options
- AIt dictates the need for a complex, multi-cloud strategy regardless of actual needs
- BIt requires the solution to prioritize aesthetic design considerations
- CIt influences decisions on data replication, backup frequency, and failover mechanisms
- DIt suggests the exclusive use of physical data centers for critical data storage
How the community answered
(26 responses)- A4% (1)
- B12% (3)
- C69% (18)
- D15% (4)
Explanation
RTO and RPO are the two core metrics that define a system's disaster recovery requirements, and they directly shape how an architect designs data protection and availability mechanisms - making C correct. RTO (how fast you must recover) drives decisions about failover speed and redundancy, while RPO (how much data loss is acceptable) drives backup frequency and replication strategies. Together they determine whether you need hot standby replicas, geo-distributed storage, automated failover, or just nightly backups.
Why the distractors are wrong:
- A - RTO/RPO don't mandate multi-cloud; a single cloud provider can fully satisfy even aggressive recovery requirements.
- B - Aesthetics are a UI/UX concern and have no bearing on recovery objectives.
- D - Cloud solutions explicitly move away from physical data centers; RTO/RPO are cloud-neutral metrics, not prescriptive about infrastructure type.
Memory tip: Think of RTO as a clock (how long can you be down?) and RPO as a calendar (how far back can you roll?). Every architecture decision - replication lag, snapshot intervals, failover routing - maps directly to one of those two numbers.
Topics
Community Discussion
No community discussion yet for this question.