Nutanix NCP-MCI-6.10 Practice Test - Questions Answers

List of questions
Question 1

An administrator attempted to enable Data-in-Transit Encryption on a Scale-Out Prism Central cluster to encrypt service-level traffic between nodes. However, the feature did not work correctly due to a firewall restriction.
Which CVM-specific port should be allowed through the firewall for Data-in-Transit Encryption?
2009
2010
2020
9440
Data-in-Transit Encryption in Nutanix requires inter-node communication over specific CVM ports.
Option A (Port 2009) is correct:
Port 2009 is used for Data-in-Transit Encryption between Nutanix CVMs.
Firewall rules must allow traffic on this port to enable secure encrypted communication.
Option B (Port 2010) is incorrect:
Port 2010 is used for CVM-to-CVM communication but does not handle encryption.
Option C (Port 2020) is incorrect:
This port is used for Acropolis File Services (AFS), not encryption.
Option D (Port 9440) is incorrect:
Port 9440 is used for Prism Central web access, not internal CVM encryption.
Nutanix Security Guide Data-at-Rest vs. Data-in-Transit Encryption
Nutanix KB Firewall Port Requirements for Secure Cluster Communication
Question 2

A Disaster Recovery administrator has set up a Protection Policy for 50 workloads, all configured similarly.
The RPO is 60 minutes with a specified retention of 10 local copies, 5 remote copies, and crash consistency.
After activation, recovery points are not appearing at the DR site, even though they are visible on the production side.
What is the most likely issue?
Nutanix Guest Tools (NGT) is not installed on the source VMs.
Windows updates need to be applied to all affected VMs.
The storage container name on the DR cluster does not match the production cluster.
The storage container RF factor does not match in both clusters.
For Disaster Recovery to function correctly, the source and destination storage containers must have identical names.
Option C (Storage container name mismatch) is correct:
If the storage container name at the DR site does not match, Nutanix cannot map snapshots and replication data.
This causes failover operations to fail, even though data exists.
Option A (NGT not installed) is incorrect:
NGT is needed for application-consistent snapshots, but not required for crash-consistent snapshots.
Option B (Windows updates) is incorrect:
OS updates do not affect replication availability.
Option D (Storage RF factor mismatch) is incorrect:
Replication works across different RF factors, but performance may vary.
Nutanix Disaster Recovery Guide Requirements for Remote Replication
Nutanix KB Storage Container Mapping for Protection Domains
Question 3

An administrator needs to optimize a VM's storage by leveraging compression features. The VM's vDisks are currently stored in a default storage container with no optimizations enabled.
How should the administrator proceed?
Migrate vDisks to the Production storage container.
Recreate the VM in the Production storage container and copy data.
Migrate the VM to the Production storage container.
Recreate the vDisk in the Production storage container and copy data.
Moving vDisks to a storage container with compression enabled ensures better data efficiency without downtime.
Option A (Migrate vDisks) is correct:
vDisk migration is non-disruptive and allows compression settings to be applied dynamically.
Option B (Recreate the VM) is incorrect:
Rebuilding the VM is unnecessary and would cause downtime.
Option C (Migrate the VM) is incorrect:
VM migration does not guarantee that only vDisks move, and it may disrupt performance.
Option D (Recreate vDisk) is incorrect:
This method is manual and time-consuming, while Nutanix provides an automated approach.
Nutanix Storage Optimization Guide Enabling Compression on Existing vDisks
Nutanix KB Migrate vDisks Between Storage Containers for Optimization
Question 4

The customer expects to maintain a cluster runway of 9 months. The customer doesn't have a budget for 6 months but they want to add new workloads to the existing cluster.
Based on the exhibit, what is required to meet the customer's budgetary timeframe?
Add resources to the cluster.
Postpone the start of new workloads.
Delete workloads running on the cluster.
Change the target to 9 months.
The exhibit shows that the overall runway is only 66 days, meaning that the current cluster does not have enough capacity to sustain workloads for 6 months, let alone 9 months.
The best solution is to add resources to the cluster (Option A), such as CPU, memory, or storage, to extend the runway.
Postponing new workloads (Option B) may help in the short term but does not align with the business need to continue adding workloads.
Deleting workloads (Option C) is not a viable option because the customer wants to add more, not remove them.
Changing the target to 9 months (Option D) does not change the actual resource constraints; it only alters the target timeframe.
Nutanix Prism Central Capacity Planning and Runway Analysis
Nutanix Bible Cluster Resource Management and Scaling
Nutanix Support KB How to Extend Cluster Runway with Resource Scaling
Question 5

