[Dec 14, 2025] Updates Up to 365 days On Valid NCP-CN Braindumps [Q48-Q71]

Share

[Dec 14, 2025] Updates Up to 365 days On Valid NCP-CN Braindumps

Best QualityNCP-CN Exam Questions Nutanix Test To Gain Brilliante Result


Nutanix NCP-CN Exam Syllabus Topics:

TopicDetails
Topic 1
  • Manage Building an NKP Cluster: This section evaluates the skills of Kubernetes administrators and platform engineers in customizing and deploying NKP clusters. Candidates must show proficiency in tailoring cluster configurations to meet specific requirements and deploying Kommander, the management platform, while applying the appropriate licenses to enable cluster features and management capabilities.
Topic 2
  • Prepare the Environment for an NKP Deployment: This section of the exam measures the skills of infrastructure engineers and cloud administrators and covers the initial setup tasks needed for NKP deployment. Candidates must demonstrate the ability to seed a private container registry, create a bootstrap Kubernetes cluster, and determine license tiers suitable for clusters. They also need to prepare a bastion host for secure access, build machine images or prepare nodes for deployment, and gather all necessary information to build a cluster on the target cloud or on-premises provider.
Topic 3
  • Conduct NKP Fleet Management: This section tests the abilities of platform administrators and cloud operations engineers in managing multiple clusters as a fleet. It focuses on configuring workspaces to organize clusters, deploying workload clusters within these workspaces, and attaching or detaching clusters as needed. Additionally, candidates must be able to configure projects for workload segmentation and manage platform applications that support the overall NKP environment.
Topic 4
  • Perform Day 2 Operations: This part assesses the expertise of site reliability engineers and cluster operators in ongoing cluster management tasks after deployment. It includes configuring authentication and authorization mechanisms, setting up logging systems, and implementing cluster backup and recovery procedures. Candidates also need to demonstrate skills in monitoring cluster performance and health, configuring autoscaling to handle workload changes, and performing lifecycle management functions such as upgrades and maintenance.

 

NEW QUESTION # 48
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?

  • A. Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.
  • B. Create a script to automate the deployment to every edge device.
  • C. Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.
  • D. Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.

Answer: D


NEW QUESTION # 49
A Platform Engineer is deploying an NKP workload cluster using the nkp create cluster vsphere command. The cluster will be utilized by the company's code-green team and the engineer has already created a code-green NKP workspace on the NKP management cluster.
After issuing the deploy command, the engineer monitored the build using the nkp describe cluster command and confirmed it completed successfully. However, a few hours later, after logging into the NKP UI, the engineer checked the code-green NKP workspace and saw that the NKP workload cluster was not there.
What is the likely reason the NKP workload cluster is not in the code-green NKP workspace?

  • A. The vSphere service account credentials had expired prior to the engineer's attempt to view the cluster in the NKP UI. Once the credentials are refreshed, the vSphere cluster will reappear in the NKP workspace.
  • B. NKP vSphere clusters cannot be assigned NKP workspaces and instead are assigned the default NKP workspace. The cluster can be viewed from this workspace instead.
  • C. The engineer did not supply the --namespace code-green parameter as part of the nkp create cluster vsphere command, therefore it was created in the default workspace and needs to be manually attached.
  • D. The vSphere cluster cannot be displayed in the NKP UI unless its Kubernetes version is within 'N - 1' versions of the NKP management cluster's Kubernetes version.

Answer: C


NEW QUESTION # 50
A Platform Engineer wants to deploy a custom OS image for multiple NKP clusters for Nutanix AHV and AWS. Which two tools come bundled to facilitate creating and placing a custom image into the respective image repository?

  • A. Ansible
  • B. Nutanix Image Builder
  • C. Terraform
  • D. Konvoy Image Builder

Answer: B,D


NEW QUESTION # 51
In a telecom company, two teams were working on the development of two different applications:
ApplicationA
ApplicationBApplicationA's development team was excited about the release of their new functionality. However, upon deploying their application, they noticed that performance was slow. After investigating, they discovered that the ApplicationB team was consuming the majority of the cluster's resources, affecting all other teams. How can this problem be mitigated?

  • A. Setting up Network Policies
  • B. Implementing Quotas and Limit Ranges
  • C. Configuring RBAC
  • D. Implementing Continuous Deployment (CD)

