Real Nutanix NCA-6.10 Exam Questions Study Guide
Updated and Accurate NCA-6.10 Questions for passing the exam Quickly
NEW QUESTION # 21
An administrator is looking to upgrade their licensing on a Nutanix cluster.
Which licensing levels are available for a Nutanix cluster?
- A. Mixed, Advanced, Enterprise
- B. Starter, Pro, Ultimate
- C. Starter, Pro, Dedicated
- D. Community Edition, Pro, Enterprise
Answer: B
NEW QUESTION # 22
An administrator needs to enable Self Service Restore (SSR) on a Nutanix-hosted VM.
What is required for the administrator to complete this task?
- A. Prism Central
- B. A Storage Container
- C. VMWare Tools
- D. Nutanix Guest Tools
Answer: D
Explanation:
To enableSelf Service Restore (SSR)on a Nutanix-hosted VM, the VM must haveNutanix Guest Tools (NGT)installed. NGT provides integration between the VM and the Nutanix cluster, allowing features like file-level restore, application-consistent snapshots, and SSR. Administrators can use Prism Central or Element to manage SSR after enabling NGT on the VM.
* A. A Storage Container:Incorrect, as a storage container is required for storing snapshots but is not specific to SSR.
* B. Nutanix Guest Tools:Correct, as NGT is essential for enabling SSR functionality.
* C. Prism Central:Incorrect, as Prism Central helps manage SSR but is not directly required to enable it.
* D. VMWare Tools:Incorrect, as this is specific to VMware environments and not Nutanix AHV.
References:
Nutanix Guest Tools Installation Guide.
Nutanix Administration Guide: Enabling and Managing SSR.
NEW QUESTION # 23
Which storage protocol is used by Nutanix Distributed Storage Fabric (DSF) to provide access to an ESXi hypervisor?
- A. NFS
- B. LVM
- C. SMB
- D. iSCSI
Answer: D
Explanation:
Nutanix Distributed Storage Fabric (DSF) provides storage access to an ESXi hypervisor using theNFS (Network File System)protocol. DSF abstracts the underlying storage hardware and exposes storage as an NFS datastore to ESXi hosts. This integration enables high performance, data protection, and scalability while simplifying storage management.
Other options:
* LVM: Not used in Nutanix storage.
* iSCSI: Used for specific use cases, not the default protocol for ESXi.
* SMB: Not supported for ESXi environments.
:
Nutanix VMware Integration Documentation.
Nutanix Storage Protocol Support Documentation.
Nutanix DSF Overview Whitepaper.
NEW QUESTION # 24
Which storage container option reduces the available storage to other containers?
- A. Capacity Deduplication
- B. Advertised Capacity
- C. Reserved Capacity
- D. Erasure Coding
Answer: C
Explanation:
TheReserved Capacityoption in a storage container explicitly reserves a portion of cluster storage for that container. This reservation reduces the amount of storage available for other containers. Reserved Capacity ensures that specific workloads have guaranteed storage resources, preventing resource contention or overcommitment.
Other options:
* Advertised Capacity: Defines the storage limit displayed to users but does not reserve storage.
* Erasure Coding: Optimizes storage efficiency but does not reduce available capacity.
* Capacity Deduplication: Reduces space consumption by eliminating duplicate data but does not affect other containers' storage.
:
Nutanix Storage Best Practices Guide.
Nutanix Prism UI Help - Storage Container Configuration.
WSZC
NEW QUESTION # 25
An administrator of an AHV cluster needs to deploy a solution that will provide self-service network provisioning and overlapping IP addresses for true multi-tenant networking with VPCs.
Which product will satisfy this requirement?
- A. Nutanix Database Service
- B. Flow Network Security
- C. Nutanix Kubernetes Platform
- D. Flow Virtual Networking
Answer: D
Explanation:
The correct answer isD. Flow Virtual Networking (FVN).
Flow Virtual Networking (FVN)is a Nutanix solution that enablesadvanced network virtualization, including:
* VPCs (Virtual Private Clouds)
* Overlapping IP address spaces
* Self-service network provisioning
* Multi-tenancy support
* Microsegmentation
FVN abstracts physical networking and allows tenants to manageisolated logical networks, providing cloud- like networking capabilities directly integrated with AHV.
Clarifications:
* A. Nutanix Kubernetes Platform (NKP):Orchestrates containers; does not provide virtualized network infrastructure.
* B. Flow Network Security:Focuses onmicrosegmentationandpolicy enforcement, not on VPC or L3 abstraction.
* C. Nutanix Database Service (NDB):Manages DBaaS; not related to networking.
Official Reference:
* Nutanix Flow Virtual Networking Tech Note
* Nutanix Documentation Portal - Flow Virtual Networking
* Excerpt: "Flow Virtual Networking provides VPCs, overlapping IPs, and self-service networking capabilities for secure multi-tenancy in Nutanix AHV clusters."
NEW QUESTION # 26
What is the minimum number of nodes required in a cluster for enabling Erasure Coding?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
The correct answer isC. 4
Erasure Coding (EC-X)in Nutanix is a data efficiency feature that replaces multiple replicas with parity data to reduce storage overhead while still protecting against failures. Theminimum node requirementfor enabling Erasure Coding is4 nodes, due to the need to distribute data and parity across multiple failure domains.
Details:
* RF2 with EC-Xrequires at least4 nodes.
* RF3 with EC-Xrequiresat least 6 or 8 nodes, depending on configuration.
Prism UI Navigation Path:
Storage > Storage Containers > Enable EC-X
Official Reference:
* Nutanix Bible - Erasure Coding Section
* Nutanix Storage Admin Guide
* Excerpt: "A minimum of 4 nodes is required in a Nutanix cluster to enable Erasure Coding (EC-X) with RF2."
NEW QUESTION # 27
Which is the default native Linux bridge in AHV?
- A. virbro
- B. bridge0
- C. br0
- D. vs0
Answer: C
Explanation:
The correct answer isA. br0.
InAHV (Acropolis Hypervisor),br0is thedefault native Linux bridgecreated on each hypervisor host. It is used for VM traffic and external communication. AHV leveragesOpen vSwitch (OVS)to manage virtual networking, but the bridge is exposed as br0 in the host's network configuration.
Key points:
* br0connects VM virtual NICs (vNICs) to the physical network via the host's uplinks.
* It is pre-configured during Foundation or cluster deployment.
* virbr0is typical in KVM environments but isnot usedin AHV.
Official Reference:
* Nutanix AHV Networking Guide
* Nutanix KB #2027 - AHV Host Networking
* Excerpt: "AHV uses br0 as the default bridge on the host, configured by Open vSwitch for guest VM networking."
NEW QUESTION # 28
What type of NTP/time sources are recommended for Nutanix clusters?
- A. External ISP NTP sources
- B. Rate-limited NTP sources
- C. Windows time sources
- D. Internal NTP sources
Answer: D
Explanation:
The correct answer isB. Internal NTP sources.
Nutanix strongly recommends configuringreliable internal NTP sources(e.g., enterprise-managed NTP servers or domain NTP servers) to ensure:
* Time consistency across all nodes and CVMs
* Accurate logging, monitoring, authentication (e.g., Kerberos), and cluster operations
* Avoiding dependency onexternal/public NTPsources, which may berate-limited, unavailable, or blockedby firewalls Clarifications:
* A (Windows time sources):Generally discouraged unless they are configured to use a stratum 1/2 reliable upstream source.
* C (Rate-limited sources):Not recommended; can result in dropped or inconsistent time updates.
* D (External ISP NTP):Not preferred for production clusters due to reliability concerns.
Prism UI Navigation Path:
Settings > NTP Servers
Official Reference:
* Nutanix Best Practices Guide - NTP Configuration
* Excerpt: "Use reliable and consistent internal NTP servers for all Nutanix clusters to maintain time synchronization."
NEW QUESTION # 29
How can an administrator work with Nutanix Support to recover a deleted VM, in its most up-to-date status, within a 24-hour period of the VM being deleted?
- A. Use NC2 on AWS.
- B. Use Nutanix Recovery Plan.
- C. Use the Recycle Bin.
- D. Use third party tools.
Answer: C
Explanation:
The correct answer isB. Use the Recycle Bin.
TheRecycle Binfeature in Nutanix enablessoft deletion of VMs, where the deleted VM is retained in a non- visible state for24 hoursby default before being purged. During this retention window:
* NutanixSupportcan assist in recovering the VM in itsmost up-to-date state.
* No snapshots or backups are required for this recovery mechanism.
* TheRecycle Bin is enabled by defaultin recent AOS versions.
UI Path (for visibility):
This functionality is internal and requires Support engagement for recovery.
Clarification:
* A (Nutanix Recovery Plan):Used with NearSync or Async DR; does not recover recently deleted VMs automatically.
* C (NC2 on AWS):Disaster recovery infrastructure, not applicable to local deleted VM recovery.
* D (Third-party tools):Irrelevant to Nutanix native functionality.
Official Reference:
* Nutanix Administration Guide - VM Recovery using Recycle Bin
* Excerpt: "Deleted VMs can be recovered by Nutanix Support within 24 hours using the Recycle Bin soft-delete capability."
NEW QUESTION # 30
An administrator wants to collect log files that have been requested by Nutanix Support.
From which Prism Element dashboard can this be accomplished?
- A. Settings
- B. Analysis
- C. Health
- D. Alerts
Answer: C
NEW QUESTION # 31
Refer to the exhibit.

