All practice questions
1252 questions
An administrator is responsible for recovering a critical virtual machine named `vm-db-accelerate` that runs Windows Server 2025. The virtual machine has a premium OS disk and a premium data disk with Write Accelerator enabled. The virtual machine is backed up daily to a Recovery Services vault. Following a database corruption event, the administrator needs to restore the virtual machine from a backup while ensuring that Write Accelerator remains enabled on the restored data disk. Which restore option must the administrator use?
An administrator plans to deploy a new Azure Kubernetes Service (AKS) cluster named aks-shipping. The corporate network team has allocated a single subnet with the address space for the cluster. The cluster is expected to scale to a maximum of nodes, and each node must support up to pods. The pods do not require direct IP address visibility from the virtual network, but they must be able to access external resources. Which network configuration should the administrator select for the cluster to prevent IP address exhaustion?
You plan to configure an Azure Application Gateway v2 to use an SSL certificate stored in an Azure Key Vault. You need to configure the components in the correct sequence to ensure that the Application Gateway can retrieve the certificate and secure incoming HTTPS traffic. Which sequence of steps should you perform?
Drag items to arrange them in the correct order
An administrator deploys three Azure virtual networks in the East US region:
- `VNet-East` () with a subnet named `Subnet-East` containing virtual machines.
- `VNet-Hub` () with a subnet named `Subnet-Hub` containing virtual machines and an Azure VPN Gateway.
- `VNet-West` () with a subnet named `Subnet-West` containing virtual machines.
The administrator configures virtual network peering between `VNet-East` and `VNet-Hub` with the following settings:
- On the `VNet-East` to `VNet-Hub` peering: 'Use remote gateways' is enabled and 'Allow forwarded traffic' is enabled.
- On the `VNet-Hub` to `VNet-East` peering: 'Allow gateway transit' is enabled and 'Allow forwarded traffic' is enabled.
No peering or routing is configured directly between `VNet-East` and `VNet-West`. The administrator then configures peering between `VNet-Hub` and `VNet-West` using default settings.
Based on this configuration, is the statement 'Virtual machines in `Subnet-East` can communicate with virtual machines in `Subnet-West` via the VPN Gateway in `VNet-Hub` without any additional routing configuration' true or false?
An administrator configures an Azure Monitor activity log alert to trigger whenever a resource is deleted within a production resource group. The alert uses an action group that contains two actions: an email notification to the operations team and an SMS notification to the operations manager's mobile phone (+44 country code). During a testing window, an automated script deletes 10 temporary resources in the resource group within a two-minute period. The operations team receives 10 emails, but the operations manager only receives the first SMS notification. Which of the following is the most likely reason for this behavior?
You have an Azure subscription containing an Azure Virtual Machine named VM1. VM1 runs Windows Server 2025 and has its OS and data disks encrypted using Server-Side Encryption (SSE) with Customer-Managed Keys (CMK). The customer-managed key is stored in an Azure Key Vault named KV1.
You need to configure Azure Backup for VM1 by using a Recovery Services vault named Vault1.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Drag items to arrange them in the correct order
An organization deploys a critical database server on a Windows Server 2025 virtual machine named db-prod-vm in the East US 2 region. The virtual machine uses Standard SSD managed disks. You need to configure backup for db-prod-vm using Azure Backup. In which location must you create the Recovery Services Vault to back up the virtual machine?
Your company has an Azure environment with two subscriptions and multiple resource groups. The resources are configured as shown in the following table:
| Resource Name | Type | Subscription | Resource Group | Region |
|---|---|---|---|---|
| `vm-retail-prod` | Virtual machine | `Sub-Prod` | `rg-retail-prod` | North Europe |
| `disk-retail-data` | Managed disk | `Sub-Prod` | `rg-retail-data` | West Europe |
| `bv-retail-ne` | Backup Vault | `Sub-Shared` | `rg-shared-infra` | North Europe |
| `rsv-retail-we` | Recovery Services Vault | `Sub-Shared` | `rg-shared-infra` | West Europe |
You need to implement a backup solution that meets the following requirements:
1. Back up the virtual machine `vm-retail-prod` using a vault in the same region as the VM.
2. Back up the managed disk `disk-retail-data` using native Azure disk backup.
Which combination of vaults should you use to back up these resources?
An administrator is preparing to deploy an Azure Firewall to control traffic for a virtual network named `VNet-01`. The virtual network has an address space of and contains a subnet named `Subnet-01` with an address prefix of .
You need to configure the virtual network to support the Azure Firewall deployment, and ensure that all outbound traffic from `Subnet-01` to the internet is routed through the firewall.
Which configuration must be implemented?
An administrator needs to recover a business-critical virtual machine named `vm-sales-prod` by restoring its managed disks and recreating the virtual machine using the system-generated Azure Resource Manager (ARM) template. What is the correct sequence of steps to perform this recovery process?
Drag items to arrange them in the correct order
An administrator manages three Azure virtual networks in the North Europe region:
* `VNet-A` with an address space of contains a virtual machine named `VM-A` in a subnet named `Subnet-A` ().
* `VNet-B` with an address space of contains a virtual machine named `VM-B` in a subnet named `Subnet-B` ().
* `VNet-C` with an address space of contains a virtual machine named `VM-C` in a subnet named `Subnet-C` ().
The administrator establishes the following peering connections using default settings:
* `Peering-AB` connects `VNet-A` to `VNet-B`.
* `Peering-BC` connects `VNet-B` to `VNet-C`.
No virtual network gateways or user-defined routes are deployed. `VM-A` can successfully communicate with `VM-B`, but cannot communicate with `VM-C`.
What should the administrator do to allow `VM-A` to communicate with `VM-C`?
You have an Azure virtual network named `VNet1` that contains three subnets named `SubnetA` (), `SubnetB` (), and `DMZSubnet` (). A Network Virtual Appliance (NVA) named `NVA1` is deployed in `DMZSubnet` and has the IP address .
You need to ensure that all traffic from `SubnetA` to the internet is routed through `NVA1`.
Which two actions should you perform? (Select two.)
Select all that apply
An administrator is configuring a new Azure Kubernetes Service (AKS) cluster named aks-retail. The cluster will be deployed in an existing virtual network (VNet) named VNet1. VNet1 has a single subnet named Subnet1 with the address prefix . Due to enterprise IP addressing constraints, no additional subnets can be created in VNet1, and VNet1 cannot be expanded. The cluster must support up to nodes and pods. The pods must be able to communicate with each other, and you must use Azure Network Policies to secure pod-to-pod traffic.
Which two network configuration options should you select to meet these requirements? (Select two.)
Select all that apply
An organization deploys an Azure App Service named app-prod-01 that hosts a web application at the default URL app-prod-01.azurewebsites.net. You configure an Azure Application Gateway v2 to publish the web application to the public internet using the custom domain name www.contoso.com. You configure a DNS CNAME record for www.contoso.com pointing to the public IP address of the Application Gateway. You add app-prod-01.azurewebsites.net as a target in the backend pool of the Application Gateway. When users attempt to access https://www.contoso.com, they receive an HTTP 502 (Bad Gateway) error. What should you do on the Application Gateway to resolve the error?
Your company has an Azure virtual network named `VNet1` that contains a workload subnet named `Subnet1`. You need to deploy Azure Firewall to control outbound internet traffic from `Subnet1`. Which two configuration changes must you perform? (Choose two.)
Select all that apply
You have an Azure subscription that contains the following resources in the North Europe region:
- A Recovery Services vault named `rsv-ne-backup`.
- A Premium storage account named `sa-hr-records` that hosts an SMB file share named `hr-documents`.
- A resource group named `rg-hr-prod` containing both resources.
The firewall for `sa-hr-records` is enabled and configured to allow access only from selected virtual networks.
An administrator named Admin1 is assigned the Storage Account Contributor role for the `sa-hr-records` storage account and the Backup Operator role for the `rsv-ne-backup` vault.
When Admin1 attempts to configure backup for the `hr-documents` file share using the `rsv-ne-backup` vault, the configuration fails because the storage account is network-isolated and inaccessible to the vault.
Which configuration change should you make to resolve the issue?
An administrator is configuring Azure Monitor alerts and action groups to support automated operations and notifications. Match each operational requirement to the most appropriate Azure Monitor Action Group action type. Each action type may be used once, more than once, or not at all.
Click a left item, then click its matching right item
Items
Matches
An administrator is configuring virtual network peering to establish hybrid connectivity. The environment contains the following resources:
- VNet-Transit-Hub with the address space contains a virtual network gateway named `VPNGateway-Hub` in a subnet named `GatewaySubnet` (). `VPNGateway-Hub` is connected to an on-premises network.
- VNet-Client-Spoke with the address space contains a subnet named `Subnet-Application` () where a virtual machine named `VM-App` is deployed.
- A virtual network peering link is established between `VNet-Transit-Hub` and `VNet-Client-Spoke`.
You need to ensure that `VM-App` can communicate with the on-premises network by routing traffic through `VPNGateway-Hub`.
Which two configurations must you enable? (Select two.)
Select all that apply
You plan to configure an Azure Application Gateway v2 to handle traffic for a web application. You must ensure that all incoming HTTP requests on port 80 are redirected to HTTPS on port 443 before being forwarded to the backend pool.
Which two of the following components must you configure to accomplish the HTTP-to-HTTPS redirection? (Select two.)
Select all that apply
You have an Azure subscription that contains a Private DNS zone named `internal.contoso.com`. You have three virtual networks named `VNet-Admin`, `VNet-App`, and `VNet-DB` in the same region.
The resources are configured as follows:
- `VNet-Admin` is linked to `internal.contoso.com` with auto-registration enabled.
- `VNet-App` is linked to `internal.contoso.com` with auto-registration disabled.
- `VNet-DB` is not linked to `internal.contoso.com`.
- `VNet-App` and `VNet-DB` are connected via virtual network peering.
Which two statements accurately describe the DNS resolution and registration behavior in this subscription? (Select two.)
Select all that apply