Download Free Nutanix NCP-CN Exam Questions & Answer [Q43-Q64]

Share

Download Free Nutanix NCP-CN Exam Questions & Answer 

Online VALID NCP-CN Exam Dumps File Instantly


Nutanix NCP-CN Exam Syllabus Topics:

TopicDetails
Topic 1
  • 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 2
  • 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 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 # 43
A Platform Engineer is deploying an NKP cluster within an air-gapped AWS environment. However, after an infrastructure planning session with the network team, it's been determined that the default CIDR block range that is used by pods on NKP clusters is already in use in their environment.
How can the engineer ensure there are no collisions between NKP pod traffic and the existing network using that subnet range?

  • A. Because the environment is air-gapped, there will be no network traffic collision concerns and no adjustment needs to be made to the pod network CIDR block range.
  • B. Create an NKP infrastructure provider for AWS in the NKP UI.Select the Advanced Options button from the Network section of the Create Cluster page and specify a unique CIDR block range within the pod network field.
  • C. Create the NKP cluster's manifest using the nkp create cluster command set and include the pod CIDR block range parameter when generating the cluster manifest.Deploy the NKP cluster manifest.
  • D. Create an NKP infrastructure provider for AWS in the NKP UI.When deploying the NKP cluster through the UI, specify a unique CIDR block range for the pod network field in the Network section of the Create Cluster page.

Answer: C


NEW QUESTION # 44
What is a prerequisite for upgrading an NKP license to Ultimate?

  • A. Size the Control Plane nodes appropriately to support the installation of default platform services.
  • B. Size the Worker nodes appropriately to support the installation of default platform services.
  • C. Size the ETCD nodes appropriately to support the installation of default platform services.
  • D. Size the Sidecar containers appropriately to support the installation of default platform services.

Answer: A


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

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

Answer: B,C


NEW QUESTION # 46
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 get namespaces
  • B. kubectl edit helmreleases -n ${PROJECT_NAMESPACE}
  • C. kubectl apply -f fluent-bit-overrides.yaml
  • D. kubectl get helmreleases -n ${PROJECT_NAMESPACE}

Answer: D


NEW QUESTION # 47
A Platform Engineer is deploying NKP into a highly secure vSphere environment. The NKP cluster will be air-gapped, and must also be FIPS compliant. The OS platform to be used for NKP cluster nodes is RHEL.
What must the engineer do to properly prep an OS image and have it be deployed as a FIPS compliant NKP cluster node?

  • A. Verify the OS itself has been placed in fips mode.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes, kubectl and etcd.
  • B. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips and fips overrides.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes and etcd.
  • C. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips override.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes and etcd.
  • D. Verify the OS itself has been placed in fips mode.When performing the NKP image build operation, be sure to include the offline fips and fips overrides.When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes, kubectl and etcd.

Answer: B


NEW QUESTION # 48

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 nkp create bootstrap command needs to be executed as root.
  • 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 Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.

Answer: C


NEW QUESTION # 49
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. nkp load image -f konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>
  • B. docker image tag konvoy-bootstrap-image-<version>.tar version docker.io/konvoy-bootstrap version
  • C. docker load -i konvoy-bootstrap-image-<version>.tar
  • D. nkp push bundle --bundle konvoy-bootstrap-image-<version>.tar --to-registry=<REGISTRY_URL>

Answer: C


NEW QUESTION # 50
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 nkp create appdeployment command set would be utilized. The application ID & version, as well as the NKP workspace of the clusters, must be provided.
  • B. The kubectl create appdeployment command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
  • C. 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.
  • D. The nkp deploy app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

Answer: A


NEW QUESTION # 51
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. Cluster Admin
  • C. Cluster Role
  • D. NKP Role

Answer: D


NEW QUESTION # 52
A Platform Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node. Which statement is correct regarding the default node preparation process?

  • A. Packer is used to make the OS image CAPI-compliant for use as an NKP node.
  • B. Goss is used to harden the OS image for use as an NKP node.
  • C. Ansible is used to make the OS image CAPI-compliant for use as an NKP node.
  • D. Terraform is utilized to clone an existing OS image for use as an NKP node.

Answer: A


NEW QUESTION # 53
A Platform Engineer for an organization needs to deploy NKP into AWS while using custom credentials for authenticating. Which flag should the engineer use when starting to bootstrap the cluster installation?

  • A. --cloud-credentials=<my-profile><br>
  • B. --aws-access-key=<aws access="" key=""> --aws-secret-key=<aws secret="" key=""></aws></aws></my-profile></my-profile>
  • C. --aws-profile=<my-profile><br>
  • D. --with-aws-bootstrap-credentials=true<br>

Answer: C


NEW QUESTION # 54
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. External Storage Class
  • B. Rook Ceph
  • C. Protection Domain
  • D. S3-compatible API

Answer: D


NEW QUESTION # 55
After a finished project, three Kubernetes clusters within a workspace were deleted, so the workspace is empty. Now a Platform Engineer needs to delete the workspace. How should the engineer delete the workspace in NKP?

  • A. From NKP UI, on top menu bar select Global, then select Workspaces in the menu, select the three-dot button for the workspace to delete, and then click Delete.
  • B. Ask a workspace user to delete the workspace. The user has the Delete option in their workspace home page.
  • C. Run kubectl delete workspace <workspace-name>
  • D. Run kubectl delete workspace <workspace_name>

Answer: A


NEW QUESTION # 56
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 Starter
  • B. NKP Pro
  • C. NKP UI
  • D. NKP Ultimate

Answer: D


NEW QUESTION # 57
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. Fedora
  • B. CentOS
  • C. Ubuntu
  • D. Rocky Linux

Answer: C,D


NEW QUESTION # 58
NKP Starter is bundled with which entitlement?

  • A. NCM Starter
  • B. NCI Starter
  • C. NCM Pro
  • D. NCI Pro

Answer: B


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

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

Answer: C,D


NEW QUESTION # 60
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. nkp get kubeconfig -c iot-1 -w iot-plant-3 > iot-1.conf
  • B. nkp get configmaps -n iot-plant-3 -c iot-1 > iot-1.conf
  • C. kubectl get kubeconfig --cluster-name=iot-1 -w iot-plant-3 > iot-1.conf
  • D. kubectl get secret iot-1 -n kommander > iot-1.conf

Answer: A


NEW QUESTION # 61
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 # 62
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. alertmanager
  • C. node-exporter
  • D. prometheus-operator

Answer: B


NEW QUESTION # 63
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. NKP AI Navigator
  • C. NKP Insights
  • D. Nutanix Pulse

Answer: C


NEW QUESTION # 64
......

NCP-CN Exam Dumps For Certification Exam Preparation: https://pass4sure.validdumps.top/NCP-CN-exam-torrent.html