Exam70-112 Ch03
When using VM Monitoring for Hyper-V VMs, what event ID will be logged when a monitored service is deemed to be unhealthy?
1250 ***When the service is determined to be unhealthy, the Event ID 1250 will be logged.
Which of the following PowerShell cmdlets correctly configures VM Monitoring for the DHCPClient service on the VM named VM42?
Add-ClusterVMMonitoredItem -VirtualMachine "VM42" -Service DHCPClient ***You would correctly use the PowerShell cmdlet Add-ClusterVMMonitoredItem -VirtualMachine "VM42" -Service DHCPClient to configure this monitoring configuration.
How does the selection of the preferred node affect failover of the cluster resources?
Allows you to control which node the resources come online on after a failure ***When configuring the Failback option, you can specify when failback will occur and whether or not to failback to the preferred owner after the preferred owner is brought back online.
How does the Scale-Out File Server provide for multiple nodes to access the same volume at the same time?
CSV and CSV cache ***To support multiple nodes to access the same volume at the same time, the Scale-Out File Server uses a CSV. It also uses a CSV cache, which is a read cache that significantly improves performance in certain scenarios, such as Virtual Desktop Infrastructure.
When adding nodes to a cluster, what permission must be granted to the account used to add the nodes to the cluster if that account is not a member of the Domain Administrators security group?
Create Computer Objects ***When you first create a cluster or add servers to a cluster, you must be logged on to the domain with an administrator's account on all the cluster's servers. If the account is not a domain administrator, the account must have the Create Computer Objects permission in the domain.
Which of the following features are not supported on the Scale-Out File Server? (Choose all that apply)
DFS replication, File Server Resource Manager, NFS ***Unlike a General Use File Server cluster, the Scale-Out File Server cluster is an active-active failover cluster where all file shares are online on all nodes simultaneously. Although the Scale-Out File Server supports SMB, it does not support NFS, Data Deduplication, DFS Replication, or File Server Resource Manager.
The High Availability Wizard allows you to configure several pre-selected high availability roles in a cluster. Which of the following are options that are available to choose from? (Choose all that apply)
Distributed Transaction Coordinator (DTC), Exchange Server ***The High Availability Wizard offers the following services and applications to choose from: DFS Namespace Server, DHCP Server, Distributed Transaction Coordinator (DTC), File Server, Generic Application, Generic Script, Generic Service, iSCSI Target Server, Internet Storage Name Service (iSNS) Server, Message Queuing, Other Server, Virtual Machine (VM), WINS Server.
When creating a new General Use File Server role, which SMB settings are enabled by default, but can be disabled if desired? (Choose all that apply)
Enable continuous availability, Encrypt data access ***The Enable continuous availability and Encrypt data access options are selected by default. The Enable continuous availability takes advantage of SMB v3 functionality (Transparent Failover), whereas the Encrypt data access enables encryption of the SMB connections.
How do you change the value of the preferred node in a cluster?
List the servers in the preferred order ***Select the server to be preferred from the list of available servers, then use the Up and Down buttons to move that server to the top or bottom of the listing.
If a monitored VM is gracefully restarted on its current Hyper-V host and it subsequently fails again, what will VM Monitoring next attempt?
Move the VM to another cluster node and restart it again ***When the service is determined to be unhealthy, the Event ID 1250 will be shown in the System Log. VM Monitoring will then restart the VM gracefully on the host that it's currently running on. If the VM fails again, VM Monitoring will move the VM to another node and start the VM.
What new management functionality is introduced with SMB 3.0?
PowerShell cmdlets for SMB ***SMB PowerShell management cmdlets were introduced in Windows Server 2012 and in Windows 8 with SMB 3.0.
When configuring a cluster to provide highly available Hyper-V services, which of the following hardware requirements must your server hardware meet?
Provide hardware-assisted virtualization ***Hosts require an x64-based processor with hardware-assisted virtualization.
Which SMB 3.0 feature minimizes processor utilization when performing large file I/O operations?
SMB Direct ***SMB Direct (SMB over Remote Direct Memory Access [RDMA]) enables direct memory-to-memory data transfers between servers, with minimal CPU utilization and low latency, using standard RDMA-capable network adapters (iWARP, InfiniBand, and RoCE). It also minimizes the processor utilization when performing large file I/O operations.
Server Message Block (SMB) 3.0 provides many changes that add functionality and improve performance. Which of the following features reduces the latency when accessing files over slow WAN links?
SMB Directory Leasing ***SMB Directory Leasing reduces the latency when accessing files over slow WAN links by caching directory and file meta-data for longer periods, which reduces the associated round-trips to fetch the meta-data from the server.
Server Message Block (SMB) 3.0 provides many changes that add functionality and improve performance. Which of the following features encrypts traffic?
SMB Encryption ***SMB Encryption performs encryption by selecting a check box. Both the SMB client and SMB server must support SMB 3.0 to take advantage of the SMB Encryption functionality.
Server Message Block (SMB) 3.0 provides many changes that add functionality and improve performance. Which of the following features allows users to scale shared bandwidth by adding cluster nodes?
SMB Scale Out ***SMB Scale Out allows users to scale shared bandwidth by adding cluster nodes.
Server Message Block (SMB) 3.0 provides many changes that add functionality and improve performance. Which of the following features allows SMB 3.0 clients to not lose an SMB session when failover occurs?
SMB Transparent Failover ***SMB Transparent Failover provides Continuously Available properties that allow SMB 3 clients to not lose an SMB session when failover occurs. Both the SMB client and SMB server must support SMB 3.0 to take advantage of the SMB Transparent Failover functionality.
Which of the following features of the General Use File Server clustering role is the only change from Windows Server 2008 R2 to Windows Server 2012?
Support for SMB 3.0 ***The General Use File Server role provides a central location for users to share files or for server applications that open and close files frequently. It also supports SMB, Network File System (NFS), Data Deduplication, File Server Resource Manager, DFS Replication, and other File Services role services. The only significant difference between Windows Server 2008 R2 and Windows Server 2012 is that Windows Server 2012 supports SMB 3.0.
When using VM Monitoring for Hyper-V VMs, into what event log will events be logged when a monitored service is deemed to be unhealthy?
System ***The events (event ID 1250) will be logged in the System log.
When configuring the failure threshold on the Failover tab, you can opt to leave the cluster in a failed state by configuring what two options? (Choose two answers)
The maximum number of failures that can occur, The length of time in hours ***You will configure the maximum number of failures that can occur in the selected number of hours. If the cluster fails more times within the selected period of time, it can be configured to be left offline for manual intervention.
What does the priority value for the cluster role specify?
The order in which roles are started up ***If a cluster has multiple roles, you can categorize the priority for each role. Roles with higher priorities are started before roles with lower priorities. If you don't want a role to start, you select No Auto Start.
Which of the following statements are true concerning SMB Multichannel in SMB 3.0? (Choose all that apply)
Uses multiple network interfaces, Introduces bandwidth aggregation and network fault tolerance, SMB 1.0 and SMB 2.x clients will use a single SMB connection ***SMB Multichannel uses multiple network interfaces to provide both high performance through bandwidth aggregation and network fault tolerance through the use of multiple network paths to data on an SMB share. SMB 1.0 and SMB 2.x clients will use a single SMB connection.