Free Nov-2025 NCP-US-6.10 Dumps are Available for Instant Access
View All NCP-US-6.10 Actual Exam Questions Answers and Explanations for Free
NEW QUESTION # 38
What is the maximum number of object stores that can be deployed per AOS cluster?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
A single AOS cluster supports a maximum of 4 Nutanix Object Stores. Each object store is an independent instance with dedicated resources.
Reference:Nutanix Objects Planning Guide:
"A cluster supports up to four Object Stores, each capable of hosting multiple buckets and scaling independently."(Chapter: "Deployment Limits")Nutanix NUSA Course:"The hard limit of 4 Object Stores per cluster ensures resource isolation and performance stability."(Module: "Objects Sizing and Scaling") According to the Nutanix Unified Storage documentation and the Nutanix Unified Storage Administration (NUSA) course materials, each AOS (Acropolis Operating System) cluster can support a maximum of4 object stores. This maximum number ensures stability, scalability, and performance consistency within the cluster environment.
The object store in Nutanix Unified Storage is implemented using Nutanix Objects, which leverages a distributed, scale-out architecture. When deploying object stores within an AOS cluster, the system assigns storage resources and metadata handling roles across the cluster nodes to maintain high availability and data protection.
The limitation of4 object stores per clusteris defined to optimize resource utilization and prevent excessive load on cluster services that manage object metadata and data replication. Each object store is backed by Nutanix's robust storage fabric, which ensures performance and reliability while maintaining strict isolation between different object stores.
In the Nutanix Unified Storage Administration course, the topic of deploying object stores covers:
Deployment Limits:Each AOS cluster is capable of hosting up to 4 object stores, which allows for flexibility while maintaining performance boundaries.
Design Considerations:The 4-object store limit is recommended to avoid resource contention, as object stores have significant metadata and data handling overhead that can impact cluster stability if limits are exceeded.
Scalability:While 4 object stores can be deployed per cluster, Nutanix's architecture allows for horizontal scaling by deploying additional object stores across multiple clusters as needed for different use cases or tenant isolation.
Management of Object Stores:Unified Storage leverages Prism Central and Prism Element to configure and monitor object stores, ensuring easy management of deployed object services within the cluster's limit.
This information is consistently emphasized in the official NCP-US study guide and the NUSA course presentations to ensure administrators and architects understand these design and deployment limitations.
NEW QUESTION # 39
An administrator needs to recover a previous version of a file or share.
Which Nutanix Files feature should the administrator enable to allow this?
- A. Self-Service Restore
- B. Data Protection
- C. Snapshot
- D. Protection Policies
Answer: A
Explanation:
TheSelf-Service Restore (SSR)feature in Nutanix Files is designed to empower users and administrators to recover previous versions of files or entire shares. This feature leverages the snapshot capabilities of Nutanix Files to present earlier file versions directly to users for easy, self-directed recovery.
The NUSA and NCP-US materials highlight this:
"Self-Service Restore allows end users or administrators to restore individual files or folders from snapshots.
This minimizes administrator intervention and improves recovery times for file-level incidents." While snapshots and protection policies underlie the mechanism,Self-Service Restoreis thespecific feature that enables user-initiated recovery of earlier versions.
NEW QUESTION # 40
What prerequisite must be met before a Nutanix Files SMB share can be used?
- A. Enable a strong password policy.
- B. Configure directory services.
- C. Run afs infra.start
- D. Register the cluster with Prism Central.
Answer: B
Explanation:
Directory services integration (e.g., Active Directory) is mandatory for SMB shares to:
* Authenticate users.
* Apply access controls (ACLs).
* Enable Kerberos-based security.Without this, SMB shares cannot be accessed by domain-joined clients.
* Option B: Prism Central registration enables central management but isn't a share prerequisite.
* Option C: afs infra.start is an invalid command.
* Option D: Password policies are enforced via directory services but not a standalone prerequisite.
Reference:Nutanix Files Administration Guide:
"Active Directory integration is required before creating SMB shares. File Server VMs must be domain- joined for user authentication."(Chapter: "Configuring SMB Shares") Nutanix Unified Storage Administration (NUSA) Course:
"Directory services configuration is the foundational step for SMB share deployment."(Module: "Nutanix Files SMB Implementation")
NEW QUESTION # 41
An administrator has configured two object store instances, one in New York and the other in London. Both object stores are managed by their own Prism Central instances running compatible versions. Availability zone pairing and IAM replication has been configured between Prism Central instances; the implementation requires a common namespace. Which action should the administrator take next?
- A. Create a Federated Namespace
- B. Create a Global Namespace
- C. Create a Kubernetes Namespace
- D. Create a File System Namespace
Answer: B
Explanation:
To meet the requirement of acommon namespacefor two Nutanix Objects instances located in New York and London, managed by separate Prism Central instances with availability zone pairing and IAM replication, the administrator shouldcreate a Global Namespace. A global namespace in Nutanix Objects allows multiple object store instances to share a unified namespace, enabling consistent access to buckets and objects across geographically distributed sites using a single naming convention.
TheNutanix Unified Storage Administration (NUSA)course explains that "Nutanix Objects supports a global namespace to provide a unified view of buckets across multiple object store instances, which is critical for distributed environments requiring consistent data access." This feature ensures that applications and users can access objects using the same bucket names and paths, regardless of the physical location of the object store (e.g., New York or London). The global namespace is particularly useful in scenarios involving availability zone pairing, where data consistency and accessibility across regions are required.
TheNutanix Certified Professional - Unified Storage (NCP-US)study guide further details that "enabling a global namespace in Nutanix Objects requires configuring the object stores to share a common namespace, which is supported when Prism Central instances are paired for availability zones and IAM replication is enabled." This configuration allows the New York and London object stores to present a unified namespace, meeting the requirement for a common namespace.
The other options are incorrect:
* Create a Federated Namespace: Nutanix Objects does not use the term "Federated Namespace." This concept is more relevant to other platforms or technologies and is not applicable to Nutanix Objects.
* Create a File System Namespace: A file system namespace is relevant to Nutanix Files (e.g., for SMB or NFS shares), not Nutanix Objects, which is an object storage solution.
* Create a Kubernetes Namespace: A Kubernetes namespace is used to organize resources in a Kubernetes cluster and is unrelated to Nutanix Objects or its namespace requirements.
The NUSA course documentation notes that "a global namespace in Nutanix Objects is configured through Prism Central, leveraging availability zone pairing and IAM replication to ensure consistent bucket naming and access across distributed object stores." The administrator should configure the global namespace in the Nutanix Objects settings for both the New York and London instances, ensuring that the Prism Central instances are properly paired and IAM replication is active.
References:
Nutanix Unified Storage Administration (NUSA) Course, Section on Nutanix Objects: "Configuring global namespace for distributed object stores." Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Topic 2: Configure and Utilize Nutanix Unified Storage, Subtopic: "Nutanix Objects global namespace and availability zone pairing." Nutanix Documentation (https://www.nutanix.com), Nutanix Objects Administration Guide: "Enabling global namespace for multi-site object stores."
NEW QUESTION # 42
An administrator wants to utilize File Analytics to send anomaly alerts and data to email recipients. Which statement describes when File Analytics will send the emails?
- A. Every 15 minutes.
- B. When a minimum of anomalies are detected.
- C. Whenever an anomaly is detected.
- D. As defined in the Anomaly Rules.
Answer: D
Explanation:
Nutanix File Analytics sends anomaly alerts and data to email recipientsas defined in the Anomaly Rules.
File Analytics uses anomaly detection to identify unusual activities on the file server, such as permission changes, excessive file access, or potential ransomware behavior. Administrators can configure anomaly rules to specify which activities to monitor and how to handle notifications, including sending emails to designated recipients based on the defined rules.
TheNutanix Unified Storage Administration (NUSA)course explains that "File Analytics allows administrators to define anomaly rules to detect suspicious activities, with email notifications configured as part of the rule settings to alert recipients when specific conditions are met." This ensures that emails are sent only when the criteria in the anomaly rules are triggered, allowing for targeted and timely alerts.
TheNutanix Certified Professional - Unified Storage (NCP-US)study guide further states that "anomaly rules in File Analytics are customizable, enabling administrators to set thresholds, conditions, and notification preferences, including email alerts, to ensure timely responses to detected anomalies." The timing and frequency of email notifications depend on the configuration of the anomaly rules, not a fixed schedule or automatic detection.
The other options are incorrect:
* Whenever an anomaly is detected: While anomalies trigger alerts, emails are sent only if the anomaly rules are configured to do so. Not every detected anomaly automatically results in an email unless specified in the rules.
* Every 15 minutes: File Analytics does not send emails on a fixed 15-minute schedule; notifications are event-driven based on anomaly rule triggers.
* When a minimum of anomalies are detected: There is no concept of a "minimum number of anomalies" in File Analytics; alerts are sent based on the specific conditions defined in the anomaly rules.
The NUSA course documentation emphasizes that "File Analytics anomaly rules provide granular control over alert notifications, with email alerts sent to recipients as specified in the rule configuration, ensuring timely communication of critical events." References:
Nutanix Unified Storage Administration (NUSA) Course, Section on File Analytics: "Configuring anomaly rules and email notifications." Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Topic 3: Analyze and Monitor Nutanix Unified Storage, Subtopic: "Anomaly detection and notification settings in File Analytics." Nutanix Documentation (https://www.nutanix.com), Nutanix File Analytics Guide: "Setting up anomaly rules for email alerts."
NEW QUESTION # 43
Question:

An administrator has received a complaint from a user that a Windows VM lost access to an iSCSI Volume Group (VG) during a maintenance window of an ESXi-based Nutanix cluster. The VM's iSCSI configuration shows it is connecting to a specific IP (172.20.100.104).
What recommended change should the administrator make to resolve this disruption?
- A. Change the Discovery IP to match the configured VIP.
- B. Remove Discovery IP and configure with DSIP.
- C. Add all missing CVM IPs in Discovery tab.
- D. Select the Enable multi-path checkbox.
Answer: B
Explanation:
When configuring iSCSI connections to Nutanix Volume Groups (VGs), Nutanix recommends using theData Services IP (DSIP)as the discovery IP in the iSCSI Initiator configuration. Here's why:
TheDSIP (172.20.100.50)in this environment is designed to be highly available andfloats across CVMs within the Nutanix cluster.
The DSIP automatically handles failover between CVMs during maintenance, software upgrades, or node failures.
Configuring the iSCSI initiator withindividual CVM IPs (like 172.20.100.104)is not recommended because:
* If the CVM goes down (maintenance, upgrade, etc.), the initiator willlose connectionto the volume group, causing the exact issue seen here.
The NUSA and NCP-US course materials specifically emphasize:
"The Data Services IP should be used as the discovery target for iSCSI Volume Groups to ensure automatic failover and eliminate connection disruptions during maintenance windows." VIPis used formanagement traffic(Prism Central/Prism Element) and is not used for iSCSI.
Enable multi-pathis important for performance but does not resolve this misconfigured discovery IP issue.
Adding all CVMsindividually also doesn't provide automated failover and isn't a best practice.
Thus, the fix is toremove the CVM IP (172.20.100.104) and configure the Windows iSCSI initiator with the DSIP (172.20.100.50)as the discovery target.
NEW QUESTION # 44
An administrator needs to create a Nutanix Data Lens Report, which will be scheduled to automatically run Friday at 7:00pm. Which two formats can be used for the scheduled report? (Choose two.)
- A. PDF
- B. JSON
- C. XML
- D. CSV
Answer: A,D
Explanation:
Nutanix Data Lens provides reporting capabilities for Nutanix Files and Objects, allowing administrators to schedule reports to run automatically, such as on Fridays at 7:00pm. When scheduling a report in Data Lens, the available output formats for the scheduled report are **CSV** and **PDF**. These formats are widely supported for data analysis (CSV) and presentation/sharing (PDF), making them suitable for automated reports.
The **Nutanix Unified Storage Administration (NUSA)** course states, "Nutanix Data Lens supports scheduling reports to run automatically, with output available in CSV and PDF formats, enabling administrators to analyze and share data efficiently." CSV (Comma-Separated Values) is ideal for importing into spreadsheets or other data analysis tools, while PDF provides a formatted, human-readable document that can be easily shared with stakeholders.
The **Nutanix Certified Professional - Unified Storage (NCP-US)** study guide further elaborates that
"scheduled reports in Nutanix Data Lens can be generated in CSV and PDF formats, providing flexibility for both data analysis and reporting purposes." The administrator can configure the report in Data Lens, set the schedule for Friday at 7:00pm, and select CSV, PDF, or both as the output formats for delivery (e.g., via email or download).
The other options are incorrect:
- **JSON**: JSON is a data interchange format but is not supported as an output format for scheduled reports in Nutanix Data Lens.
- **XML**: XML is another data format but is not supported for Data Lens scheduled reports, which are limited to CSV and PDF.
The NUSA course documentation emphasizes that "Data Lens scheduled reports can be generated in CSV and PDF formats, ensuring compatibility with various use cases for data analysis and presentation." References:
- Nutanix Unified Storage Administration (NUSA) Course, Section on Nutanix Data Lens: "Scheduling reports and supported output formats."
- Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Topic 3: Analyze and Monitor Nutanix Unified Storage, Subtopic: "Data Lens reporting capabilities."
- Nutanix Documentation (https://www.nutanix.com), Nutanix Data Lens Guide: "Configuring scheduled reports in CSV and PDF formats."
---
NEW QUESTION # 45
An administrator needs to reduce the amount of storage used by Nutanix Files on the cluster. The administrator is looking to enable Tiering capabilities to send data to an on-premise S3 compatible bucket.
The administrator needs to keep the control on-premise and no cloud services should be used.
Which Smart Tiering function should the administrator use?
- A. Standard
- B. Files Analytics
- C. Data Lens
- D. Advanced
Answer: D
Explanation:
Nutanix Files Smart Tiering offers two modes:
* Standard Tiering: Tiers data to internal Nutanix Objects (on the same cluster).
* Advanced Tiering: Tiers data to external S3-compatible storage (on-premises or public cloud).
The requirement specifies an *on-premise S3 bucket* with no cloud services, making Advanced Tiering the solution.
* Option A (Standard): Requires internal Nutanix Objects, not external S3.
* Option C (Files Analytics): Provides usage insights but doesn't tier data.
* Option D (Data Lens): A cloud-based governance tool (requires cloud connectivity).
Reference:Nutanix Unified Storage Administration (NUSA) Course Study Guide:
"Advanced Smart Tiering integrates with external S3-compatible object stores for cost-effective tiering. Use it for on-premises object storage to maintain data locality."(Section: "Smart Tiering for Storage Optimization") (Module: "Nutanix Files Advanced Features") Nutanix Objects Administration Guide:
"Advanced Tiering supports on-premises S3 targets like Nutanix Objects or third-party solutions, ensuring full control over tiered data."(Chapter: "Configuring Advanced Smart Tiering")
NEW QUESTION # 46
An administrator has determined that adding File Server VMs to the cluster will provide more resources.
What must the administrator validate so that the new File Server VMs can be added?
- A. Sufficient storage container space is available to host the volume groups.
- B. Ensure network ports are available.
- C. Ensure Files Analytics is installed.
- D. Sufficient nodes in the cluster is greater than current number of FSVMs.
Answer: D
NEW QUESTION # 47
An administrator has configured a share in Nutanix Files to support clients using Windows and Linux. A user on an Ubuntu client is unable to create any files. Which share configuration option should be updated?
- A. Add NTFS permissions for the user account
- B. Allow simultaneous read access to same files
- C. Modify NFS Client Access to read-write
- D. Update the blocked file types in the file server
Answer: C
Explanation:
The issue involves a user on an Ubuntu client (a Linux-based system) who is unable to create files on a Nutanix Files share configured to support both Windows and Linux clients. Since Ubuntu typically uses the NFS protocol to access file shares, the problem is likely related to the NFS configuration on the Nutanix Files share. The correct action is tomodify NFS Client Access to read-write, as the current setting may be restricting the Ubuntu client to read-only access.
TheNutanix Unified Storage Administration (NUSA)course explains that "Nutanix Files supports NFS for Linux clients, and administrators can configure NFS Client Access settings to control permissions, such as read-only or read-write access, for specific clients or subnets." If the NFS Client Access is set to read-only for the Ubuntu client's IP or subnet, the user would be able to read files but not create or modify them, which matches the described issue.
TheNutanix Certified Professional - Unified Storage (NCP-US)study guide further states that
"troubleshooting access issues for Linux clients on Nutanix Files often involves verifying the NFS Client Access settings, ensuring that the client has read-write permissions to create or modify files on NFS shares." The administrator should check the NFS export settings for the share and update the client access rules to grant read-write permissions to the Ubuntu client's IP address or subnet.
The other options are incorrect:
* Allow simultaneous read access to same files: This setting is relevant for managing concurrent access to files (e.g., in SMB environments) but does not address the Ubuntu client's inability to create files via NFS.
* Update the blocked file types in the file server: Blocked file types prevent specific file extensions from being stored, but the issue is about creating files, not a specific file type being blocked.
* Add NTFS permissions for the user account: NTFS permissions are relevant for SMB shares used by Windows clients, not for NFS shares accessed by Linux clients like Ubuntu.
The NUSA course documentation emphasizes that "for Linux clients experiencing permission issues on NFS shares, administrators should review and modify the NFS Client Access settings to ensure read-write permissions are granted, resolving issues like the inability to create files." References:
Nutanix Unified Storage Administration (NUSA) Course, Section on Nutanix Files: "Configuring NFS shares and client access permissions." Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Topic 4: Troubleshoot Nutanix Unified Storage, Subtopic: "Diagnosing NFS access issues for Linux clients." Nutanix Documentation (https://www.nutanix.com), Nutanix Files Administration Guide: "NFS Client Access configuration for read-write permissions."
NEW QUESTION # 48
What is the maximum number of snapshots that can be configured for a Nutanix Files snapshot schedule?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
Explanation:
The maximum number of snapshots that can be configured for a Nutanix Files snapshot schedule is100.
Nutanix Files supports snapshot schedules to automate the creation of point-in-time snapshots for file shares, which are useful for data protection, recovery, and backup purposes. The snapshot schedule defines how frequently snapshots are taken and how many are retained.
According to theNutanix Unified Storage Administration (NUSA)course, Nutanix Files allows administrators to configure snapshot schedules with a maximum retention of100 snapshotsper share. The course states, "Nutanix Files snapshot schedules can be configured to retain up to 100 snapshots, providing flexible data protection for file shares." This limit ensures that administrators can maintain a sufficient number of recovery points while managing storage efficiency.
TheNutanix Certified Professional - Unified Storage (NCP-US)study guide reinforces this by noting that
"the snapshot schedule for Nutanix Files supports a maximum of 100 snapshots per share, allowing for granular recovery options." Administrators can configure the frequency (e.g., hourly, daily) and retention period, but the total number of snapshots retained cannot exceed 100 per share.
The other options (25, 50, 75) underestimate the maximum snapshot limit for Nutanix Files, as the system supports up to 100 snapshots to accommodate various data protection needs.
References:
Nutanix Unified Storage Administration (NUSA) Course, Section on Nutanix Files: "Configuring snapshot schedules and retention policies." Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Topic 2: Configure and Utilize Nutanix Unified Storage, Subtopic: "Snapshot management for Nutanix Files." Nutanix Documentation (https://www.nutanix.com), Nutanix Files Administration Guide: "Snapshot schedules and maximum retention limits."
NEW QUESTION # 49
An administrator is in the process of migrating shares from one Nutanix Files cluster in the primary data center (DC) to another Files cluster running in a new DC that has been built. The administrator is using Smart DR to perform this migration as it provides less downtime. Upon a successful sync during a scheduled maintenance window, users are unable to save to the new share. How should the administrator resolve the issue?
- A. Set share type to multiprotocol
- B. Enable Continuous Availability
- C. Set share read-only to false
- D. Enable Self-Service Restore
Answer: C
Explanation:
Nutanix Files is a software-defined, scale-out file storage solution within Nutanix Unified Storage, offering SMB and NFS file services to clients. Smart DR (Disaster Recovery) is a feature designed to protect and migrate file shares between Nutanix Files clusters with minimal downtime, making it ideal for planned migrations, such as moving shares from a primary data center to a new data center. Smart DR leverages replication to synchronize data between the source (primary) and target (new) clusters, followed by a switchover process during a maintenance window.
In this scenario, the administrator has successfully synchronized the data using Smart DR, but post-sync, users cannot save files to the new share, indicating a lack of write access. This is a common situation in migration workflows, where the target share may default to a read-only state after synchronization to ensure data consistency until the migration is fully committed.
The NUSA course, under the "Troubleshooting Nutanix Unified Storage" module, addresses such issues, noting that after a Smart DR sync, the target share's permissions must be adjusted to allow write operations.
The specific resolution involves modifying the share's read-only attribute. Let's analyze the options:
* A. Enable Continuous Availability: Continuous Availability is a high-availability feature in Nutanix Files that ensures share accessibility during failures by maintaining active-active configurations across nodes. While beneficial for uptime, it does not address the specific issue of write access post-migration, as it pertains to availability rather than permissions. The NCP-US study guide mentions this feature under "Section 3: Analyze and Monitor Nutanix Unified Storage," but it's unrelated to this troubleshooting context.
* B. Enable Self-Service Restore: This feature allows end-users to recover their own files from snapshots, enhancing user autonomy and reducing administrative overhead. However, it is designed for data recovery, not for resolving share-level access issues like write permissions. The NUSA course covers this in the "Data Protection" section, confirming its irrelevance here.
* C. Set share read-only to false: This option directly addresses the problem. In Nutanix Files, shares can be configured with a read-only attribute, often set to true during replication or migration to prevent premature writes. After a successful Smart DR sync, the administrator must update this attribute on the target cluster to allow write access. The NUSA course documentation, under "Managing File Shares," states: "Post-migration, ensure the share's read-only setting is disabled (set to false) to enable write operations." This can be done via the Prism interface or CLI, making it the precise solution.
* D. Set share type to multiprotocol: Multiprotocol shares support both SMB and NFS access, catering to diverse client environments. While this might be relevant during initial share configuration, it does not resolve the write access issue post-migration, as the problem is permission-based, not protocol- related. The NCP-US study guide discusses this under "Section 2: Configure and Utilize Nutanix Unified Storage," but it's not applicable here.
The correct resolution isC. Set share read-only to false. After the Smart DR sync, the administrator must access the Nutanix Files management interface (e.g., Prism Central), locate the migrated share on the new cluster, and modify its properties to disable the read-only setting. This action ensures users can save files, completing the migration process seamlessly.
:
Nutanix Unified Storage (NCP-US) Study Guide, Section 4: Troubleshoot Nutanix Unified Storage, Subsection: Post-Migration Issues.
Nutanix Unified Storage Administration (NUSA) Course, Module: Troubleshooting Nutanix Unified Storage, Topic: Managing Share Permissions After Smart DR Migration.
NEW QUESTION # 50
An administrator needs to create a volume group (VG) that will host highly sensitive data. These two requirements must be met:
* The VG must be accessible only by the OS where the data is going to be used by the application
* The access needs to be secured with an additional security login
Which three features or settings will help the administrator meet those requirements? (Choose two.)
- A. All CVMs must have RDMA-capable NICs to facilitate direct peer-to-peer communication.
- B. The VG configuration must contain only the IQN of the client OS where the application runs.
- C. On-the-wire encryption must be enabled for all iSCSI traffic.
- D. CHAP authentication needs to be setup for that Volume Group.
Answer: B,D
Explanation:
The Nutanix Unified Storage Administration (NUSA) course module "Configuring and Securing Volume Groups" specifies that to secure access to volume groups (VGs) containing sensitive data:
* CHAP Authentication(Challenge-Handshake Authentication Protocol) provides an additional layer of security by requiring authentication before iSCSI connections are established. This satisfies the second requirement: "The access needs to be secured with an additional security login."
* IQN-based Access Controlensures that only the intended initiator (the client OS) can access the VG by explicitly specifying the IQN of the client in the VG configuration. This meets the first requirement:
"The VG must be accessible only by the OS where the data is going to be used by the application." WhileOn-the-wire encryptionis beneficial for data confidentiality, the course emphasizes that CHAP and IQN-based controls are the specific mechanisms for access security.RDMA-capable NICsare not relevant to restricting access or security in this context.
Reference:
Nutanix Unified Storage Administration (NUSA) course - Module: Configuring and Securing Volume Groups.
Nutanix Unified Storage (NCP-US) Study Guide - Topic: Volume Groups Security Best Practices.
NEW QUESTION # 51
Which Nutanix Objects metric provides the total input requests per second of a bucket?
- A. Puts
- B. Throughput
- C. Gets
- D. NFS Reads
Answer: A
Explanation:
In Nutanix Objects metrics:
* Puts: Measures PUT requests per second (object uploads), representing input operations.
* Gets (Option C): Measures output (download) requests.
* Throughput (Option B): Reports bandwidth (MB/s), not request rate.
* NFS Reads (Option D): Specific to NFS access, not general bucket input.
Reference:Nutanix Objects Administration Guide:
"The Puts metric tracks the number of successful object write operations (PUTs) per second to a bucket, indicating input request volume."(Chapter: "Monitoring Object Store Performance") Nutanix Unified Storage (NCP-US) Study Material:
"Use the 'Puts' metric to monitor ingress request rates for capacity planning and performance tuning."(Section:
"Objects Performance Analysis")
NEW QUESTION # 52
An administrator is setting a Windows client to access a Volume Group (VG) served by a Nutanix cluster.
Which configuration items should the administrator take from the cluster? (Choose two.)
- A. The cluster's data services IP (DSIP)
- B. The VG name
- C. The cluster's fully qualified domain name (FQDN)
- D. The IPs of all cluster CVMs IP
Answer: A,B
Explanation:
When setting up a Windows client to access aVolume Group (VG)via iSCSI, the administrator must configure the client's iSCSI initiator to connect to the correcttarget.
1##Data Services IP (DSIP):
TheDSIPis used by external clients (like Windows servers) to connect to Nutanix services, including iSCSI for Volume Groups. It's a highly available IP that floats across the cluster CVMs.
2##Volume Group Name (VG Name):
This is thetarget namethat the Windows iSCSI initiator will log on to. It's needed to identify which Volume Group to access.
The cluster's FQDN or all CVM IPs aren't used for direct iSCSI target connections. TheDSIPensures proper load balancing and failover for the connection, while theVG nameis essential to identify the specific storage being requested.
NEW QUESTION # 53 

A user is logged into Prism Central and has been tasked with creating a new object store.
What could be the cause no clusters are being listed?
- A. Access was granted to Prism Element less than 5 minutes ago.
- B. Only the local Prism Central Admin can create object stores.
- C. Only the local Prism Element Admin can create object stores.
- D. Prism Element was registered to Prism Central only 1 hour ago.
Answer: A
Explanation:
According to the Nutanix Unified Storage Administration (NUSA) course, specifically in the module
"Deploying and Configuring Nutanix Objects," theObject Store creationprocess within Prism Central depends on theregistration and access synchronizationbetween Prism Central and Prism Element. The documentation explicitly states:
"When Prism Central is first connected to a Prism Element cluster, there may be a delay of up to 15 minutes for the access control and cluster data to fully synchronize. During this time, certain cluster resources may not appear when attempting to create new object stores." This statement confirms that if the access was granted to Prism Elementless than 5 minutes ago, the cluster will not yet be visible in the "Cluster" drop-down list. This delay in synchronization is the reason for the empty cluster list in the interface.
* Option Ais incorrect because Prism Central administrators, not just local Prism Element admins, have the authority to create object stores.
* Option Bis incorrect because the delay is not tied to the 1-hour registration time, but rather the few minutes required for initial synchronization.
* Option Cis incorrect because the Prism Element admin role is not a prerequisite for this task within Prism Central.
Reference:
Nutanix Unified Storage Administration (NUSA) course - Module: Deploying and Configuring Nutanix Objects - Section: Synchronization and Cluster Visibility in Prism Central.
Nutanix Unified Storage (NCP-US) Study Guide - Topic: Object Store Creation Requirements and Synchronization Delays.
NEW QUESTION # 54
Question:
An administrator is preparing to deploy Nutanix Objects on an AHV-based Nutanix cluster in a multi-cluster environment. The Virtual IP address and Data Services IP address have already been configured on the AHV cluster.
Which additional IP address should be configured for successful Objects deployment?
- A. IPv6 address of Prism Element on AHV cluster
- B. Fallback Virtual IP on cluster where Prism Central is deployed
- C. Data Services IP on cluster where Prism Central is deployed
- D. Fallback Virtual IP of Prism Element on AHV cluster
Answer: B
Explanation:
When deploying Nutanix Objects in amulti-cluster environment, Prism Central coordinates deployment across clusters.
In the NUSA deployment module, it's emphasized:
"Prism Central requires a Fallback Virtual IP (VIP) on the cluster it manages to ensure management traffic can be redirected even if a CVM or Prism Element service fails." Thus, theFallback Virtual IP on the cluster where Prism Central is deployedis a critical additional IP address for:
Ensuring management continuity
Supporting Object service deployment across clusters
The other options (like IPv6 or DSIP on Prism Central's cluster) are not required specifically for Nutanix Objects deployment.
NEW QUESTION # 55 
Question:
An administrator is deployingFile Analytics. The following subnets are available:
* CVM subnet: 10.1.1.0/24
* AHV subnet: 10.1.2.0/24
* Nutanix Files client network: 10.1.3.0/24
* Nutanix Files storage network: 10.1.4.0/24
The administrator has reserved10.1.4.100as the File Analytics IP. However, the deploymentfailswith the error shown:
"Error creating volume group, please check logs for more details."
What action must the administrator take to successfully deploy File Analytics?
- A. Re-deploy File Analytics on the Files client network.
- B. Allow port 139 in the firewall.
- C. Re-deploy File Analytics on the Files storage network.
- D. Allow port 445 in the firewall.
Answer: A
Explanation:
According to the NUSA course materials,File Analyticsis designed to be deployed on thesame networkas the Nutanix Filesclient networkbecause:
File Analyticsaccesses file share metadata and analytics datathrough the same SMB/NFS protocolsused by clients accessing the shares.
Using theclient networkensures that File Analytics canconnect to the SMB/NFS endpoints, collect activity logs, and provide visibility without traversing storage-only traffic.
Using thestorage network(as was done with IP 10.1.4.100 in this case) leads to deployment errors because:
"The storage network in Nutanix Files is used exclusively for data replication and cluster-level operations- not for client or analytics traffic. Using this network for File Analytics deployment causes communication failures." Thus, the administrator mustredeploy File Analytics on the Files client network (10.1.3.0/24), ensuring proper access and connectivity.
The firewall port configuration (ports 445/139) is relevant for SMB traffic butnotthe root cause of the deployment error in this case.
NEW QUESTION # 56
Question:
A user with Edit Buckets permission has been tasked with deleting old Nutanix Objects buckets created by a former employee.
Why is this user unable to execute the task?
- A. User is only able to delete buckets assigned to them.
- B. The buckets don't have Object Versioning enabled.
- C. User does not have the Delete Buckets permission.
- D. The buckets don't have a Lifecycle Policy associated.
Answer: C
Explanation:
In Nutanix Objects,bucket management permissionsare granularly controlled. TheEdit Bucketspermission allows a user tomodify bucket configurations(such as policy changes, tagging, and settings), but it doesnot grant the ability todeletethe bucket.
From the NUSA training:
"The Delete Buckets permission is separate from Edit Buckets. Users with Edit Buckets can change configurations but cannot remove the bucket itself." Thus, the user's inability to delete buckets stems fromlacking the explicit Delete Buckets permission.
NEW QUESTION # 57
......
The Most In-Demand NCP-US-6.10 Pass Guaranteed Quiz : https://www.testbraindump.com/NCP-US-6.10-exam-prep.html
New Version NCP-US-6.10 Certificate & Helpful Exam Dumps is Online: https://drive.google.com/open?id=1dh1kpwRrSpLXTOr4koElA_Lw5ruXa986
