About the Exam

Professional-level Nutanix certification covering the deployment, administration and troubleshooting of Nutanix multicloud infrastructure on version 7.5. It covers cluster deployment and expansion, AHV virtualisation and VM management, storage containers and data services, networking, data protection and disaster recovery, and monitoring and health troubleshooting through Prism. Passing demonstrates the ability to run a Nutanix environment day to day.

Exam Topics

  • Manage Clusters in a Multicloud Environment25–30%
  • Manage Workloads in a Multicloud Environment25–30%
  • Perform DR and Data Protection in a Multicloud Environment20–25%
  • Perform Operations and Monitoring in a Multicloud Environment15–20%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 27, 2026 at 4:28 AM

Topic filter
Retired questions
Question sort

QuestionQ1

Perform DR and Data Protection in a Multicloud Environment

A virtual machine is protected by a protection policy, and its associated volume group is configured with CHAP authentication. As part of a monthly routine, an administrator rotates the VM's password.

What action must the administrator take to ensure the password is retained in the event of a failover?

  • A Set the password as part of startup policy.
  • B Set the password in the VG recovery points.
  • C Update the associated protection policy.
  • D Update the associated recovery plan.
Explanation

When a volume group uses CHAP authentication and is protected for disaster recovery (including synchronous replication scenarios), the CHAP secret is also referenced within the recovery plan configuration used to bring up resources at the recovery site. If the CHAP password is rotated on the source but not updated in the recovery plan, the target site continues to use the old password, causing a mismatch after failover and loss of connectivity for VM clients accessing the volume group. To ensure the new password is retained and applied correctly after failover, the administrator must update the CHAP password value within the associated recovery plan.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Manage Clusters in a Multicloud Environment

An administrator has been asked to remove a node from a Nutanix cluster running SQL VMs in order to assist with a hardware refresh. After the node removal process starts, the administrator receives the following error:

> Node node_uuid cannot be removed: Cluster needs at least 5 usable nodes

What action does the administrator need to complete in order to remove the node?

  • A Change the cluster Replication Factor (RF) to RF2 and then remove the node.
  • B Add the replacement node to the cluster first and then remove the original node.
  • C Change the storage containers Replication Factor (RF) to RF2 and remove the node.
  • D Shutdown the CVM and use ncli to force the removal of the node.
Explanation

Nutanix clusters must maintain a minimum number of usable nodes to satisfy the configured replication/resiliency factor while data is being evacuated from a node marked for removal. Rather than reducing the replication factor (which lowers data resiliency) or forcibly removing the node (which risks data loss), the supported hardware refresh procedure is to first add the replacement node to the cluster, bringing the usable node count above the required minimum, and only then remove the original node. This allows the cluster to redistribute and re-protect data using the newly added node's capacity before the old node is taken out of service.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Perform DR and Data Protection in a Multicloud Environment

An administrator restores a VM to a recovery point that was created two weeks earlier. Since that recovery point was taken, the VM's categories and ownership have since been changed.

The administrator performs this revert operation from Prism Central.

What is the expected outcome for the VM's categories and ownership after the revert completes?

  • A Categories are reverted to the recovery point state, but ownership is preserved.
  • B Both the VM’s categories and ownership are preserved at their current state.
  • C Categories are preserved, but ownership reverts to the recovery point state.
  • D Both the VM’s categories and ownership revert to the state captured in the recovery point.
Explanation

When a VM is reverted to a recovery point in Prism Central, only the VM's disk/data state is rolled back to match the recovery point. Metadata attributes such as categories and ownership are managed independently by Prism Central's IAM and policy engine and are not part of the snapshot data captured in the recovery point. As a result, these attributes remain at their current (post-recovery-point) values and are not reverted along with the VM's data.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Perform DR and Data Protection in a Multicloud Environment

An administrator needs to temporarily allow an external host to mount a Nutanix storage container over NFS in order to perform a data migration.

Which approach is recommended?

  • A Enable user authentication for NFS without allowlist.
  • B Use the container as a general-purpose NFS share.
  • C Allow a single host IP with 255.255.255.255 netmask.
  • D Allow the entire subnet to simplify future migrations.
Explanation

Nutanix storage containers control NFS access through a filesystem whitelist (allowlist) of permitted client IPs/subnets. For a temporary, single-host migration scenario, best practice is to add only that host's specific IP address to the whitelist using a /32 (255.255.255.255) netmask. This limits access strictly to the intended host, following the principle of least privilege, and the entry can easily be removed once the migration is complete. Enabling broad subnet access or using the container as a general NFS share unnecessarily expands the attack surface and is not the Nutanix-recommended practice for temporary external access.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Perform DR and Data Protection in a Multicloud Environment

An administrator needs to configure a remote site for Data Protection. At the source site, the VMs reside in a storage container named Marketing, but the data must be replicated to a storage container named Backups at the destination site.

What must be configured to accomplish this goal?

  • A Network Compression
  • B vStore mapping
  • C Network mapping
  • D vStore PD
Explanation

Nutanix Data Protection remote site configuration includes vStore Mapping, which associates a source storage container (vStore) with a destination storage container so that replicated data lands in the correct container at the remote site. Since the source container (Marketing) and destination container (Backups) have different names, an explicit vStore mapping must be configured on the remote site so replication traffic is directed to the Backups container instead of failing or defaulting incorrectly. Network Mapping instead maps source and destination networks for VM failover, not storage containers, and 'vStore PD' is not a valid Nutanix configuration construct.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home