[Nov-2025 Newly Released] Pass NCP-CN Exam - Real Questions and Answers
Pass NCP-CN Review Guide, Reliable NCP-CN Test Engine
NEW QUESTION # 23
An administrator has experienced issues with an NKP-managed workload cluster and has been tasked with deploying NKP Insights in order to:
Resolve common anomalies
Check security issues
Verify whether workloads follow best practicesUpon trying to enable NKP Insights, the cluster that needs to be chosen is grayed out.Which missing prerequisite should be enabled?
- A. Rook Ceph
- B. Nutanix Objects
- C. Cert-manager
- D. Velero
Answer: C
NEW QUESTION # 24
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. Create a role named admin-tenant-X, where X is the name of the group, and assign that role to manage the corresponding workspace.
- B. Create a role binding and assign it to manage the corresponding workspace.
- C. Configure the global Active Directory and assign a workspace admin user to each group.
- D. Configure a dedicated identity provider for each group to access their own workspace.
Answer: D
NEW QUESTION # 25
A Platform Engineer works for a service provider and needs to establish access and authentication for multiple clients into an NKP cluster. Each client has their own LDAP source that should be used for authentication into the cluster.
How would this be accomplished?
- A. An NKP workspace needs to be created for each client and an LDAP connector would be created for each NKP workspace.
- B. A common LDAP source needs to be established and client specific groups and users need to be configured within this common LDAP provider. Then an LDAP connector would be created for this LDAP provider.
- C. The LDAP connector configuration would be modified to include an array for each client LDAP source to authenticate with. Users would provide the client name defined in the array as part of their login.
- D. An NKP project would be created for each client and an LDAP connector would be created for each NKP project. Users would provide the project name their company was assigned as part of their login.
Answer: A
NEW QUESTION # 26
There is a private registry for the NKP deployment and the company has an NKP Ultimate license. A Platform Engineer is using the Podman tool and is already logged in. Now, the engineer needs to send the private registry with the NKP Catalog Applications.
What command should the engineer use?
- A. podman load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar
- B. nkp push bundle --bundle ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}
- C. nkp apply bundle -f ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}
- D. docker load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar
Answer: B
NEW QUESTION # 27
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 Essential
- C. NKP Ultimate
- D. NKP Starter
Answer: A,C
NEW QUESTION # 28 
Looking at the nodepools for the Kubernetes cluster named demo, there is a node pool named md-1 with only one worker. This worker should be deleted along with the node pool md-1.
How should this task be accomplished?
- A. Run ncli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
- B. Run acli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
- C. Run nkp node scale nodepool md-1 --replicas=0 --cluster-name=demo
- D. Run nkp delete nodepool md-1 --cluster-name=demo
Answer: D
NEW QUESTION # 29
A developer asked a Platform Engineer to review a deployment in the cluster called iot-1 in the workspace iot-plant-3, but the engineer does not have the kubeconfig file. Which command is valid for generating the kubeconfig file to review the Kubernetes cluster?
- A. kubectl get secret iot-1 -n kommander > iot-1.conf
- B. nkp get configmaps -n iot-plant-3 -c iot-1 > iot-1.conf
- C. nkp get kubeconfig -c iot-1 -w iot-plant-3 > iot-1.conf
- D. kubectl get kubeconfig --cluster-name=iot-1 -w iot-plant-3 > iot-1.conf
Answer: C
NEW QUESTION # 30
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 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.
- C. 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.
- 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: C
NEW QUESTION # 31
Which procedure should a Platform Engineer follow for setting up user authentication into an NKP cluster?
- A. Enable Gatekeeper and create a connector to the user base's identity provider.
- B. Create a MetalLB connector to the user base's identity provider.
- C. Create a Dex connector to the user base's identity provider.
- D. Disable native NKP authentication, enable Traefik, and create a connector to the user base's identity provider.
Answer: C
NEW QUESTION # 32
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. service monitors
- D. node-exporter
Answer: A
NEW QUESTION # 33
An infrastructure team has configured a Backup Storage Location on an existing AWS bucket and created a backup named testbackup. What command can the team use to view the backup?
- A. kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} -o yaml
- B. velero backup describe testbackup
- C. kubectl get backupstoragelocations -n ${testbackup} -o yaml
- D. velero backup describe aws-velero-testbackup
Answer: B
NEW QUESTION # 34
A Kubernetes administrator needs to deploy a new Kubernetes cluster into a new workspace. This cluster requires a predictive analytics solution that detects current and future anomalies. Which option does the administrator need to deploy after the cluster is ready?
- A. NCM Intelligent Ops
- B. Nutanix Pulse
- C. NKP AI Navigator
- D. NKP Insights
Answer: D
NEW QUESTION # 35
A company has decided to expand NKP to features that require higher product tiers, like fleet-management and additional infrastructure providers. The company has already obtained the necessary licensing. Which action is required when adding and activating a license from NKP Starter to a higher-tier product?
- A. Log out and log back in as a Global License Administrator.
- B. Regenerate the ACME-based certificate for NKP.
- C. Ensure that worker nodes are sized appropriately.
- D. Contact Nutanix Support.
Answer: A
NEW QUESTION # 36 
After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?
- A. Project ConfigMaps
- B. Continue Integration (CI)
- C. Continue Deployment (CD)
- D. Project Secrets
Answer: C
NEW QUESTION # 37
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 # 38
A company was using a test application called temp-shop developed in the temp-ecommerce NKP Starter cluster. Now, the cluster has just been taking up valuable resources that could be used for other projects, so the development team has decided to remove it.
Before proceeding, they verified that they had the cluster configuration file temp-ecommerce.conf.
What command should the development team execute to delete the cluster with its nodes and application?
- A. nkp delete cluster --cluster-name=temp-shop --self-managed --kubeconfig=temp-shop.conf
- B. nkp delete cluster --application-name=temp-shop --self-managed --kubeconfig=temp-ecommerce.conf
- C. nkp delete cluster --all
- D. nkp delete cluster --cluster-name=temp-ecommerce --self-managed --kubeconfig=temp-ecommerce.conf
Answer: D
NEW QUESTION # 39 
A Platform Engineer sees no insight in all workspaces, and it is a critical feature to control all the alerts on all company's Kubernetes clusters. What does the engineer need to do to begin generating NKP Insights?
- A. Acquire the NKP Insights Add-on license.
- B. Create a persistent volume claim and assign it to nkp-insights; this application requires volumes to save logs and data. Install nkp-insights with nkp create appdeployment nkp-insights --app nkp-insights-1.2.2 --workspace kommander-workspace
- C. Install nkp-insights in every Kubernetes cluster with kubectl apply -f nkp-insights-1.2.2 --kubeconfig=<cluster>.conf
Answer: B
NEW QUESTION # 40
A Kubernetes administrator has been tasked with deploying a new cluster to AWS. The administrator has received the following requirements for this deployment:
Region us-east-1
AMI rhel8.6What is a requirement for deploying a new cluster in AWS?
- A. Use --ami-format parameter
- B. Set an export AWS_REGION
- C. Set an export KUBECONFIG
- D. Use --dry-run parameter
Answer: B
NEW QUESTION # 41
After loading the NKP bundles to a private registry in an air-gapped environment, a Platform Engineer now needs the Konvoy bootstrap image to create the bootstrap cluster. The Konvoy image has not been loaded into the registry. Which is the most viable command to load the Konvoy bootstrap image on the bastion host?
- A. nkp push bundle --bundle konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>
- B. nkp load image -f konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>
- C. docker image tag konvoy-bootstrap-image-<version>.tar version docker.io/konvoy-bootstrap version
- D. docker load -i konvoy-bootstrap-image-<version>.tar
Answer: D
NEW QUESTION # 42
Which NKP-supported infrastructure will not receive CAPI components when an NKP cluster is deployed to it?
- A. AKS
- B. vSphere
- C. Nutanix
- D. GCP
Answer: A
NEW QUESTION # 43
A development team decided to employ an efficient monitoring system with Grafana-logging, which was successfully implemented as can be seen in the following output:
AppDeployment "kommander-default-workspace/grafana-logging" created in namespace "kommander-default-workspace".
Which command did the team execute to complete this task?
- A. export WORKSPACE_NAMESPACE=kommander-default-workspaceappdeploymentnkp create package-bundle grafana-logging
- B. nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default-workspace
- C. kubectl get helmreleases grafana-logging -n kommander-default-workspace -w
- D. kubectl get appdeployment -n kommander-default-workspace
Answer: B
NEW QUESTION # 44
A company has been modernizing on cloud-native platforms for the past few years and has been running some small consumer support utilities on their production NKP cluster. After a thorough testing and QA cycle with simulated workloads on a development cluster, the company is ready to bring their online retail application into the fold. While they have sufficient system resources to scale the NKP cluster properly from a performance standpoint, they also want to ensure they properly scale their monitoring stack's resource settings to retain a sufficient amount of data to see how overall system resource utilization trends for the NKP cluster over several months' time with the added workloads. Which NKP Platform Application component should the company be most concerned with adjusting, and how should their Platform Engineer adjust it?
- A. Adjust the resource settings for Prometheus by increasing its container resource limits and memory settings, as well as its storage.
- B. Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.
- C. Adjust the resource settings for Fluent Bit by increasing its container resource limits and memory settings, as well as its storage.
- D. Adjust the number of replicas for the Fluent Bit deployment, as well as increase the amount of storage available for use by the NKP cluster.
Answer: A
NEW QUESTION # 45
A Cloud Engineer is deploying an NKP cluster into an AWS environment. By default, when deploying NKP on AWS infrastructure, it generates the supporting infrastructure necessary for the cluster (VPC, subnets, ELBs). However, the AWS team has insisted that the NKP cluster be deployed on existing AWS infrastructure. How can the engineer meet this requirement?
- A. Create an NKP infrastructure provider for AWS in the NKP UI. When deploying the NKP cluster through the UI, specify the pre-existing VPC, subnets, and ELB to use in the appropriate fields of the 'Infrastructure' section of the Create Cluster page.
- B. When using the nkp adopt infrastructure aws command set, include the valid parameters with the pre-existing VPC, subnets, and ELB to use. Deploy the NKP cluster using the nkp create cluster aws command set.
- C. When using the nkp create cluster aws command set, include the valid parameters with the pre-existing VPC, subnets, and ELB to use.
- D. Create an overrides file with the pre-existing VPC, subnets, and ELB to use. When using the nkp create cluster aws command set, include the overrides parameter with the overrides file that was created.
Answer: D
NEW QUESTION # 46
A Platform Engineer will be deploying an NKP cluster in a dark site with no Internet access. The Cloud Administrator has provided a Linux VM for this purpose, so the engineer needs to prepare this VM to be used as a bastion host. Which two actions should the engineer take to complete this task? (Choose two.)
- A. Enable NTP Service.
- B. Get or create SSH Keys.
- C. Install LDAP Server.
- D. Install Docker.
Answer: A,B
NEW QUESTION # 47
......
Nutanix NCP-CN Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
100% Free NCP-CN Daily Practice Exam With 111 Questions: https://prep4sure.dumpexams.com/NCP-CN-vce-torrent.html