[2026] Pass Nutanix NCP-CN-6.10 Test Practice Test Questions Exam Dumps
Verified NCP-CN-6.10 dumps Q&As - NCP-CN-6.10 dumps with Correct Answers
NEW QUESTION # 27
A company recently deployed NKP. A Platform Engineer was asked to attach the existing Amazon EKS. A workspace and project were created accordingly, and resource requirements were met. What does the engineer need to do first to prepare the EKS clusters?
- A. Configure a ConfigMap according to EKS configuration.
- B. Deploy cert-manager in the EKS clusters.
- C. Configure HAProxy to get connected to EKS clusters.
- D. Create a service account with cluster-admin permissions.
Answer: D
NEW QUESTION # 28
A Platform Engineer is trying to create a new NKP cluster and is getting the error shown in the exhibit.
What is the most likely cause of this error?
- A. Informatting in the Ansible playbook
- B. A docker compatible runtime is not running
- C. Inpermissions to the NKP binary
- D. An inHelm chart repo was referenced
Answer: B
NEW QUESTION # 29
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?
- A. kubectl get helmreleases grafana-logging -n kommander-default-workspace -w
- B. export WORKSPACE_NAMESPACE=kommander-default-workspaceappdeploymentnkp create package-bundle grafana-logging
- C. kubectl get appdeployment -n kommander-default-workspace
- D. nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default- workspace
Answer: D
NEW QUESTION # 30
A Platform Engineer needs to create an NKP custom image for vSphere.
Which option should the engineer use?
- A. Hashicorp Packer
- B. Nutanix Image Builder
- C. Konvoy Image Builder
- D. RedHat Satellite
Answer: C
NEW QUESTION # 31
Which procedure should a Platform Engineer follow for setting up user authentication into an NKP cluster?
- A. Create a Dex connector to the user base's identity provider.
- B. Create a MetalLB connector to the user base's identity provider.
- C. Disable native NKP authentication, enable Traefik, and create a connector to the user base's identity provider.
- D. Enable Gatekeeper and create a connector to the user base's identity provider.
Answer: A
NEW QUESTION # 32
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. config/pulumi/vars/pulumi.kib.config
- B. ansible/group_vars/all/defaults.yaml
- C. terraform/vars/default/terraform.tfvars
- D. The custom image's .env file
Answer: B
NEW QUESTION # 33
A Cloud Engineer would like to configure an NKP cluster that is running in the cloud to dynamically expand and compact its resource capacity for running container workloads. This will help ensure efficient use of resources without impacting online retail transaction performance that is increasingly hitting unpredictable spikes and lulls.
Which autoscaling method does NKP use and how does it scale?
- A. Cluster autoscaler and worker node replicas
- B. Horizontal-Pod autoscaler and worker node replicas
- C. Horizontal-Pod autoscaler and worker node CPU/memory sizing
- D. Cluster autoscaler and worker node CPU/memory sizing
Answer: A
NEW QUESTION # 34
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 GitOps sources that have been assigned to the NKP workspace.
- B. The NKP workload cluster will be deployed all of the applications that have been enabled on this NKP workspace.
- C. The NKP workload cluster will receive all of the NKP RBAC policy that has been assigned to this NKP workspace.
- D. The NKP workload cluster will also be assigned to all of the NKP projects that have been created within the NKP workspace.
Answer: A,B
NEW QUESTION # 35
A Platform Engineer is preparing machine images for NKP through the NIB or KIB process. What is the purpose of doing this?
- A. Tagging the image to be used specifically for NKP
- B. Creating a custom user account for NKP admins to ensure access to NKP nodes
- C. Creating a CAPI-compliant image for use as NKP cluster nodes
- D. Hardening an OS image with client-supplied hardening scripts
Answer: C
NEW QUESTION # 36
A Platform Engineer is a member of an IT team that provides Kubernetes clusters for three groups within a company named Fin Group, Inc.:
Fin VD
Fin Insurance
Fin Travel
The engineer created workspaces for each group. Fin Group Inc. has its own Active Directory implementation, while each group uses their own Identity Provider. Now, the engineer needs to assign the Tenant Administrators role for each workspace. How will the engineer complete this task?
- A. Create a role binding and assign it to manage the corresponding workspace.
- B. Create a role named admin-tenant-X, where X is the name of the group, and assign that role to manage the corresponding workspace.
- C. Configure a dedicated identity provider for each group to access their own workspace.
- D. Configure the global Active Directory and assign a workspace admin user to each group.
Answer: C
NEW QUESTION # 37
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?
- A. From the workspace selection dropdown list in the top menu bar, select Add Workspace.
- B. From the workspace selection dropdown list in the top menu bar, select Create Workspace.
- C. From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.
- D. From the Cluster selection, select Add Cluster.
Answer: B
NEW QUESTION # 38
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 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.
- 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 Applications, and select Enable in the NKP Insights three- dot menu.
Answer: A
NEW QUESTION # 39
A company has a new DevOps team that needs to be provided cloud native computing resources. This team will need to have access to multiple NKP clusters for development, testing and validation of an in-house application. However, they also need to be restricted to a specific namespace and a consistent level of access across the clusters within this namespace so that they do not adversely impact the environment of other user groups or the clusters themselves. As a part of this consideration, the new team also needs to be limited to the amount of storage, CPU and memory they can consume on the clusters. A Platform Engineer has been tasked with providing the appropriate level of access to the team on these multiple NKP clusters.
How should the engineer best accomplish this task?
- A. 1.Create an NKP workspace and assign the NKP clusters to it.2.Create quotas for the NKP workspace.3.Create an NKP group for the DevOps team.4.Assign that NKP group the proper RBAC roles within that NKP workspace.
- B. 1.Create an NKP project and assign the NKP clusters to it.2.Create quotas for the NKP project.3.Create an NKP group for the DevOps team.4.Assign that NKP group the proper RBAC roles within that NKP project.
- C. 1.Create an NKP group for the DevOps team.2.Assign that NKP group the proper RBAC roles in the NKP UI.3.Select the export to yaml option once the RBAC role assignment to that NKP group is complete.4.Apply the exported manifest to each of the NKP clusters using kubectl.
- D. 1.Enable Gatekeeper on the NKP clusters.2.Create an NKP group for the DevOps team.3.Assign Gatekeeper quota and authorization policies to that NKP group.
Answer: C
NEW QUESTION # 40
A company has decided to expand NKP to features that require higher product tiers, like fleet- management and additional infrastructure providers. The company has already obtained the necessary licensing. Which action is required when adding and activating a license from NKP Starter to a higher-tier product?
- A. Contact Nutanix Support.
- B. Regenerate the ACME-based certificate for NKP.
- C. Log out and log back in as a Global License Administrator.
- D. Ensure that worker nodes are sized appropriately.
Answer: C
NEW QUESTION # 41
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 bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.
- D. The nkp create bootstrap command needs to be executed as root.
Answer: C
NEW QUESTION # 42
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. NCM Intelligent Ops
- B. Nutanix Pulse
- C. NKP Insights
- D. NKP AI Navigator
Answer: C
NEW QUESTION # 43
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 ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml
|fluentdresourceslimitscpu 1memory 1000Mirequestscpu 4memory 4GiEOF - B. 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 - C. bashCopy
[nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion v1kind ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml
|fluentdresourceslimitscpu 4EOFvalues.yaml |fluentdresourceslimitscpu 4memory 4Girequestscpu
1memory 1000MiEOF - D. bashCopy
[nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion: v1kind:
ConfigMapmetadata:name:
logging-operator-logging-overridesnamespace: kommanderdata:values.yaml:
|fluentdresourceslimitscpu 4memory 1000Mirequestscpu 1memory 4GiEOF
Answer: B
NEW QUESTION # 44
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?
- A. The autoscaler could increase the number of nodes up to 15, but never reduce the number below
3. - B. The autoscaler could increase the number of nodes as needed, but never reduce it below 3.
- C. The autoscaler could have 15 or 3 nodes.
- D. The autoscaler could increase the number of nodes up to 3, but never reduce it below 15.
Answer: A
NEW QUESTION # 45
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. Self-managed AWS cluster
- B. Air-Gapped Bundle
- C. Existing local container registry
- D. Konvoy Image Builder
Answer: B,C
NEW QUESTION # 46
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?
- A. Built-in autoscaling and security capabilities
- B. Native monitoring tools, logging, and alerting
- C. Ability to use GPUs and persistent storage
- D. Cluster networking and load balancing
Answer: A
NEW QUESTION # 47
At a national defense company, protecting sensitive data is their top priority. With the increase in cyber-attacks, they have decided to implement an air-gapped Kubernetes environment to manage their critical applications, ensuring that no information could leak to the outside. The Kubernetes environment has three clusters deployed for their applications with centralized management. What type of licensing is required to enable this environment?
- A. NKP UI
- B. NKP Ultimate
- C. NKP Pro
- D. NKP Starter
Answer: B
NEW QUESTION # 48
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 Pro
- B. NKP Ultimate
- C. NKP Essential
- D. NKP Starter
Answer: A,B
NEW QUESTION # 49
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. Cert-manager
- B. Velero
- C. Nutanix Objects
- D. Rook Ceph
Answer: A
NEW QUESTION # 50
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. nkp create bootstrap --kubeconfig bootstrap-cluster.conf
- B. nutanix create bootstrap --kubeconfig bootstrap-cluster.conf
- C. kubectl create bootstrap --kubeconfig bootstrap-cluster.conf
- D. d2iq create bootstrap --kubeconfig bootstrap-cluster.conf
Answer: A
NEW QUESTION # 51
......
NCP-CN-6.10 certification guide Q&A from Training Expert Free4Torrent: https://realtest.free4torrent.com/NCP-CN-6.10-valid-dumps-torrent.html