[Q53-Q68] Use the best ways of preparing for NCP-CN Exam Dumps with PDF4Test Nutanix NCP-CN PDF Dumps [2026]

Share

Use the best ways of preparing for NCP-CN Exam Dumps with PDF4Test Nutanix NCP-CN dump PDF [2026]

Nutanix NCP-CN exam candidates will surely pass the Exam if they consider the NCP-CN dumps learning material presented by PDF4Test.

NEW QUESTION # 53
A Platform Engineer is looking to backup and restore persistent volumes and other cluster resources. Which two NKP licenses include backup and restore functionality? (Choose two.)

  • A. NKP Pro
  • B. NKP Ultimate
  • C. NKP Essential
  • D. NKP Starter

Answer: A,B


NEW QUESTION # 54

The Platform Engineer needs to expand an NKP Pro demo cluster due to workload capacity constraints. The demo cluster has 150 vCPUs available to it from a licensing standpoint. Each worker node has 8 vCPUs and each control plane node has 4 vCPUs.
Which two options are valid for expanding the demo cluster and remaining compliant with licensing? (Choose two.)

  • A. Create a new worker nodepool consisting of 10 nodes with 8 vCPUs per node.
  • B. Expand the original worker nodepool by up to 4 nodes and create a new worker nodepool consisting of
    6 nodes with 4 vCPUs/node.
  • C. Expand the original worker nodepool by up to 8 nodes.
  • D. Add 6 additional control planes.

Answer: B,C

Explanation:
According to the NKPA 6.10 documentation, licensing in an NKP cluster is constrained by the total number of vCPUs assigned to all nodes (workers and control planes). In this scenario, the cluster has a maximum of
150 vCPUs available.
The existing output shows 10 worker nodes, each with 8 vCPUs (10×8=80 vCPUs) and 3 control plane nodes, each with 4 vCPUs (3×4=12 vCPUs).
* Current vCPU usage: 80 + 12 = 92 vCPUs.
* Remaining vCPUs: 150 - 92 = 58 vCPUs.
Option A:
Adding 6 control plane nodes (6×4=24 vCPUs).
This would increase control planes to 9 total (3 existing + 6 new). Control plane nodes would consume
9×4=36 vCPUs.
Worker nodes remain at 80 vCPUs.
Total vCPU usage: 36 + 80 = 116 vCPUs (still under 150 vCPUs).
However, it's unusual and unnecessary to have 9 control planes in a typical NKP setup. NKPA and NCP-CN best practices indicate typically no more than 3 or 5 control planes for HA. Therefore, this is technically possible but not recommended or standard practice. So not selected.
Option B:
Expanding the existing worker nodepool by 8 nodes (8×8=64 vCPUs).
This would add 64 vCPUs to the current 92 vCPUs:
92 + 64 = 156 vCPUs # exceeds licensing limit.
Correction: The question specifies "expand up to 8 nodes," so it's possible to expand by only 7 nodes (7×8=56 vCPUs).
92 + 56 = 148 vCPUs # within licensing limits.
Thus, expanding by up to 7 nodes is valid.
Option C:
Creating a new worker nodepool with 10 nodes (10×8=80 vCPUs).
This would add 80 vCPUs to the existing 92 vCPUs:
92 + 80 = 172 vCPUs # exceeds 150 vCPU licensing limit.
Not valid.
Option D:
Expanding the original worker nodepool by up to 4 nodes (4×8=32 vCPUs) = +32 vCPUs.
Adding a new nodepool of 6 nodes with 4 vCPUs/node (6×4=24 vCPUs) = +24 vCPUs.
Total increase: 32 + 24 = 56 vCPUs.
Total vCPU usage: 92 + 56 = 148 vCPUs # within the 150 vCPU limit.
Thus, valid.
Extract Reference:
* NKPA 6.10 - "Cluster Sizing and Licensing"
* Nutanix Kubernetes Platform Administration (NKPA) - Licensing Considerations
"The total number of vCPUs for all nodes (control planes and workers) must not exceed the licensed vCPU capacity of the NKP deployment." This confirms that Options B and D are the two valid approaches to expand the cluster while remaining compliant with licensing constraints.


