Nutanix Certified Professional - Multicloud Infrastructure (NCP-MCI) — Questions and Answers
Question 1: Which approach is MOST important for NCP professionals when applying technical procedures?
- Adhering to established protocols while adapting to specific conditions (Correct answer)
- Using the fastest method regardless of standards
- Applying the same technique without variation
- Following personal shortcuts
Correct answer: Adhering to established protocols while adapting to specific conditions
Technical procedures require adherence to protocols with professional judgment for adaptation.
Question 2: What happens to a VM's network connectivity when you perform a live migration (vMotion equivalent) in AHV?
- A new IP address is assigned post-migration
- Network is briefly interrupted for 1-2 seconds
- Network connectivity is maintained throughout the migration (Correct answer)
- The VM must be powered off before migration
Correct answer: Network connectivity is maintained throughout the migration
AHV live migration maintains network connectivity throughout the process with no perceptible interruption to the VM's operations.
Question 3: How can a VM be backed up?
- Change IP
- Edit vNIC
- Clone VM
- Take a snapshot (Correct answer)
Correct answer: Take a snapshot
Taking a snapshot of a VM creates a point-in-time copy of its state and data, allowing for quick recovery to a previous configuration. While not a full backup solution on its own, snapshots are often a foundational element in a backup strategy, enabling rapid restoration or serving as a source for replication to a dedicated backup target.
Question 4: Which approach is MOST important for NCP professionals when applying technical procedures?
- Applying the same technique without variation
- Adhering to established protocols while adapting to specific conditions (Correct answer)
- Following personal shortcuts
- Using the fastest method regardless of standards
Correct answer: Adhering to established protocols while adapting to specific conditions
Technical procedures require adherence to protocols with professional judgment for adaptation.
Question 5: What is the MOST important factor when selecting assessment tools for NCP certification work?
- Personal familiarity with the tool
- The cost of the assessment tool
- Validity, reliability, and appropriateness for the specific context (Correct answer)
- How quickly the tool can be administered
Correct answer: Validity, reliability, and appropriateness for the specific context
Assessment tools must be valid, reliable, and appropriate for the specific context.
Question 6: How is hardware failure detected?
- User reports
- Hardware alerts in Prism (Correct answer)
- Email scans
- Log backups
Correct answer: Hardware alerts in Prism
Hardware failures in a Nutanix cluster are primarily detected and reported through hardware alerts in Prism. The Nutanix software continuously monitors the underlying hardware components, such as disks, power supplies, and network adapters. Upon detecting a fault, Prism generates an alert, notifying administrators immediately so they can take corrective action and maintain cluster health.
Question 7: An administrator wants to ensure that specific VMs always run on nodes within a particular subset of cluster nodes. Which Nutanix feature enables this?
- Fault Domain Configuration
- VM-Host Affinity Policy (Correct answer)
- Storage Container Mapping
- Network Segmentation Policy
Correct answer: VM-Host Affinity Policy
VM-Host Affinity Policies in AHV allow administrators to define rules that pin or prefer specific VMs to run on designated hosts within the cluster.
Question 8: What is Nutanix Erasure Coding (EC-X) and when is it most beneficial?
- A RAID-like technique that reduces storage overhead for cold data by encoding it across nodes instead of full replicas (Correct answer)
- A compression algorithm that runs during write I/O
- A snapshot technology for instant VM recovery
- A method of encrypting data at rest using AES-256
Correct answer: A RAID-like technique that reduces storage overhead for cold data by encoding it across nodes instead of full replicas
EC-X uses a RAID-like stripe across nodes to provide data redundancy with less storage overhead than full RF2/RF3 replication, ideal for cold or infrequently accessed data.
Question 9: Which command on a CVM lists all currently running Nutanix services and their status?
- cluster status
- genesis status (Correct answer)
- ncli cluster list-services
- allssh 'ps aux'
Correct answer: genesis status
Running 'genesis status' on a CVM displays the status of all Nutanix services managed by the genesis process.
Question 10: Which Nutanix technology enables deduplication to occur inline during write operations rather than as a post-process?
- Content-Based Read Cache (CBRC)
- Inline Deduplication with fingerprinting (Correct answer)
- Shadow Clones
- Erasure Coding
Correct answer: Inline Deduplication with fingerprinting
Nutanix uses SHA-1 fingerprinting during write operations to perform inline deduplication, eliminating redundant data before it is persisted to disk.
Question 11: Which tool simplifies initial cluster deployment?
- Calm
- Foundation (Correct answer)
- Prism
- Stargate
Correct answer: Foundation
Nutanix Foundation is the dedicated tool designed to simplify and automate the initial deployment and imaging of Nutanix nodes. It streamlines the process of installing the hypervisor and the Nutanix software stack (CVM) onto new hardware, making cluster creation efficient and straightforward for administrators.
Question 12: In Certified Nutanix Professional practice, what is the CORRECT sequence when performing a technical procedure?
- Execute immediately and document only if issues arise
- Execute, then plan and review
- Plan, prepare, execute, verify, and document (Correct answer)
- Document, execute, then plan
Correct answer: Plan, prepare, execute, verify, and document
The correct sequence follows: plan, prepare, execute, verify, and document.
Question 13: When deploying Nutanix clusters across multiple racks for rack-level fault tolerance, which configuration must be applied?
- Configure fault domains using node-to-rack mapping (Correct answer)
- Enable Metro Availability between racks
- Set RF3 as the default replication factor
- Enable stretched cluster mode in Prism
Correct answer: Configure fault domains using node-to-rack mapping
Fault domains must be configured to map nodes to their physical racks, allowing Nutanix to ensure replicas are placed on nodes in different racks.
Question 14: What is the purpose of the Nutanix Acropolis Block Services (ABS) Volume Group?
- Defines replication schedules for disaster recovery
- Organizes storage containers by workload type
- Groups VMs for collective snapshot policies
- Aggregates iSCSI disks into a logical unit that can be attached to initiators (Correct answer)
Correct answer: Aggregates iSCSI disks into a logical unit that can be attached to initiators
A Volume Group in ABS is a collection of iSCSI virtual disks that can be presented as block storage to external iSCSI initiators such as physical servers or VMs needing direct block access.
Question 15: Which tool provides Nutanix system monitoring?
- Prism Central (Correct answer)
- Zookeeper
- vSphere
- Curator
Correct answer: Prism Central
While Prism Element provides monitoring for individual Nutanix clusters, Prism Central is the centralized management and monitoring solution designed for multiple Nutanix clusters. It offers a consolidated view of infrastructure, performance, alerts, and operational insights across an entire Nutanix environment, enabling large-scale management, automation, and analytics.
Question 16: What is a virtual NIC used for in VM creation?
- Provides network connectivity (Correct answer)
- Manages disks
- Creates snapshots
- Adds memory
Correct answer: Provides network connectivity
A virtual NIC (vNIC) is a virtual network adapter assigned to a virtual machine. Its fundamental purpose is to provide network connectivity, enabling the VM to communicate with other virtual machines, physical servers, and external networks. Without a vNIC, a VM cannot participate in any network communications.
Question 17: What is the PROPER procedure for decommissioning outdated equipment in Certified Nutanix Professional?
- Simply discard in regular waste
- Donate without preparation
- Follow established protocols for safe decommissioning, data clearing, and proper disposal (Correct answer)
- Store indefinitely in case it's needed
Correct answer: Follow established protocols for safe decommissioning, data clearing, and proper disposal
Decommissioning requires safe shutdown, data clearing, proper disposal, and documentation.
Question 18: How can system logs be accessed in Nutanix?
- Contact vendor
- Restart CVM
- Use Log Collector (Correct answer)
- Open SSH
Correct answer: Use Log Collector
In Nutanix, system logs are comprehensively collected and can be accessed using the Log Collector utility. This tool gathers logs from all CVMs (Controller VMs) and hypervisor hosts across the cluster, consolidating them for easier analysis and troubleshooting. It provides a centralized method to diagnose issues by reviewing historical system events.
Question 19: What is the function of the Nutanix Curator service?
- Handles live migration of VMs between nodes
- Provides REST API access to Prism
- Manages VM snapshot schedules
- Performs background data integrity scans, compression, and deduplication jobs (Correct answer)
Correct answer: Performs background data integrity scans, compression, and deduplication jobs
Curator is a distributed metadata service that runs background tasks such as disk balancing, erasure coding, compression, deduplication, and integrity checks across the cluster.
Question 20: Which feature helps clone VMs quickly?
- Replication
- Snapshot
- Migration
- VM Cloning (Correct answer)
Correct answer: VM Cloning
VM cloning is a feature that allows you to create an exact copy of an existing virtual machine quickly and efficiently. In Nutanix, this process is highly optimized due to the distributed file system's ability to leverage features like redirect-on-write, which avoids copying all data blocks. This makes cloning ideal for rapid deployment of multiple identical VMs.
Question 21: What is NCC in Nutanix?
- Nutanix Cluster Check (Correct answer)
- NAS Command Console
- Node Configuration Console
- Network Control Center
Correct answer: Nutanix Cluster Check
NCC stands for Nutanix Cluster Check, which is a powerful diagnostic tool for Nutanix environments. It performs a comprehensive set of health checks across the cluster, verifying configuration, performance, and operational status. NCC helps identify potential issues, misconfigurations, and deviations from best practices, providing actionable insights for maintaining a healthy Nutanix infrastructure.
Question 22: Which Nutanix feature allows the cluster to continue operating even when a node fails, by maintaining multiple copies of data?
- Erasure Coding
- Replication Factor (RF) (Correct answer)
- Stretched Cluster
- Metro Availability
Correct answer: Replication Factor (RF)
Replication Factor (RF) determines how many copies of data are maintained across nodes, allowing the cluster to tolerate node failures without data loss.
Question 23: What role does calibration play in maintaining technical accuracy for Certified Nutanix Professional professionals?
- It only matters during inspections
- It is only necessary for new equipment
- It is optional for advanced professionals
- It ensures instruments produce accurate, consistent results over time (Correct answer)
Correct answer: It ensures instruments produce accurate, consistent results over time
Regular calibration ensures instruments continue producing accurate results over time.
Question 24: In Nutanix AOS, what is a Storage Container?
- A backup repository target
- A physical drive enclosure in the node
- A Docker container used for application isolation
- A logical storage policy grouping that maps to a datastore (Correct answer)
Correct answer: A logical storage policy grouping that maps to a datastore
A Storage Container is a logical grouping within a storage pool that allows administrators to apply storage policies (compression, deduplication, RF) and presents as a datastore to hypervisors.
Question 25: Which operation moves a VM without downtime?
- Shutdown
- Clone
- Live migration (Correct answer)
- Snapshot
Correct answer: Live migration
Live migration is a crucial virtualization feature that enables a running virtual machine to be moved from one physical host to another within the cluster without any downtime or interruption to its services. This capability is essential for performing host maintenance, balancing workloads, and ensuring high availability of applications.
Question 26: When documenting assessment findings in NCP practice, which approach is MOST appropriate?
- Summarize verbally without written documentation
- Use jargon only experts understand
- Record objective findings, measurements, and observations factually (Correct answer)
- Include only positive findings
Correct answer: Record objective findings, measurements, and observations factually
Assessment documentation must be objective, factual, and comprehensive.
Question 27: After enabling Nutanix Volume Groups for external iSCSI access, an external initiator cannot discover targets. What should be checked first?
- Data Services IP configuration on the cluster (Correct answer)
- CVM memory allocation for iSCSI
- iSCSI CHAP authentication settings on the Volume Group
- Hypervisor iSCSI kernel module status
Correct answer: Data Services IP configuration on the cluster
The Data Services IP is the cluster-wide iSCSI target address; if not configured, external initiators cannot discover Nutanix Volume Group targets.
Question 28: When Nutanix compression is set to 'Inline', when does compression occur?
- Immediately as data is written to disk (Correct answer)
- Only when the storage tier is 80% full
- After data has been cold for 60 minutes
- During nightly scheduled maintenance windows
Correct answer: Immediately as data is written to disk
Inline compression processes and compresses data immediately in the write path before it is persisted to disk, maximizing storage savings from the moment data is written.
Question 29: What is the minimum number of nodes required to form a Nutanix cluster with Replication Factor 2 (RF2)?
- 3 (Correct answer)
- 2
- 1
- 4
Correct answer: 3
RF2 requires a minimum of 3 nodes to ensure that the cluster can survive a single node failure while maintaining a quorum for metadata.
Question 30: What is the significance of the 'Replication Factor' (RF) setting chosen at cluster creation time?
- It sets the number of data copies maintained and determines failure tolerance, and changing it requires a full data migration (Correct answer)
- It determines the number of Prism Element instances running in the cluster
- It only affects virtual machine snapshots, not base VM data
- It can be changed per VM after deployment without restrictions
Correct answer: It sets the number of data copies maintained and determines failure tolerance, and changing it requires a full data migration
The cluster-level Replication Factor determines how many copies of all data are maintained and directly defines failure tolerance; changing it after deployment requires migrating all existing data.
Question 31: How does the NCP body of knowledge relate to daily professional practice?
- It is only for academic research
- It is theoretical with limited application
- It provides the foundational framework guiding decision-making and standard practices (Correct answer)
- It only applies during exams
Correct answer: It provides the foundational framework guiding decision-making and standard practices
The body of knowledge provides the framework guiding daily decision-making and practices.
Question 32: What does the Stargate service in Nutanix AOS primarily handle?
- Hypervisor lifecycle management
- Cluster configuration and node discovery
- Alert generation and reporting
- All data I/O operations including reads and writes (Correct answer)
Correct answer: All data I/O operations including reads and writes
Stargate is the data I/O gateway service in AOS that handles all read and write operations, applying storage policies like compression, deduplication, and replication.
Question 33: A Nutanix cluster running RF2 loses two nodes simultaneously. What is the expected impact?
- The cluster enters read-only mode
- Storage I/O is suspended until one node recovers
- All VMs are shut down and data becomes inaccessible (Correct answer)
- The cluster continues operating normally with reduced redundancy
Correct answer: All VMs are shut down and data becomes inaccessible
With RF2, the cluster can tolerate only one node failure; losing two nodes simultaneously results in loss of quorum and data unavailability.
Question 34: What happens to data locality when a VM is vMotioned (live migrated) to another node in Nutanix?
- The VM loses access to storage until data migration completes
- All VM data is immediately migrated to the new node's local storage
- Data remains on the original node; Nutanix migrates it opportunistically in the background based on access patterns (Correct answer)
- Prism Central blocks vMotion to preserve data locality
Correct answer: Data remains on the original node; Nutanix migrates it opportunistically in the background based on access patterns
After a live migration, the VM reads data remotely from the original node, and Nutanix opportunistically migrates the data to the new node in the background to restore locality.
Question 35: How frequently should ongoing assessments be conducted in Certified Nutanix Professional practice?
- Once annually regardless of circumstances
- Only when problems are reported
- Only when required by external auditors
- At regular intervals and as conditions change (Correct answer)
Correct answer: At regular intervals and as conditions change
Ongoing assessments should follow established protocols and also respond to changing conditions.
Question 36: After applying a hypervisor patch, VMs on one host fail to vMotion/live migrate. Which Prism alert category would surface this issue?
- Storage
- Data Protection
- Network
- Compute (Correct answer)
Correct answer: Compute
Live migration failures are classified under Compute alerts in Prism since they relate to host and VM compute resources.
Question 37: What is metadata in Nutanix used for?
- Run applications
- Track object and data location (Correct answer)
- Backup only
- Encrypt disks
Correct answer: Track object and data location
In Nutanix, metadata is essential for the efficient operation of the Nutanix Distributed File System (NDFS). It stores vital information about the location of data blocks and objects across the cluster, their attributes, and replication status. This allows the system to quickly locate and retrieve data, ensuring optimal I/O performance and data availability.
Question 38: How does Nutanix handle a disk failure within a node?
- The entire node is taken offline until the disk is replaced
- Only the affected VMs are migrated; other VMs on the node continue with degraded performance
- Nutanix automatically rebuilds the data from replicas on other nodes while the cluster continues serving I/O (Correct answer)
- A manual rebuild process must be triggered by the administrator through Prism
Correct answer: Nutanix automatically rebuilds the data from replicas on other nodes while the cluster continues serving I/O
When a disk fails, Nutanix uses the existing replicas of the lost data on other nodes to automatically rebuild redundancy, maintaining RF levels without administrator intervention.
Question 39: What is the MOST effective way for new NCP professionals to build competency?
- Learning through trial and error
- Combining formal education, mentored practice, and ongoing professional development (Correct answer)
- Studying certification materials exclusively
- Focusing solely on advanced topics
Correct answer: Combining formal education, mentored practice, and ongoing professional development
Building competency requires formal education, mentored practice, and ongoing development.
Question 40: What is the MOST important reason for maintaining equipment maintenance logs in NCP practice?
- To assign blame when equipment fails
- To satisfy insurance requirements only
- To justify replacement budgets
- To track maintenance history, predict failures, and demonstrate compliance (Correct answer)
Correct answer: To track maintenance history, predict failures, and demonstrate compliance
Maintenance logs track history, predict failures, and demonstrate regulatory compliance.
Question 41: What happens to running VMs when a CVM on the same node goes down in an AHV-based Nutanix cluster?
- VMs pause until the local CVM recovers
- VMs are immediately live-migrated to other nodes
- VMs continue running but I/O is served by CVMs on other nodes transparently (Correct answer)
- VMs are automatically restarted on other nodes by HA
Correct answer: VMs continue running but I/O is served by CVMs on other nodes transparently
When a CVM fails, running VMs on the same node transparently redirect their I/O to CVMs on other nodes, maintaining availability without interrupting VM operation.
Question 42: Which log file on a CVM contains the most detailed output for diagnosing Stargate (data I/O) issues?
- /home/nutanix/data/logs/curator.INFO
- /home/nutanix/data/logs/stargate.INFO (Correct answer)
- /home/nutanix/data/logs/prism_gateway.log
- /home/nutanix/data/logs/zookeeper.out
Correct answer: /home/nutanix/data/logs/stargate.INFO
stargate.INFO contains detailed logs for the Stargate service, which handles all data I/O operations.
Question 43: Which hypervisors are supported by Nutanix?
- ESXi and KVM only
- Only AHV
- Only VMware
- AHV, ESXi, Hyper-V (Correct answer)
Correct answer: AHV, ESXi, Hyper-V
Nutanix supports AHV, VMware ESXi, and Hyper-V.
Question 44: What is the recommended way to gracefully shut down a VM in Nutanix Prism to ensure data integrity?
- Delete the VM's vDisk to force shutdown
- Use 'Force Power Off' from Prism
- Issue a guest OS shutdown from within the VM (Correct answer)
- Use the 'Power Off' action from Prism
Correct answer: Issue a guest OS shutdown from within the VM
Issuing a graceful shutdown from within the guest OS (or using Prism's 'Guest Shutdown' with NGT installed) ensures OS-level flushing and data integrity.
Question 45: Which Prism Central feature allows administrators to set automated actions when a specific alert is triggered, such as running a script?
- Alert Policies
- Playbooks (Correct answer)
- Workflows
- Webhooks
Correct answer: Playbooks
Prism Central Playbooks allow administrators to define trigger-action automations, including running scripts or REST API calls in response to alerts.
Question 46: How frequently should ongoing assessments be conducted in Certified Nutanix Professional practice?
- At regular intervals and as conditions change (Correct answer)
- Only when required by external auditors
- Once annually regardless of circumstances
- Only when problems are reported
Correct answer: At regular intervals and as conditions change
Ongoing assessments should follow established protocols and also respond to changing conditions.
Question 47: Which Nutanix component manages the overall health of the cluster and handles service restarts?
- Zookeeper
- Genesis (Correct answer)
- Medusa
- Pithos
Correct answer: Genesis
Genesis is the cluster initialization and service management daemon that monitors CVM services and automatically restarts them if they fail.
Question 48: An administrator needs to verify that Nutanix software-defined storage is not contributing to application latency. Which metric should be monitored in Prism?
- Hypervisor Average CPU Ready
- Controller Average I/O Latency (Correct answer)
- Network Transmit Throughput
- Storage Pool Free Capacity
Correct answer: Controller Average I/O Latency
Controller Average I/O Latency measures the latency at the Nutanix storage controller layer, isolating storage as a latency contributor.
Question 49: How should Certified Nutanix Professional professionals handle equipment showing signs of malfunction during operation?
- Finish the current task first
- Continue operating while monitoring
- Immediately cease operation, secure the equipment, and report (Correct answer)
- Attempt field repairs while running
Correct answer: Immediately cease operation, secure the equipment, and report
Immediate cessation prevents safety hazards, further damage, or compromised results.
Question 50: What resource must be allocated to a VM?
- CPU only
- CPU, memory, storage (Correct answer)
- IP address only
- Disk space only
Correct answer: CPU, memory, storage
For a virtual machine to function correctly, it requires fundamental compute and storage resources. These essential resources include CPU (processing power), memory (RAM), and disk space (storage) for its operating system and applications. These resources are allocated from the underlying Nutanix cluster's pooled capacity.
Question 51: An administrator needs to change the cluster name after initial deployment. Which tool is the recommended method?
- Use Prism Element Settings > Cluster Details (Correct answer)
- Run 'ncli cluster edit-params' from any node
- Edit /etc/nutanix/cluster.conf on the CVM
- Modify the cluster name via Foundation re-imaging
Correct answer: Use Prism Element Settings > Cluster Details
The cluster name can be changed via Prism Element under Settings > Cluster Details without any CLI or re-imaging required.
Question 52: Which Nutanix feature allows a single physical cluster to be logically divided into isolated groups of nodes for different workloads?
- Storage Pools
- Availability Zones (Correct answer)
- Node Segmentation
- Host Affinity Policies
Correct answer: Availability Zones
Availability Zones in Prism Central allow logical grouping of nodes within or across clusters to provide fault domain isolation for different workloads.
Question 53: Which file system does Nutanix use?
- ZFS
- NDFS (Correct answer)
- EXT4
- VMFS
Correct answer: NDFS
Nutanix utilizes its proprietary distributed file system called NDFS (Nutanix Distributed File System). NDFS aggregates the local storage from all nodes in the cluster into a single, highly available storage pool, providing a resilient and scalable platform for virtual machines and applications. It handles data placement, replication, and other storage services across the cluster.
Question 54: What is the purpose of the 'shadow clones' feature in Nutanix cluster deployment for VDI workloads?
- Mirror VM disks across multiple containers
- Replicate VMs to a remote cluster automatically
- Deduplicate boot disk reads by caching popular data locally on each node (Correct answer)
- Provide VM-level snapshots for backup
Correct answer: Deduplicate boot disk reads by caching popular data locally on each node
Shadow clones allow read-only data (like VDI boot disks) to be cached locally on each node, reducing cross-node read traffic and improving performance.
Question 55: What is the PRIMARY purpose of obtaining NCP certification in Certified Nutanix Professional?
- To guarantee employment
- To satisfy a personal achievement goal
- To demonstrate verified competency and adherence to professional standards (Correct answer)
- To bypass educational requirements
Correct answer: To demonstrate verified competency and adherence to professional standards
Certification demonstrates verified competency and adherence to professional standards.
Question 56: What does the Nutanix 'Stargate' service primarily handle?
- Network packet routing between nodes
- Cluster-wide configuration management
- All data I/O operations including reads, writes, and caching (Correct answer)
- VM lifecycle management
Correct answer: All data I/O operations including reads, writes, and caching
Stargate is the data I/O gateway that handles all read and write operations, manages the tiered storage system, and implements data protection.
Question 57: Which report type in Prism Central provides a historical trend of cluster-wide CPU and memory utilization for capacity planning?
- Capacity Planning Report (Correct answer)
- Infrastructure Report
- Efficiency Report
- Compliance Report
Correct answer: Capacity Planning Report
The Capacity Planning Report in Prism Central provides historical utilization trends to forecast future infrastructure needs.
Question 58: What happens to the Controller VM (CVM) I/O path when a node fails in a Nutanix cluster?
- The cluster requires manual intervention to redirect I/O
- Remote CVMs on surviving nodes take over I/O for the failed node's VMs via CVM autopathing (Correct answer)
- Only reads are served; writes are queued until recovery
- All I/O stops until the node is replaced
Correct answer: Remote CVMs on surviving nodes take over I/O for the failed node's VMs via CVM autopathing
Nutanix's CVM autopathing automatically redirects I/O from the failed node's CVM to remote CVMs on healthy nodes, ensuring continuous operation.
Question 59: A Nutanix cluster's NCC check reports 'CVM memory usage critical.' Which Prism panel shows real-time CVM memory consumption per node?
- Health → Summary
- Storage → Overview
- Hardware → Node Details
- Analysis → Metric Charts → CVM Memory Usage (Correct answer)
Correct answer: Analysis → Metric Charts → CVM Memory Usage
The Analysis dashboard in Prism allows you to plot custom metric charts, including per-node CVM memory usage in real time.
Question 60: Which Nutanix feature provides self-service VM restoration from snapshots directly by end users without admin intervention?
- Prism Self-Service Portal
- NGT Self-Service Restore (SSR) (Correct answer)
- Protection Domain User Access
- Calm Runbooks
Correct answer: NGT Self-Service Restore (SSR)
NGT's Self-Service Restore (SSR) allows end users to browse and restore individual files or entire VMs from snapshots without requiring administrator assistance.
Question 61: In a Nutanix RF3 cluster, how many simultaneous node failures can the cluster tolerate without data loss?
- 4 nodes
- 1 node
- 2 nodes (Correct answer)
- 3 nodes
Correct answer: 2 nodes
RF3 stores three copies of every data block across different nodes, allowing the cluster to lose up to two nodes simultaneously while still having one remaining copy of all data.
Question 62: What does the Nutanix 'Reclaimable Space' metric in Prism represent?
- Raw disk space on failed drives
- Storage reserved for future nodes
- Space that can be freed by deleting powered-off VM snapshots (Correct answer)
- Capacity freed by enabling deduplication
Correct answer: Space that can be freed by deleting powered-off VM snapshots
Reclaimable Space indicates storage capacity that can be recovered by removing stale or unnecessary snapshots from powered-off VMs.
Question 63: Which Nutanix configuration allows administrators to define the maximum storage capacity a single VM can consume from a container?
- QoS throttling policy
- Storage container whitelist
- Container advertised capacity
- vDisk size limit (Correct answer)
Correct answer: vDisk size limit
vDisk size limits can be set at the container level to restrict how much storage any individual virtual disk within that container can consume.
Question 64: In Nutanix, what is the minimum number of nodes required to enable Erasure Coding (EC-X)?
- 3 nodes
- 2 nodes
- 4 nodes (Correct answer)
- 6 nodes
Correct answer: 4 nodes
EC-X requires a minimum of 4 nodes in the cluster because it needs to distribute data strips and parity blocks across enough nodes to achieve meaningful fault tolerance.
Question 65: A cluster is being expanded by adding new nodes. Which process automatically incorporates new nodes into the existing distributed storage fabric?
- Auto node addition via Prism workflow (Correct answer)
- Manual Curator scan
- Storage pool expansion via CLI
- Node discovery via Foundation
Correct answer: Auto node addition via Prism workflow
Prism's node expansion workflow automatically handles adding new nodes, including data rebalancing and integration into the storage fabric.
Question 66: Which factor MOST significantly affects the quality of technical outcomes in NCP practice?
- Speed of procedure completion
- The time of day
- The brand of equipment
- The practitioner's training, preparation, and attention to detail (Correct answer)
Correct answer: The practitioner's training, preparation, and attention to detail
Quality depends primarily on training, preparation, and attention to detail.
Question 67: Which Nutanix storage feature allows multiple VMs to share a single vDisk efficiently by storing only unique blocks?
- iSCSI multipathing
- NFS multi-attach shares
- Linked Clones via thin-provisioned snapshots (Correct answer)
- Distributed Object Storage
Correct answer: Linked Clones via thin-provisioned snapshots
Nutanix uses a redirect-on-write snapshot mechanism to create space-efficient linked clones where VMs share a base vDisk and only unique changed blocks are stored per VM.
Question 68: After a successful cluster deployment, an administrator finds that CVMs cannot reach external DNS. What is the first configuration element to verify?
- Prism Element DNS whitelist settings
- Hypervisor DNS resolver settings
- CVM firewall rules blocking UDP 53
- CVM network configuration including DNS server IPs and gateway (Correct answer)
Correct answer: CVM network configuration including DNS server IPs and gateway
The CVM network configuration (IP, subnet mask, gateway, and DNS server entries) must be verified first as incorrect settings prevent external name resolution.
Question 69: In a Nutanix cluster, what is the purpose of the 'Curator' service?
- Handles network I/O between nodes
- Manages VM snapshots exclusively
- Provides user authentication for Prism
- Performs background distributed operations like disk balancing and garbage collection (Correct answer)
Correct answer: Performs background distributed operations like disk balancing and garbage collection
Curator is responsible for background maintenance tasks including disk usage rebalancing, data compression, deduplication, and garbage collection.
Question 70: Which Nutanix tool detects configuration issues?
- System restore
- Data recovery
- Health checks (Correct answer)
- Snapshot manager
Correct answer: Health checks
Nutanix Health Checks, often performed using the Nutanix Cluster Check (NCC) tool, are designed to detect configuration issues and potential problems within the cluster. These checks validate various aspects of the system against best practices and known issues, providing recommendations for remediation. Regularly running health checks helps maintain optimal cluster performance and stability.
Question 71: In Certified Nutanix Professional, what is the PRIMARY purpose of conducting an initial assessment?
- To demonstrate the assessor's expertise
- To generate documentation for billing
- To fulfill administrative requirements
- To establish a baseline and identify needs for appropriate action (Correct answer)
Correct answer: To establish a baseline and identify needs for appropriate action
The initial assessment establishes a baseline and identifies specific needs to guide subsequent decisions.
Question 72: What is used to identify resource bottlenecks?
- Task list
- SSH logs
- Alert history
- Performance charts (Correct answer)
Correct answer: Performance charts
Performance charts in Nutanix Prism are vital for identifying resource bottlenecks within the cluster. These charts provide visual representations of CPU, memory, storage I/O, and network utilization over time. By analyzing trends and spikes in these metrics, administrators can pinpoint specific resources that are overutilized, indicating a bottleneck that may be impacting performance.
Question 73: What is the purpose of alerts in Prism?
- Notify about system health issues (Correct answer)
- Control users
- Encrypt data
- Enable backups
Correct answer: Notify about system health issues
Alerts in Nutanix Prism are crucial for proactive system management. Their primary purpose is to notify administrators about potential issues, anomalies, or changes in the system's health and performance. This allows for timely intervention, preventing minor problems from escalating into major outages or performance degradation.
Question 74: During a rolling upgrade of AOS, one CVM fails to rejoin the cluster after rebooting. What is the recommended first step?
- Run NCC health checks on all other CVMs
- Check CVM logs at /home/nutanix/data/logs/
- Force restart the CVM using IPMI
- Manually trigger genesis restart on the failed CVM (Correct answer)
Correct answer: Manually trigger genesis restart on the failed CVM
Restarting genesis on the failed CVM is the recommended first step as genesis manages CVM services and cluster membership.
Question 75: Which Nutanix protocol allows VMs to access block storage volumes directly, bypassing the hypervisor datastore?
- SMB
- iSCSI (Correct answer)
- NFS
- FTP
Correct answer: iSCSI
Nutanix Volumes (formerly Acropolis Block Services) exposes iSCSI LUNs that can be attached directly to VMs or physical hosts, enabling block-level access to Nutanix storage.
Nutanix Certified Professional - Multicloud Infrastructure (NCP-MCI)
The Nutanix Certified Professional - Multicloud Infrastructure (NCP-MCI) certification validates a candidate's ability to deploy, administer, and troubleshoot Nutanix AOS in a multicloud environment.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds