nerdexam
Microsoft

AZ-801 · Question #110

You have a failover cluster named Cluster1 with nodes Node1, Node2, and Node3, all configured as File Servers. A File Server for general use cluster role named HAFS is configured, with Node1 as the cu

The correct answer is B. No. When a failover cluster is stopped and then started, cluster roles do not automatically guarantee to come online on their last active node.

Implement and manage Windows Server high availability

Question

You have a failover cluster named Cluster1 with nodes Node1, Node2, and Node3, all configured as File Servers. A File Server for general use cluster role named HAFS is configured, with Node1 as the current owner. For each statement, determine if it is true or false. Statement 2: If you stop and start Cluster1, HAFS will come online on Node1.

Options

  • AYes
  • BNo

How the community answered

(50 responses)
  • A
    28% (14)
  • B
    72% (36)

Why each option

When a failover cluster is stopped and then started, cluster roles do not automatically guarantee to come online on their last active node.

AYes

Assuming a cluster role will automatically return to its last active node after a full cluster stop/start is incorrect; the cluster performs a fresh placement decision.

BNoCorrect

The cluster service determines where roles should start based on preferred owners, failover policies, and available resources, not just the previous active node. Without specific configuration for automatic return or if preferred owners are not configured, the role may start on any available node.

Concept tested: Failover cluster role startup behavior

Source: https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-clustering-overview

Topics

#Failover Clustering#Cluster Roles#Preferred Owners#High Availability

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice