Download Installation, Storage, and Compute with Windows Server 2016.70-740.PracticeDumps.2018-07-24.127q.vcex

Vendor: Microsoft
Exam Code: 70-740
Exam Name: Installation, Storage, and Compute with Windows Server 2016
Date: Jul 24, 2018
File Size: 2 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

ProfExam Discount

Demo Questions

Question 1
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 forest. 
You install Windows Server 2016 on 10 virtual machines. 
You need to deploy the Web Server (IIS) server role identically to the virtual machines. 
Solution: You create a software installation package, and then you publish the package to the virtual machines by using a Group Policy object (GPO).
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 2
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. 
You have a server named Server1 that runs Windows Server 2016. 
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory. 
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory. 
Solution: You create a performance counter data collector.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 3
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. 
You have a server named Server1 that runs Windows Server 2016. 
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory. 
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory. 
Solution: You create a performance counter alert data collector.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: A
Question 4
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. 
You have a server named Server1 that runs Windows Server 2016. 
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory. 
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory. 
Solution: You create a system configuration information data collector.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 5
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?
  1. On VM1, run Get-VMNetworkAdapter-VMName VM1 | Set-VMNetworkAdapter –MacAddressSpoofing On.
  2. On VM1, run docker network connect.
  3. On Server1, run docker network connect.
  4. On Server1, run Get-VMNetworkAdapter –VMName VM1 | Set-VMNetworkAdapter –MacAddressSpoofing On.
Correct answer: D
Explanation:
References:https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-networking
References:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-networking
Question 6
You have a server that runs Windows Server 2016. 
The server contains a storage pool named Pool1. Pool1 contains five physical disks named Disk1, Disk2, Disk3, Disk4, and Disk5. 
A virtual disk named VirtualDisk1 is stored in Pool1. VirtualDisk1 uses the parity storage layout. 
Disk3 fails. 
You need to remove Disk3 from Pool1. 
Which two commands should you run? Each correct answer presents part of the solution.
  1. Update-StoragePool –FriendlyName Pool1
  2. Set-ResiliencySetting –StoragePool Pool1 –PhysicalDiskRedundancyDefault 4
  3. Reset-PhysicalDisk –FriendlyName Disk3
  4. Set-PhysicalDisk –FriendlyName Disk3 –Usage Retired
  5. Remove-PhysicalDisk –FriendlyName Disk3
Correct answer: DE
Question 7
You have an Active Directory domain named Contoso.com. The domain contains servers named Server1, Server2 and Server3 that run Windows Server 2016. 
Server1 and Server 2 are nodes in a Hyper-V cluster named Cluster1. You add a Hyper-V Replica Broker role named Broker1 to Cluster1. 
Server3 is Hyper-V server. A virtual machine VM1 runs on Server3. 
Live Migration is enabled on all three servers and it is configured to use Kerberos authentication only. 
You need to ensure that you can perform the migration of VM1 to Server2. 
What should you do?
  1. Modify the Storage Migration settings on Server3.
  2. Modify the Cluster permissions for Cluster1.
  3. Add the Server3 computer account to the Replicator group on Server1 and Server2.
  4. Modify the Delegation settings of the Server3 computer account.
Correct answer: D
Explanation:
References:https://technet.microsoft.com/en-us/library/jj134199(v=ws.11).aspx#BKMK_Step1
References:
https://technet.microsoft.com/en-us/library/jj134199(v=ws.11).aspx#BKMK_Step1
Question 8
You have a Windows Server 2016 Hyper-V failover cluster that contains two nodes named Node1 and Node2. 
On Node1, you create a virtual machine named VM01 by using Hyper-V Manager. 
You need to configure VM01 to move to Node2 automatically if Node1 becomes unavailable. 
What should you do?
  1. From Failover Cluster Manager, run Configure Role actions.
  2. From Hyper-V Manager, click VM01, and click Enable Replication.
  3. From Hyper-V Manager, click Node1, and then modify the Hyper-V settings.
  4. From Windows PowerShell, run the Enable-VMReplicationcmdlet.
Correct answer: A
Explanation:
References:http://windowsitpro.com/hyper-v/make-vm-highly-available-windows-server-2012
References:
http://windowsitpro.com/hyper-v/make-vm-highly-available-windows-server-2012
Question 9
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?
  1. Add-ClusterDisk
  2. Enable-ClusterStorageSpacesDirect
  3. Update-ClusterVirtualMachineConfiguration
  4. Set-StoragePool
Correct answer: B
Question 10
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?
  1. Add-ClusterSharedVolume –Name “Disk 1” –Cluster Cluster1
  2. New-Cluster –Name Cluster1 –Node ‘Server1’, ‘Server2’, ‘Server3’, ‘Server4’ -NoStorage
  3. Get-ClusterAvailableDisk –Cluster Cluster1 | Add-ClusterDisk
  4. New-ClusterStorageEnclosure –id 1 –name Cluster1 –type jbod –ConnectionString “Server1,Server2,Server3,Server4”
Correct answer: B
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!