ExamGecko
Home Home / Microsoft / AZ-720

Microsoft AZ-720 Practice Test - Questions Answers, Page 9

Question list
Search
Search

List of questions

Search

Related questions











HOTSPOT

A company uses public Azure DNS zones.

The company reports DNS record creation and name resolution issues.

You need to troubleshoot the issues.

What are the causes of the issues?


Question 81
Correct answer: Question 81

HOTSPOT

A company creates an Azure resource group named RG1. RG1 has an Azure SQL Database logical server named sqlsvr1 that hosts the following resources:

An administrator grants a user named User1 the Reader RBAC role in RG1. The administrator grants User2 the Contributor role in sqlsvr1. User1 reports that they can connect to SQLDB1 from the IP address 155.127.95.212. User1 cannot connect to SQLDB2. User2 can connect to both SQLDB1 and SQLDB2 from the IP address 121.19.27.18. Both users can successfully connect to SQLDB1 and SQLDB2 from VM1.

You are helping the administrator troubleshoot the issue. You run the following PowerShell command:

Get-AzSqlServerFirewallRule -ResourceGroupName 'RG1' -ServerName 'sqlsvr1' The following output displays:

You need to identify the cause for the reported issue and resolve User1's issues. The solution must satisfy the principle of least privilege. What should you do?


Question 82
Correct answer: Question 82

HOTSPOT

A company named Contoso connects to Azure PaaS services using Azure Private Link. The company has a virtual network named contoso-vn in a resource group named contoso-rg. An engineer modifies the Private Link service by using Azure CLI. They are unable to use a source IP address from a subnet named default.

You need to resolve the issue.

How should you complete the command?


Question 83
Correct answer: Question 83

Explanation:

"az network vnet subnet" and "disable-private-link-service-network-policies" More info on:

https://learn.microsoft.com/en-us/azure/private-link/disable-private-link-service-network-policy

HOTSPOT

A company develops an Azure Cosmos DB solution.

The solution has the following components:

A virtual network named VNet1 in a resource group named RG1.

A subnet named Subnet1 in VNet1.

A Private Link service.

The company is unable to configure a source IP address for the Private Link service from Subnet1.

You need to resolve the issue for Subnet1.

How should you complete the PowerShell commands?


Question 84
Correct answer: Question 84

Explanation:

"privateLinkServiceNetworkPolicies" and "Disabled" In order to choose a source IP address for your Private Link service, an explicit disable setting privateLinkServiceNetworkPolicies is required on the subnet. https://learn.microsoft.com/en-us/azure/private-link/disable-private-link-service-network-policy

HOTSPOT

A company implements Azure Firewall and deploys an Azure Firewall policy.

The policy incudes multiple application and network rules for the company's infrastructure. After deployment, an application is not accessible from on-premises computers. You need to enable diagnostic logging for the following settings:

AzureFirewallApplicationRule

AzureFirewallNetworkRule

AzureFirewallDnsProxy

How should you complete the PowerShell cmdlet?


Question 85
Correct answer: Question 85

HOTSPOT

A company uses an Azure blob container.

The IT department has a service-level agreement (SLA) that requests on average cannot exceed 20 milliseconds. You need to implement a log analytics query to generate the SLA report.

How should you complete the query?


Question 86
Correct answer: Question 86

HOTSPOT

A company deploys a new application and places the application behind an Azure Application Gateway Web Application Firewall (WAF). A user with client IP 203.0.113.26 reports that they cannot access the application.

You need to troubleshoot the issue.

How should you complete the query?


Question 87
Correct answer: Question 87

Explanation:

To complete the query to troubleshoot the issue where a user with client IP 203.0.113.26 reports that they cannot access the application behind an Azure Application Gateway Web Application Firewall (WAF), you should enter the following values in the query:

AzureDiagnostics

| where ResourceType == "APPLICATIONGATEWAYS" and Category ==

"ApplicationGatewayFirewallLog"

| where clientIp_s == "203.0.113.26"

| project TimeGenerated, clientIp_s, ruleId_s, action_s

This query filters the AzureDiagnostics log to show only entries related to the Application Gateway Firewall Log for the specified client IP address. The results will show the time of the event, the client IP address, the rule ID that was triggered, and the action taken by the WAF.

HOTSPOT

A company implements Windows and Linux VMs in an Azure Virtual Network. The company plans to apply routing changes to the virtual network. You need to determine the impact of these changes on network latency affecting applications that use TCP and UDP traffic. The solution must provide the highest level of accuracy. Which tools should you use?


Question 88
Correct answer: Question 88

HOTSPOT

A company deploys Azure Traffic Manager load balancing for an Azure App Service solution.

Load balancing performance is showing a degraded status after deployment, and new HTTPS probesare failing to reach the Traffic Manager endpoints. You need to troubleshoot the probe failure.

How should you complete the PowerShell script?


Question 89
Correct answer: Question 89

HOTSPOT

A company attempts to implement just-in-time (JIT) access for a virtual machine (VM) named VM1.

The company reports that they are unable to complete the process.

You need to implement JIT access and test the deployment.

Which PowerShell cmdlets should you run?


Question 90
Correct answer: Question 90
Total 119 questions
Go to page: of 12