[Q17-Q36] Dec-2025 Realistic NCP-CN Accurate & Verified Answers As Experienced in the Actual Test!

Share

Dec-2025 Realistic NCP-CN Accurate & Verified Answers As Experienced in the Actual Test!

Latest Nutanix NCP-CN Practice Test Questions, Nutanix Certified Professional - Cloud Native v6.10 Exam Dumps


Nutanix NCP-CN Exam Syllabus Topics:

TopicDetails
Topic 1
  • Conduct NKP Fleet Management: This section tests the abilities of platform administrators and cloud operations engineers in managing multiple clusters as a fleet. It focuses on configuring workspaces to organize clusters, deploying workload clusters within these workspaces, and attaching or detaching clusters as needed. Additionally, candidates must be able to configure projects for workload segmentation and manage platform applications that support the overall NKP environment.
Topic 2
  • Manage Building an NKP Cluster: This section evaluates the skills of Kubernetes administrators and platform engineers in customizing and deploying NKP clusters. Candidates must show proficiency in tailoring cluster configurations to meet specific requirements and deploying Kommander, the management platform, while applying the appropriate licenses to enable cluster features and management capabilities.
Topic 3
  • Perform Day 2 Operations: This part assesses the expertise of site reliability engineers and cluster operators in ongoing cluster management tasks after deployment. It includes configuring authentication and authorization mechanisms, setting up logging systems, and implementing cluster backup and recovery procedures. Candidates also need to demonstrate skills in monitoring cluster performance and health, configuring autoscaling to handle workload changes, and performing lifecycle management functions such as upgrades and maintenance.
Topic 4
  • Prepare the Environment for an NKP Deployment: This section of the exam measures the skills of infrastructure engineers and cloud administrators and covers the initial setup tasks needed for NKP deployment. Candidates must demonstrate the ability to seed a private container registry, create a bootstrap Kubernetes cluster, and determine license tiers suitable for clusters. They also need to prepare a bastion host for secure access, build machine images or prepare nodes for deployment, and gather all necessary information to build a cluster on the target cloud or on-premises provider.

 

NEW QUESTION # 17
A Platform Engineer needs to do an air-gapped installation of NKP. This environment needs to run without Internet access and be fully operational, including updates. Docker has been installed, and the NKP bundle exists on a bastion host. What is the first command that the engineer must run to begin the process?

  • A. nkp create cluster nutanix
  • B. docker load -i konvoy-bootstrap-image-v2.12.0.tar
  • C. nkp push bundle --bundle
  • D. tar -xzvf nkp-air-gapped-bundle_v2.12.0_linux_amd64.tar.gz

Answer: D


NEW QUESTION # 18
An administrator has been tasked with deploying NKP as the Kubernetes platform and needs to deploy their first cluster with the following requirements:
Dark site (no Internet connectivity)
Nutanix-provided Rocky Linux VM image
AHV-based clusterWhat are two prerequisites to accomplish the deployment? (Choose two)

  • A. Air-Gapped Bundle
  • B. Existing local container registry
  • C. Konvoy Image Builder
  • D. Self-managed AWS cluster

Answer: A,B


NEW QUESTION # 19
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 Dex connector to the user base's identity provider.
  • C. Create a MetalLB 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: B


NEW QUESTION # 20

A Platform Engineer is preparing to deploy an NKP cluster in an air-gapped environment. The NKP cluster will be deployed on Nutanix infrastructure using the CAPI Nutanix provisioner (CAPX). The engineer has decided to create the bootstrap cluster first, then NIB-prep an Ubuntu 22.04 OS image that the Linux engineering team has provided in Prism Central. After that, the engineer will deploy the NKP cluster. However, during the first step of creating a bootstrap cluster, the engineer received the error shown in the exhibit. What could be the reason?

  • A. The nkp create bootstrap command needs to be executed as root.
  • B. The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.
  • C. The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.
  • D. The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.

Answer: B


NEW QUESTION # 21
What is a prerequisite for upgrading an NKP license to Ultimate?

  • A. Size the Sidecar containers appropriately to support the installation of default platform services.
  • B. Size the Control Plane nodes appropriately to support the installation of default platform services.
  • C. Size the Worker nodes appropriately to support the installation of default platform services.
  • D. Size the ETCD nodes appropriately to support the installation of default platform services.

Answer: B


NEW QUESTION # 22
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 ${testbackup} -o yaml
  • B. kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} -o yaml
  • C. velero backup describe aws-velero-testbackup
  • D. velero backup describe testbackup

Answer: D


NEW QUESTION # 23
During a deployment of NKP, a Platform Engineer received an error indicating an issue with the bootstrap. While troubleshooting with support, the engineer noticed that the KUBECONFIG file was missing. How would the engineer recreate the bootstrap cluster and create a context file named bootstrap-cluster.conf?

  • A. d2iq create bootstrap --kubeconfig bootstrap-cluster.conf
  • B. kubectl create bootstrap --kubeconfig bootstrap-cluster.conf
  • C. nkp create bootstrap --kubeconfig bootstrap-cluster.conf
  • D. nutanix create bootstrap --kubeconfig bootstrap-cluster.conf

