All practice questions
1252 questions
A company runs a Windows Server virtual machine named vm-hr-encryption that uses Azure Disk Encryption (ADE) to secure its OS and data disks. The virtual machine is backed up daily to a Recovery Services vault. Following a failed software installation, the operating system on the virtual machine is corrupted and cannot boot. The operations team needs to recover the virtual machine to a functional state using the latest recovery point. What is the correct method to recover this virtual machine?
An organization manages resources across two subscriptions, Sub-Production and Sub-Development, as configured in the following table:
| Subscription | Resource Group | Resource Name | Type | Region |
|---|---|---|---|---|
| Sub-Production | rg-prod-eu | vm-web-01 | Virtual Machine | France Central |
| Sub-Production | rg-prod-eu | disk-web-data | Managed Disk | France Central |
| Sub-Production | rg-prod-eu | RSV-Central | Recovery Services Vault | Germany West Central |
| Sub-Production | rg-prod-eu | BV-Central | Backup Vault | Germany West Central |
| Sub-Development | rg-dev-de | vm-dev-01 | Virtual Machine | Germany West Central |
| Sub-Development | rg-dev-de | db-dev-pg | Azure Database for PostgreSQL | Germany West Central |
| Sub-Development | rg-dev-de | RSV-Dev | Recovery Services Vault | Germany West Central |
You must implement a backup strategy to meet the following requirements:
1. Configure backup for the vm-web-01 virtual machine.
2. Configure backup for the disk-web-data managed disk.
3. Configure backup for the db-dev-pg database.
Which two actions should you perform? (Select two.)
Select all that apply
An administrator configures an Azure Private DNS zone named corp.adatum.com. The environment contains two virtual networks named VNet-App and VNet-DB that are connected via virtual network peering. The corp.adatum.com zone has a virtual network link to VNet-DB with auto-registration enabled. A virtual machine named VM-DB1 is deployed in VNet-DB and is registered in the zone. A virtual machine named VM-App1 is deployed in VNet-App. From VM-App1, attempts to resolve the name vm-db1.corp.adatum.com fail, although network traffic can flow between the virtual machines. What should the administrator do to resolve the name resolution issue?
An administrator is deploying a new Azure Kubernetes Service (AKS) cluster named aks-corp to run internal workloads. The cluster nodes will be deployed into an existing virtual network subnet with the IP address range . The virtual network is peered with an on-premises network that uses the range . You decide to use the Kubenet network plugin. Which combination of Pod CIDR and Service CIDR is valid for this deployment?
An organization is implementing a centralized security architecture in Azure. They deploy an Azure Firewall in a virtual network named `VNet-Central`. The private IP address of the firewall is `10.100.0.4`. To route all outbound internet traffic from a workload subnet in the same virtual network through the firewall, a new route table must be configured and associated with the workload subnet. Which route configuration should be added to the route table?
You manage an Azure environment that contains a Recovery Services vault named Vault1 in the East US region. You have a source Premium storage account named Storage1 that hosts an SMB file share named Share1. Backup is configured for Share1 to Vault1. You create a new target Standard storage account named Storage2 that hosts an SMB file share named Share2. You need to restore the contents of Share1 to Share2. Which sequence of steps should you perform to complete the alternate location restore using the Azure portal? To answer, move the appropriate actions to the answer area and arrange them in the correct order.
Drag items to arrange them in the correct order
An administrator is configuring an Azure Monitor action group to send alert notifications to a third-party IT Service Management (ITSM) system via a Webhook action. The administrator must ensure that the JSON payload structure is identical, regardless of whether the alert is based on a metric threshold, an activity log event, or a log search query. Which configuration should the administrator enable in the action group?
An administrator named Jordan is configuring Azure Backup for an SMB file share named `sharesmbcorp` hosted in a Premium storage account named `storprdpremium` in the North Europe region. The storage account's network security is configured to allow access only from selected networks. Jordan currently has the following RBAC assignments:
- `Backup Operator` role on the Recovery Services Vault named `rsv-prd-europe`
- `Reader` role on the resource group containing `storprdpremium`
Jordan attempts to configure the backup of `sharesmbcorp` to `rsv-prd-europe` but the configuration fails.
Which two actions should you perform to allow Jordan to configure the backup? (Select two.)
Select all that apply
An administrator is designing a backup strategy for the following resources in an Azure environment:
| Resource Name | Resource Type | Region | Resource Group | Subscription |
|---|---|---|---|---|
| `vm-ops-prod` | Virtual machine | West US | `rg-west-ops` | `Subscription1` |
| `disk-ops-data` | Managed disk | West US | `rg-west-data` | `Subscription1` |
| `pg-orders-prod` | Azure Database for PostgreSQL | East US | `rg-east-db` | `Subscription2` |
| `share-logs-prod` | Azure File share | East US | `rg-east-storage` | `Subscription2` |
The environment currently contains two vaults:
* A Recovery Services vault named `rsv-west` located in `rg-west-ops` in the `West US` region of `Subscription1`
* A Backup vault named `bv-east` located in `rg-east-db` in the `East US` region of `Subscription2`
Which of the resources can be successfully backed up using only the existing vaults?
Your company has an Azure environment containing two virtual networks in the East US region:
* `VNet-Prod` () contains a virtual machine named `VM-Prod` and is linked to an Azure Private DNS zone named `private.contoso.com`.
* `VNet-Dev` () contains a virtual machine named `VM-Dev`.
You establish a virtual network peering between `VNet-Prod` and `VNet-Dev` with the following configuration:
* 'Allow forwarded traffic' is enabled on both peering links.
* 'Allow gateway transit' is disabled on `VNet-Prod`.
* 'Use remote gateways' is disabled on `VNet-Dev`.
`VM-Dev` can successfully access `VM-Prod` using its private IP address, but it cannot resolve the name `vm-prod.private.contoso.com`.
Which action should you take to resolve the name resolution issue?
An administrator plans to deploy Azure Firewall to secure outbound traffic from a virtual network named VNet1. VNet1 has an address space of and contains a workload subnet named WorkloadSubnet with an address prefix of .
Which two actions should the administrator perform to deploy the firewall and route WorkloadSubnet traffic through it? (Select two.)
Select all that apply
An administrator needs to configure an Azure Application Gateway v2 to host two distinct web applications: sales.contoso.com and marketing.contoso.com. Traffic for sales.contoso.com must be directed to a backend pool named PoolSales, and traffic for marketing.contoso.com must be directed to a backend pool named PoolMarketing. Both applications use HTTPS on port 443. Which configuration should the administrator implement to route the traffic correctly?
You manage an Azure subscription that contains a private DNS zone named corp.internal.
You have two virtual networks named VNet-Prod and VNet-Dev that are connected via virtual network peering.
The corp.internal private DNS zone is linked to VNet-Prod with auto-registration enabled. Several virtual machines in VNet-Prod have automatically registered their DNS records in the zone.
You deploy a new virtual machine named VM-Dev1 in VNet-Dev.
You discover that VM-Dev1 cannot resolve the DNS names of the virtual machines in VNet-Prod using the corp.internal suffix.
You need to ensure that VM-Dev1 can resolve the DNS names in corp.internal.
What should you do?
Your company has an Azure virtual machine named VM1. You configure an Azure Monitor metric alert rule to trigger when the CPU usage of VM1 exceeds for more than 15 minutes. You need to configure the system to send an email notification to the operations team and automatically trigger an Azure Automation runbook when the alert fires. Additionally, you must suppress all notifications during a planned weekly maintenance window on Sundays without modifying the metric alert rule. Which of the following actions should you perform? (Select TWO.)
Select all that apply
You have an Azure subscription that contains a Recovery Services vault named `rsv-backup-prod` and a Premium storage account named `safilesprod` in the West US region. The storage account hosts an SMB file share named `share-hr`. Daily backups for `share-hr` are configured in `rsv-backup-prod`.
The firewall for `safilesprod` is configured to allow access only from selected networks. An administrator named Liam is assigned the Backup Operator role for `rsv-backup-prod` and the Reader role for `safilesprod`.
Liam attempts to restore a set of deleted files from a daily backup to the original location, but the restore operation fails with a network access error.
What should you configure to resolve the issue?
An administrator is deploying a new Azure Kubernetes Service (AKS) cluster named . The cluster must use Azure CNI for high performance, but the existing virtual network () has a limited address space () with only a single subnet () available for the cluster nodes. The application requires deploying up to pods across the cluster. The pods must be able to communicate with each other, but they do not require direct IP address access from the rest of the virtual network. Which network configuration should the administrator select to meet these requirements?
An administrator is configuring virtual network peering between two Azure virtual networks:
- `VNet1` () contains a subnet named `Subnet1` () where virtual machines are deployed.
- `VNet2` () contains a subnet named `Subnet2` () where virtual machines are deployed.
The administrator configures a virtual network peering link from `VNet1` to `VNet2`. The peering status for this link is Initiated.
True or False: The virtual machines in `Subnet1` can communicate with the virtual machines in `Subnet2` while the peering status is Initiated.
A virtual machine on an internal subnet attempts to establish an outbound HTTPS connection to an external service. The outbound traffic is routed through an Azure Firewall. The firewall is configured with a Network rule collection that permits all outbound TCP traffic on port 443 to any destination, and an Application rule collection that denies access to the target domain of the external service. What is the result of the connection attempt?
An organization deploys a Premium storage account named sa-ops-share in the West US 2 region. The network routing configuration for sa-ops-share is set to 'Enabled from selected virtual networks and IP addresses'. The storage account contains two file shares:
- share-smb-conf: An SMB file share.
- share-nfs-conf: An NFS file share.
A Recovery Services vault named rsv-ops-backup is deployed in the same region. An administrator named Alex is assigned the built-in Backup Operator role for the resource group containing both resources. Alex needs to configure Azure Backup for the file shares using rsv-ops-backup.
When Alex attempts to configure the backup, the operation fails due to permission errors and network connectivity issues.
Which of the following actions must be performed to ensure that backup can be successfully configured for the supported file shares? (Select two)
Select all that apply
You manage an Azure subscription. You assign the Contributor role to a Microsoft Entra ID group named Ops-Team.
You configure an Azure Monitor metric alert rule to monitor a virtual machine named VM-Prod1.
You create an action group named ActionGroup1 that uses the Email Azure Resource Manager Role action type, configured to send emails to the Contributor role. You associate ActionGroup1 with the metric alert rule.
When the metric alert triggers, members of Ops-Team do not receive the email notification.
You need to ensure that the members of Ops-Team receive the alert notifications.
What should you do?