Microsoft Upgrading Your Skills to MCSA: Windows Server 2016 - 070-743 Exam Practice Test

Question 1
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 contacts zone delegations for east.contoso.com and wesLconloso.com. All the DNS servers use root hints.
You need 10 ensure that all the DNS servers can resolve the names of all the internal namespaces and internet hosts.
Solution: On Server2, you create a conditional forwarder for contoso com and west.contoso.com. On Server3.
you create a conditional forwarder for contoso.com and east.contoso.com Does the meet the goal?

Correct Answer: B
Question 2
You have a server named Server1 that runs Windows Server 2016. Server1 has the DHCP Server and the Windows Deployment Service server roles installed.
Server1 is located on the same subnet as client computers.
You need to ensure that clients can perform a PXE boot from Server1.
Which two IPv4 options should you configure in DHCP? Each correct answer presents part of the solution.

Correct Answer: A,C
Question 3
You have a DHCP server named Server1 that runs Windows Server 2016.
You have a single IP subnet.
Server1 has an IPv4 scope named Scope1. Scope1 has an IP address range of 10.0.1.10 to 10.0.1.200 and a length of 24 bits.
You need to create a second logical IP network on the subnet. The subnet will use an IP address range of
10.0.2.10 to 10.0.2.200 and a length of 24 bits.
What should you do?

Correct Answer: A
Question 4
You have an IP Address Management (IPAM) server named IPAM1 that runs Windows Server 2016. IPAM1 manages 10 DHCP servers.
You need to provide a user with the ability to track which clients receive which IP addresses from DHCP. The solution must minimize administrative privileges.

Correct Answer: D
Question 5
Your network contains three Hyper-V hosts. You add all of the hosts to a cluster.
You need to create highly available storage spaces that connect to directly attached storage on the hosts.
Which cmdlet should you use?

Correct Answer: D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 6
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After your answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com.
You need to identify which server is the schema master.
Solution: From a command prompt, you run netdom query fsmo.
Does this meet the goal?

Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 7
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2016.
You install IP Address Management (IPAM) on Server1. You select the automatic provisioning method, and then you specify a prefix of IPAM1.
You need to configure the environment for automatic IPAM provisioning.
Which cmdlet should you run? To answer, select the appropriate options in the answer area.
Correct Answer:

Explanation
Invoke-IpamGpoProvisioning -Domain contoso.com -GpoPrefixName IPAM -IpamServerFqdn dc1.contoso.com
Question 8
You are deploying a web application named WebApp1 to your Internal network WebApp1 is hosted on a server named Web1 that runs Windows Server 2016 You deploy an Active Directory Federation Services (AD FS1 infrastructure and a Web Application Proxy to provide access to WebApp1 tor remote users. You need to ensure that Web1 can authenticate the remote users. What should you do?

Correct Answer: B
Question 9
You have a server named Server1 that runs Windows Server 2016.
You need to deploy the first cluster node of a Network Controller cluster.
Which four cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Correct Answer:

Explanation

Deploy Network Controller using Windows PowerShell
Step 1: Install-WindowsFeature
Install the Network Controller server role
To install Network Controller by using Windows PowerShell, type the following commands at a Windows PowerShell prompt, and then press ENTER.
Install-WindowsFeature -Name NetworkController -IncludeManagementTools
Step 2: New-NetworkControllerNodeObject
You can create a Network Controller cluster by creating a node object andthen configuring the cluster.
You need to create a node object for each computer or VM that is a member of the Network Controller cluster.
Tocreate a node object, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
New-NetworkControllerNodeObject -Name <string> -Server<String> -FaultDomain <string>-RestInte Step 3: Install-NetworkControllerCluster To configure the cluster, typethe following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkControllerCluster -Node <NetworkControllerNode[]> -ClusterAuthentication ...
Step 4: Install-NetworkController
To configure the Network Controller application, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkController -Node <NetworkControllerNode[]> -ClientAuthentication References: https://technet.microsoft.com/en-us/library/mt282165.aspx
Question 10
You have an Active Directory domain named Contoso.com. The domain contains Hyper-V hosts named Server1 and Server2 that run Windows Server 2016. The Hyper-V hosts are configured to use NVGRE for network virtualization.
You have six virtual machines that are connected to an external switch. The virtual machines are configured as shown.

To which virtual machine or virtual machines can VM1 and VM3 connect? To answer, select the appropriate options in the answer area.
Correct Answer:

Explanation

The GRE keys must match.
To separate the traffic between the two virtualized networks, the GRE headers on the tunneled packets include a GRE Key that provides a unique Virtual Subnet ID for each virtualized network.
References:
https://blogs.technet.microsoft.com/keithmayer/2012/10/08/step-by-step-hyper-v-network-virtualization-31-days
Question 11
You need to implement network virtualization.
On which object should you configure the virtual subnet ID?

Correct Answer: D
Question 12
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain named contoso.com. The domain contains a DNS server named Server1. All client computers run Windows TO.
On Server 1, you have the following zone configuration.

You have the following subnets defined on Server1.

You need to prevent Server1 from resolving queries from DNS clients located on Subnet4, Server1 must resolve queries from all other DNS clients.
Solution: From Windows PowerShell on Server1, you run the Add-DNsServerQueryResolutionPolicy cmdlet.
Does this meet the goal?

Correct Answer: B