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

NCP-CN PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

NCP-CN PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)
  • Last Update: Jul 8, 2025
  • Questions and Answers: 108
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

NCP-CN Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

NCP-CN Practice Exam Questions with Answers Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Certification

Question # 6

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.

docker load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar

D.

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}

Full Access
Question # 7

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 nutanix

B.

nkp create cluster ahv

C.

nkp create nodepool nutanix

D.

nkp install kommander

Full Access
Question # 8

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 custom user account for NKP admins to ensure access to NKP nodes

C.

Tagging the image to be used specifically for NKP

D.

Creating a CAPI-compliant image for use as NKP cluster nodes

Full Access
Question # 9

Which NKP-supported infrastructure will not receive CAPI components when an NKP cluster is deployed to it?

A.

vSphere

B.

GCP

C.

Nutanix

D.

AKS

Full Access
Question # 10

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 update nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

B.

Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

C.

Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

D.

Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

Full Access
Question # 11

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-mirror-url, --registry-mirror-username and --registry-mirror-password

B.

--mirror-url, --mirror-username and --mirror-password

C.

--registry-url, --registry-username and --registry-password

D.

--to-registry, --to-registry-username and --to-registry-password

Full Access
Question # 12

A Platform Engineer has deployed NKP and wants to utilize its OOB data storage feature.

What should the engineer enable to support backups within the NKP environment?

A.

MinIO

B.

Rook Ceph

C.

Volumes iSCSI

D.

Objects S3

Full Access
Question # 13

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 a dedicated identity provider for each group to access their own workspace.

B.

Create a role named admin-tenant-X, where X is the name of the group, and assign that role to manage the corresponding workspace.

C.

Create a role binding and assign it to manage the corresponding workspace.

D.

Configure the global Active Directory and assign a workspace admin user to each group.

Full Access
Question # 14

A Cloud Engineer wishes to attach existing AKS clusters to a newly deployed NKP management cluster.

What should the engineer consider specific to attaching these types of clusters to NKP?

A.

A separate service account should be created for them because their kubeconfig files are not usable out-of-box by NKP Kommander.

B.

AKS does not have the kubelet installed on them. Therefore the KIB-prep process should be performed on each of the nodes in the AKS clusters prior to attaching them.

C.

AKS nodes do not use containerd as its container runtime. Therefore it should be deployed to each of the nodes in the AKS clusters prior to attaching them.

D.

Cert-manager, which is included in NKP, is deployed by default on AKS clusters.

Full Access
Question # 15

A Cloud Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node.

Which statement is regarding the default node preparation process?

A.

Shell scripts are used to harden the OS image for use as an NKP node.

B.

Ansible is used to validate the OS image is capable of running NKP.

C.

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

D.

Goss is used to validate the OS image is capable of running NKP.

Full Access
Question # 16

In which unit are NKP licenses able to be obtained?

A.

Flash

B.

CPU Sockets

C.

TiBs

D.

CPU Cores

Full Access
Question # 17

Using an NKP Ultimate license, a Platform Engineer has created a new workspace and needs to create a new Kubernetes cluster within this workspace. However, the engineer discovers that the Create Cluster option is grayed out, as shown in the exhibit. How should the engineer resolve this issue?

A.

Create the cluster only using YAML and not the GUI.

B.

Attach existing clusters instead of creating a new cluster.

C.

Create an Infrastructure provider for the workspace.

D.

Ensure NKP is upgraded to a minimum version of 2.12.

Full Access
Question # 18

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

A.

CPU is hot-added or hot-removed from a node.

B.

Memory is hot-added or hot-removed from a node.

C.

The Power-On Status/Mode of a node is changed to meet load conditions.

D.

Nodes will be CAPI-created or CAPI-deleted as needed by the cluster.

Full Access
Question # 19

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.

Horizontal-Pod autoscaler and worker node replicas

B.

Horizontal-Pod autoscaler and worker node CPU/memory sizing

C.

Cluster autoscaler and worker node replicas

D.

Cluster autoscaler and worker node CPU/memory sizing

Full Access
Question # 20

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.

Konvoy Image Builder

B.

Air-Gapped Bundle

C.

Existing local container registry

D.

Self-managed AWS cluster

Full Access
Question # 21

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 CAPI deleted from its infrastructure provider, effectively removing it from its hypervisor.

C.

Node is changed to a status of Power-Off for stand-by.

D.

Node is paused in Kubernetes and the infrastructure continues to consume the resources at the current level.

Full Access
Question # 22

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 --dry-run parameter

B.

Use --ami-format parameter

C.

Set an export AWS_REGION

D.

Set an export KUBECONFIG

Full Access
Question # 23

NCP-CN question answer

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 nkp delete nodepool md-1 --cluster-name=demo

B.

