Administrator
You need to create Azure alerts based on metric values and activity log events.
The solution must meet the following requirements:
- Set a limit on how many times an alert notification is sent.
- Call an Azure function when an alert is triggered.
- Configure the alert to have a severity of warning when triggered.
- Which two resources should you create? - correct answer - an action group
- an alert rule
You have a Kusto query that returns 1,000 events from the SecurityEvent table in Azure Monitor.
You need to configure the query to aggregate the results by the Account column.
Which operator should you use? - correct answer summarize
You have 100 virtual machines deployed to Azure. You have Azure Monitor alerts configured for CPU
and memory utilization for the virtual machines.
You open Azure Monitor alerts and discover 50 closed alerts for the virtual machines.
What can cause the alert state to be Closed? - correct answer An administrator manually changed the
state of the alerts.
,You have multiple Azure virtual machines and an Azure recovery services vault. Virtual machines are
configured with the default backup policy.
What is the retention period of virtual machine backups in the default backup policy? - correct answer
30 days
You have an Azure virtual machine named Server1 that runs Windows Server.
You need to configure Azure Backup to back up files and folders.
What should you install on Server1? - correct answer Microsoft Azure Recovery Services (MARS)
agent
You plan to create an alert in Azure Monitor that will have an action group to send SMS messages.
What is the maximum number of SMS messages that will be sent every hour if the alert gets triggered
every minute? - correct answer 12
A maximum of one SMS message can be sent every five minutes.
You have an Azure subscription that contains a resource group named RG1. RG1 contains an Azure
virtual machine named VM1.
You need to use VM1 as a template to create a new Azure virtual machine.
Which three methods can you use to complete the task? - correct answer From RG1, select Export
template, select Download, and then, from Azure Cloud Shell, run the New-
AzResourceGroupDeployment cmdlet.
From Azure Cloud Shell, run the Save-AzDeploymentTemplate and New-AzResourceGroupDeployment
cmdlets.
, From VM1, select Export template, and then select Deploy.
You have an Azure subscription that contains a resource group named RG1.
You have an Azure Resource Manager (ARM) template for an Azure virtual machine.
You need to use PowerShell to provision a virtual machine in RG1 by using the template.
Which PowerShell cmdlet should you run? - correct answer New-AzResourceGroupDeployment
You plan to deploy an Azure virtual machine based on a basic template stored in the Azure Resource
Manager (ARM) library.
What can you configure during the deployment of the template? - correct answer the resource group
You are creating an Azure virtual machine that will run Windows Server.
You need to ensure that VM1 will be part of a virtual machine scale set.
Which setting should you configure during the creation of the virtual machine? - correct answer
Availability options
Your company plans to host an application on four Azure virtual machines.
You need to ensure that at least two virtual machines are available if a single Azure datacenter fails.
Which availability option should you select for the virtual machine? - correct answer an availability
zone
You plan to deploy an Azure virtual machine.