What should be first selected to run a full health check?
- A. Failed
- B. Checks
- C. Actions
- D. Scheduled
Answer: B
NEW QUESTION # 32
When using the LCM Dark Site procedure in Prism Element or Prism Central, which Nutanix software component should be checked and upgraded first?
- A. LCM Framework
- B. MSP
- C. NCC
- D. Foundation
Answer: A
NEW QUESTION # 33
When multiple Alert policies are applied to an entity, which will take precedence?
- A. Policy are applied to a specific entity type.
- B. Policy are applied to an entity type in a cluster.
- C. Policy are applied to an entity type in a category.
- D. Policy are applied to all entities of an entity type.
Answer: A
NEW QUESTION # 34
Which feature should be enabled to prevent password access to the CVM for both the nutanix and admin user accounts?
- A. STIG
- B. Cluster lockdown
- C. Data-at-Rest Encryption
- D. RBAC Policy on PC
Answer: B
Explanation:
To prevent password access to the CVM for both thenutanixandadminuser accounts,Cluster Lockdown should be enabled. Cluster Lockdown restricts SSH access to the Controller VM (CVM), effectively disabling password-based logins for enhanced security. Access is then managed through more secure means, such as console access or specific tools like Nutanix Support.
* A. Cluster Lockdown:Correct, as this prevents SSH-based access to the CVM.
* B. STIG:Incorrect, as STIG (Security Technical Implementation Guide) focuses on broader compliance measures.
* C. RBAC Policy on PC:Incorrect, as RBAC (Role-Based Access Control) controls Prism Central permissions, not CVM access.
* D. Data-at-Rest Encryption:Incorrect, as this secures stored data, not access credentials.
References:
Nutanix Security Configuration Guide.
Nutanix Support KB Article on Cluster Lockdown.
NEW QUESTION # 35
An administrator needs to automate the migration of a VM from ESXi to AHV.
Which utility should the administrator use?
- A. Ncli
- B. acli
- C. Flow
- D. Move
Answer: C
NEW QUESTION # 36
An administrator needs to implement a disaster recovery plan. The company has two sites, each with its own Nutanix AHV cluster. Latency between the sites is 30ms.
Which built-in functionality in Prism Element could the administrator use to enable disaster recovery between the two clusters?
- A. Recovery Plan
- B. Protection Policies
- C. Metro Cluster
- D. Data Protection
Answer: C
Explanation:
TheData Protectionfeature in Prism Element provides built-in disaster recovery capabilities by enabling asynchronous replication between Nutanix clusters. With a latency of 30ms between the two sites, asynchronous replication can ensure that data is replicated efficiently while adhering to recovery point objectives (RPO). The administrator can configure Protection Domains and Replication Targets to set up DR between the clusters.
* A. Recovery Plan:Incorrect, as Recovery Plans are part of Prism Central for orchestrated failover, not Prism Element.
* B. Protection Policies:Incorrect, as these are defined under Prism Central.
* C. Data Protection:Correct, as it enables disaster recovery via replication configurations in Prism Element.
* D. Metro Cluster:Incorrect, as Metro Cluster requires low latency (<5ms) and is not suitable for a
30ms latency scenario.
References:
Nutanix Data Protection and Disaster Recovery Guide.
Nutanix Bible: Data Protection Overview.
NEW QUESTION # 37
Within Prism Central, which Compute and Storage section will allow an administrator to upload a Windows ISO file?
- A. Templates
- B. Images
- C. Calatog Items
- D. OVAS
Answer: B
NEW QUESTION # 38
What priority case can be opened to guarantee a 8-hour response for a customer with Production Support?
- A. P1
- B. P4
- C. P2
- D. P3
Answer: A
Explanation:
APriority 1 (P1)case guarantees an8-hour response timefor customers with Production Support. P1 cases are designated for critical issues that severely impact business operations or cause a complete system outage, requiring immediate attention from Nutanix Support.
Other priorities:
* P2: High-impact issues but not critical, response time varies.
* P3: Medium impact, typically non-urgent issues.
* P4: Low priority, general inquiries or minor issues.
:
Nutanix Support SLA Documentation - Priority Levels.
Nutanix Production Support Details - Case Handling.
NEW QUESTION # 39
Which option is supported by Nutanix for Data-at-Rest encryption?
- A. Data-only Encryption
- B. Cluster-only Encryption
- C. Software-only Encryption
- D. Storage Pool-only Encryption
Answer: C
Explanation:
The correct answer isD. Software-only Encryption.
Nutanix supportsData-at-Rest Encryption (DARE)through bothhardware-basedandsoftware-based methods. Among the supported solutions,software-only encryptionis a widely used and officially supported method, especially whenSelf-Encrypting Drives (SEDs)are not in use.
Key facts about Nutanix DARE:
* Enables encryption of data written to physical media.
* Works at theCVM and controller layer, ensuring all I/O is encrypted before being persisted.
* Software-based encryptioncan be enabled via Prism Central or command-line usingNative Key Management (NKM)orexternal KMIP-compliant key managers.
* Hardware encryption (SED)is optional and not required for DARE.
Clarifications:
* A. Storage Pool-only Encryption: Not valid; encryption applies at thecluster level, not only to storage pools.
* B. Data-only Encryption: Ambiguous and not a Nutanix-supported term.
* C. Cluster-only Encryption: Misleading; encryption is applied to data at rest, not to the "cluster" object.
Prism UI Navigation Path:
Settings > Security > Encryption
Official Reference:
* Nutanix Security Guide - Data-at-Rest Encryption
* Nutanix Bible - Encryption Section
* Excerpt: "Nutanix supports software-only data-at-rest encryption using Native Key Management or external KMIP key managers, without requiring self-encrypting drives."
NEW QUESTION # 40
......
Prepare Important Exam with NCA-6.10 Exam Dumps: https://www.dumpsreview.com/NCA-6.10-exam-dumps-review.html
Download Real NCA-6.10 Exam Dumps for candidates. 100% Free Dump Files: https://drive.google.com/open?id=1trwDi1PpkMUrtODeXqkCK5k4rvSVibrG