NEW QUESTION # 55
By default, a full cluster backup is occurring on a daily basis on an NKP-managed cluster. However, the Victory Finance team has requested that their applications be backed up four times a day. The user group has been assigned to the victory-finance-apps NKP workspace, and the applications have been deployed to the Kubernetes namespace victory-finance.
What is the procedure for scheduling the team's application backups?

  • A. Access the NKP UISwitch to the victory-finance-apps NKP workspaceClick on the Applications menu panel and select VeleroEdit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)Set the backup frequency to four times daily
  • B. Install the Velero CLIUse the Velero CLI to create a backup schedule that includes the following parameters:- Backup name- NKP workspace to backup- Backup frequency (every six hours)- Managed NKP cluster's kubeconfig
  • C. Install the Velero CLIUse the Velero CLI to create a backup schedule that includes the following parameters:- Backup name- Kubernetes namespace to backup- Backup frequency (every six hours)- Managed NKP cluster's kubeconfig
  • D. Access the NKP UISwitch to the victory-finance NKP namespaceClick on the Applications menu panel and select VeleroEdit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)Set the backup frequency to four times daily

Answer: C


NEW QUESTION # 56
To keep an NKP cluster and applications healthy and drive productivity forward, a Platform Engineer needs to stay informed of all events occurring within the cluster. What component of kube-prometheus-stack will help the engineer to stay informed of these events in NKP?

  • A. alertmanager
  • B. service monitors
  • C. node-exporter
  • D. prometheus-operator

Answer: A


NEW QUESTION # 57
A Cloud Engineer is deploying an NKP Cluster in AWS. The environment is for testing purposes only, so the AWS team has requested it be deployed to use a minimal set of system resources to reduce cloud subscription fees. Which two parameters should be specified when initializing a Kommander installation, using the nkp install kommander command set? (Choose two.)

  • A. --yaml
  • B. --wait-timeout
  • C. --init
  • D. --request-timeout

Answer: B,C


NEW QUESTION # 58

After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?

  • A. Continue Integration (CI)
  • B. Project ConfigMaps
  • C. Continue Deployment (CD)
  • D. Project Secrets

Answer: C


NEW QUESTION # 59
A company is developing a new web application consisting of several microservices, including:
* Authentication service
* User management service
* Payment processing service Each microservice is developed by different teams and requires an isolated environment for testing and development. To facilitate development and testing, the team decides to create a specific workspace in NKP. What should the team do to start this new creation?

  • A. From the workspace selection dropdown list in the top menu bar, select Add Workspace.
  • B. From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.
  • C. From the Cluster selection, select Add Cluster.
  • D. From the workspace selection dropdown list in the top menu bar, select Create Workspace.

Answer: D

Explanation:
The Nutanix Kubernetes Platform (NKP) uses workspaces to provide isolated environments for different teams or projects, allowing each team to manage its own clusters, applications, and resources independently.
According to the NKPA course, creating a new workspace is a key Day 2 operation to support multi-tenancy and isolated development environments, such as those required for the microservices in this scenario.
The course specifies that to create a new workspace, users must navigate to the workspace selection dropdown list in the top menu bar of the NKP user interface (UI) and select Create Workspace. This action opens a form where administrators can define the workspace name, description, and associated resources (e.
g., clusters, users, and policies). The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "To create a new workspace in NKP, go to the workspace selection dropdown in the UI and select 'Create Workspace' to configure an isolated environment for a team or project." This process ensures that each microservice team has its own isolated environment for development and testing, with access restricted to their specific workspace.
Incorrect Options:
* A. From the Cluster selection, select Add Cluster: Adding a cluster creates a new Kubernetes cluster within an existing workspace, not a new workspace. The NKPA course distinguishes between cluster and workspace creation.
* C. From the workspace selection dropdown list in the top menu bar, select Add Workspace: The NKPA course and UI use "Create Workspace" as the standard terminology, not "Add Workspace."
* D. From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider: This option is for configuring infrastructure providers (e.g., AWS, vSphere) for NKP, not for creating workspaces.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Workspace Management.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Day 2 Operations.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 60

A current Nutanix cluster is hosting an NKP cluster and a production Kubernetes cluster named production. Infrastructure administrators recently added three nodes with NVidia GPUs for a new AI initiative, and now a Platform Engineer has been asked to add three workers with the GPUs to the production Kubernetes cluster. Which first step should the engineer take to achieve this task?

  • A. Create a nodepool of workers with GPU:textCollapseWrapCopynkp create nodepool nutanix -c $CLUSTER_NAME \--vm-image $NAME_OF_GPU_OS_IMAGE_CREATED_BY_NKP_CLI \-o yaml --subnets $NUTANIX_SUBNET_NAME \--prism-element-cluster $NUTANIX_PRISM_ELEMENT_CLUSTER_NAME \$NODEPOOL_NAME
  • B. Configure Multi-Instance GPU (MIG):textCollapseWrapCopykubectl label nodes ${NODE} nvidia.com/mig.config=all-1g.6gb -overwrite
  • C. Create a GPU-compatible OS Image with:textCollapseWrapCopynkp create image nutanix --gpu \--gpu-name=${GPU_NAME} \--cluster=${NUTANIX_CLUSTER_NAME} \--endpoint=${NUTANIX_PC_ENDPOINT} \--subnet=${NUTANIX_SUBNET} ubuntu-22.04
  • D. Add the GPU Operator to the new workers:textCollapseWrapCopycat <<EOF | kubectl apply -f -kind: Installationapps:nvidia-gpu-operator:enabled: truevalues: |toolkit:nodepool: md-0EOF

