HOTSPOT -
You have an Azure subscription that contains the resource groups shown in the following table.
You create the following Azure Resource Manager (ARM) template named deploy.json.
You deploy the template by running the following cmdlet.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
No
No
Explanation: The template targets subscription scope and defines resource groups with location set to eastus in the template. The -Location parameter on New-AzSubscriptionDeployment only stores deployment metadata, not resource location. The copy loop attempts RG0–RG3, but RG1 and RG2 already exist, so the deployment doesn’t create four new resource groups and does not result in creating RG0 as stated. No resource group is created in West US by this template.
Question 6
You have a Standard Azure App Service plan named Plan1.
You need to ensure that Plan1 will scale automatically when the CPU usage of the web app exceeds 80 percent.
What should you select for Plan1?
A. Automatic in the Scale out method settings
B. Rules Based in the Scale out method settings
C. Premium P1 in the Scale up (App Service plan) settings
D. Standard S1 in the Scale up (App Service plan) settings
E. Manual in the Scale out method settings
Show Answer
Correct Answer: B
Explanation: To scale an Azure App Service plan automatically based on CPU usage, you must use autoscale rules. Rules-based scaling allows you to define metric-based conditions (such as CPU > 80%) that trigger scale-out actions. Automatic scaling is traffic-based only, and scale-up options change the pricing tier rather than enabling autoscale behavior.
Question 6
HOTSPOT -
You have an Azure subscription that contains the virtual networks shown in the following table.
The subscription contains the virtual machines shown in the following table.
Each virtual machine contains only a private IP address.
You create an Azure bastion for VNet1 as shown in the following exhibit.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
Yes
No
Explanation: Bastion is deployed as Basic SKU, which supports browser-based RDP only, not mstsc.exe (native client).
Azure Bastion can use SSH from the Azure portal to reach a Linux VM in a peered VNet (VNet2).
Azure Bastion in VNet1 cannot connect to VM3 because it is in VNet3, which isn’t directly peered with VNet1 and is in another region.
Question 7
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance.
You need to move VM1 to a different host immediately.
Solution: From the resource group blade, move VM1 to another subscription.
Does this meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: Moving a virtual machine to another subscription does not change its physical host. To immediately move a VM to a different host due to maintenance, you must redeploy the VM. Therefore, the proposed solution does not meet the goal.
Question 7
HOTSPOT
-
You need to configure a new Azure App Service app named WebApp1. The solution must meet the following requirements:
• WebApp1 must be able to verify a custom domain name of app.contoso.com.
• WebApp1 must be able to automatically scale up to eight instances.
• Costs and administrative effort must be minimized.
Which pricing plan should you choose, and which type of record should you use to verify the domain? To answer, select the appropriate options in the answer area.
NOTE: Each correct answer is worth one point.
Show Answer
Correct Answer: Standard
TXT
Explanation: The Standard App Service plan supports custom domains and automatic scaling up to at least eight instances at lower cost than higher tiers. A TXT record is used to verify ownership of the custom domain in Azure.
Question 8
You have an Azure subscription.
You plan to create an Azure container registry named ContReg1.
You need to ensure that you can push and pull signed images for ContReg1.
What should you do for ContReg1?
A. Enable encryption by using a customer-managed key.
B. Create a connected registry.
C. Add a token.
D. Enable content trust.
Show Answer
Correct Answer: D
Explanation: To push and pull signed container images in Azure Container Registry, you must enable Content Trust. Content Trust integrates with Docker Content Trust/Notary to sign images and verify their integrity and publisher authenticity during push and pull operations. This capability is supported on Azure Container Registry Premium tier. The other options (customer-managed keys, connected registry, or tokens) do not provide image signing functionality.
Question 8
HOTSPOT -
You have an Azure subscription that contains the alerts shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Alert1: can be changed to New or Acknowledged
Alert2: can be changed to Acknowledged or Closed
Explanation: From the graphic, Alert1 has User response = Closed, which can be reopened to New or Acknowledged. Alert2 has User response = New, which can be updated to Acknowledged or Closed.
Question 9
You have an Azure subscription that contains two peered virtual networks named VNet1 and VNet2. VNet1 has a VPN gateway that uses static routing,
The on-premises network has a VPN connection that uses the VPN gateway of VNet1.
You need to configure access for users on the on-premises network to connect to a virtual machine on VNet2. The solution must minimize costs.
Which type of connectivity should you use?
A. Azure Firewall with a private IP address
B. service chaining and user-defined routes (UDRs)
C. Azure Application Gateway
D. ExpressRoute circuits to VNet2
Show Answer
Correct Answer: B
Explanation: VNet1 already has a VPN gateway connected to the on-premises network. To allow on-premises users to reach resources in the peered VNet2 at minimal cost, you should reuse this existing gateway rather than deploy new services. By enabling gateway transit on the VNet1 peering and allowing remote gateway on the VNet2 peering (service chaining), and configuring appropriate user-defined routes, traffic from on-premises can traverse the VPN gateway in VNet1 and reach VNet2. This avoids additional infrastructure such as Azure Firewall, Application Gateway, or ExpressRoute, minimizing cost.
Question 9
HOTSPOT -
You have an Azure subscription that contains a user named User1 and a storage account named storage1. The storage1 account contains the resources shown in the following table.
User1 is assigned the following roles for storage1:
• Storage Blob Data Reader
• Storage Table Data Contributor
• Storage File Data SMB Share Contributor
For storage1, you create a shared access signature (SAS) named SAS1 that has the settings shown in the following exhibit. (Click the Exhibit tab.)
To which resources can User1 write by using SAS1 and key1? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: key1:
Table1, folder1, and container1
SAS1:
Table1 only
Explanation: Using a storage account access key (key1) grants full data access to all services in the storage account and bypasses Azure RBAC, so User1 can write to blobs (container1), files (folder1), and tables (Table1). The SAS (SAS1) is scoped to the Table service only, with write permissions, so it allows write access only to Table1.
Question 10
Case study -
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study -
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview -
ADatum Corporation is consulting firm that has a main office in Montreal and branch offices in Seattle and New York.
Existing Environment -
Azure Environment -
ADatum has an Azure subscription that contains three resource groups named RG1, RG2, and RG3.
The subscription contains the storage accounts shown in the following table.
The subscription contains the virtual machines shown in the following table.
The subscription has an Azure container registry that contains the images shown in the following table.
The subscription contains the resources shown in the following table.
Azure Key Vault -
The subscription contains an Azure key vault named Vault1.
Vault1 contains the certificates shown in the following table.
Vault1 contains the keys shown in the following table.
Microsoft Entra Environment -
ADatum has a Microsoft Entra tenant named adatum.com that is linked to the Azure subscription and contains the users shown in the following table.
The tenant contains the groups shown in the following table.
The adatum.com tenant has a custom security attribute named Attribute1.
Planned Changes -
ADatum plans to implement the following changes:
• Configure a data collection rule (DCR) named DCR1 to collect only system events that have an event ID of 4648 from VM2 and VM4.
• In storage1, create a new container named cont2 that has the following access policies: o Three stored access policies named Stored1, Stored2, and Stored3 o A legal hold for immutable blob storage
• Whenever possible, use directories to organize storage account content.
• Grant User1 the permissions required to link Zone1 to VNet1.
• Assign Attribute1 to supported adatum.com resources.
• In storage2, create an encryption scope named Scope1.
• Deploy new containers by using Image1 or Image2.
Technical Requirements -
ADatum must meet the following technical requirements:
• Use TLS for WebApp1.
• Follow the principle of least privilege.
• Grant permissions at the required scope only.
• Ensure that Scope1 is used to encrypt storage services.
• Use Azure Backup to back up cont1 and share1 as frequently as possible.
• Whenever possible, use Azure Disk Encryption and a key encryption key (KEK) to encrypt the virtual machines.
You need to configure encryption for the virtual machines. The solution must meet the technical requirements.
Which virtual machines can you encrypt?
A. VM1 and VM3
B. VM4 and VM5
C. VM2 and VM3
D. VM2 and VM4
Show Answer
Correct Answer: C
Explanation: Azure Disk Encryption with a key encryption key (KEK) is not supported for certain disk and VM scenarios (for example, ephemeral OS disks, M-series with Write Accelerator, dynamic volumes, and other unsupported disk types). Based on the VM configurations in the case study, only VM2 and VM3 use supported disk types and configurations for Azure Disk Encryption. Therefore, the virtual machines that can be encrypted are VM2 and VM3.
$19
Get all 558 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.