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

Easiest Solution 2 Pass Your Certification Exams

NCP-CN Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Nutanix NCP-CN Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 108 questions

When deploying NKP using the Nutanix provisioning method (CAPX), what are the supported OS platforms?

A.

CentOS and Rocky Linux

B.

Rocky Linux and Ubuntu

C.

Flatcar, Rocky Linux, and Ubuntu

D.

CentOS and Ubuntu

A Platform Engineer needs to utilize the Konvoy Image Builder for building a custom operating system image. This image will be used to deploy clusters on various platforms. The engineer has been tasked with creating an OS image compatible with Konvoy’s requirements. In order to successfully build a compatible image using the Konvoy Image Builder, the engineer needs to ensure that a development environment meets the necessary prerequisites.

Which system is required to create a compatible OS image with the Konvoy Image Builder?

A.

A lambda instance within an AWS account

B.

A virtualized arm64 environment using KVM

C.

A 32-bit Windows machine with a USB connection

D.

An x86_64-based Linux or MacOS Machine

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 /opt/nkp

B.

kubelet and containerd in /var/lib

C.

kubectl and kubelet in /opt/nkp

D.

kubectl and kubelet in /var/nkp

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)

Which two statements are true regarding deploying NKP on an Azure Kubernetes Service (AKS) Infrastructure? (Choose two.)

A.

Existing AKS clusters must be attached to the Management cluster.

B.

AKS best practices encourage building customized images.

C.

NKP Management cluster with the Kommander component must be installed before installing NKP on AKS cluster.

D.

AKS clusters can be deployed as Management or Pro NKP clusters.

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

A Cloud Engineer is deploying an NKP management cluster and plans to deploy multiple NKP workload clusters from it. The management cluster will be on Nutanix infrastructure, but the NKP workload clusters may be deployed in multiple provisioning environments, such as:

    Nutanix

    AWS

    AzureWhen the engineer deploys an NKP workload cluster in AWS, which two default behaviors will be performed by NKP on this newly-deployed cluster? (Choose two.)

A.

The NKP workload cluster will receive all of the GitOps sources that have been assigned to the NKP workspace.

B.

The NKP workload cluster will receive all of the NKP RBAC policy that has been assigned to this NKP workspace.

C.

The NKP workload cluster will also be assigned to all of the NKP projects that have been created within the NKP workspace.

D.

The NKP workload cluster will be deployed all of the applications that have been enabled on this NKP workspace.

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.

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

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.

An administrator is provisioning an NKP cluster. After the VM creation task, the error shown in the exhibit is produced.

What could be the reason?

A.

Private registry software or version is not the recommended.

B.

VM does not have the Linux version.

C.

VM doesn’t have communication to the registry.

D.

NKP Software is not loaded in the registry.

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.

Velero

B.

Cert-manager

C.

Nutanix Objects

D.

Rook Ceph

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.

Simplifies the networking requirements for Kubernetes.

C.

Saves cost by minimizing resources required for provisioning.

D.

Uses Cluster API for infrastructure-agnostic provisioning.

A Platform Engineer has been tasked with backing up and restoring a production environment to ensure persistent data is available during a disaster at a primary site. What is recommended for backup and restore production use cases?

A.

Protection Domain

B.

Rook Ceph

C.

External Storage Class

D.

S3-compatible API

A company is required by NIST to follow FIPS guidelines for compliance.

What is the first step for enabling FIPS in NKP?

A.

Run the command export FIPS_ENABLED=true

B.

Run the command nkp cluster create --fips

C.

Follow the OS vendor’s instructions to ensure that the OS or OS images are prepared for operating in FIPS mode.

D.

Click Enable in the NKP Kommander Web UI, Global Workspace -> Settings -> FIPS menu.

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

A development team is working on a new application that requires access to certain cluster resources. The team needs to ensure that they have limited permissions to avoid unauthorized changes in other environments. Among the tasks they will perform are the following:

    Deploy new versions of the application to their specific namespace.

    Scale deployments according to demand.

    View logs and metrics of their applications to monitor performance.When using the NKP GUI, what type of access should the team configure?

A.

NKP Role

B.

Cluster Role

C.

Cluster Admin

D.

Kommander Role

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

A Platform Engineer is attempting to delete an attached cluster from the NKP UI, but it is stuck in a 'deleting' state and does not get removed. How can the engineer resolve this attempt to detach the cluster so that it is removed from the UI and no longer managed by NKP?

A.

Run the kubectl delete cluster command in the context of the NKP management cluster.

B.

Run the nkp delete kommandercluster command in the context of the NKP attached cluster.

C.

Run the kubectl delete kommandercluster command in the context of the NKP management cluster.

D.

Run the nkp delete cluster command in the context of the NKP attached cluster.

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.

Page: 1 / 2
Total 108 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved