Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dcdisc65

Page: 1 / 4
Total 32 questions
Exam Code: NCP-CN                Update: Oct 15, 2025
Exam Name: Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)

Nutanix Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) NCP-CN Exam Dumps: Updated Questions & Answers (October 2025)

Question # 1

A Platform Engineer is getting started with NKP and has created a bastion host with all needed prerequisites.

How should the engineer install Kommander?

A.

AWS CLI

B.

Terraform

C.

Ansible

D.

NKP CLI

Question # 2

A Platform Engineer needs to create an NKP custom image for vSphere.

Which option should the engineer use?

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Hashicorp Packer

D.

RedHat Satellite

Question # 3

A Platform Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node. Which statement is correct regarding the default node preparation process?

A.

Packer is used to make the OS image CAPI-compliant for use as an NKP node.

B.

Ansible is used to make the OS image CAPI-compliant for use as an NKP node.

C.

Goss is used to harden the OS image for use as an NKP node.

D.

Terraform is utilized to clone an existing OS image for use as an NKP node.

Question # 4

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 10

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--worker-replicas 3

--worker-cpus 8

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--worker-replicas 3

--worker-cpus 6

B.

First, execute the nkp create cluster vsphere command, including the following parameters:

--worker-replicas 6

--worker-cpus 10

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--replicas 3

--cpus 6

C.

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

D.

First, execute the nkp create cluster vsphere command, including the following parameters:

--worker-replicas 6

--worker-cpus 10

Then, execute the nkp create nodepools vsphere command, including the following parameters:

--replicas 3,3

--cpus 8,6

Question # 5

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.

--insecure

C.

--registry-url

D.

--registry-username

Question # 6

After selecting the Production workspace and selecting View Details for the cluster prod-01, a Platform Engineer wanted to enable the NKP Insights application. This application is under the Observability category, but this category doesn’t appear in the list.

Which action should the engineer take to be able to deploy the NKP Insights application in the Kubernetes cluster for this workspace?

A.

Select Clusters in the left menu, select Applications, and select Enable in the NKP Insights three-dot menu.

B.

Select Applications in the left menu, press the three-dot menu in the NKP Insights application option, and select Enable.

C.

Select Insights in the left menu and select the Enable button.

D.

Select Clusters in the left menu, select View Details for the cluster prod-01, then in the Application Dashboard, select Enable in the NKP Insights three-dot menu.

Question # 7

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-.tar

B.

docker image tag konvoy-bootstrap-image-.tar version docker.io/konvoy-bootstrap version

C.

nkp push bundle --bundle konvoy-bootstrap-image-.tar --to-registry=

D.

nkp load image -f konvoy-bootstrap-image-.tar --to-registry=

Question # 8

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 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.

D.

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.

Question # 9

Which option is enabled with the NKP Pro licensing tier?

A.

Insights

B.

Kubernetes Dashboard

C.

AI OPS

D.

Fleet Management

Question # 10

Which CAPI provisioning method requires creating an inventory file of the servers to become NKP nodes?

A.

AWS (CAPA)

B.

Nutanix (CAPX)

C.

Pre-provisioned (CAPPP)

D.

vSphere (CAPV)

Page: 1 / 4
Total 32 questions

Most Popular Certification Exams

Payment

       

Contact us

dumpscollection live chat

Site Secure

mcafee secure

TESTED 16 Oct 2025