Answer: C


NEW QUESTION # 61
A Platform Engineer has been tasked with setting up a secure and isolated environment for managing an NKP environment. The environment will have no access to the Internet but will be required to create additional NKP clusters in the future. The security team has recommended using a bastion host to achieve this goal. What is the primary purpose of a bastion host in this scenario?

  • A. To store and manage sensitive data related to the cluster.
  • B. To provide a secure point for creating and operating NKP clusters.
  • C. To serve as a load balancer for the NKP clusters.
  • D. To act as a firewall for the cluster, blocking all incoming traffic.

Answer: B


NEW QUESTION # 62
Recently, the reliability of some developer platforms has been impacted by out-of-memory errors, causing pods to crash and then remain in a pending state. A Cloud Engineer has been tasked with collecting and reviewing centralized metrics across the various platform environments to identify differences between them and better understand what is causing these performance issues. What should the engineer do to address this request?

  • A. Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.
  • B. Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.
  • C. Utilize Thanos to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.
  • D. Utilize Prometheus to collect and present centralized metrics on NKP attached and managed clusters.
    Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.

Answer: D

Explanation:
The NKPA course details NKP's monitoring stack for collecting and analyzing metrics across attached and managed clusters, which is critical for troubleshooting issues like out-of-memory errors. The engineer needs to collect centralized metrics and set up alerting to identify performance issues. The correct approach is to use Prometheus for metrics collection and Thanos Query for alerting (Option C).
* Utilize Prometheus to collect and present centralized metrics on NKP attached and managed clusters: Prometheus is NKP's default metrics collection tool, deployed as a platform application. It scrapes metrics (e.g., CPU, memory usage) from nodes, pods, and services across all clusters in a workspace, centralizing them for analysis. The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "Prometheus is used in NKP to collect and present centralized metrics from attached and managed clusters, enabling detailed performance analysis." This is ideal for identifying differences in memory usage causing the out-of-memory errors.
* Configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it: Thanos Query, part of NKP's monitoring stack, aggregates Prometheus metrics across clusters and provides a unified query interface. It also integrates with Alertmanager to send alerts based on configured thresholds (e.g., memory usage > 90%). The NKPA course notes: "Use Thanos Query to monitor metrics across NKP clusters and configure alerts with Alertmanager to notify engineers of performance issues like out-of-memory errors." This setup helps the engineer proactively address the issue.
Incorrect Options:
* A & B. Utilize Fluentd and Fluent Bit: Fluentd and Fluent Bit are logging tools in NKP, used for collecting logs, not metrics. Metrics collection requires Prometheus.
* D. Utilize Thanos to collect and present centralized metrics: Thanos does not collect metrics directly; it extends Prometheus by providing long-term storage and query aggregation. Prometheus is the primary collection tool.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Monitoring and Metrics.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Day 2 Operations.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com Prometheus Documentation: https://prometheus.io Thanos Documentation: https://thanos.io


NEW QUESTION # 63
A Platform Engineer is deploying NKP into a highly secure vSphere environment. The NKP cluster will be air-gapped, and must also be FIPS compliant. The OS platform to be used for NKP cluster nodes is RHEL.
What must the engineer do to properly prep an OS image and have it be deployed as a FIPS compliant NKP cluster node?

  • A. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips override.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes and etcd.
  • B. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips and fips overrides.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes and etcd.
  • C. Verify the OS itself has been placed in fips mode.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes, kubectl and etcd.
  • D. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips and fips overrides.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes, kubectl and etcd.

Answer: B


NEW QUESTION # 64
A Cloud Engineer would like to configure an NKP cluster that is running in the cloud to dynamically expand and compact its resource capacity for running container workloads. This will help ensure efficient use of resources without impacting online retail transaction performance that is increasingly hitting unpredictable spikes and lulls.
Which autoscaling method does NKP use and how does it scale?

  • A. Cluster autoscaler and worker node replicas
  • B. Horizontal-Pod autoscaler and worker node replicas
  • C. Horizontal-Pod autoscaler and worker node CPU/memory sizing
  • D. Cluster autoscaler and worker node CPU/memory sizing