Answer: C


NEW QUESTION # 24
A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vSphere provisioning method. The cluster needs to have 3 worker node pools:
First node pool should consist of 6 worker nodes
Second node pool should consist of 3 worker nodes
Third node pool should consist of 3 worker nodesAdditionally, the worker nodes in the first node pool should be set to 10 CPUs, the second node pool workers should be set to 8 CPUs, and the third node pool workers should be set to 6 CPUs. What is the proper way to create the NKP cluster using the NKP CLI?

  • A. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepool vsphere command, including the following parameters:--replicas 3--cpus 6
  • B. When executing the nkp create cluster vsphere command, include the following parameters:--node-pools 3--worker-replicas 6,3,3--worker-cpus 10,8,6
  • C. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepool vsphere command, including the following parameters:--worker-replicas 3--worker-cpus 8Then, execute the nkp create nodepool vsphere command, including the following parameters:--worker-replicas 3--worker-cpus 6
  • D. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepools vsphere command, including the following parameters:--replicas 3,3--cpus 8,6

Answer: C


NEW QUESTION # 25
Which NKP tier is required for the FIPS Compliant Build feature?

  • A. Starter
  • B. Advanced
  • C. Pro
  • D. Enterprise

Answer: D


NEW QUESTION # 26
A company uses an Artifactory private registry for development. The NKP deployment must use this private registry since the Security Administrator has the firewall configured to reject connections to public container registries. The first task is to push the NKP bundle to this private registry.
What options should be used to push the NKP bundle to this private registry?

  • A. --registry-url, --registry-username and --registry-password
  • B. --to-registry, --to-registry-username and --to-registry-password
  • C. --registry-mirror-url, --registry-mirror-username and --registry-mirror-password
  • D. --mirror-url, --mirror-username and --mirror-password

Answer: B


NEW QUESTION # 27

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 # 28
A Platform Engineer has been tasked with building a custom image for the deployment of NKP management and worker nodes. The engineer needs to ensure that the proper package versions are used when creating these images. The security team has only authorized version 1.30.5 of Kubernetes and version 1.7.22 of containerd. Where should the engineer go to verify that this is the version being used when building the custom image?

  • A. ansible/group_vars/all/defaults.yaml
  • B. terraform/vars/default/terraform.tfvars
  • C. config/pulumi/vars/pulumi.kib.config
  • D. The custom image's .env file

Answer: A


NEW QUESTION # 29
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. docker load -i konvoy-bootstrap-image-<version>.tar
  • B. nkp push bundle --bundle 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. nkp load image -f konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>

Answer: A


NEW QUESTION # 30
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. --insecure
  • B. --registry-username
  • C. --registry-url
  • D. --airgapped

Answer: D


NEW QUESTION # 31
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. kubectl get helmreleases grafana-logging -n kommander-default-workspace -w
  • B. nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default-workspace
  • C. export WORKSPACE_NAMESPACE=kommander-default-workspaceappdeploymentnkp create package-bundle grafana-logging
  • D. kubectl get appdeployment -n kommander-default-workspace

Answer: B


NEW QUESTION # 32
A Platform Engineer is preparing machine images for NKP through the NIB or KIB process. What is the purpose of doing this?

  • A. Hardening an OS image with client-supplied hardening scripts
  • B. Creating a CAPI-compliant image for use as NKP cluster nodes
  • C. Creating a custom user account for NKP admins to ensure access to NKP nodes
  • D. Tagging the image to be used specifically for NKP

Answer: B


NEW QUESTION # 33
In a telecom company, two teams were working on the development of two different applications:
ApplicationA
ApplicationBApplicationA's development team was excited about the release of their new functionality. However, upon deploying their application, they noticed that performance was slow. After investigating, they discovered that the ApplicationB team was consuming the majority of the cluster's resources, affecting all other teams. How can this problem be mitigated?

  • A. Configuring RBAC
  • B. Implementing Quotas and Limit Ranges
  • C. Setting up Network Policies
  • D. Implementing Continuous Deployment (CD)

Answer: B


NEW QUESTION # 34
A company has 30 Edge devices with lightweight Kubernetes, and developers need to push the application to every edge device. An NKP administrator has the NKP Ultimate license tier configured and has access to all kubeconfig files for the 30 edge devices. What is the most efficient way that the administrator can lifecycle manage the application deployments?

  • A. Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.
  • B. Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.
  • C. Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.
  • D. Create a script to automate the deployment to every edge device.

Answer: A


NEW QUESTION # 35
In an effort to control cloud cost consumption, auto-scale is configured to meet demands as needed.
What is the behavior for when nodes are scaled down?

  • A. Node is changed to a status of Hibernate.
  • B. Node is paused in Kubernetes and the infrastructure continues to consume the resources at the current level.
  • C. Node is changed to a status of Power-Off for stand-by.
  • D. Node is CAPI deleted from its infrastructure provider, effectively removing it from its hypervisor.

Answer: D


NEW QUESTION # 36
......

Free NCP-CN Exam Files Downloaded Instantly 100% Dumps & Practice Exam: https://pass4sure.actual4dump.com/Nutanix/NCP-CN-actualtests-dumps.html