Microsoft 70-743 Actual Free Exam Questions & Community Discussion
You have 2000 devices, One hundred of the devices are mobile devices that have physical addresses beginning with 98-5F.
You have a DHCP server named Server1.
You need to ensure that the mobile devices register their host name by using a DNS suffix of mobile.contoso.com
You have a DHCP server named Server1.
You need to ensure that the mobile devices register their host name by using a DNS suffix of mobile.contoso.com
Correct Answer: E
Vote an answer
You have a physical server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host.
On Server1, you create a virtual machine named VM1 that runs Windows Server 2016.
You plan to install the Hyper-V server role on VM1.
You need to ensure that you can configure VM1 to host virtual machines.
How should you compete the Windows PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

On Server1, you create a virtual machine named VM1 that runs Windows Server 2016.
You plan to install the Hyper-V server role on VM1.
You need to ensure that you can configure VM1 to host virtual machines.
How should you compete the Windows PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Correct Answer:


Your network contains an Active Directory domain named adatum.com. The domain uses Active Directory Federation Services (AD FS), AD FS has a relying party trust named RP1 to a claims-aware application named App1. The domain contains the users shown in the following table.

The network contains the network segments shown in the following table.

The following access control policy is assigned to RP1.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.


The network contains the network segments shown in the following table.

The following access control policy is assigned to RP1.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Correct Answer:


Scenario:
You are a network administrator for a company named Contoso,Ltd. The network is configured as shown in the exhibit.

You install the Remote Access server role on Server2.
Server2 has the following configured.
*Network address translation (NAT)
*The DHCP Server server role
The Security Policy of Contoso states that only TCP ports 80 and 443 are allowed from the internet to server2 You identify the following requirements:
* Add 28 devices to subnet2 for a temporary project.
* Configure Server2 to accept VPN connections from the internet.
* Ensure that devices on Subnet2 obtain TCP/IP settings from DHCP on Server2.
End of Scenario:
You deploy a computer named Computer8 to subnet4. Computer8 has an IP address of 192.168.10.230 and a subnet mask of 255.255.255.240 What is the broadcast address for Subnet4? To answer, select the appropriate options in the answer area.

You are a network administrator for a company named Contoso,Ltd. The network is configured as shown in the exhibit.

You install the Remote Access server role on Server2.
Server2 has the following configured.
*Network address translation (NAT)
*The DHCP Server server role
The Security Policy of Contoso states that only TCP ports 80 and 443 are allowed from the internet to server2 You identify the following requirements:
* Add 28 devices to subnet2 for a temporary project.
* Configure Server2 to accept VPN connections from the internet.
* Ensure that devices on Subnet2 obtain TCP/IP settings from DHCP on Server2.
End of Scenario:
You deploy a computer named Computer8 to subnet4. Computer8 has an IP address of 192.168.10.230 and a subnet mask of 255.255.255.240 What is the broadcast address for Subnet4? To answer, select the appropriate options in the answer area.

Correct Answer:


You have a virtual machine named VM1 that runs Windows Server 2016. VM1 is a Remote Desktop Services (RDS) server.
You need to ensure that only TCP port 3389 can be used to connect to VM1 over the network.
Which command should you run on the Hyper-V host? To answer, select the appropriate options in the answer area.

You need to ensure that only TCP port 3389 can be used to connect to VM1 over the network.
Which command should you run on the Hyper-V host? To answer, select the appropriate options in the answer area.

Correct Answer:

Explanation

References:
https://technet.microsoft.com/en-us/library/dn464289.aspx
You have two servers that run Windows Server 2016. The server are configured as shown in the following table.

You need to create a failover cluster that contains both servers.
Which two commands should you run? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A)

B)

C)

D)

E)


You need to create a failover cluster that contains both servers.
Which two commands should you run? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A)

B)

C)

D)

E)

Correct Answer: C
Vote an answer
You have a RADIUS server named RADIUS1. RADIUS1 is configured to use an IP address of
172.23.100.101.
You add a wireless access point (wap) named WAP-Secure to your network. You configure WAP-Secure to use an IP address of 10.0.100.101.
You need to ensure that WAP-Secure can authenticate to RADIUS1 by using a shared secret key.
What command should you run? To answer, select the appropriate options in answer area.

172.23.100.101.
You add a wireless access point (wap) named WAP-Secure to your network. You configure WAP-Secure to use an IP address of 10.0.100.101.
You need to ensure that WAP-Secure can authenticate to RADIUS1 by using a shared secret key.
What command should you run? To answer, select the appropriate options in answer area.

Correct Answer:


Your network contains an Active Directory forest named contoso.com.
Your company has a custom application named ERP1. ERP1 uses an Active Directory Lightweight Directory Services (AD LDS) server named Server1 to authenticate users.
You have a member server named Server2 that runs Windows Server 2016. You install the Active Directory Federation Services (AD FS) server role on Server2 and create an AD FS farm.
You need to configure AD FS to authenticate users from the AD LDS server.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.

Your company has a custom application named ERP1. ERP1 uses an Active Directory Lightweight Directory Services (AD LDS) server named Server1 to authenticate users.
You have a member server named Server2 that runs Windows Server 2016. You install the Active Directory Federation Services (AD FS) server role on Server2 and create an AD FS farm.
You need to configure AD FS to authenticate users from the AD LDS server.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.

