
Prepare NCP-US-6.5 Question Answers - NCP-US-6.5 Exam Dumps
Real Nutanix NCP-US-6.5 Exam Questions [Updated 2025]
NEW QUESTION # 66
An organization is implementing their first Nutanix cluster. In addition to hosting VMs, the cluster will be providing block storage services to existing physical servers, as well as CIFS shares and NFS exports to the end users. Security policies dictate that separate networks are used for different functions, which are already configured as:
* Management - VLAN 500 - 10.10.50.0/24
* iSCSI access - VLAN 510 - 10.10.51.0/24
* Files access - VLAN 520 - 10.10.52.0/24How should the administrator configure the cluster to ensure the CIFS and NFS traffic is on the correct network and accessible by the end users?
- A. Create a new virtual switch in Network Configuration, assign it VLAN 520, and configure the Files client network on it.
- B. Configure the Data Services IP in Prism Central with an IP on VLAN 520.
- C. Configure the Data Services IP in Prism Element with an IP on VLAN 520.
- D. Create a new subnet in Network Configuration, assign it VLAN 520, and configure the Files client network on it.
Answer: D
Explanation:
The organization is deploying a Nutanix cluster to provide block storage (via iSCSI), CIFS shares, and NFS exports (via Nutanix Files). Nutanix Files, part of Nutanix Unified Storage (NUS), uses File Server Virtual Machines (FSVMs) to serve CIFS (SMB) and NFS shares to end users. The security policy requires separate networks:
* Management traffic on VLAN 500 (10.10.50.0/24).
* iSCSI traffic on VLAN 510 (10.10.51.0/24).
* Files traffic on VLAN 520 (10.10.52.0/24).
To ensure CIFS and NFS traffic uses VLAN 520 and is accessible by end users, the cluster must be configured to route Files traffic over the correct network.
Analysis of Options:
* Option A (Create a new subnet in Network Configuration, assign it VLAN 520, and configure the Files client network on it): Correct. Nutanix Files requires two networks: a Client network (for CIFS
/NFS traffic to end users) and a Storage network (for internal communication with the cluster's storage pool). To isolate Files traffic on VLAN 520, the administrator should create a new subnet in the cluster' s Network Configuration (via Prism Element), assign it to VLAN 520, and then configure the Files instance to use this subnet as its Client network. This ensures that CIFS and NFS traffic is routed over VLAN 520, making the shares accessible to end users on that network.
* Option B (Configure the Data Services IP in Prism Element with an IP on VLAN 520): Incorrect.
The Data Services IP is used for iSCSI traffic (as seen in Question 25, where it was configured for VLAN 510). It is not used for CIFS or NFS traffic, which is handled by Nutanix Files. Configuring the Data Services IP on VLAN 520 would incorrectly route iSCSI traffic, not Files traffic.
* Option C (Create a new virtual switch in Network Configuration, assign it VLAN 520, and configure the Files client network on it): Incorrect. A virtual switch is used for VM networking (e.g., for AHV VMs), but Nutanix Files traffic is handled by FSVMs, which use the cluster's network configuration for external communication. While FSVMs are VMs, their network configuration is managed at the Files instance level by specifying the Client network, not by creating a new virtual switch. The correct approach is to configure the subnet for the Files Client network, as in option A.
* Option D (Configure the Data Services IP in Prism Central with an IP on VLAN 520): Incorrect.
As with option B, the Data Services IP is for iSCSI traffic, not CIFS/NFS traffic. Additionally, the Data Services IP is configured in Prism Element, not Prism Central, making this option doubly incorrect.
Why Option A?
Nutanix Files requires a Client network for CIFS and NFS traffic. By creating a new subnet in the cluster's Network Configuration, assigning it to VLAN 520, and configuring the Files instance to use this subnet as its Client network, the administrator ensures that all CIFS and NFS traffic is routed over VLAN 520, meeting the security policy and ensuring accessibility for end users.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
"Nutanix Files requires a Client network for CIFS and NFS traffic to end users. To isolate Files traffic on a specific network, create a subnet in the cluster's Network Configuration in Prism Element, assign it the appropriate VLAN (e.g., VLAN 520), and configure the Files instance to use this subnet as its Client network.
This ensures that all client traffic (SMB/NFS) is routed over the specified network."
:
Nutanix Files Administration Guide, Version 4.0, Section: "Configuring Network for Nutanix Files" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Files Network Configuration".
NEW QUESTION # 67
An existing Object bucket was created for backups with these requirements:
* WORM policy of one year
* Versioning policy of one year
* Lifecycle policy of three years
A recent audit has reported a compliance failure. Data that should be retained for three years has been deleted prematurely.
How should the administrator resolve the compliance failure within Objects?
- A. Recreate a new bucket with the retention policy of three years.
- B. Modify the existing bucket versioning policy from one year to three years.
- C. Modify the existing bucket WORM policy from one year to three years.
- D. Create a tiering policy to store deleted data on cold storage for three years.
Answer: C
Explanation:
The administrator should resolve the compliance failure within Objects by modifying the existing bucket WORM (Write-Once Read-Many) policy from one year to three years. WORM is a feature that prevents anyone from modifying or deleting data in a bucket while the policy is active. WORM policies help comply with strict data retention regulations that mandate how long specific data must be stored. The administrator can extend the WORM retention period for a bucket at any time, but cannot reduce it or delete it. By extending the WORM policy from one year to three years, the administrator can ensure that data in the bucket is retained for the required duration and not deleted prematurely. References: Nutanix Objects User Guide, page 17; Nutanix Objects Solution Guide, page 9 Nutanix Objects, part of Nutanix Unified Storage (NUS), supports several policies for data retention and management:
* WORM (Write Once, Read Many): Prevents objects from being modified or deleted for a specified period.
* Versioning: Retains multiple versions of an object, with a policy to expire non-current versions after a specified time.
* Lifecycle Policy: Deletes objects (or versions) after a specified time (e.g., "Expire current objects after X years").
The bucket in question has:
* A WORM policy of one year (objects cannot be modified/deleted for one year).
* A versioning policy of one year (non-current versions are deleted after one year).
* A lifecycle policy of three years (current objects are deleted after three years).
The compliance failure indicates that data expected to be retained for three years was deleted prematurely, meaning some data was deleted before the three-year mark.
Analysis of Policies and Issue:
* The lifecycle policy of three years means the current version of an object is deleted after three years, which aligns with the retention requirement.
* The WORM policy of one year ensures that objects cannot be deleted or modified for one year, after which they can be deleted (unless protected by another policy).
* The versioning policy of one year means that non-current versions of an object are deleted after one year. Since versioning is enabled, every time an object is updated, a new version is created, and the previous version becomes a non-current version. With a versioning policy of one year, these non- current versions are deleted after one year, which is likely causing the compliance failure-data (past versions) that should be retained for three years is being deleted after only one year.
Analysis of Options:
* Option A (Modify the existing bucket versioning policy from one year to three years): Correct. The versioning policy determines how long non-current versions are retained. Since the compliance requirement is to retain data for three years, and the lifecycle policy already ensures the current version is kept for three years, the versioning policy should be updated to retain non-current versions for three years as well. This prevents premature deletion of past versions, resolving the compliance failure.
* Option B (Modify the existing bucket WORM policy from one year to three years): Incorrect. The WORM policy prevents deletion or modification of objects for the specified period (one year).
Extending it to three years would prevent manual deletion for a longer period, but it does not address the issue of non-current versions being deleted by the versioning policy after one year. The lifecycle and versioning policies are the primary mechanisms for automatic deletion, and WORM does not override them once the WORM period expires.
* Option C (Create a tiering policy to store deleted data on cold storage for three years): Incorrect.
Tiering policies in Nutanix Objects move data to cold storage (e.g., AWS S3, Azure Blob) for cost optimization, but they do not apply to deleted data. Once data is deleted (e.g., by the versioning policy), it cannot be tiered. This option does not address the root cause of premature deletion.
Why Option A?
The compliance failure is due to non-current versions being deleted after one year (per the versioning policy), while the requirement is to retain all data for three years. By extending the versioning policy to three years, non-current versions will be retained for the full three-year period, aligning with the lifecycle policy for the current version and resolving the compliance issue.
Exact Extract from Nutanix Documentation:
From the Nutanix Objects Administration Guide (available on the Nutanix Portal):
"When versioning is enabled, the versioning policy determines how long non-current versions of an object are retained before deletion. For example, a versioning policy of one year will delete non-current versions after one year. To meet compliance requirements, ensure that the versioning policy aligns with the desired retention period for all versions of an object, in conjunction with the lifecycle policy for current objects."
:
Nutanix Objects Administration Guide, Version 4.0, Section: "Versioning and Lifecycle Policies" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Objects Data Retention".
NEW QUESTION # 68
An administrator is required to place all iSCSI traffic on an isolated network.
How can the administrator meet this requirement?
- A. Configure the Data Services IP on an isolated network.
- B. Create a Volumes network in Prism Central.
- C. Create a new network interface on the CVMs via ncli.
- D. Configure network segmentation for Volumes.
Answer: D
Explanation:
The administrator can meet this requirement by configuring network segmentation for Volumes. Network segmentation is a feature that allows administrators to isolate network traffic for different types of services, such as Volumes, Files, or Objects, on a Nutanix cluster. Network segmentation can improve the security, performance, and manageability of network traffic. By configuring network segmentation for Volumes, the administrator can place all iSCSI traffic on an isolated network and prevent it from interfering with other services or applications. Reference: Nutanix Volumes Administration Guide, page 15; Nutanix Volumes Solution Guide, page 7
NEW QUESTION # 69
An administrator is tasked with creating an Objects store with the following settings:
* Medium Performance (around 10,000 requests per second)
* 10 TiB capacity
* Versioning disabled
* Hosted on an AHV cluster
immediately after creation, the administrator is asked to change the name of Objects store Who will the administrator achieve this request?
- A. Delete and recreate a new Objects store with the updated name
- B. The Objects store can only be renamed if hosted on ESXI.
- C. Enable versioning and then rename the Object store, disable versioning
Answer: A
Explanation:
The administrator can achieve this request by deleting and recreating a new Objects store with the updated name. Objects is a feature that allows users to create and manage object storage clusters on a Nutanix cluster. Objects clusters can provide S3-compatible access to buckets and objects for various applications and users. Objects clusters can be created and configured in Prism Central. However, once an Objects cluster is created, its name cannot be changed or edited. Therefore, the only way to change the name of an Objects cluster is to delete the existing cluster and create a new cluster with the updated name. Reference: Nutanix Objects User Guide, page 9; Nutanix Objects Solution Guide, page 8
NEW QUESTION # 70
An administrator has been requested to increase the maximum capacity of a share on a Files instance. How should the administrator perform this action in Files Console?
- A. Select the Settings tab, Click Rename.
- B. Select the Shares tab, Click Modify.
- C. Select the Settings tab, Click Change.
- D. Select the Shares tab, Click Update.
Answer: B
Explanation:
Nutanix Files, part of Nutanix Unified Storage (NUS), allows administrators to manage file shares through the Files Console, which is accessible via Prism Central. A share in Nutanix Files can have a maximum capacity (quota) defined to limit its storage usage. To increase this capacity, the administrator must modify the share's settings.
Analysis of Options:
* Option A (Select the Settings tab, Click Change): Incorrect. The Settings tab in the Files Console is used for general file server settings (e.g., AD integration, global configurations), not for modifying individual share properties like capacity.
* Option B (Select the Shares tab, Click Modify): Correct. To increase the maximum capacity of a share, the administrator should navigate to the Shares tab in the Files Console, select the share, and click Modify (or Edit, depending on the version). This opens a dialog where the share's quota (maximum capacity) can be adjusted.
* Option C (Select the Settings tab, Click Rename): Incorrect. Renaming a share under the Settings tab does not affect its capacity. The Settings tab is not the correct location for share-specific changes like capacity adjustments.
* Option D (Select the Shares tab, Click Update): Incorrect. While the Shares tab is the correct location, "Update" is not a standard action in the Files Console for modifying share properties. The correct action is "Modify" or "Edit," as in option B.
Why Option B?
The Shares tab in the Files Console is where administrators manage individual shares, including their properties like maximum capacity (quota). The Modify (or Edit) action allows the administrator to adjust the share's quota, increasing its maximum capacity as requested.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
"To modify the maximum capacity (quota) of a share, navigate to the Shares tab in the Files Console. Select the share you want to modify, and click Modify. In the dialog, adjust the quota settings to increase the maximum capacity as needed, then save the changes."
:
Nutanix Files Administration Guide, Version 4.0, Section: "Managing Shares in Files Console" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Files Share Management".
NEW QUESTION # 71
Which two platform are currently supported for Smart Tiering? (Choose two.)
- A. Wasabi
- B. Azure Blob
- C. AWS Standard
- D. Google Cloud Storage
Answer: C
Explanation:
The two platforms that are currently supported for Smart Tiering are AWS Standard and Azure Blob. Smart Tiering is a feature that allows administrators to tier data from Files to cloud storage based on file age, file size, and file type. Smart Tiering can help reduce the storage cost and optimize the performance of Files.
Smart Tiering currently supports AWS Standard and Azure Blob as the cloud storage platforms, and more platforms will be added in the future. References: Nutanix Files Administration Guide, page 99; Nutanix Files Solution Guide, page 11
NEW QUESTION # 72
What is a mandatory criterion for configuring Smart Tier?
- A. Target URL over HTTP
- B. Access and secret keys
- C. Certificate
- D. VPC name
Answer: B
Explanation:
Smart Tier requires access and secret keys to authenticate with the target storage tier, which can be Nutanix Objects or any S3-compatible storage service. The access and secret keys are generated by the target storage service and must be provided when configuring Smart Tier3. Reference: Nutanix Files Administration Guide3
NEW QUESTION # 73
An administrator has been asked to confirm the ability of a physical windows Server 2019 host to boot from storage on a Nutanix AOS cluster.
Which statement is true regarding this confirmation by the administrator?
- A. Physical servers may boot from an object bucket from the data services IP address and MPIO is not required.
- B. Physical servers may boot from a volume group from the data services IP and MPIO is not required.
- C. Physical servers may boot from an object bucket from the data services IP and MPIO is required.
- D. Physical servers may boot from a volume group from the data services IP and MPIO is
Answer: D
Explanation:
Nutanix Volumes allows physical servers to boot from a volume group that is exposed as an iSCSI target from the data services IP. To ensure high availability and load balancing, multipath I/O (MPIO) is required on the physical server. Object buckets cannot be used for booting physical servers1. Reference: Nutanix Volumes Administration Guide1
NEW QUESTION # 74
While creating a replication rule for a bucket, an administrator finds that the Object Store drop-down option under the Destination section shows an empty list. Which two conditions explain possible causes for this issue? (Choose two.)
- A. The deployment of the Object Store is not in a Complete state.
- B. The logged-in user does not have permissions to view the Object Store.
- C. The Remote site has not been configured in the Protection Group.
- D. The deployment of the Object Store is not in a running state.
Answer: B,D
Explanation:
Nutanix Objects, part of Nutanix Unified Storage (NUS), supports replication rules to replicate bucket data to a destination Object Store for disaster recovery or data redundancy. When creating a replication rule, the administrator selects a destination Object Store from a drop-down list. If this list is empty, it indicates that the system cannot display any available Object Stores, which can be due to several reasons.
Analysis of Options:
* Option A (The deployment of the Object Store is not in a running state): Correct. For an Object Store to appear in the drop-down list as a replication destination, it must be in a running state. If the destination Object Store is not running (e.g., due to a failure, maintenance, or incomplete deployment), it will not be listed as an available target for replication.
* Option B (The Remote site has not been configured in the Protection Group): Incorrect. Nutanix Objects replication does not use Protection Groups, which are a concept associated with Nutanix Files or VMs in Prism Central for disaster recovery. Objects replication is configured directly between Object Stores, typically requiring a remote site configuration, but this is not tied to Protection Groups.
The issue of an empty drop-down list is more directly related to the Object Store's state or permissions.
* Option C (The deployment of the Object Store is not in a Complete state): Incorrect. While an incomplete deployment might prevent an Object Store from being fully operational, Nutanix documentation typically uses "running state" to describe the operational status of an Object Store (as in option A). "Complete state" is not a standard term in Nutanix Objects documentation for this context, making this option less accurate.
* Option D (The logged-in user does not have permissions to view the Object Store): Correct.
Nutanix Objects uses role-based access control (RBAC). If the logged-in user lacks the necessary permissions to view or manage the destination Object Store, it will not appear in the drop-down list. For example, the user may need "Object Store Admin" privileges to see and select Object Stores for replication.
Selected Conditions:
* A: An Object Store not in a running state (e.g., stopped, failed, or under maintenance) will not appear as a destination for replication.
* D: If the user lacks permissions to view the Object Store, it will not be visible in the drop-down list, even if the Object Store is running.
Exact Extract from Nutanix Documentation:
From the Nutanix Objects Administration Guide (available on the Nutanix Portal):
"When configuring a replication rule, the destination Object Store must be in a running state to appear in the drop-down list. Additionally, the user configuring the replication rule must have sufficient permissions (e.g., Object Store Admin role) to view and manage the destination Object Store. If the Object Store is not running or the user lacks permissions, the drop-down list will appear empty."
:
Nutanix Objects Administration Guide, Version 4.0, Section: "Configuring Replication Rules" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Objects Replication".
NEW QUESTION # 75
An administrator is tasked with performing an upgrade to the latest Objects version.
What should the administrator do prior to upgrade Objects Manager?
- A. Upgrade MSP
- B. Upgrade AOS
- C. Upgrade Lifecycle Manager
- D. Upgrade Objects service
Answer: B
Explanation:
Before upgrading Objects Manager, the administrator must upgrade AOS to the latest version. AOS is the core operating system that runs on each node in a Nutanix cluster and provides the foundation for Objects Manager and Objects service. Upgrading AOS will ensure compatibility and stability for Objects components. Reference: Nutanix Objects Administration Guide, Acropolis Operating System Upgrade Guide
NEW QUESTION # 76
Before upgrading Files or creating a file server, which component must first be upgraded to a compatible version?
- A. FSM
- B. FSVM
- C. Prism Central
- D. File Analytics
Answer: C
Explanation:
The component that must first be upgraded to a compatible version before upgrading Files or creating a file server is Prism Central. Prism Central is a web-based user interface that allows administrators to manage multiple Nutanix clusters and services, including Files. Prism Central must be upgraded to a compatible version with Files before upgrading an existing file server or creating a new file server. Otherwise, the upgrade or creation process may fail or cause unexpected errors. References: Nutanix Files Administration Guide, page 21; Nutanix Files Upgrade Guide
NEW QUESTION # 77
Which port is required between a CVM or Prism Central to insights,nutanix.com for Data Lens configuration?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
Data Lens is a SaaS that provides file analytics and reporting, anomaly detection, audit trails, ransomware protection features, and tiering management for Nutanix Files. To configure Data Lens, one of the network requirements is to allow HTTPS (port 443) traffic between a CVM or Prism Central to insights.nutanix.com. This allows Data Lens to collect metadata and statistics from the FSVMs and display them in a graphical user interface. Reference: Nutanix Files Administration Guide, page 93; Nutanix Data Lens User Guide
NEW QUESTION # 78
An administrator needs to ensure maximum performance, throughput, and redundancy for the company's Oracle RAC on Linux implementation, while using the native method for securing workloads.
Which configuration meets these requirements?
- A. Volumes with MPIO and a single vDisk
- B. Flies with a distributed share and ABE
- C. Volumes with CHAP and multiple vDisks
- D. Files with a general purpose share and File Blocking
Answer: A
Explanation:
Volumes is a feature that allows users to create and manage block storage devices (volume groups) on a Nutanix cluster. Volume groups can be accessed by external hosts using the iSCSI protocol. To ensure maximum performance, throughput, and redundancy for Oracle RAC on Linux implementation, while using the native method for securing workloads, the recommended configuration is to use Volumes with MPIO (Multipath I/O) and a single vDisk (virtual disk). MPIO is a technique that allows multiple paths between an iSCSI initiator and an iSCSI target, which improves performance and availability. A single vDisk is a logical unit number (LUN) that can be assigned to multiple hosts in a volume group, which simplifies management and reduces overhead. References: Nutanix Volumes Administration Guide, page 13; Nutanix Volumes Best Practices Guide
NEW QUESTION # 79
An administrator is able to review and modify objects in a registered ESXI cluster from a PE instance, but when the administrator attempts to deploy an Objects cluster to the same ESXi cluster, the error that is shown in the exhibit is shown.
What is the appropriate configuration to verify to allow successful Objects cluster deployment to this ESXi cluster?
- A. Replace the expired self-signed SSL certificate for the Object Store with a non-expired ' signed by a valid Certificate Authority.
- B. Ensure that vCenter in PE cluster is registered using FQDN and that vCenter details in Objects UI are using FQDN.
- C. Ensure that vCenter in PE cluster is registered using FQDN and that vCenter details in Objects UI are using IP address.
- D. Replace the expired self-signed SSL certificate for the Object Store with a non-expired self signed SSL certificate.
Answer: B
Explanation:
The appropriate configuration to verify to allow successful Objects cluster deployment to this ESXi cluster is to ensure that vCenter in PE cluster is registered using FQDN (Fully Qualified Domain Name) and that vCenter details in Objects UI are using FQDN. FQDN is a domain name that specifies the exact location of a host in the domain hierarchy. For example, esxi01.nutanix.com is an FQDN for an ESXi host. Using FQDN instead of IP addresses can avoid certificate validation errors when deploying Objects clusters to ESXi clusters. References: Nutanix Objects User Guide, page 9; Nutanix Objects Troubleshooting Guide, page 5
NEW QUESTION # 80
Which tool allows a report on file sizes to be automatically generated on a weekly basis?
- A. Files view in Prism Central
- B. Files Console via Prism Element
- C. Data Lens
- D. File Analytics
Answer: C
Explanation:
Data Lens is a feature that provides insights into the data stored in Files, such as file types, sizes, owners, permissions, and access patterns. Data Lens allows administrators to create reports on various aspects of their data and schedule them to run automatically on a weekly basis. Reference: Nutanix Data Lens Administration Guide
NEW QUESTION # 81
An administrator created a bucket for an upcoming project where internal users as well as an outside consultant .... Object Browser. The administrator needs to provide both internal and consultant access to the same bucket.
The organization would like to prevent internal access to the consultant, based on their security policy.
Which two items are requires to fulfill this requirement (Choose two.)
- A. Install third-party software for bucket access to all users.
- B. Generate access keys based on directory and email-based users.
- C. Configure Directory Services under the Access Keys section
- D. Generate access keys using third-party software.
Answer: B,C
Explanation:
Nutanix Objects supports directory services integration, which allows administrators to configure access keys based on directory and email-based users. This enables granular access control and security for buckets and objects. The administrator can configure directory services under the Access Keys section in Prism Central, and then generate access keys for internal users from the directory service and for the consultant from an email address2. References: Nutanix Objects Administration Guide2
NEW QUESTION # 82
Workload optimization on Files is configured on which entity?
- A. Volume
- B. Container
- C. File Server
- D. Share
Answer: C
Explanation:
Workload optimization in Nutanix Files, part of Nutanix Unified Storage (NUS), involves tuning the Files deployment to handle specific workloads efficiently. This was previously discussed in Question 13, where workload optimization was based on FSVM quantity. The question now asks which entity workload optimization is configured on.
Analysis of Options:
* Option A (Volume): Incorrect. Volumes in Nutanix refer to block storage provided by Nutanix Volumes, not Nutanix Files. Workload optimization for Files does not involve Volumes, which are a separate entity for iSCSI-based storage.
* Option B (Share): Incorrect. Shares in Nutanix Files are the individual file shares (e.g., SMB, NFS) accessed by clients. While shares can be tuned (e.g., quotas, permissions), workload optimization in Files is not configured at the share level-it applies to the broader file server infrastructure.
* Option C (Container): Incorrect. Containers in Nutanix are logical storage pools managed by AOS, used to store data for VMs, Files, and other services. While Files data resides in a container, workload optimization is not configured at the container level-it is specific to the Files deployment.
* Option D (File Server): Correct. Workload optimization in Nutanix Files is configured at the File Server level, which consists of multiple FSVMs (as established in Question 13). The File Server is the entity that manages all FSVMs, shares, and resources, and optimization tasks (e.g., scaling FSVMs, adjusting resources) are applied at this level to handle workloads efficiently.
Why Option D?
Workload optimization in Nutanix Files involves adjusting resources and configurations at the File Server level, such as scaling the number of FSVMs (as in Question 13) or tuning memory and CPU for the File Server. The File Server encompasses all FSVMs and shares, making it the entity where optimization is configured to ensure the entire deployment can handle the workload effectively.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
"Workload optimization in Nutanix Files is configured at the File Server level. This involves adjusting the number of FSVMs, allocating resources (e.g., CPU, memory), and tuning configurations to optimize the File Server for specific workloads."
:
Nutanix Files Administration Guide, Version 4.0, Section: "Optimizing Nutanix Files for Workloads" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Files Performance Optimization".
NEW QUESTION # 83
An administrator has deployed a new Files cluster within a Windows Environment.
After some days, he Files environment is not able to synchronize users with the Active Directory server anymore. The administrator observes a large time difference between the Files environment and the Active Directory Server that is responsible for the behavior.
How should the administrator prevent the Files environment and the AD Server from having such a time difference in future?
- A. Use the same NTP Servers for the File environment and the AD Server.
- B. Use 0.pool.ntp.org as the NTP Server for the AD Server.
- C. Use 0.pool.ntp.org as the NTP Server for the Files environment.
- D. Connect to every FSVM and edit the time manually.
Answer: A
Explanation:
The administrator should prevent the Files environment and the AD Server from having such a time difference in future by using the same NTP Servers for the File environment and the AD Server. NTP (Network Time Protocol) is a protocol that synchronizes the clocks of devices on a network with a reliable time source. NTP Servers are devices that provide accurate time information to other devices on a network.
By using the same NTP Servers for the File environment and the AD Server, the administrator can ensure that they have consistent and accurate time settings and avoid any synchronization issues or errors. References: Nutanix Files Administration Guide, page 32; Nutanix Files Troubleshooting Guide
NEW QUESTION # 84
An administrator is looking for a tool that includes these features:
* Permission Denials
* Top 5 Active Users
* Top 5 Accessed Files
* File Distribution by Type
Nutanix tool should the administrator choose?
- A. File Server Manager
- B. Files Console
- C. File Analytics
- D. Prism Central
Answer: C
Explanation:
The tool that includes these features is File Analytics. File Analytics is a feature that provides insights into the usage and activity of file data stored on Files. File Analytics consists of a File Analytics VM (FAVM) that runs on a Nutanix cluster and communicates with the File Server VMs (FSVMs) that host the file shares. File Analytics can display various reports and dashboards that include these features:
Permission Denials: This report shows the number of permission denied events for file operations, such as read, write, delete, etc., along with the user, file, share, and server details.
Top 5 Active Users: This dashboard shows the top five users who performed the most file operations in a given time period, along with the number and type of operations.
Top 5 Accessed Files: This dashboard shows the top five files that were accessed the most in a given time period, along with the number of accesses and the file details.
File Distribution by Type: This dashboard shows the distribution of files by their type or extension, such as PDF, DOCX, JPG, etc., along with the number and size of files for each type. Reference: Nutanix Files Administration Guide, page 93; Nutanix File Analytics User Guide
NEW QUESTION # 85
An administrator is able to review and modify objects in a registered ESXI cluster from a PE instance, but when the administrator attempts to deploy an Objects cluster to the same ESXi cluster, the error that is shown in the exhibit is shown.
What is the appropriate configuration to verify to allow successful Objects cluster deployment to this ESXi cluster?
- A. Replace the expired self-signed SSL certificate for the Object Store with a non-expired ' signed by a valid Certificate Authority.
- B. Ensure that vCenter in PE cluster is registered using FQDN and that vCenter details in Objects UI are using FQDN.
- C. Ensure that vCenter in PE cluster is registered using FQDN and that vCenter details in Objects UI are using IP address.
- D. Replace the expired self-signed SSL certificate for the Object Store with a non-expired self signed SSL certificate.
Answer: B
Explanation:
The appropriate configuration to verify to allow successful Objects cluster deployment to this ESXi cluster is to ensure that vCenter in PE cluster is registered using FQDN (Fully Qualified Domain Name) and that vCenter details in Objects UI are using FQDN. FQDN is a domain name that specifies the exact location of a host in the domain hierarchy. For example, esxi01.nutanix.com is an FQDN for an ESXi host. Using FQDN instead of IP addresses can avoid certificate validation errors when deploying Objects clusters to ESXi clusters. Reference: Nutanix Objects User Guide, page 9; Nutanix Objects Troubleshooting Guide, page 5
NEW QUESTION # 86
What is a prerequisite for deploying Smart DR?
- A. The primary and recovery file servers must have the same domain name.
- B. Open TCP port 7515 on all client network IPs (uni-directionally on the source and recovery file servers).
- C. The Files Manager must have at least three file servers.
- D. Requires one-to-many shares.
Answer: B
Explanation:
Smart DR is a feature that allows share-level replication between active file server instances for disaster recovery. To configure Smart DR, one of the prerequisites is to open TCP port 7515 on all client network IPs (uni-directionally on the source and recovery file servers). This port is used for communication between the FSVMs and the replication engine. Reference: Nutanix Files Administration Guide, page 79; Nutanix Files Solution Guide, page 9
NEW QUESTION # 87
An administrator needs to enable a Nutanix feature that will ensure automatic client reconnection to shares whenever there are intermittent server-side networking issues and FSVM HA events. Which Files feature should the administrator enable?
- A. Connected Shares
- B. Multi-Protocol Shares
- C. Durable File Handles
- D. Persistent File Handles
Answer: C
Explanation:
Nutanix Files, part of Nutanix Unified Storage (NUS), provides file shares (e.g., SMB, NFS) that clients access. Intermittent server-side networking issues or FSVM High Availability (HA) events (e.g., an FSVM failover, as discussed in Question 40) can disrupt client connections. The administrator needs a feature to ensure automatic reconnection to shares during such events, minimizing disruption for users.
Analysis of Options:
* Option A (Multi-Protocol Shares): Incorrect. Multi-Protocol Shares allow a share to be accessed via both SMB and NFS (as in Questions 8 and 60), but this feature does not address client reconnection during networking issues or FSVM HA events-it focuses on protocol support, not connection resilience.
* Option B (Connected Shares): Incorrect. "Connected Shares" is not a recognized feature in Nutanix Files. It appears to be a made-up term and does not apply to automatic client reconnection.
* Option C (Durable File Handles): Correct. Durable File Handles is an SMB feature in Nutanix Files (as noted in Question 19) that ensures automatic client reconnection after temporary server-side disruptions, such as networking issues or FSVM HA events (e.g., failover when an FSVM's IP is reassigned, as in Question 40). When enabled, Durable File Handles allow SMB clients to maintain their session state and automatically reconnect without user intervention, meeting the requirement.
* Option D (Persistent File Handles): Incorrect. "Persistent File Handles" is not a standard feature in Nutanix Files. It may be confused with Durable File Handles (option C), which is the correct term for this SMB capability. Persistent File Handles is not a recognized Nutanix feature.
Why Option C?
Durable File Handles is an SMB 2.1+ feature supported by Nutanix Files that ensures clients can automatically reconnect to shares after server-side disruptions, such as intermittent networking issues or FSVM HA events (e.g., failover). This feature maintains the client's session state, allowing seamless reconnection without manual intervention, directly addressing the administrator's requirement.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
"Durable File Handles is an SMB feature in Nutanix Files that ensures automatic client reconnection to shares during server-side disruptions, such as intermittent networking issues or FSVM HA events. Enable Durable File Handles to maintain client session state and allow seamless reconnection without user intervention."
:
Nutanix Files Administration Guide, Version 4.0, Section: "SMB Features in Nutanix Files" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Files SMB Features".
NEW QUESTION # 88
An administrator ha having difficulty enabling Data Lens for a file server.
What is the most likely cause of this issue?
- A. The file server has blacklisted file types.
- B. The file server is in a Protection Domain.
- C. The file server has been cloned.
- D. SSR is enabled on the file server.
Answer: C
Explanation:
The most likely cause of this issue is that the file server has been cloned. Cloning a file server is not a supported operation and can cause various problems, such as Data Lens not being able to enable or disable for the cloned file server. To avoid this issue, the administrator should use the scale-out feature to add more FSVMs to an existing file server, or create a new file server from scratch. References: Nutanix Files Administration Guide, page 28; Nutanix Files Troubleshooting Guide, page 11
NEW QUESTION # 89
An administrator has been tasked with creating a distributed share on a single-node cluster, but has been unable to successfully complete the task.
Why is this task failing?
- A. Number of distributed shares limit reached.
- B. File server version should be greater than 3.8.0
- C. AOS version should be greater than 6.0.
- D. Distributed shares require multiple nodes.
Answer: D
Explanation:
A distributed share is a type of SMB share or NFS export that distributes the hosting of top-level directories across multiple FSVMs, which improves load balancing and performance. A distributed share cannot be created on a single-node cluster, because there is only one FSVM available. A distributed share requires at least two nodes in the cluster to distribute the directories. Therefore, the task of creating a distributed share on a single-node cluster will fail. References: Nutanix Files Administration Guide, page 33; Nutanix Files Solution Guide, page 8 A distributed share in Nutanix Files, part of Nutanix Unified Storage (NUS), is a share that spans multiple File Server Virtual Machines (FSVMs) to provide scalability and high availability. Distributed shares are designed to handle large-scale workloads by distributing file operations across FSVMs.
Analysis of Options:
* Option A (File server version should be greater than 3.8.0): Incorrect. While Nutanix Files has version-specific features, distributed shares have been supported since earlier versions (e.g., Files 3.5).
The failure to create a distributed share on a single-node cluster is not due to the Files version.
* Option B (Distributed shares require multiple nodes): Correct. Distributed shares in Nutanix Files require a minimum of three FSVMs for high availability and load balancing, which in turn requires a cluster with at least three nodes. A single-node cluster cannot support a distributed share because it lacks the necessary nodes to host multiple FSVMs, which are required for the distributed architecture.
* Option C (AOS version should be greater than 6.0): Incorrect. Nutanix AOS (Acropolis Operating System) version 6.0 or later is not a specific requirement for distributed shares. Distributed shares have been supported in earlier AOS versions (e.g., AOS 5.15 and later with compatible Files versions). The issue is related to the cluster's node count, not the AOS version.
* Option D (Number of distributed shares limit reached): Incorrect. The question does not indicate that the administrator has reached a limit on the number of distributed shares. The failure is due to the single-node cluster limitation, not a share count limit.
Why Option B?
A single-node cluster cannot support a distributed share because Nutanix Files requires at least three FSVMs for a distributed share, and each FSVM typically runs on a separate node for high availability. A single-node cluster can support a non-distributed (standard) share, but not a distributed share, which is designed for scalability across multiple nodes.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
"Distributed shares in Nutanix Files require a minimum of three FSVMs to ensure scalability and high availability. This requires a cluster with at least three nodes, as each FSVM is typically hosted on a separate node. Single-node clusters do not support distributed shares due to this requirement."
:
Nutanix Files Administration Guide, Version 4.0, Section: "Distributed Shares Requirements" (Nutanix Portal).
Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: "Nutanix Files Share Types".
NEW QUESTION # 90
What are two network requirements for a four-node FSVM deployment? (Choose two.)
- A. Five available IP addresses on the Client network
- B. Five available IP addresses on the Storage network
- C. Four available IP addresses on the Storage network
- D. Four available IP addresses on the Client network
Answer: A
Explanation:
The two network requirements for a four-node FSVM deployment are five available IP addresses on the Client network and five available IP addresses on the Storage network. The Client network is used for communication between the FSVMs and the clients, while the Storage network is used for communication between the FSVMs and the CVMs. For each FSVM, one Client IP and one Storage IP are required. Additionally, one extra Client IP is required for the file server VIP (Virtual IP), which is used as a single point of access for all shares and exports on the file server. Reference: Nutanix Files Administration Guide, page 28; Nutanix Files Solution Guide, page 7
NEW QUESTION # 91
......
Nutanix NCP-US-6.5 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NCP-US-6.5 Exam Dumps Pass with Updated 2025: https://www.actualvce.com/Nutanix/NCP-US-6.5-valid-vce-dumps.html
Free NCP-US-6.5 Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=1zi0vGvRtKNPltC0Mr96xbVMX4ykvqayO