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

NCP-CN Exam Dumps - Nutanix Certified Professional (NCP) Questions and Answers

Question # 24

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
Question # 25

A dev team needed to optimize their logging system to be more robust, because the CPU and memory limits were insufficient, which caused delays in log collection and processing during times of high demand.

After a deep performance analysis, they decided to increase the CPU limits from 1 to 4 and the memory from 1000Mi to 4Gi.

Which ConfigMap should the development team run with custom resource requests and limit values for fluentd?

Options:

A.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion v1

kind ConfigMap

metadata

name logging-operator-logging-overrides

namespace kommander

data

values.yaml |

fluentd

resources

limits

cpu 1

memory 1000Mi

requests

cpu 4

memory 4Gi

EOF

B.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-operator-logging-overrides

namespace: kommander

data:

values.yaml: |

fluentd:

resources:

limits:

cpu: 4

memory: 4Gi

requests:

cpu: 4

memory: 4Gi

EOF

C.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion v1

kind ConfigMap

metadata

name logging-operator-logging-overrides

namespace kommander

data

values.yaml |

fluentd

resources

limits

cpu 4

EOF

values.yaml |

fluentd

resources

limits

cpu 4

memory 4Gi

requests

cpu 1

memory 1000Mi

D.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-operator-logging-overrides

namespace: kommander

data:

values.yaml: |

fluentd

resources

limits

cpu 4

memory 1000Mi

requests

cpu 1

memory 4Gi

EOF

Buy Now
Question # 26

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?

Options:

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}

Buy Now
Question # 27

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
Question # 28

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?

Options:

A.

Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.

B.

Create a script to automate the deployment to every edge device.

C.

Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.

D.

Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.

Buy Now
Question # 29

A company has different Kubernetes clusters for different business units. Every business unit has separate Kubernetes clusters for production and development because the software deployed in production is different than development. Now, all production clusters for all business units are standardized and all clusters for development are standardized as well.

The company recently acquired NKP Ultimate licenses for all Kubernetes clusters.

How can the company control the standard configuration for both environments in all clusters (production and development)?

Options:

A.

Configure a production workspace and a development workspace and attach each Kubernetes cluster to the corresponding workspace.

B.

Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.

C.

Create new Kubernetes clusters for production and development with NKP for every business unit.

D.

Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux --kustomize=kustomize.yaml --kubeconfig=.conf

Buy Now
Question # 30

NKP Starter is bundled with which entitlement?

Options:

A.

NCI Pro

B.

NCI Starter

C.

NCM Pro

D.

NCM Starter

Buy Now
Question # 31

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?

Options:

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.

Buy Now
Question # 32

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?

Options:

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

Buy Now
Question # 33

A corporate IT team provides Kubernetes clusters for three groups within the company:

    Fin VD

    Fin Insurance

    Fin TravelThe IT group needs to federate policy for all Kubernetes clusters from a single pane of glass, but separate the Kubernetes clusters according to the group that uses them. How should the IT team license and configure their NKP environment to satisfy these requirements?

Options:

A.

NKP Ultimate for fleet management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

B.

NKP Starter for Kubernetes management, creating Kubernetes clusters for every company.

C.

NKP Pro for project management, creating three projects and assigning the corresponding Kubernetes cluster to each project.

D.

NKP Pro for workspace management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

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

NCP-CN PDF

$29.75  $84.99
NCP-CN Engine

NCP-CN Testing Engine

$33.25  $94.99
NCP-CN PDF + Engine

NCP-CN PDF + Testing Engine

$47.25  $134.99