Question 1
Question
Question #01
You have a server named Server1 that runs Windows Server 2016. Server1 contains a volume named D. Volume D contains the folders shown in the following table.
You enable Data Deduplication.
Which folder will benefit the least from Data Deduplication?
Answer
-
Folder2
-
Folder3
-
Folder1
-
Folder4
Question 2
Question
Question #02
You have a server named Server1. Server1 contains a volume that has Data Deduplication enabled.
You need to reduce the amount of memory allocated to the Data Deduplication process.
Which cmdlet should you run?
Answer
-
Enabled-DedupVolume
-
Update-Dedupstatus
-
Set-DedupVolume
-
Set-DedupSchedule
Question 3
Question
Question #03
You have a Hyper-V cluster that uses Cluster Shared Volumes (CSV). The cluster contains 20 virtual machines. Each virtual machine has a single disk.
You create a storage QoS policy that sets the minimum IOPS to 100 and the maximum IOPS to 200.
You need to ensure that the storage traffic of each virtual machine complies with the storage QoS policy.
What should you run?
Answer
-
Set-VMHardDiskDrive
-
Set-VM
-
Set-VMHost
-
Set-VHD
Question 4
Question
Question #04
HOTSPOT -
You have a Hyper-V host named Server1. Server1 hosts a virtual machine named VM1 that runs Windows Server 2016. VM1 has the following configurations.
You need to enable nested virtualization for VM1.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
- The version
- Set VMProcessor
-
- The Generation
- Set-VM
-
- The NumaNodesCount
- Set-VMBios
-
-The ProcessorCount
- Set-VMFirmware
-
- The Version
- Set-VMSecurity
Question 5
Question
Question #05
HOTSPOT -
You have a server named Server1.
You need to create a Storage Spaces-based volume that meets the following requirements:
✑ Provides the highest resiliency
✑ Provides storage tiering
Which storage configuration parameters should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
6
Mirros Layout and fixed provisioning
-
10
Mirror layout and thin provisioning
-
12
Partity layout and thin provisioning
-
14
Mirros Layout and fixed provisioning
Question 6
Question
Question #06
You need to capture a Windows Server 2016 Datacenter image to a WIM file. The solution must exclude the C:\Windows.old folder.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer
-
Run Windows Configuration Designer and select the Advanced provisioning option
-
Create a text file that contains an [ExclusionException] section
-
Create a text file that contains an [ExclusionList] section
-
Run dism.exe and specify the /ConfigFile parameter
-
Run dism.exe and specify the /Scratchdir parameter
-
Create a text file that contains an [CompressionExclusionList] section
Question 7
Question
HOTSPOT -
Your network contains an Active Directory domain. The domain contains two servers named Server1 and Server2.
On Server1 and Server2, you use Windows Server Backup to create backups every day at 01:00 and 17:00. You configure Server1 to back up to a network share.
You configure Server2 to back up to a locally attached hard disk that is dedicated for backup.
The first backups are created on Monday at 01:00.
How many recovery points will be available for each server on Thursday at 14:00? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
Server1: 1
Server2: 1
-
Server1: 1
Server2: 7
-
Server1: 6
Server2: 6
-
Server1: 7
Server2: 7
-
Server1: 7
Server2: 6
-
Server1: 8
Server2: 1
Question 8
Question
Question #08
HOTSPOT -
You have the Hyper-V hosts shown in the following table.
Server1 hosts the virtual machines shown in the following table.
Which virtual machine supports Secure Boot, and which virtual machine can be imported onto Server2? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
-
Supports Secure Boot: VM1
Can be imported onto Server2: VM1
-
Supports Secure Boot: VM1
Can be imported onto Server2: VM2
-
Supports Secure Boot: VM2
Can be imported onto Server2: VM2
-
Supports Secure Boot: VM3
Can be imported onto Server2: VM3
Question 9
Question
Question #09
HOTSPOT -
Your network contains an Active Directory domain named contoso.com. The domain contains the servers shown in the following table.
Server1 has a volume named D that contains the files shown in the following table.
Server1 fails.
You plan to move volume D to a different server.
Which files can you access if you move volume D to Server2 or Server3? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
-
Server 2: - File1.txt only
Server 3: - File1.txt only
-
Server 2: - File1.txt and File2.docx only
Server 3: - File1.txt and File2.docx only
-
Server 2: - File1.txt, File2.docx, and File3.vhdx
Server 3: - File1.txt, File2.docx, and File3.vhdx
-
Server 2: - None of the Files
Server 3: - None of the Files
-
Server 2: - File1.txt only
Server 3: - File1.txt and File2.docx only
-
Server 2: - File1.txt, File2.docx, and File3.vhdx
Server 3: - None of the Files
Question 10
Question
Question #10
You have a five-node failover cluster named Cluster1. All the nodes run Windows Server 2012 R2. All the nodes run on physical hardware.
You need to upgrade Cluster1 to Windows Server 2016. The solution must minimize administrative effort and costs.
What should you do first?
Answer
-
Add a Windows Server 2016 node to Cluster1
-
Create a new Windows Server 2016 failover cluster
-
Enable Cluster-Aware updating (CAU) on Cluster1
-
Drain and evict a node from Cluster1
Question 11
Question
Question #11
DRAG DROP -
You have a WIM file named Image.wim in a folder named C:\Images. The image contains a custom image of Windows Server 2016.
You need to update the image to include the PowerShell Desired State Configuration (DSC) feature.
Which three commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
Select and Place:
Answer
-
1. Mount-WindowsImage -ImagePath C:\Images\image.wim -Index 1 -Path C:Mount
2. Enable-WindowsOptionalFeature -FeatureName DSC-Services -Path C:\Mount
3. Dismount-WindowsImage -Path C:\Mount -Save
-
1. Enable-WindowsOptionalFeature -FeatureName DSC-Services -Path C:\Mount
2. Mount-WindowsImage -ImagePath C:\Images\image.wim -Index 1 -Path C:Mount
3. Dismount-WindowsImage -Path C:\Mount -Save
-
1. Dismount-WindowsImage -Path C:\Mount -Save
2. Enable-WindowsOptionalFeature -FeatureName DSC-Services -Path C:\Mount
3. Mount-WindowsImage -ImagePath C:\Images\image.wim -Index 1 -Path C:Mount
-
1. Mount-WindowsImage -ImagePath C:\Images\image.wim -Index 1 -Path C:Mount
2. Enable-WindowsOptionalFeature -FeatureName DSC-Services -Path C:\Images
3. Dismount-WindowsImage -Path C:\Mount -Save
Question 12
Question
Question #12
You are building a failover cluster named Cluster1.
You plan to add the following cluster roles to Cluster1:
✑ DHCP Server named DHCP1
✑ iSCSI Target Server named ISCSI1
✑ Scale-Out File Server named SOFS1
Which roles require a Cluster Shared Volumes (CSV) disk?
Answer
-
ISCSI1 only
-
SOFS1 and ISCSI1 only
-
DHCP1, SOFS1, and ISCSI1
-
SOFS1 only
Question 13
Question
Question #13
You have a Hyper-V host named Server1 that hosts a virtual machine named VM1. VM1 runs Windows Server 2016 and is configured as shown in the following table.
You need to ensure that you can manually increase and decrease the amount of memory allocated to VM1 while VM1 is running.
What should you do?
Question 14
Question
Question #14
HOTSPOT -
You have a stretch cluster that contains four nodes.
You run Get-ClusterFaultDomain and receive the output shown in the exhibit. (Click the Exhibit tab).
Node1 and Node2 are in a data center in an Active Directory site named London_Site. Node3 and Node4 are in an Active Directory site named Berlin_Site.
You need to ensure that the active nodes are in London_Site unless both Node1 and Node2 are offline.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
-
(Get-Cluster) PreferredSite="London"
-
(Get-Cluster).PreferredSite="Site1"
-
(Get-Cluster) PreferredSite="London_Site"
-
(Get-ClusterFaultDomain) PreferredSite="London"
Question 15
Question
Question #15
You have a server named Server1 that contains five volumes.
You install Data Deduplication on Server1.
You plan to enable Data Deduplication on volumes that can achieve a space saving of 50 percent or greater.
What should you run to identify on which volumes you should enable Data Deduplication?
Answer
-
ddpeval.exe
-
Optimize-Volume
-
ddpcli.exe
-
diskpart.exe
-
Get-DedupVolume
Question 16
Question
Question #16
You have a file server named FS1 that contains 10 shared folders. The folders contain user data.
A new security requirement states that all data transmissions involving the user data must be encrypted.
You need to configure FS1 to meet the security requirement.
Which command should you run?
Answer
-
Set-SmbServerConfiguration ""EncryptData $true
-
Set-SmbServerConfiguration ""EnableSMB1Protocol $false
-
Set-SmbClientConfiguration ""EnableInsecureGuestLogons $false
-
Set-SmbClientConfiguration ""EnableSecuritySignature $true
Question 17
Question
Question #17
You have three servers named Server1, Server2, and Server3. The servers are members of a Network Load Balancing (NLB) cluster named Cluster1.
You need to configure the handling priority for the traffic on port 443.
What should you do in Network Load Balancing Manager?
Answer
-
From the cluster properties, configure the host priority
-
From the host properties, configure the Filtering mode of a port rule
-
From the host properties, configure the host priority
-
From the cluster properties, configure the Filtering mode of a port rule
Question 18
Question
Question #18
HOTSPOT -
You have a file server that runs Windows Server (Server with Desktop Experience) and contains the volumes shown in the following table.
You plan to enable Data Deduplication on the volumes.
You need to recommend changes to the volumes to ensure that all the volumes support Data Deduplication.
Which change should you recommend for each volume? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Question 19
Question
Question #19
HOTSPOT -
You have a Hyper-V host named Server1. Server1 hosts a virtual machine named VM1 that has two network adapters.
You need to create a NIC team on VM1.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
Server1: New-VMSwitch
VM1: New-NetbfoTeam
-
Server1: Set-VMNetworkAdapter
VM1: New-NetLbfoTeam
-
Server1: New-NetLbfoTeam
VM1: Set-VMSwicthTeam
-
Server1: New-VMSwitch
VM1: Set-VMNetworkAdapter
-
Server1: Set-VMNetworkAdapter
VM1: New-VMSwitch
-
Server1: Set-VMSwicthTeam
VM1: New-NetbfoTeam
Question 20
Question
Question #20
HOTSPOT -
You have a server named Server1 that has Docker Engine "" Enterprise installed.
You create a container registry named Registry1 in a Microsoft Azure subscription.
You create a container image named image1 on Server1.
You need to store image1 in Registry1.
Which command should you run on Server1? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
docker push Registry1.Azurecr.io
-
docker pull Registry1.Azurecr.io
-
docker import Registry1.Azurecr.io
-
docker Export Registry1.Azurecr.io
-
docker push Registry1.Azurecr.blob.core.windows.net
-
docker push Registry1.Azurecr.onmicrosoft.com
Question 21
Question
Question #21
You have a Hyper-V host named HV1 that runs Windows Server 2016. HV1 is a guarded host that is part of a guarded fabric. HV1 receives updates through the
Semi-Annual Channel.
HV1 hosts the virtual machines shown in the following table.
HV1 has the virtual switches shown in the following table.
All the virtual machines are running and are joined to the same domain.
To which virtual machine can you connect by using PowerShell Direct?
Answer
-
-
only VM1 and VM3
-
only VM2 and VM4
-
only VM3 and VM4
-
VM1, VM2, VM3, and VM4
Question 22
Question
Question #22
HOTSPOT -
You have several custom deployment images for Windows Server 2016. The images are stored in a WIM file named install.wim.
You need to apply a cumulative update located in C:\Packages to the first image in the WIM file.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
Mount-WindowsImage
-
add-WindowsPackage
-
Save-WidnowsImage
-
New-WindowsImage
-
get-WindowsPackage
-
Dismount-WindowsImage
Question 23
Question
Question #23
HOTSPOT -
You have three servers named Server1, Server2, and Server3. The servers are the members of a failover cluster named Cluster1.
You attach the following local disks to each server:
✑ Three 512-GB NVMes
✑ Three 1-TB HDDs
✑ Three 1-TB SSDs
You run Enable-ClusterStorageSpacesDirect.
What is the result of the configuration? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer
-
9 TB
-
Read + White
-
18 TB
-
Read-only
-
22.5 TB
-
White-only
Question 24
Question
Question #24
You have a server named Server1 that runs Windows Server 2016.
You install the Server for NFS server role on Server1.
You need to ensure that you can create NFS shares on Server1 by using the NFS Share "" Advanced share profile.
Which additional server role should you install?
Answer
-
File Server VSS Agent Service
-
Work Folders
-
File Server Resource Manager
-
Print and Document Services
Question 25
Question
Question #25
HOTSPOT -
You have a Hyper-V failover cluster that consists of three nodes. Virtual machines are distributed evenly across the nodes.
You plan to restart each node during the upcoming week.
You need to ensure that after each restart, the virtual machines will be evenly distributed across the cluster. The solution must minimize the number of times the virtual machines are live-migrated across the nodes.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Question 26
Question
Question #26
Your network contains an Active Directory domain. The domain contains two servers named Server1 and Server2.
On Server1, you create a PowerShell Desired State Configuration (DSC) script stored in a file named Config.ps1.
You need to compile Config.ps1 so that the script can be applied to Server2 by using PowerShell DSC.
What should you run?
Answer
-
mofcomp.exe
-
Start-DscConfiguration
-
Publish-DscConfiguration
-
config.ps1
Question 27
Question
Question #27
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 domain. The domain contains a server named Server1 that runs Windows Server 2016.
Server1 contains a virtual disk named Disk1.vhdx in a folder named D:\Folder1. Disk1.vhdx contains an installation of Windows Server 2016.
You need to add the Telnet Client feature to Disk1.vhdx while the installation is offline.
Solution: At a command prompt, you run dism.exe to mount an image, enable a feature, and then dismount the image.
Does this meet the goal?
Question 28
Question
Question #28
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 domain. The domain contains a server named Server1 that runs Windows Server 2016.
Server1 contains a virtual disk named Disk1.vhdx in a folder named D:\Folder1. Disk1.vhdx contains an installation of Windows Server 2016.
You need to add the Telnet Client feature to Disk1.vhdx while the installation is offline.
Solution: From Server Manager, you run the Add Roles and Features wizard.
Does this meet the goal?
Question 29
Question
Question #29
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 domain. The domain contains a server named Server1 that runs Windows Server 2016.
Server1 contains a virtual disk named Disk1.vhdx in a folder named D:\Folder1. Disk1.vhdx contains an installation of Windows Server 2016.
You need to add the Telnet Client feature to Disk1.vhdx while the installation is offline.
Solution: You run Windows Configuration Designer, select the Advanced provisioning option, and then export a provisioning package.
Does this meet the goal?
Question 30
Question
Question #30
You have four servers named Server1, Server2, Server3, and Server4 that run Windows Server 2016. Each server has a single 4-TB SATA hard disk.
To each server you attach a new 4-TB SATA hard disk.
You need to create a new storage cluster that uses Storage Spaces Direct. The storage pool must contain all of the new disks.
Which command should you run before you enable Storage Space Direct?
Answer
-
Add-ClusterSharedVolume –Name "Disk 1" –Cluster Cluster1
-
New-Cluster –Name Cluster1 –Node ‘Server1’, ‘Server2’, ‘Server3’, ‘Server4’ -NoStorage
-
Get-ClusterAvailableDisk –Cluster Cluster1 | Add-ClusterDisk
-
New-ClusterStorageEnclosure –id 1 –name Cluster1 –type jbod –ConnectionString "Server1,Server2,Server3,Server4"
Question 31
Question
Question #31
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?
Answer
-
the dns.exe command
-
the optionalfeatures.exe command
-
the Install-Package cmdlet
-
the Enable-WindowsOptionalFeature cmdlet
Question 32
Question
Question #32
You have a server named Server1 that runs Windows Server 2016. You install the Docker daemon on Server1. You need to configure the Docker daemon to accept connections only on TCP port 64500. What should you do?
Answer
-
Run the New-NetFirewallRule cmdlet
-
Run the Set-ServiceWindows PowerShell cmdlet
-
Edit the daemon.json file
-
Edit the configuration json file
Question 33
Question
Question #33
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2. What should you do?
Answer
-
RunNew-SRPartnershipand specify the -RephcationMode
-
install the Failover Clustering feature and create a new cluster resource group.
-
Install the Failover Clustering feature and use Cluster Shared Volumes (CSV).
-
RunSet-DfsrServiceConfigurationand specify the -RPCPort
Question 34
Question
Question #34
You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?
Answer
-
Run the Set-Service cmdlet.
-
Modify the Security settings of Dockerd.exe.
-
Edit the Configuration.json file.
-
Run the sc config command.
Question 35
Question
Question #35
You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?
Answer
-
Run the sc privsc ommand.
-
Edit the Daemon.json file.
-
Add Docker Administrators to the local Administrators group.
-
Edit the Configuration.json file.
Question 36
Question
Question #36
You have Hyper-V virtual machines that run 50 web servers, 10 Microsoft SQL Server servers, 10 files servers, and eight domain controllers.
You need to implement a backup strategy that meets the following requirements:
✑ Backs up all servers
✑ Centralizes application-level backups
✑ Performs application-level backups
✑ Provides the ability to perform bare metal recovery
What should you use?
Answer
-
Microsoft Azure VM Backup
-
Microsoft Azure Backup Agent
-
Windows Server Backup
-
Microsoft Azure Backup Server
Question 37
Question
Question #37
You have two servers named Server1 and Server2 that run Windows Server 2016.
You plan to implement Storage Replica to replicate the contents of volumes on Server1 to Server2.
You need to ensure that the replication traffic between the servers is limited to a maximum of 100 Mbps.
Which cmdlet should you run?
Answer
-
Set-NetUDPSetting
-
New-StorageQosPolicy
-
Set-SmbBandwidthLimit
-
Set-NetTCPSetting
Question 38
Question
uestion #38
You have a server named Server1 that runs Windows Server 2016.
Server1 has four SCSI disks and a storage pool named Pool1 that contains three disks.
You create a virtual disk named Disk 1 that uses a mirrored layout.
You create a partition named Partition1 that uses all of the available space on Disk 1.
You need to extend Partition1.
What should you do first?
Answer
-
From Windows PowerShell, run the Resize-VirtualDisk cmdlet.
-
From Windows PowerShell, run the Resize-StorageTier cmdlet.
-
From Windows PowerShell, run the Expand-IscsiVirtualDisk cmdlet.
-
From Disk Management, modify the properties of Partition1.
-
From Disk Management, extend a volume.
Question 39
Question
Question #39
You have Nano Setver image named Diskl .vhdx.
You mount Diskl .vhdx.
You need to add a folder that contains several files to the image.
Which tool or cmdlet you should use?
Answer
-
Copy-Item
-
Add-WindowsImage
-
Add-WindowsPackage
-
Edit-NanoServerImage
Question 40
Question
Question #40
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?
Question 41
Question
Question #41
You have a server named Server1 that runs Windows Server 2016. You install the Docker daemon on Server1. You need to configure the Docker daemon to accept connections only on TCP port 64500. What should you do?
Answer
-
Run theNew-NetFirewallRule cmdlet
-
Run the Set-ServiceWindows PowerShell cmdlet
-
Edit the daemon.json file
-
Edit the configuration json file
Question 42
Question
Question #42
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2. What should you do?
Answer
-
Run New-SRPartnership and specify the RephcationMode
-
Install the Failover Clustering feature and create a new cluster resource group.
-
Install the Failover Clustering feature and use Cluster SharedVolumes (CSV).
-
Run Set-DfsrServiceConfiguration and specify the –RPCPort
Question 43
Question
Question #43
You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?
Answer
-
Run the sc privs command.
-
Edit the Daemon.json file.
-
Add Docker Administrators to the local Administrators group.
-
Edit the Configuration.json file.
Question 44
Question
Question #44
You have a Hyper-V host that runs Windows Server 2016.
You need to identify the amount of processor resources consumed by Hyper-V and virtual machines.
Which counter should you use from Performance Monitor?
Answer
-
\Hyper-V Hypervisor\Logical Processor
-
\Hyper-V HypervisorRoot Virtual Processor(_Total)\% Guest Run Time
-
\Hyper-V Hypervisor Virtual Processor(_Total)\% Hypervisor Run Time
-
\Hyper-V Hypervisor Virtual Processor(_Total)\% Total Run Time
Question 45
Question
Question #45
You have a file server named Server1 that runs Windows Server 2016.
Object access auditing is configured on Server1.
You need to filter the Security event log to show all log entries that relate to a user named User1.
What should you do?
Answer
-
Right-click the Security log, and then click Filter Current Log"¦ On the Filter tab, type a value in the User box.
-
Right-click the Security log, and then click Filter Current Log"¦ On the Filter tab, select a value from the Event sources box.
-
Right-click the Security log, and then click Create Custom View"¦ On the Filter tab, type a value in the User box.
-
Right-click the Security log, and then click Filter Current Log"¦ On the XML tab, modify the QueryList entry and set an EventData tag.
Question 46
Question
Question #46
You have a server that runs Windows Server 2016 Standard.
You create a new three-way mirror storage space. You format the storage space by using ReFS.
Which two features can you use on the new storage space? Each correct answer presents a complete solution.