Free AZ-104 Exam Braindumps (page: 57)

Page 12 of 124

You have an Azure DNS zone named adatum.com.
You need to delegate a subdomain named research.adatum.com to a different DNS server in Azure. What should you do?

  1. Create an NS record named research in the adatum.com zone.
  2. Create a PTR record named research in the adatum.com zone.
  3. Modify the SOA record of adatum.com.
  4. Create an A record named *.research in the adatum.com zone.

Answer(s): A

Explanation:

You need to create a name server (NS) record for the zone.


Reference:

https://docs.microsoft.com/en-us/azure/dns/delegate-subdomain



DRAG DROP (Drag and Drop is not supported)
You have a Microsoft Entra tenant that has the contoso.onmicrosoft.com domain name.
You have a domain name of contoso.com registered at a third-party registrar.
You need to ensure that you can create Microsoft Entra users that have names containing a suffix of @contoso.com.
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.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:





1. Add the custom domain name to your directory
2. Add a DNS entry for the domain name at the domain name registrar
3. Verify the custom domain name in Microsoft Entra ID


Reference:

https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain



You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1.
You need to view the error events from a table named Event. Which query should you run in Workspace1?

  1. Get-Event Event | where {$_.EventType == "error"}
  2. Event | search "error"
  3. select * from Event where EventType == "error"
  4. search in (Event) * | where EventType –eq “error”

Answer(s): B

Explanation:

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:
1. search in (Event) "error"
2. Event | search "error"
3. Event | where EventType == "error"
Other incorrect answer options you may see on the exam include the following:
1. Get-Event Event | where {$_.EventTye –eq "error"}
2. Event | where EventType is "error"
3. select * from Event where EventType is "error"
4. search in (Event) * | where EventType –eq "error"


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/data-explorer/kusto/query/searchoperator?pivots=azuredataexplorer



You have a registered DNS domain named contoso.com. You create a public Azure DNS zone named contoso.com.
You need to ensure that records created in the contoso.com zone are resolvable from the internet. What should you do?

  1. Create NS records in contoso.com.
  2. Modify the SOA record in the DNS domain registrar.
  3. Create the SOA record in contoso.com.
  4. Modify the NS records in the DNS domain registrar.

Answer(s): D

Explanation:


Reference:

https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns






Post your Comments and Discuss Microsoft AZ-104 exam with other Community members:

AZ-104 Exam Discussions & Posts