NCP-CN-6.10 exam questions for practice in 2026 Updated 120 Questions
Updated Mar-2026 Premium NCP-CN-6.10 Exam Engine pdf - Download Free Updated 120 Questions
NEW QUESTION # 65
Which CAPI provisioning method requires creating an inventory file of the servers to become NKP nodes?
- A. Nutanix (CAPX)
- B. vSphere (CAPV)
- C. AWS (CAPA)
- D. Pre-provisioned (CAPPP)
Answer: D
NEW QUESTION # 66
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. Simplifies the networking requirements for Kubernetes.
- B. Saves cost by minimizing resources required for provisioning.
- C. Uses Cluster API for infrastructure-agnostic provisioning.
- D. Increases security from a single point of entry.
Answer: C
NEW QUESTION # 67
After loading the NKP bundles to a private registry in an air-gapped environment, a Platform Engineer now needs the Konvoy bootstrap image to create the bootstrap cluster. The Konvoy image has not been loaded into the registry. Which is the most viable command to load the Konvoy bootstrap image on the bastion host?
- A. docker load -i konvoy-bootstrap-image-<version>.tar
- B. nkp push bundle --bundle konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>
- C. docker image tag konvoy-bootstrap-image-<version>.tar version docker.io/konvoy-bootstrap version
- D. nkp load image -f konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>
Answer: A
NEW QUESTION # 68
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 created the OS package bundle prior to the NIB-prep attempt.
- C. The engineer has supplied the inartifacts directory for the OS package bundle in the NIB-prep command.
- D. The engineer has not seeded the local registry with the required NKP images prior to the NIB-prep attempt.
Answer: B
NEW QUESTION # 69
A Platform Engineer needs to create an NKP custom image for vSphere.
Which option should the engineer use?
- A. Konvoy Image Builder
- B. Hashicorp Packer
- C. RedHat Satellite
- D. Nutanix Image Builder
Answer: A
NEW QUESTION # 70
A Cloud Engineer is deploying an NKP management cluster and plans to deploy multiple NKP workload clusters from it. The management cluster will be on Nutanix infrastructure, but the NKP workload clusters may be deployed in multiple provisioning environments, such as:
Nutanix
AWS
Azure
When the engineer deploys an NKP workload cluster in AWS, which two default behaviors will be performed by NKP on this newly-deployed cluster? (Choose two.)
- A. The NKP workload cluster will receive all of the NKP RBAC policy that has been assigned to this NKP workspace.
- B. The NKP workload cluster will also be assigned to all of the NKP projects that have been created within the NKP workspace.
- C. The NKP workload cluster will be deployed all of the applications that have been enabled on this NKP workspace.
- D. The NKP workload cluster will receive all of the GitOps sources that have been assigned to the NKP workspace.
Answer: C,D
NEW QUESTION # 71
A developer asked a Platform Engineer to review a deployment in the cluster called iot-1 in the workspace iot-plant-3, but the engineer does not have the kubeconfig file. Which command is valid for generating the kubeconfig file to review the Kubernetes cluster?
- A. kubectl get secret iot-1 -n kommander > iot-1.conf
- B. nkp get configmaps -n iot-plant-3 -c iot-1 > iot-1.conf
- C. nkp get kubeconfig -c iot-1 -w iot-plant-3 > iot-1.conf
- D. kubectl get kubeconfig --cluster-name=iot-1 -w iot-plant-3 > iot-1.conf
Answer: C
NEW QUESTION # 72
A Platform Engineer would like to deploy an NKP Platform Application to all the clusters within an NKP workspace from the command line. What is the command set to use, and what parameters must be specified with it?
- A. The kubectl create appdeployment command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
- B. The nkp deploy platform-app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
- C. The nkp deploy app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
- D. The nkp create appdeployment command set would be utilized. The application ID & version, as well as the NKP workspace of the clusters, must be provided.
Answer: D
NEW QUESTION # 73
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?
- A. Secured LDAP (TCP/636)
- B. iSCSI (TCP/860 & 3260)
- C. NTP Service (UDP/123)
- D. HTTPS (TCP/443)
Answer: D
NEW QUESTION # 74
Which steps are necessary to configure a custom role in Kommander for a specific user group?
(Select two)
- A. Patch the kube-proxy DaemonSet
- B. Configure identity provider group claims
- C. Define a ClusterRole resource
- D. Create a Kommander role and bind it to a group
Answer: B,D
NEW QUESTION # 75
Looking at the nodepools for the Kubernetes cluster named demo, there is a node pool named md-1 with only one worker. This worker should be deleted along with the node pool md-1.
How should this task be accomplished?
- A. Run nkp delete nodepool md-1 --cluster-name=demo
- B. Run nkp node scale nodepool md-1 --replicas=0 --cluster-name=demo
- C. Run acli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
- D. Run ncli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
Answer: A
NEW QUESTION # 76
A development team is working on a new application that requires access to certain cluster resources. The team needs to ensure that they have limited permissions to avoid unauthorized changes in other environments. Among the tasks they will perform are the following:
Deploy new versions of the application to their specific namespace.
Scale deployments according to demand.
View logs and metrics of their applications to monitor performance.
When using the NKP GUI, what type of access should the team configure?
- A. Kommander Role
- B. NKP Role
- C. Cluster Admin
- D. Cluster Role
Answer: B
NEW QUESTION # 77
A Platform Engineer is attempting to delete an attached cluster from the NKP UI, but it is stuck in a 'deleting' state and does not get removed. How can the engineer resolve this attempt to detach the cluster so that it is removed from the UI and no longer managed by NKP?
- A. Run the nkp delete cluster command in the context of the NKP attached cluster.
- B. Run the kubectl delete cluster command in the context of the NKP management cluster.
- C. Run the nkp delete kommandercluster command in the context of the NKP attached cluster.
- D. Run the kubectl delete kommandercluster command in the context of the NKP management cluster.
Answer: D
NEW QUESTION # 78
Some time ago, an EKS cluster was attached to be managed with NKP (Fleet Management).
Now, a Platform Engineer has been asked to disconnect the EKS cluster from NKP for licensing reasons. After disconnecting the cluster, the developers realized that application changes are still being reflected in the EKS cluster, despite the fact that the EKS cluster was successfully detached from NKP. How should the engineer resolve this issue?
- A. Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name
- B. Detached cluster's Flux installation must be manually disconnected from the management Git repository: kubectl -n kommmander-flux patch gitrepo management -p '{"spec":{"suspend":true}}' -- type merge
- C. Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support.
- D. Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force
Answer: B
NEW QUESTION # 79
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.)
- A. NKP Ultimate
- B. NKP Pro
- C. NKP Essential
- D. NKP Starter
Answer: A,B
NEW QUESTION # 80
......
Authentic NCP-CN-6.10 Dumps With 100% Passing Rate Practice Tests Dumps: https://passleader.dumpexams.com/NCP-CN-6.10-vce-torrent.html