NutaNIX
/nix/nutanix/certs/NCA-6.10/on-the-exam

NCA 6.10 · High-Yield Exam Facts

Nutanix Certified Associate AOS 6.10 · pc2024.2 This is on the exam! fact · right answer · background

This is on the exam! The most-tested NCA 6.10 facts, grouped by the four blueprint sections. Each entry lists the fact (what gets asked), the right answer (what to pick and why), and background (the reasoning). Every item was verified against current Nutanix documentation while building this page.

Sources: NCA 6.10 Exam Blueprint Guide + Nutanix docs (AOS Storage / Data Efficiency, Prism, LCM, NCC / Pulse, Data Protection, AHV Networking, Licensing, Foundation, NC2).

Practice, verify the blueprint. This reflects NCA 6.10 (AOS 6.10 / pc2024.2) as documented in early-to-mid 2026. Nutanix updates blueprints and product behavior; confirm the official blueprint on university.nutanix.com before you schedule.
On the exam

This is on the exam!

NCA is foundational: terminology, what-does-what, and the resiliency numbers. The densest, most-tested ground is Section 4 (storage, RF/FT) and the LCM workflow.

1 · Describe Lifecycle Management LCM

1.1

Which tool updates both software and firmware from one workflow?

Right answer

LCM (Life Cycle Manager). It is the unified, one-click updater for cluster software and firmware, and it resolves dependencies and sequencing for you.

Background

The classic trap is a distractor that only does firmware or only does software. LCM does both.

1.2

What must you run before LCM can apply updates?

Right answer

An Inventory operation. It scans the cluster for installed component versions and populates the available updates.

Background

Order: Inventory → review → Update. LCM then plans a safe rolling sequence (nodes may reboot).

1.3

How do you run LCM on a cluster with no internet (dark site)?

Right answer

Host the LCM dark-site bundle on a local web server inside your network and point LCM at that URL.

Background

The capability is not lost without Support Portal connectivity; only the source of the bundle changes.

1.4

Name things LCM can update.

Right answer

Nutanix software (AOS, Foundation, Prism, NCC/Licensing) and firmware (BIOS/BMC, disks, HBA, NIC) across Nutanix NX and qualified OEMs (Dell, HPE, Cisco, Lenovo, Fujitsu) and NC2.

Background

Prism Element rides along with AOS; Prism Central is a separate component with its own upgrade path.

1.5

Why does LCM resolve dependencies itself?

Right answer

So you don't hand-pick firmware/software order. LCM computes a compatible upgrade sequence in advance, reducing manual risk.

Background

This is the value proposition vs manually upgrading each component; it works even at dark sites.

2 · Describe Nutanix Basic Administration VM ops · Prism · licensing

2.1

Is AHV a separately licensed hypervisor?

Right answer

No. AHV is included at no extra licensing cost in every NCI license, and a new node ships with AHV by default.

Background

AHV is KVM-based, hardened and operationalized by Nutanix. VM ops, live migration, HA, and virtual networking are built in.

2.2

Host fails unexpectedly. Live migration or HA, and is it a move or a restart?

Right answer

HA, and it is a restart. VMs that were on the failed host are restarted on surviving hosts.

Background

Trap vs Live Migration, which is a planned, no-downtime move of a running VM (memory copied while it runs).

2.3

Which feature auto-balances VM load and avoids hot spots?

Right answer

ADS (Acropolis Dynamic Scheduling). Automatic, on by default on every AHV cluster.

Background

The AHV analog of VMware DRS. ADS-triggered moves use live migration under the hood.

2.4

Manage many clusters across sites from one screen, PE or PC?

Right answer

Prism Central (PC), a separate VM (or scale-out VM cluster) you deploy to manage multiple clusters.

Background

Prism Element (PE) is built into AOS, runs in every CVM, and manages only its own cluster. PE upgrades with AOS; PC is separate.

2.5

Does Prism Element cost extra or need a separate deployment?

Right answer

No. PE is built into every cluster (runs inside the CVMs). Prism Central is the piece you deploy separately.

Background

Prism Starter licensing is included with every AOS license; a 90-day Prism Ultimate trial is included too.

2.6

Use case needs Metro / NearSync / encryption / microsegmentation, which AOS tier?

Right answer

Ultimate. Advanced replication (Metro, NearSync, cross-cluster migration), encryption (data-at-rest, native KMS), and Flow microsegmentation are Ultimate features.

Background

RF3 / erasure coding / >12 nodes → Pro. Basic RF2 + async + compression → Starter.

2.7

Which AOS tier caps at 12 nodes and offers only RF2?

Right answer

Starter (up to 12 nodes per cluster, RF2, compression/dedup, async ≥ 1 hour, LCM).

Background

RF3 and erasure coding require Pro, which also lifts the node cap above 12.

2.8

CLI: which utility for VM/network ops vs cluster ops?

Right answer

