Microsoft Exam Questions

What should you configure on the virtual machine?

Your network contains an Active Directory domain named contoso.com. The domain contains two
member servers named Server1 and Server2. All servers run Windows Server 2012 R2.
Server1 and Server2 are nodes in a Hyper-V cluster named Cluster1. Cluster1 hosts 10 virtual
machines. All of the virtual machines run Windows Server 2012 R2 and are members of the domain.
You need to ensure that the first time a service named Service1 fails on a virtual machine, the virtual
machine is moved to a different node.
You configure Service1 to be monitored from Failover Cluster Manager.
What should you configure on the virtual machine?

A.
From the Recovery settings of Service1, set the First failure recovery action to Take No Action.

B.
From the General settings, modify the Startup type.

C.
From the Recovery settings of Service1, set the First failure recovery action to Restart the Service.

D.
From the General settings, modify the Service status.

Explanation:
When a monitored service fails the Recovery features of the service will take action.
Example:

In this case for the first failure the service will be restarted by the Service Control Manager inside the
guest operating system, if the service fails for a second time the service will again be restarted via
guest operating system. In case of a third failure the Service Control Manager will take no action and
the Cluster service running on the Hyper-V host will take over recovery actions.

How to configure VM Monitoring in Windows Server 2012