Free Nutanix NCP-MCI v6.10 practice questions

10 free Nutanix NCP-MCI v6.10 practice questions with the correct answer and a full explanation for each, taken from the CertStash pack of 93 questions. Work through them, then open each answer to check your reasoning.

Question 1

The team leads of a development environment want to limit developer access to a specific set of VMs.

What is the most efficient way to enable the team leads to directly manage these VMs?

  1. Create a Project for each team lead and assign access.
  2. Create Security Policies to isolate users.
  3. Create a VPC for each team lead and give them VPC Admin.
  4. Create a role mapping for each team lead and assign appropriately.
Show answer and explanation

Correct answer: A. Create a Project for each team lead and assign access.

Creating a Project for each team lead is the most efficient and direct way to manage access to specific VMs. Projects in Nutanix provide role-based access control where team leads can be assigned as administrators of their respective projects, giving them full management capabilities over the VMs assigned to those projects without unnecessary complexity.

Why the other options are wrong

  • B. Security Policies are designed for isolating network traffic and security rules, not for managing user access to VM resources.
  • C. Creating a VPC for each team lead is excessive overhead and VPC Admin rights grant broader network-level access than needed for simple VM management.
  • D. Role mapping is a more granular approach that requires additional configuration compared to the straightforward project-based access model.

Question 2

What is supported for creating a VM Template?

  1. VM has disks located on RF2 containers.
  2. VM is an agent or a Prism Central VM.
  3. VM is protected by Protection Domain-based DR.
  4. VM runs on the ESXi hypervisor.
Show answer and explanation

Correct answer: A. VM has disks located on RF2 containers.

A VM template can be created from a VM that has disks located on RF2 (Replication Factor 2) containers. RF2 containers provide the redundancy and stability needed for template creation, whereas VMs on RF1 containers or those with other limitations cannot be reliably templated.

Why the other options are wrong

  • B. Agent VMs and Prism Central VMs are system components that cannot be converted into templates for general use.
  • C. VMs protected by Protection Domain-based DR cannot be used as templates due to their replication and protection configurations.
  • D. Templates in Nutanix are created from native hypervisor VMs (AHV), not from ESX-ased VMs.

Question 3

How can a VM of Volume Group (VG) be associated to a Storage Policy?

  1. Assign the Storage Policy directly on the VM or VG.
  2. Assign the VM or VG directly on the Storage Policy.
  3. Migrate the VM or VG to the Storage Container assigned to the Storage Policy.
  4. Assign the VM or VG to the same Category as the Storage Policy.
Show answer and explanation

Correct answer: D. Assign the VM or VG to the same Category as the Storage Policy.

Storage Policy. Storage Policies in Nutanix are associated with VMs and Volume Groups through category assignment. When a VM or VG is assigned to the same category as a Storage Policy, the policy automatically applies to that resource, enabling policy-driven storage management.

Why the other options are wrong

  • A. Storage Policies cannot be assigned directly on individual VMs or VGs; they use category-based association.
  • B. VMs and VGs are not assigned directly to Storage Policies; the relationship is mediated through categories.
  • C. Migrating VMs to a specific storage container is a separate operation from Storage Policy association and is not the mechanism for policy application.

Question 4

What can be used to easily group a set of VMs?

  1. Labels
  2. Projects
  3. Tags
  4. Catalog Items
Show answer and explanation

Correct answer: C. Tags

Tags are the primary mechanism for easily grouping and categorizing a set of VMs in Nutanix. Tags allow administrators to quickly organize VMs by function, environment, owner, or other criteria and can be used for policy application and filtering.

Why the other options are wrong

  • A. Labels are metadata but are not the primary grouping mechanism; tags serve this purpose more effectively.
  • B. Projects are used for access control and isolation rather than simple grouping of VMs.
  • D. Catalog Items are templates for VM provisioning, not a mechanism for grouping existing VMs.

Question 5

An administrator wants to live-migrate a vGPU-enabled VM from one host to another within the same cluster.

What requirements must be met before initiating the migration?

  1. The VM must be configured as an agent VM.
  2. The vGPU profile needs to be changed.
  3. The host affinity for the VM must be set to a specific host.
  4. The target host has sufficient resources to support the VM.
Show answer and explanation

Correct answer: D. The target host has sufficient resources to support the VM.

For a vGPU-enabled VM to be successfully live-migrated between hosts within the same cluster, the target host must have sufficient resources to support the VM, including compatible GPU hardware and available memory. Both the source and target hosts must support the vGPU profile being used.

Why the other options are wrong

  • A. Agent VMs are unrelated to vGPU migration requirements.
  • B. The vGPU profile does not need to be changed; it must remain consistent for the migration to succeed.
  • C. Host affinity restrictions would prevent live migration; the host must be free to accept the migration.

Question 6

An administrator want to create a VM with memory overcommit features enabled in Nutanix environment.

