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

Free Nutanix NCP-CN Practice Exam with Questions & Answers | Set: 2

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

Nutanix NCP-CN Premium Access
Questions 12

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.

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.

Questions 14

NCP-CN Question 14

After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?

Options:
A.

Continue Deployment (CD)

B.

Continue Integration (CI)

C.

Project Secrets

D.

Project ConfigMaps

Questions 15

NCP-CN Question 15

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?

Options:
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

Questions 16

Refer to the exhibits.

A Cloud Administrator had provisioned a Kubernetes cluster named demo that is no longer actively being used. A Quick review from the Systems Engineer confirms that the following VMs are part of the demo Kubernetes cluster

NCP-CN Question 16

How should the demo cluster be properly deleted?

Options:
A.

Run nkp delete cluster -c demo -n kommander-default-workspace

B.

Delete all the VMs and inform of the results.

C.

Run acli vm.delete demo* from a CVM.

D.

Run kubectl config delete-cluster demo -n kommander-default-workspace and delete the VMs.

Questions 17

A company has been modernizing on cloud-native platforms for the past few years and has been running some small consumer support utilities on their production NKP cluster. After a thorough testing and QA cycle with simulated workloads on a development cluster, the company is ready to bring their online retail application into the fold. While they have sufficient system resources to scale the NKP cluster properly from a performance standpoint, they also want to ensure they properly scale their monitoring stack’s resource settings to retain a sufficient amount of data to see how overall system resource utilization trends for the NKP cluster over several months’ time with the added workloads. Which NKP Platform Application component should the company be most concerned with adjusting, and how should their Platform Engineer adjust it?

Options:
A.

Adjust the number of replicas for the Fluent Bit deployment, as well as increase the amount of storage available for use by the NKP cluster.

B.

Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.

C.

Adjust the resource settings for Fluent Bit by increasing its container resource limits and memory settings, as well as its storage.

D.

Adjust the resource settings for Prometheus by increasing its container resource limits and memory settings, as well as its storage.

Questions 18

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.

Questions 19

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.

Questions 20

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.

Exam Code: NCP-CN
Certification Provider: Nutanix
Exam Name: Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)
Last Update: Jul 12, 2025
Questions: 108

Nutanix Related Exams

How to pass Nutanix NCP-5.10 - Nutanix Certified Professional (NCP) 5.10 Exam Exam
How to pass Nutanix NCP-5.15 - Nutanix Certified Professional - Multi cloud Infrastructure (NCP-MCI 5.15) Exam
How to pass Nutanix NCP-DS - Nutanix Certified Professional - Data Services Exam
How to pass Nutanix NCP-EUC - Nutanix Certified Professional - End User Computing (NCP-EUC) v6.5Exam Exam
How to pass Nutanix NCP-MCA - Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Exam
How to pass Nutanix NCP-MCI-5.20 - Nutanix Certified Professional - Multi cloud Infrastructure (NCP-5.20) Exam
How to pass Nutanix NCP-MCI-6.5 - Nutanix Certified Professional - Multicloud Infrastructure (NCP-MCI) v6.5 exam Exam
How to pass Nutanix NCP-US - Nutanix Certified Professional – Unified Storage (NCP-US) v6 exam Exam
How to pass Nutanix NCP-DB - Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Exam
How to pass Nutanix NCP-US-6.5 - Nutanix Certified Professional - Unified Storage (NCP-US) v6.5 Exam
How to pass Nutanix NCP-US-6.10 - Nutanix Certified Professional - Unified Storage (NCP-US) v6.10 Exam

Nutanix Free Exams

Nutanix Free Exams
Elevate your Nutanix exam preparation with free access to high-quality resources at Examstrack.