QUESTIONS AND CORRECT ANSWERS
2023/2024 (COMPREHESIVE VERSION)
,1. QUESTION 1
You have an Azure subscription named Subscription1.
You deploy a Linux virtual machine named VM1 to Subscription1.You need to
monitor the metrics and the logs of VM1.
What should you use?
A. Azure HDInsight
B. Linux Diagnostic Extension (LAD) 3.0
C. the AzurePerformanceDiagnostics extension
D. Azure Analysis Services: B
2. QUESTION 2
You plan to deploy three Azure virtual machines named VM1, VM2, and VM3.
The virtual
machines will host a web app named App1.
You need to ensure that at least two virtual machines are available if a singleAzure datacenter
becomes unavailable. What
should you deploy?
A. all three virtual machines in a single Availability Zone
B. all virtual machines in a single Availability Set
C. each virtual machine in a separate Availability Zone
D. each virtual machine in a separate Availability Set: B
3. QUESTION 3
You have an Azure virtual machine named VM1 that runs Windows Server2019.
,You save VM1 as a template named Template1 to the Azure Resource Managerlibrary.
You plan to deploy a virtual machine named VM2 from Template1.
What can you configure during the deployment of VM2?
A. operating system
B. administrator username
C. virtual machine size
D. resource group: B
4. QUESTION 4
You have an Azure subscription that contains an Azure virtual machine namedVM1. VM1 runs a
financial reporting app named App1 that does not support multiple activeinstances.
At the end of each month, CPU usage for VM1 peaks when App1 runs.
, You need to create a scheduled runbook to increase the processor perfor-mance of VM1 at the
end of each month.
What task should you include in the runbook?
A. Add the Azure Performance Diagnostics agent to VM1.
B. Modify the VM size property of VM1.
C. Add VM1 to a scale set.
D. Increase the vCPU quota for the subscription.
E. Add a Desired State Configuration (DSC) extension to VM1.: E
5. QUESTION 5
Note: This question is part of a series of questions
You have an Azure subscription that contains 10 virtual networks. The virtualnetworks are
hosted
in separate resource groups.
Another administrator plans to create several network security groups (NSGs)in the subscription.
You need to ensure that when an NSG is created, it automatically blocks TCPport 8080 between
the virtual networks.
Solution: You configure a custom policy definition, and then you assign thepolicy to the
subscription.
Does this meet the goal?
A. Yes