Drag and Drop Question
You have an Azure Active Directory (Azure AD) tenant that has the initial domain
name.
You have a domain name of contoso.com registered at a third-party registrar. You
need to ensure that you can create Azure AD users that have names containing a
suffix of @contoso.com.
Which three actions should you perform in sequence? To answer, move the
appropriate cmdlets from the list of cmdlets to the answer area and arrange them in
the correct order.
A. Configure company branding
B. Add an Azure AD tenant
C. Verify the domain
D. Create an Azure DNS zone
E. Add a custom domain name
F. Add a record to the public contoso.com DNS zone
Give this one a try later!
, EFC
QUESTION 196
You have an Azure subscription.
Users access the resources in the subscription from either home or from customer
sites. From home, users must establish a point-to-site VPN to access the Azure
resources. The users on the customer sites access the Azure resources by using site-
to-site VPNs.
You have a line-of-business app named App1 that runs on several Azure virtual
machine.
The virtual machines run Windows Server 2016.
You need to ensure that the connections to App1 are spread across all the virtual
machines.
What are two possible Azure services that you can use? Each correct answer presents
a complete solution.
NOTE: Each correct selection is worth one point.
A. a public load balancer
B. Traffic Manager
C. an Azure Content Delivery Network (CDN)
D. an internal load balancer
E. an Azure Application Gateway
Give this one a try later!
DE
QUESTION 54
Hotspot Question
You have an Azure subscription that contains the virtual machines shown in the
following table: (see pdf)
VM1 and VM2 use public IP addresses. From Windows Server 2019 on VM1 and VM2,
you allow
,inbound Remote Desktop connections.
Subnet1 and Subnet2 are in a virtual network named VNET1.
The subscription contains two network security groups (NSGs) named NSG1 and
NSG2. NSG1
uses only the default rules.
NSG2 uses the default rules and the following custom incoming rule:
- Priority: 100
- Name: Rule1
- Port: 3389
- Protocol: TCP
- Source: Any
- Destination: Any
- Action: Allow
NSG1 is associated to Subnet1. NSG2 is associated to the network interface of VM2.
For each of the following statements, select Yes if the statement is true. Otherwise,
select No.
NOTE: Each correct selection is worth one point.
Statements
From the Internet, you can connect to VM1 using Remote Desktop
From the internet, you can connect to VM2 using Remote Desktop
From VM1, you can connect to VM2 using Remote Desktop
A. Yes No Yes
B. No Yes Yes
C. Yes to all
D. Yes No No
Give this one a try later!
B
QUESTION 251
You have an Azure subscription that contains a virtual network named VNet1. VNet1
contains four subnets named Gateway, Perimeter, NVA, and Production.
The NVA subnet contains two network virtual appliances (NVAs) that will perform
, network traffic inspection between the Perimeter subnet and the Production subnet.
You need to implement an Azure load balancer for the NVAs. The solution must meet
the following requirements:
- The NVAs must run in an active-active configuration that uses
automatic failover.
- The NVA must load balance traffic to two services on the Production
subnet. The services have different IP addresses.
Which three actions should you perform? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.
A. Deploy a basic load balancer
B. Deploy a standard load balancer
C. Add two load balancing rules that have HA Ports and Floating IP enabled
D. Add two load balancing rules that have HA Ports enabled and Floating IP disabled
E. Add a frontend IP configuration, a backend pool, and a health probe
F. Add a frontend IP configuration, two backend pools, and a health probe
Give this one a try later!
BCF
QUESTION 245
You have an app named App1 that runs on an Azure web app named webapp1. The
developers at your company upload an update of App1 to a Git repository named
Git1.
Webapp1 has the deployment slots shown in the following table.
Name-----Function
webapp1-prod----Production
webapp1-test----Staging
You need to ensure that the App1 update is tested before the update is made
available to users.
Which two actions should you perform? Each correct answer presents part of the
solution.
A. Swap the slots
B. Deploy the App1 update to webapp1-prod, and then test the update
C. Stop webapp1-prod