Run acli vm.delete demo-md-1-hQ2sz-mw4p6-fptc

C.

Run ncli vm.delete demo-md-1-hQ2sz-mw4p6-fptc

D.

Run nkp node scale nodepool md-1 --replicas=0 --cluster-name=demo

Full Access
Question # 24

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.

Contact Nutanix Support.

B.

Ensure that worker nodes are sized appropriately.

C.

Log out and log back in as a Global License Administrator.

D.

Regenerate the ACME-based certificate for NKP.

Full Access
Question # 25

A Platform Engineer is deploying an NKP cluster within an air-gapped AWS environment. However, after an infrastructure planning session with the network team, it’s been determined that the default CIDR block range that is used by pods on NKP clusters is already in use in their environment.

How can the engineer ensure there are no collisions between NKP pod traffic and the existing network using that subnet range?

A.

Because the environment is air-gapped, there will be no network traffic collision concerns and no adjustment needs to be made to the pod network CIDR block range.

B.

Create an NKP infrastructure provider for AWS in the NKP UI.

Select the Advanced Options button from the Network section of the Create Cluster page and specify a unique CIDR block range within the pod network field.

C.

Create the NKP cluster’s manifest using the nkp create cluster command set and include the pod CIDR block range parameter when generating the cluster manifest.

Deploy the NKP cluster manifest.

D.

Create an NKP infrastructure provider for AWS in the NKP UI.

When deploying the NKP cluster through the UI, specify a unique CIDR block range for the pod network field in the Network section of the Create Cluster page.

Full Access
Question # 26

Prior to implementing NKP, a company had created a number of Kubernetes (K8s) clusters using kubeadm. While they are deploying new managed clusters via NKP, the company does not wish to migrate workloads from these pre-existing native K8s clusters over to new NKP clusters just yet.

What are the requirements to have these clusters attached to their NKP management cluster?

A.

The version of the K8s clusters must be within N - 1 of the Kubernetes version of the NKP management cluster.

B.

The NKP management cluster must be able to reach the services and api-server of the target cluster.

C.

The version of the K8s clusters must match the Kubernetes version of the NKP management cluster.

D.

An NKP management cluster admin account must be established on the K8s clusters.

Full Access
Question # 27

NCP-CN question answer

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:

text

CollapseWrap

Copy

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

Add the GPU Operator to the new workers:

text

CollapseWrap

Copy

cat <

kind: Installation

apps:

nvidia-gpu-operator:

enabled: true

values: |

toolkit:

nodepool: md-0

EOF

C.

Configure Multi-Instance GPU (MIG):

text

CollapseWrap

Copy

kubectl label nodes ${NODE} nvidia.com/mig.config=all-1g.6gb –overwrite

D.

Create a GPU-compatible OS Image with:

text

CollapseWrap

Copy

nkp create image nutanix --gpu \

--gpu-name=${GPU_NAME} \

--cluster=${NUTANIX_CLUSTER_NAME} \

--endpoint=${NUTANIX_PC_ENDPOINT} \

--subnet=${NUTANIX_SUBNET} ubuntu-22.04

Full Access
Question # 28

A Platform Engineer wants to deploy a custom OS image for multiple NKP clusters for Nutanix AHV and AWS. Which two tools come bundled to facilitate creating and placing a custom image into the respective image repository?

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Terraform

D.

Ansible

Full Access
Question # 29

A Platform Engineer is attaching existing Kubernetes clusters to NKP, but some of them have network restrictions, so there is a need to use Secure Tunnel. The Platform Engineer needs to ask the Security Engineer to modify the firewall rules.

What must the firewall rules allow on the attached cluster network?

A.

HTTPS (TCP/443)

B.

NTP Service (UDP/123)

C.

Secured LDAP (TCP/636)

D.

iSCSI (TCP/860 & 3260)

Full Access
Question # 30

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.

Implementing Quotas and Limit Ranges

B.

Setting up Network Policies

C.

Configuring RBAC

D.

Implementing Continuous Deployment (CD)

Full Access
Question # 31

A Platform Engineer for an organization needs to deploy NKP into AWS while using custom credentials for authenticating. Which flag should the engineer use when starting to bootstrap the cluster installation?

A.

--aws-profile=
B. --cloud-credentials=
C. --with-aws-bootstrap-credentials=true
D. --aws-access-key= --aws-secret-key=

Full Access
Question # 32

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

B.

nkp delete cluster --application-name=temp-shop --self-managed --kubeconfig=temp-ecommerce.conf

C.

nkp delete cluster --cluster-name=temp-ecommerce --self-managed --kubeconfig=temp-ecommerce.conf

D.

nkp delete cluster --cluster-name=temp-shop --self-managed --kubeconfig=temp-shop.conf

Full Access