An administrator is tasked with verifying the cluster ' s disaster recovery capability. The administrator needs to validate the capability without impacting the production VMs on the Source cluster and ensure that the destination cluster can bring up all the protected VMs. How can the administrator perform a failover?
Correct Answer: C
Testing is the most vital component of a resilient BCDR strategy, as it proves that recovery objectives (RTO /RPO) are achievable before a real emergency occurs. The Nutanix " Test Failover " feature is purpose-built for this requirement. Unlike a Planned Failover (which shuts down production) or an Unplanned Failover (which assumes production is dead), a Test Failover performs a non-disruptive validation. During a Test Failover, the orchestration engine uses the most recent snapshots to power on VMs at the destination cluster. To satisfy the " without impacting production " requirement, the test VMs are typically attached to an " Isolated " or " Test " network segment that has no route to the live production network. This prevents IP address conflicts and service interference while allowing the administrator to log into the recovered VMs and verify that applications start correctly. Simple " Validation " (Option A) only checks the configuration settings and connectivity but does not actually test the power-on sequence or application logic. By executing a full Test Failover, the organization gains documented proof of its DR readiness, identifying potential issues like missing dependencies or incorrect boot orders without causing any disruption to the users currently accessing the primary site.
Question 32
An administrator initiates an unplanned failover due to a primary AZ outage. What is the worst-case scenario for data loss and which recovery point will be used by default?
Correct Answer: A
An " Unplanned Failover " is triggered when the primary site is completely offline or unreachable due to a disaster. Because the primary site cannot be contacted to perform one last synchronization of data, the recovery must rely on the recovery points that were successfully replicated to the destination cluster before the outage occurred. In this scenario, the worst-case data loss is equivalent to the Recovery Point Objective (RPO) defined in the Protection Policy. For example, if the RPO is set to 1 hour, and the disaster occurs 59 minutes after the last successful replication, the business will lose 59 minutes of data. By default, the Nutanix orchestration engine will automatically select and use the most recent recovery point available at the recovery site to restore the virtual machines. While an administrator can manually choose an older recovery point if needed (e.g., in the case of a ransomware attack), the default behavior is to minimize data loss by using the newest available point. This highlights why setting an appropriate RPO is the most important design decision for managing potential data loss in an unplanned failure event.
Question 33
An organization is finalizing its Disaster Recovery (DR) plan. The primary objective is to balance cost- efficiency with a target RTO of under 15 minutes. Data currently resides in Object Storage, but the team is debating between a Zero Compute approach and a Pilot Light approach. Why would a Pilot Light infrastructure be selected over a Zero Compute model despite the higher " Moderate " cost?
Correct Answer: C
When designing disaster recovery to a cloud environment (such as NC2 on AWS or Azure), organizations must choose a compute model that aligns with their Recovery Time Objective (RTO). The " Zero Compute " model is the most cost-efficient because it stores only the data (snapshots) in low-cost Object Storage (S3 or Blob) and does not maintain a running cluster. However, the RTO for Zero Compute is high because, in a disaster, the organization must first deploy a new Nutanix cluster, configure it, and then begin the process of hydrating data from the Object Storage. In contrast, the " Pilot Light " model involves keeping a minimal, active Nutanix cluster (e.g., 3 nodes) running at the recovery site. While this carries a moderate ongoing cost, it significantly reduces the RTO. Because the cluster already exists, the management plane (Prism Central), the storage containers, and all metadata are already active. When a failover is triggered, the system only needs to power on the VMs or perform a small amount of data hydration. This allows the organization to meet aggressive RTO targets of under 15 minutes, which is generally impossible with the Zero Compute model. Pilot Light provides the " ready-to-go " infrastructure needed for mission-critical applications that cannot afford the multiple hours required to provision a fresh cluster from scratch during an emergency.
Question 34
In the case of a protection domain containing more than 500 VMs, what is the first step an engineer must take before migrating to Prism Central-based protection policies while ensuring all VMs remain protected?
Correct Answer: A
Migrating from legacy Protection Domains to modern Prism Central Protection Policies is a recommended practice for scaling DR management. However, large environments must account for architectural limits during this transition. A Nutanix cluster has specific maximum thresholds for the number of entities (VMs) that can be contained within a single Protection Domain, and similar limits exist for the initial " handoff " to Prism Central. If a single legacy Protection Domain contains more than 500 VMs, attempting to migrate it as a single unit can lead to timeouts, metadata synchronization failures, and potential gaps in protection. To ensure that all VMs remain consistently protected during the migration, the first step is to " split " the existing large Protection Domain into multiple smaller, more manageable ones. For example, an administrator might split a 600-VM domain into three 200-VM domains. This reduction in " entity density " allows the Nutanix Cerebro and Prism Central services to process the migration tasks more efficiently without hitting resource contention or task timeout limits. Once the VMs are organized into these smaller groups, they can be systematically unlinked from the legacy domains and added to the new PC-based Protection Policies. This phased and controlled approach minimizes risk and ensures that a valid recovery point always exists for every VM throughout the entire migration lifecycle.
Question 35
An administrator notices that the link between the source and destination clusters gets overutilized during recovery point replication. The company secured a new 10G connection between the two clusters. What configuration should the administrator use so that the replication traffic uses the new 10G link?
Correct Answer: B
By default, Nutanix clusters use the same management network interface (eth0) for administrative tasks and replication traffic. In high-traffic environments or over narrow WAN links, replication can consume all available bandwidth, impacting management accessibility or other VM traffic. When a new dedicated high- speed link (such as a 10G connection) is added specifically for BCDR, the cluster must be instructed to move its replication traffic to that new path. The Nutanix solution for this is " Network Segmentation for DR. " This feature allows the administrator to define a new, dedicated network for disaster recovery and replication. By configuring segmentation, the administrator assigns a specific virtual interface (typically ntnx0) and a dedicated set of IP addresses for each Controller VM (CVM) on the new 10G link. Once enabled, the Cerebro and Stargate services will bind to these new " segmented " IPs for all site-to-site data transfers. This effectively offloads replication from the management network, ensuring that the 10G link is fully utilized for BCDR while the management network remains stable for administrative tasks. This configuration provides both better performance for replication (meeting aggressive RPOs) and better overall cluster security and stability through traffic isolation.