Question

Difficulty: MediumReliability, Predictability, and Disaster Recovery

A financial services startup hosts its transaction ledger application on Microsoft Azure. The startup must define its operational targets to ensure the system is resilient. Determine whether the following statement is true or false: Recovery Time Objective (RTO) and Recovery Point Objective (RPO) are key metrics used to define high availability, while Service Level Agreements (SLAs) are used to define disaster recovery.

Answer: Answer

Answer

The statement is false because RTO and RPO are metrics for disaster recovery, while SLAs are commitments for high availability.
The correct answer is false because Recovery Time Objective (RTO) and Recovery Point Objective (RPO) are disaster recovery metrics that define target duration and acceptable data loss during an outage, whereas Service Level Agreements (SLAs) define uptime guarantees and are reliability metrics.

Step-by-Step Solution

1
Analyze the definitions of Recovery Time Objective (RTO) and Recovery Point Objective (RPO).
RTO and RPO are parameters that describe how quickly systems must be restored and how much data loss is acceptable after a disaster, mapping directly to disaster recovery.
To determine if these metrics are correctly associated with high availability.
2
Analyze the definition of Service Level Agreements (SLAs).
SLAs specify the uptime commitments and availability percentage of services, mapping directly to high availability and reliability.
To determine if SLAs are correctly associated with disaster recovery in the statement.
3
Evaluate the correctness of the statement based on the mappings.
The statement incorrectly swaps the associations of RTO/RPO (which belong to disaster recovery) and SLAs (which belong to high availability/reliability), making the statement false.
To determine the final true/false value.

Key Concept

Disaster Recovery vs. High Availability Metrics
Rate this question