Answer: B


NEW QUESTION # 52

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

  • A. Continue Integration (CI)
  • B. Continue Deployment (CD)
  • C. Project Secrets
  • D. Project ConfigMaps

Answer: B


NEW QUESTION # 53
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?

  • A. Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.
  • B. 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.
  • 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.

Answer: D


NEW QUESTION # 54
A company has standardized on NKP for their Kubernetes platform and needs to deploy their first cluster with the following requirements:
Dark site ready
Custom Service CIDR Block
Custom Pod CIDR Block
Hosted on Nutanix AHV ClusterWhich tool would the administrator use to perform the deployment?

  • A. NKP CLI
  • B. NKP GUI
  • C. kubectl CLI
  • D. OCP CLI

Answer: A


NEW QUESTION # 55
The bastion host is currently set up with Rocky Linux and the engineer will need to configure it to meet the requirements for the air-gapped cluster.
Which first step should the engineer take to configure the bastion host?

  • A. Install the pre-requisites yum-utils, bzip2, and wget.
  • B. Create a bootstrap cluster.
  • C. Configure the bastion VM with a public IP address.
  • D. Set up a connection on the bastion host so that it can pull images from Docker Hub.

Answer: A


NEW QUESTION # 56
In which unit are NKP licenses able to be obtained?

  • A. CPU Sockets
  • B. TiBs
  • C. Flash
  • D. CPU Cores

Answer: D


NEW QUESTION # 57
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 32-bit Windows machine with a USB connection
  • C. An x86_64-based Linux or MacOS Machine
  • D. A virtualized arm64 environment using KVM

Answer: C


NEW QUESTION # 58
Which option is enabled with the NKP Pro licensing tier?

  • A. Insights
  • B. Fleet Management
  • C. Kubernetes Dashboard
  • D. AI OPS

Answer: B


NEW QUESTION # 59

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?

  • A. Select Applications in the left menu, press the three-dot menu in the NKP Insights application option, and select Enable.
  • B. Select Clusters in the left menu, select Applications, and select Enable in the NKP Insights three-dot menu.
  • C. 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.
  • D. Select Insights in the left menu and select the Enable button.

Answer: C


NEW QUESTION # 60
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. Uses Cluster API for infrastructure-agnostic provisioning.
  • B. Saves cost by minimizing resources required for provisioning.
  • C. Simplifies the networking requirements for Kubernetes.
  • D. Increases security from a single point of entry.

Answer: A


NEW QUESTION # 61

The Platform Engineer needs to expand an NKP Pro demo cluster due to workload capacity constraints. The demo cluster has 150 vCPUs available to it from a licensing standpoint. Each worker node has 8 vCPUs and each control plane node has 4 vCPUs.
Which two options are valid for expanding the demo cluster and remaining compliant with licensing? (Choose two.)

  • A. Add 6 additional control planes.
  • B. Expand the original worker nodepool by up to 8 nodes.
  • C. Expand the original worker nodepool by up to 4 nodes and create a new worker nodepool consisting of 6 nodes with 4 vCPUs/node.
  • D. Create a new worker nodepool consisting of 10 nodes with 8 vCPUs per node.

Answer: B,C


NEW QUESTION # 62
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?

  • A. Enable them in the Insights section under workspace.
  • B. Enable them in the Clusters section under workspace.
  • C. Enable them in the Projects section under workspace.
  • D. Enable them in the Application section under workspace.

Answer: D


NEW QUESTION # 63
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?

  • A. Use --ami-format parameter
  • B. Use --dry-run parameter
  • C. Set an export KUBECONFIG
  • D. Set an export AWS_REGION

Answer: D


