πŸ”

AZ-700 β€” questions

Page 8 of 9 Β· 172 total questions.

Topic 5 Β· Question 308

You have an Azure virtual network named Vnet1 that has one subnet. Vnet1 is in the West Europe region. You deploy an Azure App Service app named App1 to the West Europe region. You need to provide App1 with access to the resources in Vnet1. The solution must minimize costs. What should you do first?

  • ACreate a private link.
  • BCreate a new subnet. (correct answer)
  • CCreate a NAT gateway.
  • DCreate a gateway subnet and deploy a virtual network gateway.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Create a new subnet. This option delivers the requirement at the lowest cost.

Topic 5 Β· Question 309

You have an Azure subscription that is linked to an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com. The subscription contains the following resources: β€’ An Azure App Service app named App1 β€’ An Azure DNS zone named contoso.com β€’ An Azure private DNS zone named private.contoso.com β€’ A virtual network named Vnet1 You create a private endpoint for App1. The record for the endpoint is registered automatically in Azure DNS. You need to provide a developer with the name that is registered in Azure DNS for the private endpoint. What should you provide?

  • Aapp1.contoso.onmicrosoft.com
  • Bapp1.private.contoso.com
  • Capp1.privatelink.azurewebsites.net (correct answer)
  • Dapp1.contoso.com
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: app1.privatelink.azurewebsites.net.

Topic 5 Β· Question 310

You have Azure App Service apps in the West US Azure region as shown in the following table. You need to ensure that all the apps can access the resources in a virtual network named VNet1 without forwarding traffic through the internet. How many integration subnets should you create?

  • A0
  • B1
  • C3 (correct answer)
  • D4
  • E6
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 3.

Topic 5 Β· Question 313 Β· Select all that apply

You have an Azure subscription that is linked to an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com. The subscription contains the following resources: β€’ A virtual network named Vnet1 β€’ An App Service plan named ASP1 β€’ An Azure App Service named webapp1 An Azure private DNS zone named private.contoso.com β€’ Virtual machines on Vnet1 that cannot communicate outside the virtual network You need to ensure that the virtual machines on Vnet1 can access webapp1 by using a URL of https://www.private.contoso.com. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • ACreate a CNAME record that maps www.private.contoso.com to webapp1.contoso.onmicrosoft.com.
  • BCreate a CNAME record that maps www.private.contoso.com to webapp1.private.contoso.com.
  • CCreate a service endpoint for webapp1.
  • DRegister an enterprise application in Azure AD for webapp1.
  • ECreate a private endpoint for webapp1. (correct answer)
  • FCreate a CNAME record that maps www.private.contoso.com to webapp1.privatelink.azurewebsites.net. (correct answer)
Reveal answer & explanation
Correct answer: E, F

The correct answer is E, F. Option E: Create a private endpoint for webapp1. Option F: Create a CNAME record that maps www.private.contoso.com to webapp1.privatelink.azurewebsites.net.

Explanation

A Private Endpoint gives private, in-VNet connectivity to an Azure service, keeping traffic off the public internet.

Topic 5 Β· Question 314

You have an Azure Front Door instance named FD1 that is protected by using Azure Web Application Firewall (WAF). FD1 uses a frontend hast named app1.contoso.com to provide access to Azure web apps hosted in the East US Azure region and the West US Azure region. You need to configure FD1 to block requests to app1.contoso.com from all countries other than the United States. What should you include in the WAF policy?

  • Aa custom rule that uses a match rule (correct answer)
  • Ba frontend hast association
  • Ca custom rule that uses a rate limit rule
  • Da managed rule set
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: a custom rule that uses a match rule.

Topic 5 Β· Question 315

You are planning the IP addressing for the subnets in Azure virtual networks. Which type of resource requires IP addresses in the subnets?

  • AAzure DDoS Protection for virtual networks
  • Bprivate endpoints (correct answer)
  • CAzure Virtual Network NAT
  • Dservice endpoint policies
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: private endpoints

Explanation

A Private Endpoint gives private, in-VNet connectivity to an Azure service, keeping traffic off the public internet.

Topic 5 Β· Question 316

