Actual NCP-CN-6.10 Exam Recently Updated Questions with Free Demo [Q44-Q60]

Share

Actual NCP-CN-6.10 Exam Recently Updated Questions with Free Demo

Free Nutanix NCP-CN-6.10 Exam Questions Self-Assess Preparation

NEW QUESTION # 44
Which NKP-supported infrastructure will not receive CAPI components when an NKP cluster is deployed to it?

  • A. GCP
  • B. vSphere
  • C. Nutanix
  • D. AKS

Answer: D


NEW QUESTION # 45
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. Configure a dedicated identity provider for each group to access their own workspace.
  • B. Create a role binding and assign it to manage the corresponding workspace.
  • C. Configure the global Active Directory and assign a workspace admin user to each group.
  • D. Create a role named admin-tenant-X, where X is the name of the group, and assign that role to manage the corresponding workspace.

Answer: A


NEW QUESTION # 46
What network requirement is essential for the bastion host during an NKP deployment?

  • A. Ingress routing for external clients
  • B. Layer 2 multicast routing
  • C. DNS-based routing
  • D. Network reachability to internal registry, control plane, and cloud APIs

Answer: D


NEW QUESTION # 47
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. terraform/vars/default/terraform.tfvars
  • B. ansible/group_vars/all/defaults.yaml
  • C. config/pulumi/vars/pulumi.kib.config
  • D. The custom image's .env file

Answer: B


NEW QUESTION # 48
A Platform Engineer is preparing machine images for NKP through the NIB or KIB process. What is the purpose of doing this?

  • A. Hardening an OS image with client-supplied hardening scripts
  • B. Creating a CAPI-compliant image for use as NKP cluster nodes
  • C. Creating a custom user account for NKP admins to ensure access to NKP nodes
  • D. Tagging the image to be used specifically for NKP

Answer: B


NEW QUESTION # 49
What common issues may cause a cluster detachment process to fail? (Select two)

  • A. Mismatched Prometheus metrics retention settings
  • B. Active platform applications still running on the cluster
  • C. The cluster being paused in the infrastructure provider
  • D. Incomplete uninstallation of workspace-level configurations

Answer: B,D


NEW QUESTION # 50
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. The engineer has supplied the inartifacts directory for the OS package bundle in the NIB-prep command.
  • B. Ubuntu 22.04 is not a supported OS for NKP nodes on Nutanix infrastructure, therefore the necessary OS package bundle does not exist.
  • C. The engineer has not created the OS package bundle prior to the NIB-prep attempt.
  • D. The engineer has not seeded the local registry with the required NKP images prior to the NIB-prep attempt.

Answer: C


NEW QUESTION # 51
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 kubectl delete kommandercluster command in the context of the NKP management cluster.
  • B. Run the nkp delete cluster command in the context of the NKP attached cluster.
  • C. Run the nkp delete kommandercluster command in the context of the NKP attached cluster.
  • D. Run the kubectl delete cluster command in the context of the NKP management cluster.

Answer: A


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

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

Answer: D


NEW QUESTION # 53
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. Terraform
  • B. Ansible
  • C. Nutanix Image Builder
  • D. Konvoy Image Builder

Answer: C,D


NEW QUESTION # 54
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 Logging
How 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 Projects section under workspace.
  • C. Enable them in the Clusters section under workspace.
  • D. Enable them in the Application section under workspace.

Answer: D


NEW QUESTION # 55
To keep an NKP cluster and applications healthy and drive productivity forward, a Platform Engineer needs to stay informed of all events occurring within the cluster. What component of kube-prometheus-stack will help the engineer to stay informed of these events in NKP?

  • A. service monitors
  • B. prometheus-operator
  • C. alertmanager
  • D. node-exporter

Answer: C


NEW QUESTION # 56
Which two statements are true regarding deploying NKP on an Azure Kubernetes Service (AKS) Infrastructure? (Choose two.)

  • A. NKP Management cluster with the Kommander component must be installed before installing NKP on AKS cluster.
  • B. AKS clusters can be deployed as Management or Pro NKP clusters.
  • C. AKS best practices encourage building customized images.
  • D. Existing AKS clusters must be attached to the Management cluster.

Answer: A,D


NEW QUESTION # 57
Which procedure should a Platform Engineer follow for setting up user authentication into an NKP cluster?

  • A. Create a MetalLB connector to the user base's identity provider.
  • B. Disable native NKP authentication, enable Traefik, and create a connector to the user base's identity provider.
  • C. Enable Gatekeeper and create a connector to the user base's identity provider.
  • D. Create a Dex connector to the user base's identity provider.

Answer: D


NEW QUESTION # 58
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. 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
  • D. Create a persistent volume claim and assign it to nkp-insights; this application requires volumes to save logs and data.

Answer: D


NEW QUESTION # 59
A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be upgraded to version 1.29.9. This cluster was deployed with Nutanix NKP. Which two actions should the engineer take to complete this requirement? (Choose two.)

  • A. Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
  • B. Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9
  • C. Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} -- ami AMI_ID --kubernetes-version=v1.29.9
  • D. Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

Answer: A,C


NEW QUESTION # 60
......

NCP-CN-6.10 Free Sample Questions to Practice One Year Update: https://testinsides.vcedumps.com/NCP-CN-6.10-examcollection.html