Question

Difficulty: MediumReliability, Predictability, and Disaster Recovery

A smart home device manufacturer hosts its IoT telemetry collection service on Microsoft Azure. The service must meet the following operational criteria:

1. Telemetry data from devices must be processed with consistent, predictable latency even during peak evening hours when device usage spikes.
2. In the event of a catastrophic disaster that completely disables the primary Azure region, the manufacturer must be able to restore the collection service in a secondary region.

Which two cloud computing concepts or benefits directly address these criteria? (Select two.)

  1. Performance predictability, to ensure consistent processing latency during peak usage hoursAnswer
  2. Disaster recovery, to restore the service in a secondary region after a regional outageAnswer
  3. C
    High availability, to ensure automated recovery and zero data loss across multiple regions
  4. D
    Availability Zones, which replicate data across separate regions to prevent regional data loss

Answer

The correct concepts are performance predictability and disaster recovery.
Performance predictability and disaster recovery are the correct options. Performance predictability ensures consistent response times and processing speed under varying loads. Disaster recovery ensures that services and data can be restored in a secondary geographical location if the primary region becomes unavailable.

Step-by-Step Solution

1
Analyze the first requirement regarding consistent and predictable latency during peak usage hours.
Identify that this relates to performance predictability, which ensures consistent experiences under varying loads.
Predictability in cloud computing covers performance, guaranteeing that the application maintains stable response times during spikes.
2
Analyze the second requirement regarding restoring services in a secondary region after a catastrophic disaster.
Identify that this relates to disaster recovery, which focuses on recovering from major outages.
Disaster recovery is the strategy of restoring operations in a separate geographical region if the primary region suffers a complete failure, distinguishing it from high availability.

Key Concept

Reliability, Predictability, and Disaster Recovery in cloud computing
Estimated Time:1m 30s
Rate this question