Correct Answer:

Explanation

To configure your AD FSfarm to authenticate users from an LDAP directory, you can complete the following steps:
Step 1: New-AdfsLdapServerConnection
First, configure a connection to your LDAP directory using the New-AdfsLdapServerConnection cmdlet:
$DirectoryCred = Get-Credential
$vendorDirectory = New-AdfsLdapServerConnection -HostName dirserver -Port 50000-SslMode None
-AuthenticationMethod Basic -Credential $DirectoryCred
Step 2 (optional):
Next, you can perform the optional step of mapping LDAP attributes to the existing AD FS claims using the New-AdfsLdapAttributeToClaimMapping cmdlet.
Step 3: Add-AdfsLocalClaimsProviderTrust
Finally, you must register the LDAP store with AD FS as a local claims provider trust using the Add-AdfsLocalClaimsProviderTrust cmdlet:
Add-AdfsLocalClaimsProviderTrust -Name "Vendors" -Identifier "urn:vendors" -Type L References: https://technet.microsoft.com/en-us/library/dn823754(v=ws.11).aspx
You are planning the deployment of DNS to a new network.
You have three internal DNS servers configured as shown in the following table.

the contoso.com zone contains zone delegations for east.contcso.com and west.contoso.com. All the DNS servers use root hints. You need to ensure that all the DNS servers can resolve the names of all the internal namespaces and internet hosts. Solution You configure Server2 and Server 1 to forward DNS requests to
10.0.1.10. Does the meet the goal?
You have three internal DNS servers configured as shown in the following table.

the contoso.com zone contains zone delegations for east.contcso.com and west.contoso.com. All the DNS servers use root hints. You need to ensure that all the DNS servers can resolve the names of all the internal namespaces and internet hosts. Solution You configure Server2 and Server 1 to forward DNS requests to
10.0.1.10. Does the meet the goal?
Correct Answer: B
Vote an answer
You have a server named Server1 that runs Windows Server 2016. Server1 has the Web Application Proxy role service installed.
You need to publish Microsoft Exchange Server 2013 services through the Web Application Proxy. The solution must use preauthentication whenever possible.
How should you configure the preauthentication method for each service? To answer, select the appropriate options in the answer area.

You need to publish Microsoft Exchange Server 2013 services through the Web Application Proxy. The solution must use preauthentication whenever possible.
How should you configure the preauthentication method for each service? To answer, select the appropriate options in the answer area.

Correct Answer:

Explanation

Box 1: Pass-through
Box 2: Active Directory Federation Services (ADFS)
Box 3: Pass-through
The following table describes the Exchange services that you can publish through Web Application Proxy and the supported preauthentication for these services:

References: https://technet.microsoft.com/en-us/library/dn528827(v=ws.11).aspx
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016.
Each server has an operating system disk and four data disks. All of the disks are locally attached SATA disks.
Each disk is a basic disk, is initialized as an MBR disk, and has a single NTFS volume.
You plan to implement Storage Spaces Direct by using the data disks on Server1 and Server2.
You need to prepare the data disks for the Storage Spaces Direct implementation.
What should you do?
Each server has an operating system disk and four data disks. All of the disks are locally attached SATA disks.
Each disk is a basic disk, is initialized as an MBR disk, and has a single NTFS volume.
You plan to implement Storage Spaces Direct by using the data disks on Server1 and Server2.
You need to prepare the data disks for the Storage Spaces Direct implementation.
What should you do?
Correct Answer: C
Vote an answer
Your network contains an Active Directory forest named contoso.com. The forest contains two domains named contoso.com and litwareinc.com.
Your company recently deployed DirectAccess for the members of a group named DA_Computers. All client computers are members of DA_Computers.
You discover that DirectAccess clients can access the resources located in the contoso.com domain only. The clients can access the resources in the litwareinc.com domain by using an L2TP VPN connection to the network.
You need to ensure that the DirectAccess clients can access the resources in the litwareinc.com domain.
What should you do?
Your company recently deployed DirectAccess for the members of a group named DA_Computers. All client computers are members of DA_Computers.
You discover that DirectAccess clients can access the resources located in the contoso.com domain only. The clients can access the resources in the litwareinc.com domain by using an L2TP VPN connection to the network.
You need to ensure that the DirectAccess clients can access the resources in the litwareinc.com domain.
What should you do?
Correct Answer: C
Vote an answer
Your network contains an Active Directory domain named Contoso.com. The domain contains a Hyper-V host You are deploying. Software Defined Network (SDN) by using Window Server 2016.
You deploy a virtual machine that rum Windows Server 2016, and you install the Network Controller server role.
You need to configure the virtual machine as the network controller.
What should you do?
A)

B)

C)

D)

You deploy a virtual machine that rum Windows Server 2016, and you install the Network Controller server role.
You need to configure the virtual machine as the network controller.
What should you do?
A)

B)

C)

D)

Correct Answer: B
Vote an answer
You have a server named Server1 that runs Windows Server 2016.
You need to install the DNS Server role on Server1.
What should you run?
You need to install the DNS Server role on Server1.
What should you run?
Correct Answer: B
Vote an answer
0
0
0
10
