A biotechnology firm is designing the Azure compute virtualization infrastructure for two workloads:
- Genomic Sequencing Analyzer: A batch processing job that executes for up to minutes per run. It is highly resource-intensive, interruptible, can save progress to a checkpoint database, and must be optimized for the lowest possible compute costs.
- Customer Operations Portal: A steady-state web application database backend that requires a availability SLA and is critical to business continuity.
Which two compute solutions should you recommend to meet these requirements? (Select two).
- Deploy the Genomic Sequencing Analyzer on Virtual Machine Scale Sets utilizing Azure Spot Virtual Machines.Cevap
- Deploy the Customer Operations Portal across multiple Azure Availability Zones using Virtual Machine Scale Sets in Flexible orchestration mode.Cevap
- CDeploy the Customer Operations Portal on Virtual Machine Scale Sets utilizing Azure Spot Virtual Machines to reduce ongoing operational costs.
- DDeploy all virtual machine instances for the Customer Operations Portal within a single Azure Availability Zone to simplify network routing.
- ERun the Genomic Sequencing Analyzer on Azure Functions under a Consumption plan to eliminate compute cost when idle.
Cevap
Deploy the Genomic Sequencing Analyzer on Virtual Machine Scale Sets utilizing Azure Spot Virtual Machines, and deploy the Customer Operations Portal across multiple Azure Availability Zones using Virtual Machine Scale Sets in Flexible orchestration mode.
The correct solution recommends utilizing Azure Spot VMs on Virtual Machine Scale Sets for the genomic sequencing analyzer because it is a cost-effective, interruptible batch workload that can resume from checkpoints. It also recommends deploying the customer operations portal across multiple Availability Zones in Flexible orchestration mode to ensure high availability and redundancy to meet the uptime SLA.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure compute resources based on workload characteristics, SLA, cost, and availability requirements.
Tahmini Süre:2m 0s