An administrator is trying to configure Metro Availability between Nutanix ESXi-based clusters. However, the Compatible Remote Sites screen does not list all required storage containers.
Which two reasons could be a cause for this issue? (Choose two.)
Source and destination hardware are from different vendors.
The remote site storage container has compression enabled.
The destination storage container is not empty.
Both storage containers must have the same name.
For Metro Availability to work properly, the storage containers at both the primary and secondary sites must meet certain requirements:
The storage containers must have the same name (Option D). This ensures that replication and failover work seamlessly. If the names do not match, the storage containers will not be listed as compatible.
The destination storage container must be empty (Option C). Metro Availability requires a clean storage container at the secondary site to receive data. If the container already contains data, it cannot be used.
Option A is incorrect: Different vendor hardware does not affect Metro Availability compatibility.
Option B is incorrect: Compression does not affect Metro Availability compatibility. However, it is recommended to keep compression settings aligned between sites.
Nutanix Documentation: Metro Availability Deployment Guide
Nutanix Best Practices for Metro Availability
Nutanix KB 2093: Troubleshooting Metro Availability Storage Container Issues
Question 6

An administrator receives complaints about VM performance.
After reviewing the VM's CPU Ready Time data shown in the exhibit, which step should the administrator take to diagnose the issue further?
Check the number of vCPUs assigned to each CVM.
Review host CPU utilization.
Assess cluster SSD capacity.
Enable VM memory oversubscription.
Understanding the Issue
The administrator is investigating VM performance complaints and is analyzing CPU Ready Time data.
CPU Ready Time is a crucial metric in Nutanix and virtualization environments (AHV, ESXi, or Hyper-V).
It measures the amount of time a VM is waiting for CPU scheduling due to resource contention.
High CPU Ready Time indicates that VMs are ready to run but are waiting because the host lacks available CPU resources.
Analysis of the Exhibit
The graph shows CPU Ready Time spikes for multiple VMs.
Some VMs have CPU Ready Time exceeding 18% to 21.5%, which is very high.
A healthy CPU Ready Time should be below 5%.
Values above 10% indicate CPU contention, and anything above 20% is critical and requires immediate troubleshooting.
Evaluating the Answer Choices
(A) Check the number of vCPUs assigned to each CVM. (Incorrect)
CVMs (Controller VMs) have fixed CPU allocation, and modifying their vCPU count is not recommended unless advised by Nutanix Support.
The issue is related to VM CPU contention, not CVM configuration.
(B) Review host CPU utilization. (Correct Answer)
High CPU Ready Time suggests CPU overcommitment or host saturation.
The administrator should check host CPU usage in Prism Central to determine if the cluster is overloaded.
If host CPU usage is consistently above 85--90%, VMs are competing for CPU resources, leading to high CPU Ready Time.
(C) Assess cluster SSD capacity. (Incorrect)
SSD capacity impacts storage performance (latency, read/write speeds) but does not affect CPU Ready Time.
High CPU Ready Time is a CPU scheduling issue, not a storage bottleneck.
(D) Enable VM memory oversubscription. (Incorrect)
Memory oversubscription does not impact CPU scheduling.
Enabling memory oversubscription affects RAM allocation, but CPU Ready Time is strictly related to CPU contention.
Next Steps to Diagnose & Resolve the Issue
Review Host CPU Utilization:
Navigate to Prism Central Analysis CPU Usage per Host.
Identify hosts experiencing high CPU load.
Check VM vCPU Allocation:
Ensure that VMs do not have excessive vCPUs assigned, which can lead to scheduling inefficiencies.
Overprovisioning vCPUs can cause unnecessary contention.
Balance Workload Across Hosts:
Use Nutanix AHV DRS (Dynamic Scheduling) or VMware DRS to redistribute VMs across hosts.
Check if certain hosts are overloaded while others have spare CPU capacity.
Consider Scaling Out the Cluster:
If CPU usage is consistently high, adding more nodes may be required to reduce CPU contention.
Multicloud Infrastructure Reference & Best Practices
CPU Ready Time Best Practices:
Keep CPU Ready Time below 5%.
Avoid overcommitting vCPUs on heavily loaded hosts.
Monitor Prism Central Runway Metrics to predict future CPU resource needs.
Nutanix AHV CPU Scheduling Optimization:
Ensure proper VM sizing (avoid excessive vCPU allocation).
Balance workloads using Nutanix AHV DRS.
Nutanix Prism Central: Performance Analysis and CPU Metrics
Nutanix Bible: VM Performance and Resource Management
Nutanix KB: Troubleshooting High CPU Ready Time in AHV
Question 7

