An insurance firm is designing the compute infrastructure for a new core claims processing application. The application has the following requirements:
- It runs a steady-state, critical production workload that operates 24/7.
- It requires high memory-to-CPU ratios for memory-intensive data analysis.
- It must meet an SLA of 99.99% uptime.
- It must minimize costs for baseline continuous usage.
Which two compute configurations should you recommend to meet these requirements? (Select two.)
- Deploy E-series virtual machines within a Virtual Machine Scale Set in Flexible orchestration mode spread across multiple Availability Zones.Cevap
- Utilize Azure Reserved Virtual Machine Instances for the selected virtual machine sizes.Cevap
- CDeploy D-series Azure Spot Virtual Machines to run the core claims processing services.
- DDeploy all claims processing virtual machines within a single Availability Zone using a Proximity Placement Group.
Cevap
Deploy E-series virtual machines within a Virtual Machine Scale Set in Flexible orchestration mode spread across multiple Availability Zones, and utilize Azure Reserved Virtual Machine Instances for the selected virtual machine sizes.
To meet the 99.99% uptime SLA and high memory requirements of the claims processing application, you should deploy E-series (memory-optimized) virtual machines across multiple Availability Zones using a Virtual Machine Scale Set in Flexible orchestration mode. Additionally, because the workload is steady-state and operates 24/7, Azure Reserved Virtual Machine Instances should be utilized to minimize baseline compute costs.
Adım Adım Çözüm
Anahtar Kavram
Designing highly available, cost-effective compute solutions using appropriate VM series, orchestration modes, and purchasing options.