Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

NCP-CN Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Questions and Answers

Questions 4

A Platform Engineer would like to deploy an NKP Platform Application to all the clusters within an NKP workspace from the command line. What is the command set to use, and what parameters must be specified with it?

Options:

A.

The nkp create appdeployment command set would be utilized. The application ID & version, as well as the NKP workspace of the clusters, must be provided.

B.

The nkp deploy platform-app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

C.

The nkp deploy app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

D.

The kubectl create appdeployment command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

Buy Now
Questions 5

A Platform Engineer manages an NKP v2.12.x environment and is using NKP Image Builder (NIB) to create a custom image. Which two distributions are available for use by the engineer for this task? (Choose two.)

Options:

A.

Ubuntu

B.

Fedora

C.

Rocky Linux

D.

CentOS

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

A company has a new DevOps team that needs to be provided cloud native computing resources. This team will need to have access to multiple NKP clusters for development, testing and validation of an in-house application. However, they also need to be restricted to a specific namespace and a consistent level of access across the clusters within this namespace so that they do not adversely impact the environment of other user groups or the clusters themselves.

As a part of this consideration, the new team also needs to be limited to the amount of storage, CPU and memory they can consume on the clusters. A Platform Engineer has been tasked with providing the appropriate level of access to the team on these multiple NKP clusters.

How should the engineer best accomplish this task?

Options:

A.

1.Create an NKP project and assign the NKP clusters to it.

2.Create quotas for the NKP project.

3.Create an NKP group for the DevOps team.

4.Assign that NKP group the proper RBAC roles within that NKP project.

B.

1.Create an NKP workspace and assign the NKP clusters to it.

2.Create quotas for the NKP workspace.

3.Create an NKP group for the DevOps team.

4.Assign that NKP group the proper RBAC roles within that NKP workspace.

C.

1.Create an NKP group for the DevOps team.

2.Assign that NKP group the proper RBAC roles in the NKP UI.

3.Select the export to yaml option once the RBAC role assignment to that NKP group is complete.

4.Apply the exported manifest to each of the NKP clusters using kubectl.

D.

1.Enable Gatekeeper on the NKP clusters.

2.Create an NKP group for the DevOps team.

3.Assign Gatekeeper quota and authorization policies to that NKP group.

Buy Now
Questions 8

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?

Options:

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.

Buy Now
Questions 9

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?

Options:

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=

Buy Now
Questions 10

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?

Options:

A.

HTTPS (TCP/443)

B.

NTP Service (UDP/123)

C.

Secured LDAP (TCP/636)

D.

iSCSI (TCP/860 & 3260)

Buy Now
Questions 11

An organization is setting up a new set of NKP clusters for R&D. The R&D director requires full admin access for the team on infrastructure dedicated to R&D.

What is the proper method for the engineer to ensure these objectives are met?

Options:

A.

Create an 'R&D' NKP workspace

Create an 'R&D' infrastructure provider in this workspace

Create an 'R&D' NKP group for the R&D team members and assign admin-level roles within

Deploy the NKP clusters into the 'R&D' workspace

B.

Create an 'R&D' NKP connector and infrastructure provider

Create an 'R&D' NKP group and assign it admin-level roles

Assign the 'R&D' NKP group to the 'R&D' NKP connector

Deploy the NKP clusters into the 'R&D' workspace

C.

Create an 'R&D' NKP workspace and project within this workspace

Create an NKP infrastructure provider in the 'R&D' NKP project

Create an 'R&D' NKP group for the R&D team members and assign admin-level roles within this project

Deploy the NKP clusters into the 'R&D' workspace

D.

Create an 'R&D' NKP connector and infrastructure provider

Create an 'R&D' NKP group and assign it admin-level roles

Assign the 'R&D' NKP group to the 'R&D' NKP infrastructure provider

Deploy the NKP clusters into the 'R&D' workspace

Buy Now
Questions 12

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

What is the first step for enabling FIPS in NKP?

Options:

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.

Buy Now
Questions 13

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?

Options:

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.

Buy Now
Questions 14

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

Options:

A.

AWS (CAPA)

B.

Nutanix (CAPX)

C.

Pre-provisioned (CAPPP)

D.

vSphere (CAPV)

Buy Now
Questions 15

What is a prerequisite for upgrading an NKP license to Ultimate?

Options:

A.

Size the Sidecar containers appropriately to support the installation of default platform services.

B.

Size the ETCD nodes appropriately to support the installation of default platform services.

C.

Size the Control Plane nodes appropriately to support the installation of default platform services.

D.

Size the Worker nodes appropriately to support the installation of default platform services.

Buy Now
Questions 16

A company recently deployed NKP. A Platform Engineer was asked to attach the existing Amazon EKS. A workspace and project were created accordingly, and resource requirements were met. What does the engineer need to do first to prepare the EKS clusters?

Options:

A.

Configure a ConfigMap according to EKS configuration.

B.

Create a service account with cluster-admin permissions.

C.

Configure HAProxy to get connected to EKS clusters.

D.

Deploy cert-manager in the EKS clusters.

Buy Now
Questions 17

