All practice questions
1198 questions
A financial services firm is architecting a distributed transaction processing platform on Azure Virtual Machines. The platform requires high-speed inter-node communication with sub-millisecond latency. To meet compliance and business continuity mandates, the compute infrastructure must guarantee an uptime SLA of at least and withstand the failure of an entire datacenter facility within a region.
Which two actions should you include in the design? (Select two.)
Select all that apply
A logistics company is designing a new cloud-native fleet tracking solution on Azure. The solution requires hosting two distinct workloads:
* A real-time telemetry service that processes GPS events from delivery vehicles. This service must scale out dynamically based on the number of pending messages in an Azure Service Bus queue using KEDA.
* A route optimization batch job that runs once per day, processes historical route data to completion, and then terminates.
The solution must minimize administrative effort.
Which two services should you recommend?
Select all that apply
A financial services company hosts a transactional SQL Server database on an Azure virtual machine (VM) in the East US region. You are designing a disaster recovery (DR) solution to the West US region. The solution must meet a Recovery Time Objective (RTO) of and a Recovery Point Objective (RPO) of .
The database VM has the following storage configuration:
- One OS disk
- One Premium SSD disk for transaction logs, with a peak write churn of
- Two Premium SSD disks for database files, with a combined peak write churn of
Which disaster recovery solution should you recommend?
An enterprise plans to migrate a legacy batch processing utility to Azure. The utility is currently packaged as a Linux container. The migrated workload must meet the following requirements:
- It must execute once a day, triggered by a message in an Azure Queue Storage queue.
- Each execution takes between 25 and 45 minutes to complete.
- It must securely access an Azure SQL Database that is restricted to a private endpoint within a virtual network.
- To minimize costs, no compute charges must be incurred when the utility is idle.
- Administrative and infrastructure management overhead must be minimized.
Which Azure compute solution should you recommend?
An organization has an on-premises virtual machine named VM1 running SQL Server that hosts a critical sales database. You are designing a disaster recovery (DR) solution to Azure. VM1 has the following disk configuration:
* Disk 0 (OS): Standard HDD with a write disk churn rate of
* Disk 1 (Application): Premium SSD with a write disk churn rate of
* Disk 2 (Database Log): Premium SSD with a write disk churn rate of
The DR solution must meet an RPO of and an RTO of . Which two actions should you include in the disaster recovery design? (Select two.)
Select all that apply
A company is planning to deploy a web application on Azure and requires a load balancing solution. The solution must support SSL/TLS termination at the load balancer level and URL path-based routing (such as routing requests for '/video/*' to a specific backend pool).
Which of the following Azure services support these requirements? (Select TWO)
Select all that apply
An enterprise is designing a lifecycle management policy for audit logs stored in a General-purpose v2 (GPv2) Azure Blob Storage account. The logs must adhere to the following requirements:
- The logs must be frequently accessed and analyzed for the first days after creation.
- Between day and day , the logs are rarely accessed but must remain available for immediate, sub-second retrieval to support unexpected security audits.
- After days, the logs are only retained for historical compliance, can tolerate retrieval latencies of up to hours, and must be stored at the lowest possible cost.
- The logs must be automatically deleted days after creation.
Which two actions should you include in the lifecycle management policy? (Choose two.)
Select all that apply
An organization is migrating a legacy SQL Server failover cluster instance (FCI) to Azure Virtual Machines. The workload requires a compute uptime SLA of and must remain operational even in the event of an entire datacenter outage within the region. The database nodes require access to a shared block storage volume for the cluster resources. Which of the following compute and storage deployment strategies should you recommend to meet these requirements?
You are designing the serverless compute architecture for a telemetry processing solution. The solution must support two workloads:
* Workload 1: An HTTPS ingestion endpoint that receives telemetry data in unpredictable spikes. The endpoint must scale to zero when idle, support outbound virtual network (VNet) integration to connect to a private backend database, and minimize cold-start latency.
* Workload 2: A batch processing job that runs whenever a new raw data file is uploaded to Azure Blob Storage. Each execution performs complex transformations and takes approximately minutes to complete.
Which two hosting plans should you recommend to meet the requirements for the workloads? (Select two.)
Select all that apply
A retail logistics company is designing the compute infrastructure for a new real-time inventory routing engine. The system has the following requirements:
- Must run continuously 24/7 as a steady-state production workload with a guaranteed virtual machine uptime SLA of 99.99%.
- Requires memory-optimized compute resources offering at least 8 GB of RAM per vCPU.
- Requires high-performance storage capable of sustaining at least 50,000 IOPS.
- Must ensure that data is encrypted in memory during execution to comply with strict internal data security standards.
Which compute and storage architecture should you recommend to meet these requirements?
A healthcare provider ingests patient monitoring telemetry into an Azure Blob Storage account. The storage solution must remain resilient against a primary datacenter outage. The data lifecycle and access patterns are defined as follows:
* The telemetry is highly active and requires sub-second retrieval latency for the first days.
* From day through day , the telemetry is accessed infrequently but must be available for immediate, sub-second querying.
* After days, the telemetry is only accessed for regulatory compliance audits that tolerate a retrieval latency of up to hours.
* All telemetry must be retained for years ( days) and then deleted.
You need to design a storage and lifecycle management strategy that meets these requirements at the lowest possible cost.
Which strategy should you recommend?
A media company is designing a new cloud-native video processing platform on Azure. The platform must host containerized microservices that perform video encoding. The microservices must scale dynamically based on the number of messages in an Azure Service Bus queue using Kubernetes Event-driven Autoscaling (KEDA). The design must minimize the administrative and operational effort of managing container infrastructure. Which Azure service should you recommend?
You are designing a data retention strategy for database backup files stored in a General-purpose v2 (GPv2) Azure Blob storage account.
The backups must be managed according to the following requirements:
- For the first 14 days after creation, backups are frequently accessed for testing and must remain in the Hot tier.
- From day 15 to day 90, backups are rarely accessed but must be available with sub-second retrieval latency if a restore is needed.
- After 90 days, backups are only kept for compliance audits and can tolerate a retrieval time of up to 15 hours.
- All backups must be deleted exactly 365 days after creation.
Which lifecycle management policy ruleset minimizes storage costs without incurring early deletion charges or violating the latency requirements?
Match each architectural routing and failover requirement with the most appropriate Azure load balancing or traffic routing service.
Click a left item, then click its matching right item
Items
Matches
A healthcare organization hosts a patient record application on an Azure virtual machine named VM1 in the East US region. The application uses a SQL Server database. You are designing a disaster recovery (DR) solution to replicate the workload to the West US region while meeting a Recovery Point Objective (RPO) of 10 minutes and a Recovery Time Objective (RTO) of 2 hours. VM1 has the following disk configuration:
- Disk 0 (OS): Peak write churn of
- Disk 1 (Application Binaries): Peak write churn of
- Disk 2 (Database Data and Logs): Peak write churn of
Which disaster recovery design should you recommend?
You are designing the compute infrastructure for a media streaming company's transcoder service. The service uses stateless virtual machines that dynamically scale based on CPU utilization. The design must satisfy the following requirements:
- Maintain an uptime SLA of 99.99% for the compute instances.
- Support both Spot VMs for cost-effective scaling and On-Demand VMs for baseline capacity within the same logical group.
- Allow the operations team to interact with and manage the individual underlying virtual machines using standard VM APIs.
Which two configurations should you include in the design?
Select all that apply
An agricultural technology company is designing the compute virtualization infrastructure for two distinct workloads:
* Workload A: A continuous, time-sensitive telemetry ingestion service that processes real-time sensor data from global farms. It must run 24/7, guarantee availability, and maintain low, predictable disk and network latency.
* Workload B: A batch-processing machine learning model that analyzes historical weather patterns to generate seasonal yield predictions. The model runs once a week, takes approximately hours to complete, and can resume from checkpoints if interrupted.
The company wants to minimize compute costs for Workload B while ensuring Workload A meets its performance and availability SLAs. Which two compute configurations should you recommend to meet these requirements?
Select all that apply
A financial technology company is designing a container-based background processing service on Azure. The service must retrieve and process transaction records from an Azure Service Bus queue. Each transaction record takes up to minutes to process.
The solution must meet the following requirements:
- Automatically scale down to zero instances when no messages are in the queue.
- Scale out dynamically based on the queue depth using Kubernetes Event-driven Autoscaling (KEDA).
- Support strict regulatory compliance requiring complete administrative and network isolation between production and development environments.
- Minimize administrative effort and operational overhead.
Which two configurations should you recommend as part of the architecture? (Select two.)
Select all that apply
A healthcare provider is deploying a regional medical records synchronization service on virtual machines in a single Azure region. The service requires low-latency TCP communication on port 5000, does not require SSL/TLS termination, and does not require URL-based routing. To distribute traffic, the provider attempts to configure an Azure Standard Load Balancer. However, the deployment fails because the backend virtual machines are associated with Basic SKU public IP addresses.
Which action should you recommend to resolve the deployment failure while meeting all service requirements?
An enterprise is designing a disaster recovery and business continuity solution for a web application deployed across the East US and West US regions. The application consists of an HTTPS-based frontend and an Azure SQL Database backend.
The architecture must meet the following requirements:
- Automatically route client requests to the region with the lowest latency.
- Offload SSL/TLS decryption from the backend web servers to a centralized global entry point.
- Provide automatic failover for the database layer with a single connection string that automatically redirects write operations to the new primary server.
- Ensure that the primary web application can survive a regional outage with minimal manual intervention.
Which design should you recommend?