최신Microsoft Upgrading Your Skills to MCSA: Windows Server 2016 - 070-743무료샘플문제
문제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 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 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?
정답: A
문제2
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a Hyper-V host named Server1 that runs Windows Server 2016. You plan to deploy several shielded virtual machines on Server1.
You deploy a Host Guardian on a new server.
You need to ensure that Server1 can host shielded virtual machines.
What should you do first?
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a Hyper-V host named Server1 that runs Windows Server 2016. You plan to deploy several shielded virtual machines on Server1.
You deploy a Host Guardian on a new server.
You need to ensure that Server1 can host shielded virtual machines.
What should you do first?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Refer to Exhibit:

\\Server1.adatum.com\namespace1 has a folder target maned Folder1. A user named User1 has Full Control share and NTFS permissions to Folder1.
Folder1 contains a file named File1.doc. User1 has only Write NTFS permissions to File1.doc.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

Refer to Exhibit:

\\Server1.adatum.com\namespace1 has a folder target maned Folder1. A user named User1 has Full Control share and NTFS permissions to Folder1.
Folder1 contains a file named File1.doc. User1 has only Write NTFS permissions to File1.doc.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

정답:


문제4
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?
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?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
You have a Nano Server named Nano1. Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?
You have a Nano Server named Nano1. Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
You have a failover cluster named Cluster1.
A virtual machine named VM1 is a highly available virtual machine that runs on Cluster1. A custom application named App1 runs on VM1.
You need to configure monitoring on VM1. If App1 adds an error entry to the Application event log, VM1 should be automatically rebooted and moved to another cluster node.
Which tool should you use?
You have a failover cluster named Cluster1.
A virtual machine named VM1 is a highly available virtual machine that runs on Cluster1. A custom application named App1 runs on VM1.
You need to configure monitoring on VM1. If App1 adds an error entry to the Application event log, VM1 should be automatically rebooted and moved to another cluster node.
Which tool should you use?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016. The servers have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2.
What should you do?
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016. The servers have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2.
What should you do?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
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.

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.

정답:

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
문제9
You use Application Request Routing (ARR) to make internal web applications available to the Internet by using NTLM authentication.
You need to replace ARR by using the Web Application Proxy.
Which server role should you deploy first?
You use Application Request Routing (ARR) to make internal web applications available to the Internet by using NTLM authentication.
You need to replace ARR by using the Web Application Proxy.
Which server role should you deploy first?
정답: D
문제10
You have a server named Server1 that runs Windows Server 2016. Server1 has the Containers feature installed.
You create a text file that contains the commands that will be used to automate the creation of new containers.
You need to ensure that the commands in the text file are used when you create new containers.
What should you name the file?
You have a server named Server1 that runs Windows Server 2016. Server1 has the Containers feature installed.
You create a text file that contains the commands that will be used to automate the creation of new containers.
You need to ensure that the commands in the text file are used when you create new containers.
What should you name the file?
정답: D