NEW QUESTION # 64
A company was using a test application called temp-shop developed in the temp-ecommerce NKP Starter cluster. Now, the cluster has just been taking up valuable resources that could be used for other projects, so the development team has decided to remove it.
Before proceeding, they verified that they had the cluster configuration file temp-ecommerce.conf.
What command should the development team execute to delete the cluster with its nodes and application?

  • A. nkp delete cluster --cluster-name=temp-shop --self-managed --kubeconfig=temp-shop.conf
  • B. nkp delete cluster --application-name=temp-shop --self-managed --kubeconfig=temp-ecommerce.conf
  • C. nkp delete cluster --cluster-name=temp-ecommerce --self-managed --kubeconfig=temp-ecommerce.conf
  • D. nkp delete cluster --all

Answer: C


NEW QUESTION # 65
A Cloud Engineer is deploying an NKP Cluster in AWS. The environment is for testing purposes only, so the AWS team has requested it be deployed to use a minimal set of system resources to reduce cloud subscription fees. Which two parameters should be specified when initializing a Kommander installation, using the nkp install kommander command set? (Choose two.)

  • A. --request-timeout
  • B. --yaml
  • C. --wait-timeout
  • D. --init

Answer: C,D


NEW QUESTION # 66

A Platform Engineer is preparing to deploy an NKP cluster in an air-gapped environment. The NKP cluster will be deployed on Nutanix infrastructure using the CAPI Nutanix provisioner (CAPX). The engineer has decided to create the bootstrap cluster first, then NIB-prep an Ubuntu 22.04 OS image that the Linux engineering team has provided in Prism Central. After that, the engineer will deploy the NKP cluster. However, during the first step of creating a bootstrap cluster, the engineer received the error shown in the exhibit. What could be the reason?

  • A. The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.
  • B. The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.
  • C. The nkp create bootstrap command needs to be executed as root.
  • D. The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.

Answer: D


NEW QUESTION # 67
A Platform Engineer works for a service provider and needs to establish access and authentication for multiple clients into an NKP cluster. Each client has their own LDAP source that should be used for authentication into the cluster.
How would this be accomplished?

  • A. An NKP workspace needs to be created for each client and an LDAP connector would be created for each NKP workspace.
  • B. A common LDAP source needs to be established and client specific groups and users need to be configured within this common LDAP provider. Then an LDAP connector would be created for this LDAP provider.
  • C. The LDAP connector configuration would be modified to include an array for each client LDAP source to authenticate with. Users would provide the client name defined in the array as part of their login.
  • D. An NKP project would be created for each client and an LDAP connector would be created for each NKP project. Users would provide the project name their company was assigned as part of their login.

Answer: A


NEW QUESTION # 68
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?

  • A. bashCopy
    [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion: v1kind: ConfigMapmetadata:name: logging-operator-logging-overridesnamespace: kommanderdata:values.yaml: |fluentdresourceslimitscpu 4memory 1000Mirequestscpu 1memory 4GiEOF
  • B. bashCopy
    [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion v1kind ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml |fluentdresourceslimitscpu 4EOFvalues.yaml |fluentdresourceslimitscpu 4memory 4Girequestscpu 1memory 1000MiEOF
  • C. bashCopy
    [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion: v1kind: ConfigMapmetadata:name: logging-operator-logging-overridesnamespace: kommanderdata:values.yaml: |fluentd:resources:limits:cpu: 4memory: 4Girequests:cpu: 4memory: 4GiEOF
  • D. bashCopy
    [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion v1kind ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml |fluentdresourceslimitscpu 1memory 1000Mirequestscpu 4memory 4GiEOF

Answer: C


NEW QUESTION # 69
A Kubernetes administrator needs to deploy a new Kubernetes cluster into a new workspace. This cluster requires a predictive analytics solution that detects current and future anomalies. Which option does the administrator need to deploy after the cluster is ready?

  • A. NKP Insights
  • B. NKP AI Navigator
  • C. Nutanix Pulse
  • D. NCM Intelligent Ops

Answer: A


NEW QUESTION # 70

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?

  • A. Acquire the NKP Insights Add-on license.
  • B. 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
  • C. Install nkp-insights in every Kubernetes cluster with kubectl apply -f nkp-insights-1.2.2 --kubeconfig=<cluster>.conf

Answer: B


NEW QUESTION # 71
......

Focus on NCP-CN All-in-One Exam Guide For Quick Preparation: https://dumpstorrent.dumpsking.com/NCP-CN-testking-dumps.html