acli (Acropolis CLI) for VM and network operations; ncli (Nutanix CLI) for cluster-level operations.

Background

Most day-to-day work is in Prism; the CLIs appear in "which command/where" style questions.

3 · Maintain Environmental Health NCC · Pulse · alerts

3.1

Difference between a health check and an alert?

Right answer

Checks are scheduled/proactive (run on a schedule via NCC); alerts are event-driven/reactive (raised when something crosses a threshold or fails).

Background

Alerts carry severities (info / warning / critical) and can notify out by email.

3.2

What is NCC?

Right answer

Nutanix Cluster Check, the health-check framework that scans configuration, performance, and operational issues across the cluster. Run from Prism or ncc health_checks run_all.

Background

NCC is downloaded/updated from the Support Portal, and Pulse is packaged with it.

3.3

Which feature sends cluster telemetry to Nutanix for proactive support?

Right answer

Pulse. When enabled it securely sends cluster health and configuration data to Nutanix on a schedule.

Background

Pulse feeds Nutanix Insights for predictive health and faster support. Pulse = scheduled telemetry; alerts = event-driven.

3.4

Where do you see overall cluster status and data resiliency at a glance?

Right answer

The Health dashboard in Prism (hosts, disks, VMs, storage, and the resiliency state).

Background

The data-resiliency widget tells you whether the cluster can currently tolerate its configured failures.

3.5

What is the Support Portal used for?

Right answer

Download software (AOS, NCC, Foundation, LCM dark-site bundles), manage licenses, open/track support cases, and read docs/KB.

Background

Pulse data surfaces in the portal's Insights views to speed triage.

4 · Describe Cluster Configuration Options storage · RF/FT · network

4.1

Minimum nodes for RF2? For RF3?

Right answer

RF2 needs 3 nodes; RF3 needs 5 nodes.

Background

RF3 keeps 5 copies of metadata, which is why it needs 5 nodes even though data has 3 copies.

4.2

How many failures does each redundancy level tolerate?

Right answer

RF2 / FT1 tolerates 1 node-or-drive failure; RF3 / FT2 tolerates 2 simultaneous failures.

Background

FT1 ↔ data RF2 (metadata RF3); FT2 ↔ data RF3 (metadata RF5). Cluster default is RF2 / FT1.

4.3

Where are RF and storage optimization set?

Right answer

On the storage container (RF, compression, deduplication, erasure coding are all container-level policies).

Background

The storage pool is the raw capacity of all disks; the container is the logical slice where policy lives; vDisks live in containers.

4.4

Which optimization fits VDI / full clones?

Right answer

Deduplication (SHA-1 fingerprint on ingest; removes duplicate blocks). Ideal where many VMs share identical data.

Background

Dedup works inline and post-process across the performance and capacity tiers.

4.5

Which optimization fits cold, rarely-changed data?

Right answer

Erasure Coding (EC-X). RAID-like parity striped across nodes; post-process on data cold for >7 days.

Background

It reclaims capacity without RF's full-copy overhead, so it suits write-cold/archival data, not hot, frequently overwritten data.

4.6

Default / safest general storage optimization?

Right answer

Compression. Inline for large/sequential I/O (>64 KB) or post-process; LZ4 / LZ4HC.

Background

Broadly safe to enable across workloads; the usual default recommendation.

4.7

Which hypervisors does Nutanix support?

Right answer

AHV (built in, free), VMware ESXi, and Microsoft Hyper-V. AHV is the default.

Background

Foundation images the chosen hypervisor at cluster build time.

4.8

What is NC2 and where does it run?

Right answer

Nutanix Cloud Clusters, the full Nutanix stack (CVM + AHV + AOS + Prism) on bare-metal instances in AWS and Azure.

Background

It is the "extend or migrate to public cloud without changing the operating model" answer; operated as one cloud with on-prem.

4.9

What does a two-node (ROBO) cluster require that a three-node does not?

Right answer

An external Witness VM in a separate failure domain (to arbitrate and keep resiliency).

Background

3 nodes is the standard minimum. 1-node ROBO exists on selected hardware with reduced resiliency and a limited guest-VM count.

4.10

What serves storage on every node?

Right answer

The Controller VM (CVM), which runs the Distributed Storage Fabric (DSF) and presents pooled storage to the hypervisor.

Background

Data locality keeps a VM's hot data on the node where it runs.

4.11

AHV networking: virtual switch and default bridge?

Right answer

Open vSwitch (OVS), default bridge br0 with default uplink bond br0-up.

Background

Put the CVM and AHV host on the native/untagged VLAN; a bond should have at least two physical NICs for HA. OVS supports VLAN tagging and LACP.

4.12

Which tool images bare-metal nodes and forms a cluster?

Right answer

Foundation. It installs the chosen AOS + hypervisor and forms the cluster; built into the CVMs.

Background

Plan ~3 IPs per node (hypervisor, CVM, IPMI/remote mgmt) plus a cluster IP and a Data Services IP.