All practice questions
1252 questions
You plan to configure an Azure Application Gateway v2 named AppGw1 to perform SSL termination. The SSL certificates must be stored securely in an Azure Key Vault named KV1.
You need to configure AppGw1 to retrieve the SSL certificates from KV1.
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 an Azure Application Gateway v2 instance to expose two internal web applications. The applications are accessed from the internet using the URLs 'https://finance.adventureworks.com' and 'https://hr.adventureworks.com'. Both applications must use secure connections, and TLS/SSL termination must be performed at the Application Gateway. Which two configuration components should you implement on the Application Gateway to support this routing scenario?
Select all that apply
You have an Azure subscription that contains a Recovery Services vault named rsv-prod-01 in the East US region. You also have a Premium storage account named storageaccount01 in the East US region that hosts an SMB file share named share-prod-01. The firewall of the Premium storage account is configured to allow access from selected networks only.
You need to configure Azure Backup for the SMB file share.
Which four actions should you perform in sequence? To arrange the actions in the correct sequence, move the appropriate actions from the list of actions to the answer area and order them correctly.
Drag items to arrange them in the correct order
You manage a public Azure DNS zone named `contoso.com`. You need to delegate a new subdomain named `east.contoso.com` to a separate public DNS zone in Azure DNS. Which sequence of actions should you perform to complete the delegation?
Drag items to arrange them in the correct order
You are configuring Azure Backup for a newly deployed architecture in the Sub-Prod-App subscription. The infrastructure includes the resources described in the table below:
| Resource Name | Type | Region | Resource Group |
|---|---|---|---|
| VM-App-01 | Virtual Machine | North Europe | RG-Core |
| Disk-Data-01 | Managed Disk | North Europe | RG-Core |
| Share-Docs-01 | Azure File Share | West Europe | RG-Data |
| VM-App-02 | Virtual Machine | West Europe | RG-Core |
You create a Recovery Services vault named RSV-Core in North Europe and a Backup vault named BV-Core in North Europe.
You need to identify which backup configurations are supported using these vaults. Which backup configuration is valid for these resources?
Your company plans to deploy a new Azure Kubernetes Service (AKS) cluster named `aks-shipping`. You have an existing virtual network (`VNet1`) containing a subnet named `aks-subnet` with the address space . Due to address space limitations, the corporate network team mandates that the cluster must not consume more than IP addresses from `aks-subnet`. The cluster must meet the following requirements:
* The cluster must scale up to a maximum of nodes.
* Each node must support up to pods.
* Pod IP addresses must be directly routable from an on-premises network via an ExpressRoute connection without performing Network Address Translation (NAT).
Which two configuration actions should you perform to meet these requirements? (Select two.)
Select all that apply
An administrator configures diagnostic settings on a Recovery Services vault named Vault1 to enable Azure Backup Reports. The administrator targets a central Log Analytics workspace named Workspace1. To comply with corporate security and performance policies, the diagnostic setting is configured to use the Resource-specific schema. The administrator only selects the CoreAzureBackup log category. A week later, the administrator runs a Kusto Query Language (KQL) query targeting the AddonAzureBackupJobs table to analyze backup job execution times and status history, but the query returns no results. What should the administrator do to resolve this issue?
You configure an Azure Application Gateway v2 to distribute traffic to a backend pool of virtual machines. The web application hosted on the virtual machines requires authentication at the root directory () and returns an HTTP (Unauthorized) response to unauthenticated requests. As a result, the default Application Gateway health probes fail, and the backend pool is marked as unhealthy. You need to ensure the Application Gateway correctly identifies the backend servers as healthy. What should you do?
An Azure administrator deploys three virtual networks in the East US region:
* `VNet-Hub` () contains a subnet named `Subnet-Hub` with a virtual machine named `VM-Hub`.
* `VNet-Spoke1` () contains a subnet named `Subnet-Spoke1` with a virtual machine named `VM-1`.
* `VNet-Spoke2` () contains a subnet named `Subnet-Spoke2` with a virtual machine named `VM-2`.
You configure virtual network peering between `VNet-Hub` and `VNet-Spoke1`, and between `VNet-Hub` and `VNet-Spoke2`. `VM-Hub` can communicate with both `VM-1` and `VM-2`. However, `VM-1` and `VM-2` are unable to communicate with each other.
Which of the following configuration changes must you perform to enable direct network connectivity between `VM-1` and `VM-2`?
Your company has an Azure virtual network named VNet-Core that contains a workload subnet named Subnet-Workload. You deploy an Azure Firewall. You plan to configure network rules that use fully qualified domain names (FQDNs) to filter outbound traffic from Subnet-Workload. You need to configure the firewall to act as a DNS proxy so that virtual machines in Subnet-Workload resolve DNS queries through the firewall. Which two configurations should you perform?
Select all that apply
You are designing a monitoring strategy for an Azure environment. You need to map each operational requirement to the correct Azure Monitor component. Match each requirement to the appropriate component.
Click a left item, then click its matching right item
Items
Matches
A company named Contoso, Ltd. plans to implement backups for a critical file share. You are configuring a backup policy in a Recovery Services vault named `rsv-contoso-sea` in the Southeast Asia region. The target file share is an SMB file share named `records-smb` hosted within a Premium storage account named `sapremrecords`. The network configuration for `sapremrecords` is configured to 'Enabled from selected networks' to meet security compliance.
During the configuration of the backup, the vault is unable to discover the file share inside the storage account.
Which of the following actions should you perform to resolve this issue?
To support a new internal application architecture, you deploy a virtual network named `VNet-Core` and create two Azure Private DNS zones named `corp.internal` and `services.internal`.
You attempt to create virtual network links from `VNet-Core` to both private DNS zones, enabling the auto-registration setting on both links.
What is the outcome of this configuration?
An administrator is preparing to deploy an Azure Kubernetes Service (AKS) cluster. The cluster will be deployed into an existing virtual network (`VNet1`) that has an address space of and a subnet named `subnet1` with an address space of .
Which IP address configuration for the Service CIDR and DNS service IP represents a valid deployment setup?
Your company has an Azure environment with the resources shown in the following table:
| Subscription | Resource Group | Resource Name | Resource Type | Region |
|---|---|---|---|---|
| Sub-Production | RG-App-East | VM-App-East | Virtual Machine | East US |
| Sub-Production | RG-App-East | saappprod | Storage Account (Blobs) | East US |
| Sub-Production | RG-App-East | RSV-App-East | Recovery Services Vault | East US |
| Sub-Production | RG-App-East | BV-App-East | Backup Vault | East US |
| Sub-Production | RG-Backup-West | RSV-App-West | Recovery Services Vault | West US |
| Sub-Development | RG-Dev-East | VM-Dev-East | Virtual Machine | East US |
You need to configure Azure Backup for VM-App-East and enable operational backup for the blobs in saappprod.
Which two actions should you perform? (Select two.)
Select all that apply
An administrator configures an Azure Monitor action group to send email notifications to the members of a custom Azure subscription role named Ops-Admin. The custom role is assigned to a Microsoft Entra ID security group named Ops-Group. Several users are members of Ops-Group, but none of them are directly assigned the custom role. When an alert triggers, none of the members of Ops-Group receive the email notifications. What should you do to ensure the members receive the emails?
Your company has an Azure environment with two virtual networks in the East US region: VNet-Hub () and VNet-Spoke1 (). VNet-Hub contains a Virtual Network Gateway connected to an on-premises network. Virtual machines are deployed in both virtual networks. You need to configure virtual network peering between VNet-Hub and VNet-Spoke1 so that virtual machines in VNet-Spoke1 can access the on-premises network through the gateway in VNet-Hub. Which two configuration settings should you enable? (Select two.)
Select all that apply
You have an Azure virtual network named `Hub-VNet` that contains an Azure Firewall. The firewall is configured with a private IP address of . You also have a peered virtual network named `Spoke-VNet` that contains a subnet named `Subnet-App`. You associate a new route table named `RouteTable-Spoke` with `Subnet-App`. You need to ensure that all outbound internet traffic from `Subnet-App` is routed through the Azure Firewall in `Hub-VNet`.
Which route should you add to `RouteTable-Spoke`?
Your company has virtual machines backed up to three Recovery Services vaults across different Azure regions. You are tasked with configuring Azure Backup Reports to perform historical auditing on backup job statuses and storage trends over the last 90 days. You deploy a central Log Analytics workspace named Workspace-Central.
Which two actions should you perform to implement the required backup reporting solution? (Select two.)
Select all that apply
You manage an Azure subscription that contains a Private DNS zone named corp.contoso.com and two virtual networks named VNet-Prod and VNet-Test. You need to configure Azure DNS to meet the following requirements:
- Virtual machines deployed in VNet-Prod must automatically register their DNS records in corp.contoso.com.
- Virtual machines deployed in VNet-Test must be able to resolve the names of virtual machines in VNet-Prod by using the corp.contoso.com zone.
- Virtual machines deployed in VNet-Test must not automatically register their DNS records in corp.contoso.com.
Which two actions should you perform? (Select two.)
Select all that apply