NCP-CN-6.10 Free Exam Questions & Answers PDF Updated on Jun-2026 [Q58-Q75]

Share

NCP-CN-6.10 Free Exam Questions and Answers PDF Updated on Jun-2026

Latest NCP-CN-6.10 Exam Dumps Recently Updated 120 Questions

NEW QUESTION # 58
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 ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml
    |fluentdresourceslimitscpu 1memory 1000Mirequestscpu 4memory 4GiEOF
  • D. 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

Answer: D


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

  • A. oc and kubectl
  • B. kubectl and nkp
  • C. awscli and nkp
  • D. oc and az

Answer: B


NEW QUESTION # 60
A Platform Engineer needs to do an air-gapped installation of NKP. This environment needs to run without Internet access and be fully operational, including updates. Docker has been installed, and the NKP bundle exists on a bastion host. What is the first command that the engineer must run to begin the process?

  • A. tar -xzvf nkp-air-gapped-bundle_v2.12.0_linux_amd64.tar.gz
  • B. nkp push bundle --bundle
  • C. docker load -i konvoy-bootstrap-image-v2.12.0.tar
  • D. nkp create cluster nutanix

Answer: A


NEW QUESTION # 61
A Platform Engineer will be deploying an NKP cluster in a dark site with no Internet access. The Cloud Administrator has provided a Linux VM for this purpose, so the engineer needs to prepare this VM to be used as a bastion host. Which two actions should the engineer take to complete this task? (Choose two.)

  • A. Install LDAP Server.
  • B. Install Docker.
  • C. Get or create SSH Keys.
  • D. Enable NTP Service.

Answer: C,D


NEW QUESTION # 62
A Platform Engineer is preparing to deploy a new NKP cluster on Nutanix infrastructure into an air- gapped environment. As part of the preparation process, the engineer is supplying a Ubuntu
22.04 instance to be used for NKP cluster nodes that conforms to the corporate OS image hardening standards. However, during the NIB preparation process, the error shown in the exhibit is received. What is the likely reason the NIB preparation attempt has failed?

  • A. Ubuntu 22.04 is not a supported OS for NKP nodes on Nutanix infrastructure, therefore the necessary OS package bundle does not exist.
  • B. The engineer has not seeded the local registry with the required NKP images prior to the NIB-prep attempt.
  • C. The engineer has not created the OS package bundle prior to the NIB-prep attempt.
  • D. The engineer has supplied the inartifacts directory for the OS package bundle in the NIB-prep command.

Answer: C


NEW QUESTION # 63
A Platform Engineer has been tasked with building a custom image for the deployment of NKP management and worker nodes. The engineer needs to ensure that the proper package versions are used when creating these images. The security team has only authorized version 1.30.5 of Kubernetes and version 1.7.22 of containerd. Where should the engineer go to verify that this is the version being used when building the custom image?

  • A. The custom image's .env file
  • B. ansible/group_vars/all/defaults.yaml
  • C. config/pulumi/vars/pulumi.kib.config
  • D. terraform/vars/default/terraform.tfvars

Answer: B


NEW QUESTION # 64
A Platform Engineer has been tasked with backing up and restoring a production environment to ensure persistent data is available during a disaster at a primary site. What is recommended for backup and restore production use cases?

  • A. Rook Ceph
  • B. External Storage Class
  • C. S3-compatible API
  • D. Protection Domain

Answer: C


NEW QUESTION # 65
An administrator has experienced issues with an NKP-managed workload cluster and has been tasked with deploying NKP Insights in order to:
Resolve common anomalies
Check security issues
Verify whether workloads follow best practices
Upon trying to enable NKP Insights, the cluster that needs to be chosen is grayed out.Which missing prerequisite should be enabled?

  • A. Rook Ceph
  • B. Cert-manager
  • C. Velero
  • D. Nutanix Objects

Answer: B


NEW QUESTION # 66
In an air-gapped environment, which action is critical for successful image building with nib?

  • A. Install Kommander on the bastion host
  • B. Enable a default storage class
  • C. Point to local mirrors or cached repositories
  • D. Run the build with an unrestricted public IP

Answer: C


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

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

Answer: D


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

  • A. To act as a firewall for the cluster, blocking all incoming traffic.
  • 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 store and manage sensitive data related to the cluster.

Answer: B


NEW QUESTION # 69
During a deployment of NKP, a Platform Engineer received an error indicating an issue with the bootstrap. While troubleshooting with support, the engineer noticed that the KUBECONFIG file was missing. How would the engineer recreate the bootstrap cluster and create a context file named bootstrap-cluster.conf?

  • A. nutanix create bootstrap --kubeconfig bootstrap-cluster.conf
  • B. kubectl create bootstrap --kubeconfig bootstrap-cluster.conf
  • C. d2iq create bootstrap --kubeconfig bootstrap-cluster.conf
  • D. nkp create bootstrap --kubeconfig bootstrap-cluster.conf

Answer: D


NEW QUESTION # 70
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 cluster
What are two prerequisites to accomplish the deployment? (Choose two)

  • A. Konvoy Image Builder
  • B. Existing local container registry
  • C. Air-Gapped Bundle
  • D. Self-managed AWS cluster

Answer: B,C


NEW QUESTION # 71
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. --wait-timeout
  • B. --init
  • C. --yaml
  • D. --request-timeout

Answer: A,B


NEW QUESTION # 72
In an effort to control cloud cost consumption, auto-scale is configured to meet demands as needed. What is the behavior for when nodes are scaled down?

  • A. Node is paused in Kubernetes and the infrastructure continues to consume the resources at the current level.
  • B. Node is changed to a status of Hibernate.
  • C. Node is changed to a status of Power-Off for stand-by.
  • D. Node is CAPI deleted from its infrastructure provider, effectively removing it from its hypervisor.

Answer: D


NEW QUESTION # 73
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.)

  • A. Rocky Linux
  • B. Fedora
  • C. CentOS
  • D. Ubuntu

Answer: A,D


NEW QUESTION # 74
A technology company has decided to migrate its infrastructure to NKP to improve the scalability and management of its applications. After a successful initial implementation, the operations team faces a new challenge of validating the HelmReleases to ensure that all applications are running correctly and avoid problems in production. Which command should the company execute to know the right status of their HelmReleases?

  • A. kubectl apply -f fluent-bit-overrides.yaml
  • B. kubectl get helmreleases -n ${PROJECT_NAMESPACE}
  • C. kubectl edit helmreleases -n ${PROJECT_NAMESPACE}
  • D. kubectl get namespaces

Answer: B


NEW QUESTION # 75
......

Nutanix NCP-CN-6.10 Real 2026 Braindumps Mock Exam Dumps: https://www.testpdf.com/NCP-CN-6.10-exam-braindumps.html

NCP-CN-6.10 Exam Questions | Real NCP-CN-6.10 Practice Dumps: https://drive.google.com/open?id=1LDJOXa3iIKOPFMKJBkfk_eqkAVAKnJl5