A DevOps team faces a growing challenge of managing logs from multiple applications in an NKP cluster. With several teams working on different projects, it is essential to implement a Multi-Tenant Logging system that allows each team to access their own logs securely and efficiently. Initially, two namespaces have been configured for each project, as shown in the exhibit. Then a ConfigMap has also been configured for each tenant, which contains the logging configuration. Which YAML output corresponds to a retention period of 30 days for tenant-innovation and seven days for tenant-analytics?

Options:

A.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-analytics

data:<

B.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-innovation

data:

C.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30h

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-analytics

data:<

D.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant

data:

values.yaml: |<

Buy Now
Questions 18

A Platform Engineer is deploying a new Kubernetes application in Amazon Web Services (AWS) Elastic Container Service for Kubernetes (EKS) and Azure Kubernetes Service (AKS). The engineer’s team has decided to use a custom image instead of the default images provided by AWS or Azure for their clusters. What functionality will the engineer lose in both AWS EKS and Azure AKS by choosing to use a custom image?

Options:

A.

Native monitoring tools, logging, and alerting

B.

Cluster networking and load balancing

C.

Built-in autoscaling and security capabilities

D.

Ability to use GPUs and persistent storage

Buy Now
Questions 19

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?

Options:

A.

Acquire the NKP Insights Add-on license.

B.

Install nkp-insights in every Kubernetes cluster with kubectl apply -f nkp-insights-1.2.2 --kubeconfig=.conf

C.

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

Buy Now
Questions 20

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?

Options:

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

Buy Now
Questions 21

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)

Options:

A.

Konvoy Image Builder

B.

Air-Gapped Bundle

C.

Existing local container registry

D.

Self-managed AWS cluster

Buy Now
Questions 22

A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster node. During the process, the source AMI is successfully cloned, and multiple preparation steps have occurred against the cloned AMI, such as gathering OS-release facts and uploading image bundles to it. However, the process encounters an error and ultimately fails. What is one troubleshooting step the engineer can perform that may help identify the root cause of the issue?

Options:

A.

Rerun the KIB command, including the pause parameter, so that each command in the KIB-prep sequence and its return can be reviewed in detail before allowing the prep process to continue.

B.

Rerun the KIB command, including the parameter to set the verbosity level to debug, so that all issued AWS CLI commands and their returns are included and added to an exported log file for review.

C.

Rerun the KIB command, including the parameter to instruct Packer not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

D.

Rerun the KIB command, including the parameter to instruct Ansible not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

Buy Now
Questions 23

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?

Options:

A.

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

Buy Now
Questions 24

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?

Options:

A.

kubectl get backupstoragelocations -n ${testbackup} -o yaml

B.

velero backup describe aws-velero-testbackup

C.

velero backup describe testbackup

D.

kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} -o yaml

Buy Now
Questions 25

A Kubernetes administrator needs to ensure that the following requirements are met whenever a new workload cluster is deployed to a workspace:

    Grafana Logging

    Grafana Loki

    Project LoggingHow would the administrator ensure that these components are deployed as part of a cluster deployment?

Options:

A.

Enable them in the Insights section under workspace.

B.

Enable them in the Projects section under workspace.

C.

Enable them in the Clusters section under workspace.

D.

Enable them in the Application section under workspace.

Buy Now
Questions 26

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?

Options:

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

Buy Now
Questions 27

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?

Options:

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.

Buy Now
Questions 28

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?

Options:

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.

Buy Now
Questions 29

A Platform Engineer for an organization does research in Antarctica. The engineer is preparing a bastion host for deploying NKP while the infrastructure is isolated. Which programs should the engineer ensure are installed on a bastion host before shipping the infrastructure?

Options:

A.

awscli and nkp

B.

oc and kubectl

C.

oc and az

D.

kubectl and nkp

Buy Now
Questions 30

A Platform Engineer has a requirement for backup and recovery and would like to leverage an Out-Of-The-Box solution distributed with NKP. What is the backup and recovery solution distributed for NKP?

Options:

A.

Tar

B.

Kasten

C.

Velero

D.

Nutanix Snapshot

Buy Now
Questions 31

A Platform Engineer has been tasked with setting up a secure and isolated environment for managing an NKP environment. The environment will have no access to the Internet but will be required to create additional NKP clusters in the future. The security team has recommended using a bastion host to achieve this goal. What is the primary purpose of a bastion host in this scenario?

Options:

A.

To store and manage sensitive data related to the cluster.

B.

To provide a secure point for creating and operating NKP clusters.

C.

To serve as a load balancer for the NKP clusters.

D.

To act as a firewall for the cluster, blocking all incoming traffic.

Buy Now
Questions 32

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?

Options:

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.

Buy Now
Exam Code: NCP-CN
Exam Name: Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)
Last Update: Jun 14, 2025
Questions: 108
NCP-CN pdf

NCP-CN PDF

$25.5  $84.99
NCP-CN Engine

NCP-CN Testing Engine

$30  $99.99
NCP-CN PDF + Engine

NCP-CN PDF + Testing Engine

$40.5  $134.99