Home
41.
You have a Windows Server 2016 Hyper-V failover cluster that contains two nodes named NodeA and NodeB. On NodeA, you create a virtual machine named VM01 by using Hyper-V Manager. You need to configure VM01 to move to NodeB automatically if NodeA becomes unavailable. What should you do?
  • A.
    In the Failover Cluster manager, configure Role actions.
  • B.
    In the Hyper-V Manager, click VM01 and click Enable Replication.
  • C.
    In the Hyper-V Manager, click NodeA and modify the Hyper-V settings.
  • D.
    Run the PowerShell command Enable-VMReplication.
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
The Enable-VMReplication PowerShell command allows an administrator to configure the automatic replication of a cluster.
Report
Name Email  
42.
You are the administrator for a large organization that wants to implement site-aware clustering. What two PowerShell commands would you use to help you set up site-aware clustering?
  • A.
    (Get-Cluster).CrossSiteDelay = <value>
  • B.
    (Get-Cluster).CrossSiteThreshold = <value>
  • C.
    (Add-Cluster).CrossSiteDelay = <value>
  • D.
    (Add-Cluster).CrossSiteThreshold = <value>
  • Answer & Explanation
  • Report
Answer : [A, B]
Explanation :
The first PowerShell command, (Get-Cluster).CrossSiteDelay, is what is used to set the amount of time between each heartbeat sent to nodes. This value is in milliseconds (default is 1000).
The second PowerShell command, (Get-Cluster).CrossSiteThreshold, is the value that you set for the number of missed heartbeats (default is 20) before the node is considered offline.
Report
Name Email  
43.
What is the maximum number of nodes that can participate in a Windows Server 2016 failover cluster?
  • A.
    2
  • B.
    4
  • C.
    16
  • D.
    64
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
A Windows Server 2016 cluster consisting of servers running the x64 version can contain up to 64 nodes.
Report
Name Email  
44.
As an administrator, you need to create highly available storage spaces that connect to directly attached storage on the hosts. Which PowerShell command would you use?
  • A.
    Enable-ClusterStorageSpacesDirect
  • B.
    Set-StoragePool
  • C.
    Add-ClusterDisk
  • D.
    Update-ClusterVirtualMachineConfiguration
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The Enable-ClusterStorageSpacesDirect command allows an administrator to enable highly available storage spaces that use directly attached storage, Storage Spaces Direct (S2D), on a cluster.
Report
Name Email  
45.
If you have a running cluster and need to run the Validate a Configuration Wizard again, which of the following tests may require cluster resources to be taken offline?
  • A.
    Network tests
  • B.
    Storage tests
  • C.
    System configuration tests
  • D.
    Inventory tests
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
The storage tests require the clustered disk resource to be offline. If you need to run the storage tests, the Validate a Configuration Wizard will prompt you to make sure you want to take the resources offline.
Report
Name Email