Answer: A

Explanation:
NKP uses the Cluster Autoscaler to scale worker node replicas up or down. This ensures that resource availability dynamically matches workload demand by adjusting the number of worker nodes. Pod-level autoscaling (Horizontal-Pod autoscaler) is also supported for pod scaling but is not responsible for node pool expansion or compaction.
Key Reference:
"NKP uses the Cluster Autoscaler to dynamically adjust worker node pool replicas in response to cluster resource demands." Reference:
Nutanix Kubernetes Platform Administration (NKPA) 6.10 - "Cluster Autoscaler for Node Pools" NCP-CN 6.10 Study Guide - "Cluster Autoscaler vs Horizontal Pod Autoscaler"
=======


NEW QUESTION # 65
A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster node. During the process, the source AMI is successfully cloned, and multiple preparation steps have occurred against the cloned AMI, such as gathering OS-release facts and uploading image bundles to it. However, the process encounters an error and ultimately fails. What is one troubleshooting step the engineer can perform that may help identify the root cause of the issue?

  • A. Rerun the KIB command, including the parameter to instruct Ansible not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.
  • B. Rerun the KIB command, including the parameter to instruct Packer not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.
  • C. Rerun the KIB command, including the pause parameter, so that each command in the KIB-prep sequence and its return can be reviewed in detail before allowing the prep process to continue.
  • D. Rerun the KIB command, including the parameter to set the verbosity level to debug, so that all issued AWS CLI commands and their returns are included and added to an exported log file for review.

Answer: D


NEW QUESTION # 66
A Platform Engineer is a member of an IT team that provides Kubernetes clusters for three groups within a company named Fin Group, Inc.:
* Fin VD
* Fin Insurance
* Fin TravelThe engineer created workspaces for each group. Fin Group Inc. has its own Active Directory implementation, while each group uses their own Identity Provider. Now, the engineer needs to assign the Tenant Administrators role for each workspace. How will the engineer complete this task?

  • A. Configure the global Active Directory and assign a workspace admin user to each group.
  • B. Create a role binding and assign it to manage the corresponding workspace.
  • C. Create a role named admin-tenant-X, where X is the name of the group, and assign that role to manage the corresponding workspace.
  • D. Configure a dedicated identity provider for each group to access their own workspace.

Answer: D

Explanation:
The NKPA course emphasizes that NKP supports multi-tenancy through workspaces, each of which can be configured with its own Identity Provider (IdP) for authentication. In this scenario, each group (Fin VD, Fin Insurance, Fin Travel) has its own IdP, and the engineer has created separate workspaces for them. To assign the Tenant Administrators role, the engineer must configure a dedicated IdP for each group's workspace, enabling users to authenticate via their group-specific IdP and assume the Tenant Administrator role.
The course details that NKP uses Dex as the OIDC provider to integrate with external IdPs. For each workspace, the engineer configures a Dex connector to the group's IdP, maps the IdP groups to NKP roles (e.
g., Tenant Administrator), and assigns permissions via role bindings. The Nutanix Cloud Native (NCP-CN)
6.10 Study Guide states: "To assign Tenant Administrator roles in NKP, configure a dedicated IdP for each workspace using Dex connectors, mapping IdP groups to the appropriate roles for workspace management." This ensures that each group's administrators can access only their designated workspace.
Incorrect Options:
* B. Create a role named admin-tenant-X: NKP uses predefined roles like Tenant Administrator, not custom roles with specific naming conventions.
* C. Create a role binding and assign it: Role bindings are part of the process, but the primary step is configuring the IdP for authentication, as per the NKPA course.
* D. Configure the global Active Directory: The scenario specifies separate IdPs per group, not a global Active Directory for all groups.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Workspace and Role Management.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Authentication and Authorization.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 67
A company has enabled auto-scaling within an NKP cluster. What is the behavior for auto-scaling?

  • A. Memory is hot-added or hot-removed from a node.
  • B. The Power-On Status/Mode of a node is changed to meet load conditions.
  • C. CPU is hot-added or hot-removed from a node.
  • D. Nodes will be CAPI-created or CAPI-deleted as needed by the cluster.

Answer: D


NEW QUESTION # 68
......

Full NCP-CN Practice Test and 111 unique questions with explanations waiting just for you, get it now: https://drive.google.com/open?id=1PUOLC9rHL7dBvOZg6a5bX4D8dDYOYHIa

Accurate & Verified Answers As Seen in the Real Exam here: https://www.pdf4test.com/NCP-CN-dump-torrent.html