Question 6 of 128

You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host that hosts a virtual machine named VM1.

Server1 has three network adapter cards that are connected to virtual switches named vSwitch1, vSwitch2 and vSwitch3.

You configure NIC Teaming on VM1 as shown in the exhibit. (Click the Exhibit button.)

You need to ensure that VM1 will retain access to the network if a physical network adapter card fails on Server1.

What should you do?

    Correct Answer: A

    To ensure that VM1 will retain access to the network if a physical network adapter card fails on Server1, you need to enable NIC teaming on the virtual machine. This requires modification of the VM settings from the Hyper-V Manager on Server1. In the VM settings, under the Advanced Features section, you must enable NIC teaming. This configuration allows the virtual machine to utilize multiple network adapters, providing redundancy in case one adapter fails.

Question 7 of 128

You have a Hyper-V host named Server1 that runs Windows Server 2016.

Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.

On VM1, you have a container network that uses transparent mode.

You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.

What should you do?

    Correct Answer: D

    If the container host is virtualized and you wish to use DHCP for IP assignment, you must enable MACAddressSpoofing on the Hyper-V host. This ensures that the virtual machine's network adapter will not block network traffic from the containers, which could occur due to multiple MAC addresses. The appropriate command to enable MACAddressSpoofing must be run on the Hyper-V host (Server1) and not on the virtual machine (VM1) itself.

Question 8 of 128

You have a server named Server1 that runs Windows Server 2016.

The disk configuration for Server1 is shown in the exhibit. (Click the Exhibit button.)

You add Server1 to a cluster.

You need to ensure that you can use Disk 1 for Storage Spaces Direct.

What should you do first?

    Correct Answer: D

    To ensure Disk 1 can be used for Storage Spaces Direct, the disk must be free of any existing partitions. Storage Spaces Direct requires unallocated space to manage the storage. Deleting Partition (E:) on Disk 1 will remove its existing partition and make the disk entirely unallocated, making it ready for use in Storage Spaces Direct.

Question 9 of 128

Your network contains an Active Directory forest named contoso.com. The forest contains a member server named Server1 that runs Windows Server 2016.

Server1 is located in the perimeter network.

You install the Active Directory Federation Services server role on Server1. You create an Active Directory Federation Services (AD FS) farm by using a certificate that has a subject name of sts.contoso.com.

You need to enable certificate authentication from the Internet on Server1.

Which two inbound TCP ports should you open on the firewall? Each correct answer presents part of the solution.

    Correct Answer: B, E

    To enable certificate authentication from the Internet on Server1, you need to open TCP port 443 and TCP port 49443 on the firewall. TCP port 443 is used for HTTPS traffic, which is necessary for secure communication and services running on AD FS. TCP port 49443 is specifically required for client certificate authentication, allowing secure certificate-based authentication for users. These two ports ensure that both secure web traffic and certificate-based authentication are properly enabled for AD FS functionality.

Question 10 of 128

HOTSPOT -

Your network contains an Active Directory domain named contoso.com. The domain contains four servers named Server1, Server2, Server3, and Server4 that run

Windows Server 2016.

Server1 and Server2 are nodes in a Hyper-V cluster named Cluster1. You have a highly available virtual machine named VM1. Server1 is the owner node of VM1.

Server3 and Server4 are nodes of a scale-out file server named Cluster2.

The storage on Server1 is configured as shown in the following table.

VM1 is stored in C:\ClusterStorage\Volume1.

You need to move the virtual disk of VM1 to a different location.

What should you do? To answer, select the appropriate options in the answer area.

Hot Area:

    Correct Answer:

    Box 1: Failover Cluster Manager -

    You can use Failover Cluster Manager to do a Storage Migration to a shared folder.

    Box 2: \\Cluster2\Share1 -

    For a highly-available VM, the storage must be accessible by all nodes in the cluster. Therefore, in this scenario, we have to use the file share.

    You c -

    References:

    https://blogs.msdn.microsoft.com/clustering/2012/04/26/windows-server-2012-storage-migration-for-cluster-managed-virtual-machines/