All practice questions
1198 questions
An organization is designing a disaster recovery (DR) solution from the East US region to the West US region for a database workload hosted on an Azure virtual machine named VM2. The disaster recovery requirements specify a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of hour.
VM2 is configured with three Premium SSD v1 disks as detailed in the following table:
| Disk | Content | Write Churn |
|---|---|---|
| Disk 1 | Operating System | |
| Disk 2 | User Databases | |
| Disk 3 | TempDB |
Which two actions should you include in the Azure Site Recovery (ASR) design to ensure replication is successful and meets the workload requirements?
Select all that apply
A media streaming company is designing a serverless video processing and distribution portal. The architecture requires two workloads:
* User portal frontend: A static single-page application (SPA) that must be globally distributed with minimal latency, SSL termination, and custom domain support.
* Video encoding microservice: A containerized workload that processes uploaded video files. The encoding job takes to minutes to run per video, and compute resources must only be active during the encoding process to avoid baseline idle charges.
Which two Azure hosting solutions should you recommend to meet these requirements? (Choose two.)
Select all that apply
A software developer is configuring lifecycle management rules for a General-purpose v2 (GPv2) Azure Blob Storage account that collects IoT telemetry data from manufacturing plants. The retention and access requirements are as follows:
- The telemetry data must support sub-second query response times for the first 30 days after upload.
- Between 31 and 180 days after upload, the data is rarely queried but must still be retrievable with sub-second latency.
- After 180 days, the data must be preserved for 7 years (2,555 days) to comply with industrial regulations. During this compliance period, a retrieval delay of up to 15 hours is acceptable.
- Storage costs must be minimized.
Which lifecycle management policy configuration should you recommend?
An enterprise is designing a regional load balancing and traffic delivery solution in Azure. The design must satisfy the following requirements:
1. Incoming public HTTP/S traffic must be routed based on the URL path: requests to `/search/*` must be forwarded to a Virtual Machine Scale Set, while requests to `/checkout/*` must be forwarded to a group of Dedicated Hosts.
2. SSL/TLS termination must be performed at the application routing boundary to decrypt traffic before reaching the backend VMs.
3. Internal database replication traffic on TCP port 6379 must be load-balanced across database virtual machines distributed across multiple Availability Zones for high availability.
4. The database virtual machines are currently configured with Basic SKU Public IP addresses for legacy remote access.
Which configuration should you select to satisfy all requirements and ensure successful deployment validation?
A retail company stores customer invoice PDF documents in a General-purpose v2 (GPv2) Azure Blob storage account. The documents must be managed according to the following requirements:
* Invoices must be immediately available for active customer support queries during the first 30 days after creation.
* Between 31 and 180 days after creation, invoices are rarely accessed but must still support immediate, sub-second retrieval.
* After 180 days, invoices must be retained for an additional 1,095 days to meet regulatory compliance audits. Retrieval latency of several hours is acceptable during this period.
* After the retention period, the invoices must be permanently deleted to minimize storage costs.
You need to design a lifecycle management policy to meet these requirements while minimizing costs.
Which two actions should you include in the lifecycle management policy? (Select two.)
Select all that apply
A company is planning to restrict outbound network traffic from an Azure Virtual Network subnet named Subnet1. The virtual machines in Subnet1 must be allowed to send metric and log data to Azure Monitor, but all other outbound internet traffic must be blocked. You need to design a Network Security Group (NSG) rule configuration for Subnet1 that permits this traffic while minimizing administrative effort and avoiding manual rule updates when Azure Monitor IP addresses change. Which rule configuration should you recommend?
An organization plans to migrate several on-premises Hyper-V virtual machines to Azure. You need to use Azure Migrate to perform a migration assessment, determine VM readiness, and estimate monthly costs. Which two initial tasks must you perform to complete this assessment? (Choose two.)
Select all that apply
An enterprise is designing a hub-and-spoke network topology in Azure with the following resource configurations:
* Hub VNet (`vnet-hub-weur`): Address space . Contains an Azure VPN Gateway in the `GatewaySubnet` and a Network Virtual Appliance (NVA) at IP in `subnet-nva`.
* Spoke A VNet (`vnet-prod-weur`): Address space . Contains application servers in `subnet-app` ().
* Spoke B VNet (`vnet-shared-weur`): Address space . Contains shared services in `subnet-data` ().
Virtual network peering is established between `vnet-prod-weur` and `vnet-hub-weur`, and between `vnet-shared-weur` and `vnet-hub-weur`. There is no direct peering between the two spokes.
A route table named `rt-prod-app` is associated with `subnet-app` and has the following User Defined Routes (UDRs) configured:
* Destination: , Next hop: Virtual appliance ()
* Destination: , Next hop: Virtual network gateway
The on-premises network uses the address space . All traffic from `subnet-app` to Spoke B must go through the NVA for inspection. During testing, administrators observe that servers in `subnet-app` can reach the internet and on-premises resources, but cannot communicate with `subnet-data` in Spoke B.
Which of the following routing configurations will resolve the connectivity issue to Spoke B while maintaining all other security and routing requirements?
An organization is designing a high-availability and disaster recovery architecture for various workloads deployed in Azure. You need to select the appropriate load balancing and traffic routing services. Match each application routing requirement with the optimal Azure service.
Click a left item, then click its matching right item
Items
Matches
A multinational enterprise is designing a high-availability infrastructure in Azure for a new online banking application. The design must meet the following requirements:
- Global client requests must be routed based on the URL path (e.g., /payments to Region 1 and /accounts to Region 2).
- SSL/TLS termination must be performed at the global routing edge to reduce latency.
- Within each region, HTTP(S) traffic must be distributed across a pool of virtual machines with session affinity.
- A legacy batch processing component in Region 1 must receive TCP-based traffic on port 8088 distributed via an Azure Load Balancer. The existing virtual machines for this component are currently assigned Basic SKU public IP addresses.
Which two configuration decisions must you include in the network architecture design to satisfy these requirements? (Select TWO).
Select all that apply
A company named CloudFlux is designing a secure network environment for a hybrid application. You have an Azure virtual network named VNet1 containing a subnet named Subnet1. Subnet1 hosts several virtual machines that run a business-critical application. The application needs to retrieve connection strings and credentials from an Azure Key Vault named KV1.
You need to design a network security solution that meets the following requirements:
- Access to KV1 from the virtual machines must not traverse the public internet.
- The virtual machines must not have public IP addresses.
- Azure administrators must be able to securely manage the virtual machines using the Azure portal over SSL without exposing RDP or SSH ports directly to the public internet.
Which two components should you include in the design? (Select two.)
Select all that apply
An insurance company is designing a serverless microservices-based application. The application consists of four containerized services: an API gateway, a customer profile service, a claim intake portal, and a background report generation service that processes heavy PDF claims. The report generation service can take up to 15 minutes to complete a single processing job. The hosting platform must support scaling to zero to minimize costs during idle periods, require minimal infrastructure management overhead, and allow secure internal communication between the containerized services.
Which hosting solution should you design?
A financial services company hosts a critical web API across two Azure regions: East US and West Europe. The API requires SSL offloading, URL path-based routing to direct requests (such as routing /payments to a dedicated backend pool), and a global failover mechanism that achieves a recovery time objective (RTO) of less than one minute. Which traffic routing solution should you recommend?
A retail corporation is setting up an application environment in Azure. The architecture consists of Azure Virtual Machines deployed in a subnet named AppSubnet inside a virtual network named ProductionVNet. The virtual machines must securely access a single Azure SQL Database instance without exposing the traffic to the public internet. You have provisioned a private endpoint for the database in AppSubnet. You now need to restrict traffic from AppSubnet so that the virtual machines can connect only to the private endpoint of that specific SQL database, and prevent outbound access to any other Azure SQL Databases or public endpoints. Which configuration should you apply to the Network Security Group (NSG) linked to AppSubnet?
An enterprise deploys a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-core` (), contains an Azure Firewall at . The first spoke virtual network, `vnet-spoke-web` (), hosts web servers in a subnet named `snet-web` (). The second spoke virtual network, `vnet-spoke-db` (), hosts database servers in a subnet named `snet-db` (). Both spoke virtual networks are peered directly with the hub virtual network, but they are not peered with each other. To route all egress traffic from `vnet-spoke-web` to the database servers through the Azure Firewall for security inspection, the network architect associates a custom route table named `rt-web-transit` with the `snet-web` subnet. The route table includes a single user-defined route (UDR) with the address prefix and the next hop set to the Azure Firewall (). During testing, VMs in `snet-web` can successfully connect to databases in `snet-db`, but traffic is not logged or inspected by the Azure Firewall. Which configuration change must be made to ensure that traffic from `vnet-spoke-web` to `vnet-spoke-db` is routed through the Azure Firewall?
Your company is planning to migrate its on-premises VMware vSphere virtual machines to Azure. You need to use Azure Migrate to discover the virtual machines and perform an agentless dependency analysis. Which two tasks must you perform on-premises to complete the discovery and dependency assessment? (Choose two.)
Select all that apply
An enterprise is planning a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-east-hub` (), contains a Virtual Network Gateway connected to an on-premises network () via a Site-to-Site VPN. The spoke virtual network, `vnet-east-spoke` (), hosts application virtual machines. You must ensure that all outbound internet traffic from `vnet-east-spoke` is forced to route through the Virtual Network Gateway in `vnet-east-hub` to the on-premises firewall for inspection.
Which two configuration steps should you include in the design?
Select all that apply
A company named Apex Health is designing a secure architecture in Azure to comply with healthcare data regulations. The architecture includes a virtual network named VNet-Prod containing a subnet named Subnet-Web, where virtual machines process medical records. The application must write these records to an Azure Storage account named storepatientdata.
You need to recommend a network security solution that meets the following requirements:
- Virtual machines in Subnet-Web must access storepatientdata using a private connection that does not traverse the public internet.
- Virtual machines in Subnet-Web must be prevented from exfiltrating data to any other Azure Storage accounts, including those in other subscriptions.
- Public internet access to the storage account must be disabled.
- The solution must minimize administrative overhead and avoid configuring user-defined routes (UDRs) or custom firewall virtual appliances.
Which two actions should you include in the recommendation?
Select all that apply
An enterprise architecture team is designing a data retention strategy for database transaction backups stored in an Azure Blob Storage General-purpose v2 (GPv2) account. The backups must be managed according to the following requirements:
* Backups must be immediately available for recovery operations for the first 45 days after creation, with sub-second retrieval times.
* Between 46 days and 365 days, the backups are occasionally needed for testing and must be retrievable within a few seconds.
* After 365 days, the backups must be retained for an additional 4 years to meet regulatory compliance. They are rarely accessed, and a retrieval latency of up to 15 hours is acceptable.
* The design must minimize storage and retrieval costs.
Which two actions should you include in the lifecycle management policy?
Select all that apply
An educational technology company is designing a serverless backend for a new exam preparation platform. The solution has the following workload requirements:
* A user-facing quiz API that serves questions and records user responses. The API experiences unpredictable traffic spikes but is completely idle during late-night hours. Responses must be returned within seconds, and minimizing idle hosting costs is a priority.
* A background transcript processing service that runs whenever a new lecture video is uploaded. This service calls an external AI service to generate practice questions, which can take up to minutes to complete due to API throttling.
Which two hosting and processing options should you select to implement this architecture? (Select TWO.)
Select all that apply