ExamGecko
Home / Microsoft / AZ-104 / List of questions
Ask Question

Microsoft AZ-104 Practice Test - Questions Answers, Page 43

List of questions

Question 421

Report
Export
Collapse

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1.

You need to view the error event from a table named Event.

Which query should you run in Workspace1?

Get-Event Event | where {$_.EventType == "error"}
Get-Event Event | where {$_.EventType == "error"}
Event | search "error"
Event | search "error"
select * from Event where EventType == "error"
select * from Event where EventType == "error"
Event | where EventType is "error"
Event | where EventType is "error"
Suggested answer: B

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries

https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal

https://docs.microsoft.com/en-us/azure/dataexplorer/ kusto/query/searchoperator?pivots=azuredataexplorer

The search operator provides a multi-table/multi-column search experience.

The syntax is:

Table_name | search "search term"

Note:

There are several versions of this question in the exam. The question has three possible correct answers:

search in (Event) "error"

Event | search "error"

Event | where EventType == "error"

Other incorrect answer options you may see on the exam include the following:

Get-Event Event | where {$_.EventTye ñeq "error"} select * from Event where EventType is "error" search in (Event) * | where EventType ñeq "error"

asked 26/09/2024
OKAN AYDOÄžAN
47 questions

Question 422

Report
Export
Collapse

You have a general-purpose v1 Azure Storage account named storage1 that uses locally-redundant storage (LRS).

You need to ensure that the data in the storage account is protected if a zone fails. The solution must minimize costs and administrative effort.

What should you do first?

Create a new storage account.
Create a new storage account.
Configure object replication rules.
Configure object replication rules.
Upgrade the account to general-purpose v2.
Upgrade the account to general-purpose v2.
Modify the Replication setting of storage1.
Modify the Replication setting of storage1.
Suggested answer: C

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy

asked 26/09/2024
Antonio Rodriguez
40 questions

Question 423

Report
Export
Collapse

You have an Azure subscription that contains the storage accounts shown in the following table.

Microsoft AZ-104 image Question 390 84915 09262024195642000000

You plan to manage the data stored in the accounts by using lifecycle management rules.

To which storage accounts can you apply lifecycle management rules?

storage1 only
storage1 only
storage1 and storage2 only
storage1 and storage2 only
storage3 and storage4 only
storage3 and storage4 only
storage1, storage2, and storage3 only
storage1, storage2, and storage3 only
storage1, storage2, storage3, and storage4
storage1, storage2, storage3, and storage4
Suggested answer: D

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-managementconcepts?tabs=azure-portal

asked 26/09/2024
Mark Anthony Acorda
36 questions

Question 424

Report
Export
Collapse

HOTSPOT

You have an Azure subscription that contains the virtual networks shown in the following table.

Microsoft AZ-104 image Question 391 84916 09262024195642000000

The subscription contains the private DNS zones shown in the following table.

Microsoft AZ-104 image Question 391 84916 09262024195642000000

You add virtual network links to the private DNS zones as shown in the following table.

Microsoft AZ-104 image Question 391 84916 09262024195642000000

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Microsoft AZ-104 image Question 424 84916 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 424 84916 09262024075642000

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/dns/private-dns-virtual-network-links

https://docs.microsoft.com/en-us/azure/dns/private-dns-autoregistration

asked 26/09/2024
Jermaine Wells
41 questions

Question 425

Report
Export
Collapse

HOTSPOT

You have an Azure subscription.

You plan to use an Azure Resource Manager template to deploy a virtual network named VNET1 that will use Azure Bastion.

How should you complete the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Microsoft AZ-104 image Question 425 84917 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 425 84917 09262024075642000

Explanation:

Reference:

https://medium.com/charot/deploy-azure-bastion-preview-using-an-arm-template-15e3010767d6

asked 26/09/2024
Derrick Dave T Alvarez
40 questions

Question 426

Report
Export
Collapse

You have an Azure web app named Appt.

You need to monitor the availability of App1 by using a multi-step web test.

What should you use in Azure Monitor?

Azure Application Insights
Azure Application Insights
the Diagnostic settings
the Diagnostic settings
metrics
metrics
Azure Service Health
Azure Service Health
Suggested answer: A
asked 26/09/2024
Christian Andrew TANAP
41 questions

Question 427

Report
Export
Collapse

DRAG DROP

You have an Azure subscription that contains the resources shown in the following table.

Microsoft AZ-104 image Question 394 84919 09262024195642000000

You need to load balance HTTPS connections to vm1 and vm2 by using lb1.

Which three 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.


Microsoft AZ-104 image Question 427 84919 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 427 84919 09262024075642000

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-standard-public-zoneredundant-portal

asked 26/09/2024
Muhammad Imran
41 questions

Question 428

Report
Export
Collapse

HOTSPOT

You have an Azure subscription that contains the resources shown in the following table

Microsoft AZ-104 image Question 395 84920 09262024195642000000

In Azure Cloud Shell, you need to create a virtual machine by using an Azure Resource Manager (ARM) template.

How should you complete the command? To answer, select the appropriate options in the answer area,

NOTE: Each correct selection is worth one point.


Microsoft AZ-104 image Question 428 84920 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 428 84920 09262024075642000

Explanation:

Reference:

https://docs.microsoft.com/en-us/powershell/module/az.resources/newazresourcegroupdeployment?view=azps-6.6.0

asked 26/09/2024
Luca Bombelli
36 questions

Question 429

Report
Export
Collapse

You plan to back up an Azure virtual machine named VM1.

You discover that the Backup Pre-Check status displays a status of Warning,

What is a possible cause of the Warning status?

VM1 does not have the latest version of the Azure VM Agent (WaAppAgent.exe) installed.
VM1 does not have the latest version of the Azure VM Agent (WaAppAgent.exe) installed.
VM1 has an unmanaged disk
VM1 has an unmanaged disk
VM1isstopped.
VM1isstopped.
A Recovery Services vault is unavailable.
A Recovery Services vault is unavailable.
Suggested answer: A

Explanation:

The Warning state indicates one or more issues in VM's configuration that might lead to backup failures and provides recommended steps to ensure successful backups. Not having the latest VM Agent installed, for example, can cause backups to fail intermittently and falls in this class of issues.

Reference:

https://azure.microsoft.com/en-us/blog/azure-vm-backup-pre-checks/

asked 26/09/2024
Tebogo Maphafo
36 questions

Question 430

Report
Export
Collapse

You have an Azure subscription named Subscription' that contains an Azure Log Analytics workspace named Workspace',

You need to view the error events from a table named Event.

Which query should you run in Workspace1?

Event | where EventType is "error"
Event | where EventType is "error"
search in (Event) "error"
search in (Event) "error"
select * from Event where EventType is "error"
select * from Event where EventType is "error"
search in (Event) * | where EventType -eq "error"
search in (Event) * | where EventType -eq "error"
Suggested answer: B
asked 26/09/2024
Amirouche Rahani
48 questions
Total 659 questions
Go to page: of 66
Search

Related questions