You have an Azure subscription that contains the resources shown in the following table. You need to ensure that the apps hosted on VM1 can resolve the IP address of the private endpoint for azsql1.database.windows.net. What should you create first?

Exhibit 1 for question 316
  • Aa public DNS zone named database.windows.net
  • Ba private DNS zone named database.windows.net
  • Ca public DNS zone named privatelink.database.windows.net
  • Da private DNS zone named privatelink.database.windows.net (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: a private DNS zone named privatelink.database.windows.net.

Topic 5 Β· Question 317

You have an Azure subscription that contains the resources shown in the following table. You need to ensure that VM1 and VM2 can connect only to storage1. The solution must meet the following requirements: β€’ Prevent VM1 and VM2 from accessing any other storage accounts β€’ Ensure that storage1 is accessible from the internet. What should you use?

Exhibit 1 for question 317
  • Aa network security group (NSG)
  • Ba service endpoint policy (correct answer)
  • Ca private link
  • Da private endpoint
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a service endpoint policy

Explanation

A Virtual Network Service Endpoint secures Azure service access to specific subnets over the Azure backbone.

Topic 5 Β· Question 322

You have an Azure subscription that contains an Azure Front Door named FD1. You plan to deploy an app named App1 by using Azure App Service. Users will access App1 by using FD1. You need to provide FD1 with access to App1. The solution must meet the following requirements: β€’ Ensure that users can only access App1 by using FD1. β€’ Ensure that users cannot access App1 directly from the internet. What should you create for App1?

  • Aan access restriction (correct answer)
  • Ba private endpoint
  • Ca subnet delegation
  • Da service endpoint
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: an access restriction.

Topic 5 Β· Question 324

You have an Azure subscription that contains four virtual machines. The virtual machines host an app named App1. You deploy an Azure Standard Load Balancer named LB1 to load balance incoming HTTPS requests to App1. You need to reduce how long it takes for LB1 to stop sending App1 traffic to failed servers. The solution must minimize administrative effort. What should you modify?

  • Athe Backend pools settings
  • Bthe Diagnostic settings
  • Cthe Load-balancing rules
  • Dthe Health probes settings (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: the Health probes settings.

Topic 5 Β· Question 325

You have an Azure subscription that contains a virtual network named VNet1. VNet1 contains the following subnets: β€’ AzureFirewallSubnet β€’ GatewaySubnet β€’ Subnet1 β€’ Subnet2 β€’ Subnet3 Subnet2 has a delegation to the Microsoft.Web/serverfarms service. The subscription contains the resources shown in the following table. You need to implement an Azure application gateway named AG1 that will be integrated with an Azure Web Application Firewall (WAF). AG1 will be used to publish VMSS1. To which subnet should you connect AG1?

Exhibit 1 for question 325
  • AGatewaySubnet
  • BAzureFirewallSubnet
  • CSubnet2
  • DSubnet1
  • ESubnet3 (correct answer)
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: Subnet3.

Topic 5 Β· Question 326

You have an Azure virtual network named VNet1 that contains the subnets shown in the following table. You need to deploy an Azure application gateway named AppGW1 to VNet1. To where can you deploy AppGW1?

Exhibit 1 for question 326
  • AGatewaySubnet only
  • BSubnet2 only (correct answer)
  • CSubnet1 or Subnet2 only
  • DSubnet2 or GatewaySubnet only
  • ESubnet1, Subnet2, and GatewaySubnet
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Subnet2 only.

Topic 5 Β· Question 328

Case Study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question. Overview - Proseware, Inc. is a financial services company that has a main office in New York City and a branch office in San Francisco. Existing Environment. Hybrid Environment Proseware has an on-premises Active Directory Domain Services (AD DS) forest named corp.proseware.com that syncs with a Microsoft Entra tenant named proseware.com. Proseware has an Azure subscription that is linked to proseware.com. Proseware has an internal certification authority (CA). Existing Environment. Network Infrastructure The offices contain the resources shown in the following table. NYCNet connects to Azure by using an ExpressRoute circuit. SFONet connects to Azure by using a Site-to-Site (S2S) VPN. Existing Environment. Azure Resources The Azure subscription contains the virtual networks and subnets shown in the following table. The subscription contains four virtual machines named VM1, VM2, VM3, and VM4. VM1 and VM2 host an app named App1. VM3 and VM4 host a web app named App2 that is accessed by using a FQDN of app2.proseware.com. Users access app2.proseware.com by using HTTP or HTTPS. VM1, VM2, and VM4 are connected to SpokeVNet. The subscription contains Application Gateway resources shown in the following table. The subscription contains an Azure Front Door Standard profile named FD1. FD1 contains a single origin group that targets APPGW1 by using the default endpoint name. HubVNet connects to NYCNet by using an ExpressRoute gateway named ERGW1. Planned Changes and Requirements. Planned Changes Proseware plans to implement the following changes: β€’ Deploy an Azure Private DNS Resolver named PRDNS1 to HubVNet and link PRDNS1 to SpokeVNet. β€’ Create a DNS forwarding ruleset named DNSRS1 and associate DNSRS1 with PRDNS1. β€’ Deploy Azure Virtual Network Manager and implement the following rules: - Allow inbound connections on TCP port 3389 from the on-premises networks to SUBNET-JUMPHOSTS. - Block inbound connections on TCP port 80 from the internet to SpokeVNet. β€’ Ensure that Azure Virtual Network Manager rules take precedence over conflicting NSG rules. β€’ Deploy two network virtual appliances (NVAs) named NVA1 and NVA2 to HubVNet. β€’ Deploy a gateway load balancer named LBGW1 to HubVNet. β€’ Configure LBGW1 to inspect traffic on TCP ports 443, 1433, and 1434 from LBS1 by using NVA1 and NVA2. β€’ Ensure that all the traffic to App2 is processed by using FD1. Planned Changes and Requirements. Connectivity requirements Proseware identifies the following connectivity requirements: β€’ Minimize the complexity of the Azure Virtual Network Manager deployment. β€’ Route traffic between NYCNet and SFONet via the ExpressRoute circuit and the S2S VPN. β€’ Ensure that remote users on Windows 11 devices can connect to HubVNet by using a Point-to-Site (P2S) VPN and their proseware.com credentials. Planned Changes and Requirements. Security requirements Proseware identifies the following security requirements: β€’ Whenever possible, use the internal CA. β€’ Ensure that all connections routed via APPGW1 use end-to-end encryption. β€’ Ensure that user connections to Azure-hosted apps use end-to-end encryption. β€’ Ensure that all inbound internet traffic to app2.proseware.com is routed via FD1. β€’ Prevent devices that connect to NYCNet from accessing Azure services that use private endpoints. β€’ Enable the virtual machines that connect to HubVNet and SpokeVNet to access Azure services that use private endpoints. Planned Changes and Requirements. General requirements Proseware identifies the following general requirements: β€’ Minimize the IP address space required to deploy platform-managed resources to the virtual networks. β€’ From SpokeVNet, resolve name resolution requests for the azure.proseware.com namespace and the corp.proseware.com namespace by using PRDNS1. β€’ Whenever possible, minimize administrative effort. You need to manage connectivity from NYCNet to the Azure services that use private endpoints. The solution must meet the security requirements. What should you do first?

Exhibit 1 for question 328Exhibit 2 for question 328Exhibit 3 for question 328
  • AFrom Azure Virtual Network Manager, create a security admin configuration.
  • BFrom Azure Virtual Network Manager, create a network group that has Member type set to Subnet.
  • CAdd a route table to SUBNET-PE.
  • DEnable a network policy for SUBNET-PE. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Enable a network policy for SUBNET-PE.

Topic 5 Β· Question 330

Your on-premises network contains a DNS server named Server1. You have an Azure subscription that contains the resources shown in the following table. The on-premises network is connected to VNet1 by using a Site-to-Site (S2S) VPN. You need to ensure that Server1 can resolve the DNS name of storage1. The solution must minimize costs and administrative effort. What should you use?

Exhibit 1 for question 330
  • AAzure DNS Private Resolver (correct answer)
  • Ban Azure public DNS zone
  • Can Azure Private DNS zone
  • Dan Azure virtual machine that hosts a DNS service
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure DNS Private Resolver This option delivers the requirement at the lowest cost.

Topic 5 Β· Question 331

You have an Azure Private Link service named PL1 that uses an Azure load balancer named LB1. You need to ensure that PL1 can support a higher volume of outbound traffic. What should you do?

  • AIncrease the number of frontend IP configurations for LB1.
  • BIncrease the number of NAT IP addresses assigned to PL1. (correct answer)
  • CDeploy an Azure Application Gateway v2 instance to the source NAT subnet.
  • DRedeploy LB1 with a different SKU.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Increase the number of NAT IP addresses assigned to PL1.

Topic 5 Β· Question 332

You have an on-premises network named Site1. You have an Azure subscription that contains a virtual network named VNet1 and a storage account named storage1. Site1 and VNet1 are connected by using a Site-to-Site (S2S) VPN. You need to ensure that the servers in Site1 can connect to storage1 by using the S2S VPN. The solution must minimize administrative effort. What should you create on VNet1?

  • Aan Azure application gateway
  • Ban Azure Private Link service
  • Ca service endpoint
  • Da private endpoint (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: a private endpoint

Explanation

A Private Endpoint gives private, in-VNet connectivity to an Azure service, keeping traffic off the public internet.

Topic 5 Β· Question 334

You have an Azure subscription that contains the following resources: β€’ A virtual network named Vnet1 β€’ Two subnets named subnet1 and AzureFirewallSubnet β€’ A public Azure Firewall named FW1 β€’ A route table named RT1 that is associated to Subnet1 β€’ A rule routing of 0.0.0.0/0 to FW1 in RT1 After deploying 10 servers that run Windows Server to Subnet1, you discover that none of the virtual machines were activated. You need to ensure that the virtual machines can be activated. What should you do?

  • AAdd an internet route to RT1 for the Azure Key Management Service (KMS).
  • BOn FW1, create an outbound service tag rule for Azure Cloud. (correct answer)
  • CDeploy a NAT gateway.
  • DOn FW1, configure a DNAT rule for TCP port 1688.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: On FW1, create an outbound service tag rule for Azure Cloud.

Topic 5 Β· Question 336

You have two Azure subscriptions named Sub1 and Sub2. Sub1 contains a virtual machine named VM1. You plan to make VM1 available to the resources in Sub2 by using Azure Private Link. You need to ensure that the private link service can be configured to provide access to VM1. What should you configure in Sub1 first?

  • Aan Azure Private DNS zone
  • Ban Azure load balancer (correct answer)
  • Ca service endpoint
  • Da private endpoint
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: an Azure load balancer

Explanation

Azure Load Balancer distributes layer-4 TCP/UDP traffic across backend instances for scale and availability. Azure Load Balancer distributes layer-4 traffic across healthy backends in a region for availability.

Topic 5 Β· Question 337

You have an Azure subscription that contains the resources shown in the following table. VNet1 contains a subnet named Subnet. You need to ensure that the resources connected to Subnet1 can access only storage1 and storage3. The solution must minimize administrative effort. What should you configure?

Exhibit 1 for question 337
  • Aan application security group
  • BAzure Private Link
  • Ca service endpoint policy (correct answer)
  • Da service tag
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: a service endpoint policy

Explanation

A Virtual Network Service Endpoint secures Azure service access to specific subnets over the Azure backbone.

Topic 5 Β· Question 338

You have an on-premises network named Site1. You have an Azure subscription that contains a storage account named storage1 and a virtual network named VNet1. VNet1 contains a subnet named Subnet1. A private endpoint for storage1 is connected to Subnet1. Site1 is connected to VNet1 by using a Site-to-Site (S2S) VPN. You need to control access to storage1 from Site1 by using network security groups (NSGs), What should you do first?

  • AConfigure a network policy for private endpoints on Subnet1. (correct answer)
  • BCreate a subnet delegation on Subnet1.
  • CAssociate a route table with Subnet1.
  • DAssociate a NAT gateway with Subnet1.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Configure a network policy for private endpoints on Subnet1.

Explanation

A Private Endpoint gives private, in-VNet connectivity to an Azure service, keeping traffic off the public internet.

Showing questions 141–160 of 172 Β· Page 8 of 9