A financial services company is migrating a core transaction processing application to Microsoft Azure. The systems architect must ensure the solution complies with two strict operational requirements:
1. The application must survive the complete outage of a primary Azure region, with a maximum recovery time (RTO) of hours and a maximum data loss (RPO) of minutes.
2. The application's compute resources must maintain consistent query response times (predictability) during sudden, short-lived spikes in traffic, and automatically scale down capacity to minimize cost when transaction volume decreases.
Which combination of cloud design concepts and capabilities must the architect implement to satisfy these requirements?
- Disaster recovery using cross-region replication to meet the recovery objectives, and cloud elasticity to automatically scale compute resources to maintain predictable performance.Cevap
- BHigh availability using multiple Availability Zones in the primary region to meet the recovery objectives, and cloud scalability to manually adjust resources to maintain predictable performance.
- CDisaster recovery using Availability Zones distributed across separate geographical regions to meet the recovery objectives, and cloud scalability to dynamically scale resources to maintain predictable performance.
- DDisaster recovery using cross-region replication to meet the recovery objectives, and cloud scalability using a fixed maximum capacity to ensure predictable performance and cost.
Cevap
Disaster recovery using cross-region replication to meet the recovery objectives, and cloud elasticity to automatically scale compute resources to maintain predictable performance.
The correct answer combines disaster recovery via cross-region replication to satisfy the recovery objectives (RTO/RPO) for regional outages, and cloud elasticity to automatically adjust resources to handle traffic spikes and scale down to minimize cost. This directly fulfills both parts of the business requirements.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between Disaster Recovery (cross-region resilience) and High Availability (intra-region resilience), and between Elasticity (dynamic auto-scaling) and Scalability (static or manual provisioning).
Tahmini Süre:2m 0s