[Mar 25, 2026] Genuine NCP-CN Exam Dumps Free Demo
Printable & Easy to Use Nutanix Certified Professional (NCP) NCP-CN Dumps 100% Same Q&A In Your Real Exam
NEW QUESTION # 25 
A Platform Engineer is trying to create a new NKP cluster and is getting the error shown in the exhibit.
What is the most likely cause of this error?
- A. A docker compatible runtime is not running
- B. Informatting in the Ansible playbook
- C. An inHelm chart repo was referenced
- D. Inpermissions to the NKP binary
Answer: A
NEW QUESTION # 26
A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be upgraded to version 1.29.9. This cluster was deployed with Nutanix NKP. Which two actions should the engineer take to complete this requirement? (Choose two.)
- A. Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
- B. Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9
- C. Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9
- D. Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
Answer: A,C
NEW QUESTION # 27
A development Kubernetes cluster deployed with NKP is having performance issues. The Cloud Engineer commented that worker VMs are consuming a lot of CPU and RAM. The Platform Engineer took a look at the CPU and RAM statistics with Grafana and confirmed that the worker VMs are running out of CPU and memory. The Kubernetes cluster has 4 workers with 8 vCPUs and 32 GB RAM. What could the Platform Engineer do?
- A. Ask developers to lower the number of application replicas.
- B. Add more CPU and memory to workers with nkp scale --cpu 16 --memory 64 --cluster-name ${CLUSTER_NAME}
- C. Add one more worker with nkp scale nodepools ${NODEPOOL_NAME} --replicas=5 --cluster-name=${CLUSTER_NAME} -n ${CLUSTER_WORKSPACE}
- D. Call tech support to take a look at the infrastructure and investigate.
Answer: C
NEW QUESTION # 28
NKP cluster nodes require a disk for some of its deployed components, outside of an application's persistent volume requirements. What are these components and where are they deployed?
- A. kubelet and containerd in /var/lib
- B. kubectl and kubelet in /opt/nkp
- C. kubelet and containerd, in /opt/nkp
- D. kubectl and kubelet in /var/nkp
Answer: A
NEW QUESTION # 29
Which option is enabled with the NKP Pro licensing tier?
- A. Insights
- B. AI OPS
- C. Kubernetes Dashboard
- D. Fleet Management
Answer: D
NEW QUESTION # 30
A Platform Engineer needs to create an NKP custom image for vSphere.
Which option should the engineer use?
- A. RedHat Satellite
- B. Konvoy Image Builder
- C. Hashicorp Packer
- D. Nutanix Image Builder
Answer: B
NEW QUESTION # 31
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. prometheus-operator
- C. node-exporter
- D. service monitors
Answer: A
NEW QUESTION # 32
A Kubernetes administrator needs to deploy a new NKP deployment for a DR Datacenter. Cluster information:
AOS 6.10
Hypervisor is AHV
Six NX-8170-G9 NodesWhich command should the administrator use to invoke the prompt-based CLI deployment method?
- A. nkp create cluster ahv
- B. nkp create nodepool nutanix
- C. nkp create cluster nutanix
- D. nkp install kommander
Answer: A
NEW QUESTION # 33
An ecommerce company decides to apply an autoscaling configuration in its NKP cluster due to the fact that on holidays, they experience service drops due to a huge increase of simultaneous traffic.
Which statement best describes the configuration shown in the exhibit?
- A. The autoscaler could have 15 or 3 nodes.
- B. The autoscaler could increase the number of nodes up to 3, but never reduce it below 15.
- C. The autoscaler could increase the number of nodes as needed, but never reduce it below 3.
- D. The autoscaler could increase the number of nodes up to 15, but never reduce the number below 3.
Answer: D
NEW QUESTION # 34
A company has standardized on NKP for their Kubernetes platform and needs to deploy their first cluster with the following requirements:
Dark site ready
Custom Service CIDR Block
Custom Pod CIDR Block
Hosted on Nutanix AHV ClusterWhich tool would the administrator use to perform the deployment?
- A. kubectl CLI
- B. OCP CLI
- C. NKP CLI
- D. NKP GUI
Answer: C
NEW QUESTION # 35
An administrator has been trying to deploy an initial AHV-based NKP cluster in a dark site (no Internet connectivity) environment using the command shown in the question.
nkp create cluster nutanix \
--cluster-name=$CLUSTER_NAME \
--control-plane-prism-element-cluster=$PE_NAME \
--worker-prism-element-cluster=$PE_NAME \
--control-plane-subnets=$SUBNET_ASSOCIATED_WITH_PE \
--worker-subnets=$SUBNET_ASSOCIATED_WITH_PE \
--control-plane-endpoint-ip=$AVAILABLE_IP_FROM_SAME_SUBNET \
--csi-storage-container=$NAME_OF_YOUR_STORAGE_CONTAINER \
--endpoint=$PC_ENDPOINT_URL \
--control-plane-vm-image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \
--worker-vm-image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \
--registry-url=${REGISTRY_URL} \
--registry-mirror-username=${REGISTRY_USERNAME} \
--registry-mirror-password=${REGISTRY_PASSWORD} \
--kubernetes-service-load-balancer-ip-range $START_IP-$END_IP \
--self-managed
Which missing attribute needs to be added in order for the deployment?
- A. --airgapped
- B. --registry-username
- C. --registry-url
- D. --insecure
Answer: A
NEW QUESTION # 36
A Platform Engineer is deploying an NKP workload cluster using the nkp create cluster vsphere command. The cluster will be utilized by the company's code-green team and the engineer has already created a code-green NKP workspace on the NKP management cluster.
After issuing the deploy command, the engineer monitored the build using the nkp describe cluster command and confirmed it completed successfully. However, a few hours later, after logging into the NKP UI, the engineer checked the code-green NKP workspace and saw that the NKP workload cluster was not there.
What is the likely reason the NKP workload cluster is not in the code-green NKP workspace?
- A. The vSphere service account credentials had expired prior to the engineer's attempt to view the cluster in the NKP UI. Once the credentials are refreshed, the vSphere cluster will reappear in the NKP workspace.
- B. The engineer did not supply the --namespace code-green parameter as part of the nkp create cluster vsphere command, therefore it was created in the default workspace and needs to be manually attached.
- C. The vSphere cluster cannot be displayed in the NKP UI unless its Kubernetes version is within 'N - 1' versions of the NKP management cluster's Kubernetes version.
- D. NKP vSphere clusters cannot be assigned NKP workspaces and instead are assigned the default NKP workspace. The cluster can be viewed from this workspace instead.
Answer: B
NEW QUESTION # 37
A Platform Engineer is going to deploy NKP to a Nutanix cluster on-prem as well as Amazon EKS. What is the function of the bootstrap cluster for this architecture?
- A. Increases security from a single point of entry.
- B. Saves cost by minimizing resources required for provisioning.
- C. Uses Cluster API for infrastructure-agnostic provisioning.
- D. Simplifies the networking requirements for Kubernetes.
Answer: C
NEW QUESTION # 38
Some time ago, an EKS cluster was attached to be managed with NKP (Fleet Management). Now, a Platform Engineer has been asked to disconnect the EKS cluster from NKP for licensing reasons. After disconnecting the cluster, the developers realized that application changes are still being reflected in the EKS cluster, despite the fact that the EKS cluster was successfully detached from NKP. How should the engineer resolve this issue?
- A. Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support.
- B. Detached cluster's Flux installation must be manually disconnected from the management Git repository: kubectl -n kommmander-flux patch gitrepo management -p '{"spec":{"suspend":true}}' --type merge
- C. Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name
- D. Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force
Answer: B
NEW QUESTION # 39
A company has different Kubernetes clusters for different business units. Every business unit has separate Kubernetes clusters for production and development because the software deployed in production is different than development. Now, all production clusters for all business units are standardized and all clusters for development are standardized as well.
The company recently acquired NKP Ultimate licenses for all Kubernetes clusters.
How can the company control the standard configuration for both environments in all clusters (production and development)?
- A. Configure a production workspace and a development workspace and attach each Kubernetes cluster to the corresponding workspace.
- B. Create new Kubernetes clusters for production and development with NKP for every business unit.
- C. Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.
- D. Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux --kustomize=kustomize.yaml --kubeconfig=<cluster>.conf
Answer: A
NEW QUESTION # 40
......
NCP-CN Practice Test Give You First Time Success with 100% Money Back Guarantee!: https://actualtests.prep4away.com/Nutanix-certification/braindumps.NCP-CN.ete.file.html