1. 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?
ANS - an action group
- an alert rule
2. 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?
ANS summarize
3. 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?
ANS An administrator manuallychanged the state of the alerts.
4. 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?
ANS 30 days
5. 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?
ANS Microsoft Azure Recovery Services (MARS)agent
, 6. 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?
ANS 12
A maximum of one SMS message can be sent every five minutes.
7. 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?
ANS From RG1, selectExport template, select Download, and then, from Azure
Cloud Shell, run the New-AzResourceGroupDeployment cmdlet.
From Azure Cloud Shell, run the Save-AzDeploymentTemplate and New-AzRe-
sourceGroupDeployment cmdlets.