Refer to Exhibit:
In a scale-out Prism Central deployment, what additional functionality does configuring an FQDN instead of a Virtual IP provide?
Load balancing
Resiliency
Segmentation
SSL Certificate
When using FQDN instead of a Virtual IP in a scale-out Prism Central deployment, Nutanix enables load balancing across multiple Prism Central instances.
Option A (Load balancing) is correct because it ensures that requests are distributed among multiple Prism Central nodes, improving performance and redundancy.
Option B (Resiliency) is incorrect because resiliency is achieved through HA and replication, not through FQDN configuration.
Option C (Segmentation) is incorrect because network segmentation is handled at the VLAN or security policy level.
Option D (SSL Certificate) is incorrect because SSL certificates can be applied regardless of whether FQDN or Virtual IP is used.
Nutanix Prism Central Deployment Guide
Nutanix Best Practices for Scale-Out Prism Central
Nutanix Support KB: Configuring FQDN for Prism Central
Question 8

Refer to Exhibit:
After adding new workloads, why is Overall Runway below 365 days and the scenario still shows the cluster is in good shape?
Because Storage Runway is still good.
Because new workloads are sustainable.
Because there are recommended resources.
Because the Target is 1 month.
In Nutanix Capacity Planning, Overall Runway represents how long the cluster can support current and new workloads before resources are exhausted.
Even if the runway is below 365 days, the system considers the cluster to be in good shape if new workloads are sustainable (Option B).
Option A is incorrect: Storage runway alone is not the only factor; CPU and memory are equally important.
Option C is incorrect: The presence of recommended resources does not mean the cluster is in good shape.
Option D is incorrect: The target of 1 month affects projections but does not explain why the cluster is in good shape.
Nutanix Prism Central Capacity Runway and Planning
Nutanix Bible Workload Placement and Cluster Sizing
Nutanix Support KB Capacity Planning Best Practices
Question 9

An administrator needs to set up a protection policy in preparation for a Disaster Recovery (DR) test.
What is the first step required to satisfy this task?
Install NGT (Nutanix Guest Tools) on VMs where applications are supported.
Create an Availability Zone between Production and DR.
Convert the source cluster to AHV.
Create a point-in-time snapshot of source VMs.
For Nutanix Disaster Recovery (DR) protection policies, the first step is to establish a connection between the Production cluster and the DR site, which is done by creating an Availability Zone (AZ) (Option B).
Availability Zones (AZs) define remote sites for replication and are a requirement for configuring protection domains and disaster recovery plans.
Option A (Installing NGT) is not necessary for setting up replication but is useful for application-consistent snapshots.
Option C (Converting the source cluster to AHV) is not required, as Nutanix supports cross-hypervisor DR between ESXi and AHV.
Option D (Creating a point-in-time snapshot) is a later step after setting up the Availability Zone and Protection Policy.
Nutanix Protection Policies and DR Documentation
Nutanix Bible Disaster Recovery Planning
Nutanix Support KB Configuring Availability Zones in Prism Central
Question 10

An administrator wants to ensure that VMs can be migrated and restarted on another node in the event of a single-host failure.
What action should be taken in Prism Element to meet this requirement?
Set Redundancy Factor to 3.
Enable HA Reservation.
Configure a Protection Domain.
Configure an RF1 storage container.
To ensure VM high availability (HA) in the event of a node failure, the administrator must enable HA Reservation (Option B) in Prism Element.
High Availability (HA) in Nutanix ensures that VMs restart on another available node if the host they are running on fails.
Option A (Redundancy Factor 3) affects storage redundancy, not VM failover.
Option C (Protection Domains) is related to disaster recovery (DR), not local HA failover.
Option D (RF1 Storage Container) would reduce fault tolerance and is not recommended for production environments.
Nutanix Prism Element Guide Configuring HA Reservation
Nutanix Bible High Availability (HA) and Failover
Nutanix Support KB VM Recovery with HA Enabled
Question