Which statement best describes how the administrator will perform this VM creation?

  1. Memory overcommit can only be updated using the Prism Central console.
  2. Memory overcommit can not be enabled for VM from the Prism Central console.
  3. Memory overcommit can be enabled while creating a VM using Prism Element Web Console.
  4. Memory overcommit can only be updated using the Prism Element Web Console once VM created.
Show answer and explanation

Correct answer: A. Memory overcommit can only be updated using the Prism Central console.

Prism Central console. Memory overcommit features for VMs can only be updated using the Prism Central console. This centralized management interface provides the controls necessary to configure advanced memory features that affect VM performance and resource allocation across the cluster.

Why the other options are wrong

  • B. Memory overcommit can be enabled through Prism Central, contrary to this statement.
  • C. Memory overcommit cannot be configured during VM creation from Prism Element; it requires Prism Central.
  • D. Memory overcommit is managed through Prism Central, not Prism Element, even for post-creation updates.

Question 7

What guest customization options are available when creating a VM template?

  1. Custom Script Guided Script
  2. Sysprep Cloud-init
  3. Python YAML
  4. Bash Powershell
Show answer and explanation

Correct answer: B. Sysprep Cloud-init

When creating a VM template, the available guest customization options are Sysprep for Windows VMs and Cloud-init for Linux VMs. These industry-standard tools allow administrators to customize guest operating systems during VM deployment from templates.

Why the other options are wrong

  • A. Custom Script and Guided Script are not standard Nutanix guest customization options for templates.
  • C. Python and YAML are configuration formats, not guest customization tools available in the template creation workflow.
  • D. Bash and Powershell are scripting languages, not the primary guest customization mechanisms provided by Nutanix templates.

Question 8

An administrator is tasked with optimizing a VM's storage to leverage compression features. Currently, vDisks are in a storage container default-container-11111111111111 that has no optimization activated. The administrator must move the VM's storage to the storage container Production.

What is the most efficient way to achieve this operation?

  1. Recreate VM in the Production storage container configuration and copy data.
  2. Migrate VM to the Production storage container.
  3. Recreate vDisk in the Production storage container configuration and copy data.
  4. Migrate vDisks to the Production storage container.
Show answer and explanation

Correct answer: D. Migrate vDisks to the Production storage container.

Migrating vDisks to the Production storage container is the most efficient approach. This operation moves the VM's storage directly to the container with compression enabled, allowing the VM to leverage optimization features without requiring VM recreation or manual data copying.

Why the other options are wrong

  • A. Recreating the entire VM and copying data is inefficient compared to direct vDisk migration.
  • B. While migrating the VM might work, migrating the vDisks directly is more efficient and maintains the VM's identity and state.
  • C. Recreating individual vDisks and copying data adds unnecessary complexity compared to direct vDisk migration.

Question 9

Which two entities can be categorized? (Choose two.)

  1. Alerts
  2. Storage Containers
  3. Virtual Machines
  4. ISO Images
Show answer and explanation

Correct answer: B, C

B. Storage Containers C. Virtual Machines Storage Containers and Virtual Machines are the two entities that can be categorized in Nutanix environments. Categorization is a key feature allowing administrators to tag and organize infrastructure resources for policy application, reporting, and resource management. Alerts and ISO Images are not categorizable entities within the Nutanix framework.

Why the other options are wrong

  • A. Alerts are generated events and cannot be assigned to categories.
  • D. ISO Images are boot media and do not support categorization.

Question 10

An administrator has migrated a physical MySQL database from a legacy 3-Tier environment to a Nutanix cluster. Post migration, the administrator finds that at peak load, the number of IOPS being generated is lower than expected, and latency is higher.

Which two steps should the administrator take to improve this behavior? (Choose two.)

  1. Create additional vDisks for SQL data.
  2. Use LVM to stripe the SQL data across multiple vDisks.
  3. Ensure that the SQL data vDisks are thin provisioned.
  4. Ensure that the SQL data vDisks are thick provisioned.
Show answer and explanation

Correct answer: A, B

A. Create additional vDisks for SQL data. B. Use LVM to stripe the SQL data across multiple vDisks. Creating additional vDisks for SQL data and using LVM to stripe across multiple vDisks are the correct approaches to improve IOPS and reduce latency. Multiple vDisks enable parallel I/O operations and distribute load across storage paths, while LVM striping aggregates bandwidth. Thin provisioning does not address I/O distribution issues and can actually cause performance problems. Thick provisioning consumes unnecessary resources without improving the parallelism needed for peak load performance.

Why the other options are wrong

  • C. Thin provisioning does not improve IOPS or reduce latency for database workloads.
  • D. Thick provisioning addresses capacity concerns but does not improve I/O parallelism or latency.

That was 10 of 93.

The full Nutanix NCP-MCI v6.10 pack has all 93 questions, each with the answer, the explanation and why the other options are wrong, plus a questions-only copy for timed runs. US$39, paid once, with free monthly updates and a pass-or-your-money-back guarantee.

Get the full pack