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

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

Questions 4

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 5

NCP-CN Question 5

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 6

In which unit are NKP licenses able to be obtained?

Options:

A.

Flash

B.

CPU Sockets

C.

TiBs

D.

CPU Cores

Buy Now
Questions 7

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
Questions 8

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 9

A development team has decided to implement an efficient logging system and use AWS S3 as storage to manage large volumes of logs in a scalable way.

The team followed these steps:

    Set the WORKSPACE_NAMESPACE variable to the namespace copied in the previous step.

    Created a config that overrode ConfigMap to update the storage configuration.

    Updated the grafana-loki AppDeployment to apply the configuration override.However the implementation failed.What should the team do to be able to manage log storage in AWS?

Options:

A.

Configure an IP address corresponding to AWS storage.

B.

Create a secret containing the static AWS S3 credentials.

C.

Create a tenant on AWS.

D.

Configure a new IAM role specifically for NKP.

Buy Now
Questions 10

NCP-CN Question 10

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?

Options:

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.

Buy Now
Questions 11

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 12

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 13

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

Options:

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.

Buy Now
Questions 15

A Platform Engineer is looking to backup and restore persistent volumes and other cluster resources. Which two NKP licenses include backup and restore functionality? (Choose two.)

Options:

A.

NKP Starter

B.

NKP Essential

C.

NKP Ultimate

D.

NKP Pro

Buy Now
Questions 16

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 17

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 18

To keep an NKP cluster and applications healthy and drive productivity forward, a Platform Engineer needs to stay informed of all events occurring within the cluster. What component of kube-prometheus-stack will help the engineer to stay informed of these events in NKP?

Options:

A.

prometheus-operator

B.

service monitors

C.

alertmanager

D.

node-exporter

Buy Now
Questions 19

Which NKP tier is required for the FIPS Compliant Build feature?

Options:

A.

Advanced

B.

Enterprise

C.

Starter

D.

Pro

Buy Now
Questions 20

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

Which option should the engineer use?

Options:

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Hashicorp Packer

D.

RedHat Satellite

Buy Now
Questions 21

An ecommerce company decides to apply an autoscaling configuration in its NKP cluster due to the fact that on holidays, they experience service drops due to a huge increase of simultaneous traffic.

Which statement best describes the configuration shown in the exhibit?

Options:

A.

The autoscaler could have 15 or 3 nodes.

B.

The autoscaler could increase the number of nodes as needed, but never reduce it below 3.

C.

The autoscaler could increase the number of nodes up to 15, but never reduce the number below 3.

D.

The autoscaler could increase the number of nodes up to 3, but never reduce it below 15.

Buy Now
Questions 22

Recently, the reliability of some developer platforms has been impacted by out-of-memory errors, causing pods to crash and then remain in a pending state. A Cloud Engineer has been tasked with collecting and reviewing centralized metrics across the various platform environments to identify differences between them and better understand what is causing these performance issues. What should the engineer do to address this request?

Options:

A.

Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.

B.

Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.

C.

Utilize Prometheus to collect and present centralized metrics on NKP attached and managed clusters. Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.

D.

Utilize Thanos to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.

Buy Now
Questions 23

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?

Options:

A.

Use --dry-run parameter

B.

Use --ami-format parameter

C.

Set an export AWS_REGION

D.

Set an export KUBECONFIG

Buy Now
Questions 24

By default, a full cluster backup is occurring on a daily basis on an NKP-managed cluster. However, the Victory Finance team has requested that their applications be backed up four times a day. The user group has been assigned to the victory-finance-apps NKP workspace, and the applications have been deployed to the Kubernetes namespace victory-finance.

What is the procedure for scheduling the team’s application backups?

Options:

A.

Access the NKP UI

Switch to the victory-finance NKP namespace

Click on the Applications menu panel and select Velero

Edit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)

Set the backup frequency to four times daily

B.

Install the Velero CLI

Use the Velero CLI to create a backup schedule that includes the following parameters:

  - Backup name

  - Kubernetes namespace to backup

  - Backup frequency (every six hours)

  - Managed NKP cluster’s kubeconfig

C.

Install the Velero CLI

Use the Velero CLI to create a backup schedule that includes the following parameters:

  - Backup name

  - NKP workspace to backup

  - Backup frequency (every six hours)

  - Managed NKP cluster’s kubeconfig

D.

Access the NKP UI

Switch to the victory-finance-apps NKP workspace

Click on the Applications menu panel and select Velero

Edit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)

Set the backup frequency to four times daily

Buy Now
Questions 25

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 26

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
Questions 27

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

Options:

A.

vSphere

B.

GCP

C.

Nutanix

D.

AKS

Buy Now
Questions 28

A company is developing a new web application consisting of several microservices, including:

    Authentication service

    User management service

    Payment processing service Each microservice is developed by different teams and requires an isolated environment for testing and development. To facilitate development and testing, the team decides to create a specific workspace in NKP. What should the team do to start this new creation?

Options:

A.

From the Cluster selection, select Add Cluster.

B.

From the workspace selection dropdown list in the top menu bar, select Create Workspace.

C.

From the workspace selection dropdown list in the top menu bar, select Add Workspace.

D.

From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.

Buy Now
Questions 29

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 30

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?

Options:

A.

--airgapped

B.

--insecure

C.

--registry-url

D.

--registry-username

Buy Now
Questions 31

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?

Options:

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.

Buy Now
Questions 32

A development team decided to employ an efficient monitoring system with Grafana-logging, which was successfully implemented as can be seen in the following output:

AppDeployment "kommander-default-workspace/grafana-logging" created in namespace "kommander-default-workspace".

Which command did the team execute to complete this task?

Options:

A.

nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default-workspace

B.

export WORKSPACE_NAMESPACE=kommander-default-workspace

appdeployment

nkp create package-bundle grafana-logging

C.

kubectl get appdeployment -n kommander-default-workspace

D.

kubectl get helmreleases grafana-logging -n kommander-default-workspace -w

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

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now NCP-CN testing engine

PDF (Q&A)

$31.5  $104.99
buy now NCP-CN pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 29 Jun 2025