Summer Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

Nutanix NCP-CN Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Exam Practice Test

Page: 1 / 11
Total 108 questions

Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Questions and Answers

Question 1

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

Options:

A.

Hardening an OS image with client-supplied hardening scripts

B.

Creating a custom user account for NKP admins to ensure access to NKP nodes

C.

Tagging the image to be used specifically for NKP

D.

Creating a CAPI-compliant image for use as NKP cluster nodes

Question 2

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?

Options:

A.

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.

B.

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.

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.

Question 3

When deploying an NKP cluster onto air-gapped, pre-provisioned servers, Konvoy Image Builder is utilized to prepare the servers to become NKP cluster nodes.

What does the konvoy-image upload command do as a part of this preparation process?

Options:

A.

The command is used to create a konvoy userid on the servers, as well as upload artifacts to them such as the container runtime, the OS bundle, and Kubernetes components.

B.

The command is used to upload OS hardening scripts to the server (must be client supplied).

C.

The command uploads artifacts to the servers such as the container runtime, the OS bundle, and Kubernetes components.

D.

The command uploads artifacts to the servers such as the container runtime, the OS bundle, and Kubernetes components, including optional OS hardening scripts (must be client supplied).

Question 4

A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vSphere provisioning method. The cluster needs to have 3 worker node pools:

    First node pool should consist of 6 worker nodes

    Second node pool should consist of 3 worker nodes

    Third node pool should consist of 3 worker nodesAdditionally, the worker nodes in the first node pool should be set to 10 CPUs, the second node pool workers should be set to 8 CPUs, and the third node pool workers should be set to 6 CPUs. What is the proper way to create the NKP cluster using the NKP CLI?

Options:

A.

First, execute the nkp create cluster vsphere command, including the following parameters:

--worker-replicas 6

--worker-cpus 10

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--worker-replicas 3

--worker-cpus 8

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--worker-replicas 3

--worker-cpus 6

B.

First, execute the nkp create cluster vsphere command, including the following parameters:

--worker-replicas 6

--worker-cpus 10

Then, execute the nkp create nodepool vsphere command, including the following parameters:

--replicas 3

--cpus 6

C.

When executing the nkp create cluster vsphere command, include the following parameters:

--node-pools 3

--worker-replicas 6,3,3

--worker-cpus 10,8,6

D.

First, execute the nkp create cluster vsphere command, including the following parameters:

--worker-replicas 6

--worker-cpus 10

Then, execute the nkp create nodepools vsphere command, including the following parameters:

--replicas 3,3

--cpus 8,6

Question 5

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?

Options:

A.

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.

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 and fips overrides.

When performing the NKP cluster deploy operation, be sure to include the FIPS version references for kubernetes, kubectl and etcd.

D.

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.

Question 6

A company has 30 Edge devices with lightweight Kubernetes, and developers need to push the application to every edge device. An NKP administrator has the NKP Ultimate license tier configured and has access to all kubeconfig files for the 30 edge devices. What is the most efficient way that the administrator can lifecycle manage the application deployments?

Options:

A.

Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.

B.

Create a script to automate the deployment to every edge device.

C.

Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.

D.

Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.

Question 7

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?

Options:

A.

Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force

B.

Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name

C.

Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support.

D.

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

Question 8

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?

Options:

A.

NKP Insights

B.

NCM Intelligent Ops

C.

Nutanix Pulse

D.

NKP AI Navigator

Question 9

A company has enabled auto-scaling within an NKP cluster. What is the behavior for auto-scaling?

Options:

A.

CPU is hot-added or hot-removed from a node.

B.

Memory is hot-added or hot-removed from a node.

C.

The Power-On Status/Mode of a node is changed to meet load conditions.

D.

Nodes will be CAPI-created or CAPI-deleted as needed by the cluster.

Question 10

A corporate IT team provides Kubernetes clusters for three groups within the company:

    Fin VD

    Fin Insurance

    Fin TravelThe IT group needs to federate policy for all Kubernetes clusters from a single pane of glass, but separate the Kubernetes clusters according to the group that uses them. How should the IT team license and configure their NKP environment to satisfy these requirements?

Options:

A.

NKP Ultimate for fleet management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

B.

NKP Starter for Kubernetes management, creating Kubernetes clusters for every company.

C.

NKP Pro for project management, creating three projects and assigning the corresponding Kubernetes cluster to each project.

D.

NKP Pro for workspace management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

Question 11

By default, a full cluster backup is occurring on a daily basis on an NKP-managed cluster. However, the Victory Finance team has requested that their applications be backed up four times a day. The user group has been assigned to the victory-finance-apps NKP workspace, and the applications have been deployed to the Kubernetes namespace victory-finance.

What is the procedure for scheduling the team’s application backups?

Options:

A.

Access the NKP UI

Switch to the victory-finance NKP namespace

Click on the Applications menu panel and select Velero

Edit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)

Set the backup frequency to four times daily

B.

Install the Velero CLI

Use the Velero CLI to create a backup schedule that includes the following parameters:

  - Backup name

  - Kubernetes namespace to backup

  - Backup frequency (every six hours)

  - Managed NKP cluster’s kubeconfig

C.

Install the Velero CLI

Use the Velero CLI to create a backup schedule that includes the following parameters:

  - Backup name

  - NKP workspace to backup

  - Backup frequency (every six hours)

  - Managed NKP cluster’s kubeconfig

D.

Access the NKP UI

Switch to the victory-finance-apps NKP workspace

Click on the Applications menu panel and select Velero

Edit the Velero application configuration at the cluster level for the specific NKP managed cluster (not all clusters in that NKP workspace)

Set the backup frequency to four times daily

Question 12

A Platform Engineer has deployed NKP and wants to utilize its OOB data storage feature.

What should the engineer enable to support backups within the NKP environment?

Options:

A.

MinIO

B.

Rook Ceph

C.

Volumes iSCSI

D.

Objects S3

Question 13

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.)

Options:

A.

Ubuntu

B.

Fedora

C.

Rocky Linux

D.

CentOS

Question 14

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?

Options:

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 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 kubectl create appdeployment command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

Question 15

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

Options:

A.

Enable Gatekeeper and create a 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.

Create a MetalLB connector to the user base’s identity provider.

D.

Create a Dex connector to the user base’s identity provider.

Question 16

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?

Options:

A.

config/pulumi/vars/pulumi.kib.config

B.

terraform/vars/default/terraform.tfvars

C.

ansible/group_vars/all/defaults.yaml

D.

The custom image's .env file

Question 17

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?

Options:

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.

Question 18

NKP Starter is bundled with which entitlement?

Options:

A.

NCI Pro

B.

NCI Starter

C.

NCM Pro

D.

NCM Starter

Question 19

NKP cluster nodes require a disk for some of its deployed components, outside of an application’s persistent volume requirements. What are these components and where are they deployed?

Options:

A.

kubelet and containerd, in /opt/nkp

B.

kubelet and containerd in /var/lib

C.

kubectl and kubelet in /opt/nkp

D.

kubectl and kubelet in /var/nkp

Question 20

A Platform Engineer needs to utilize the Konvoy Image Builder for building a custom operating system image. This image will be used to deploy clusters on various platforms. The engineer has been tasked with creating an OS image compatible with Konvoy’s requirements. In order to successfully build a compatible image using the Konvoy Image Builder, the engineer needs to ensure that a development environment meets the necessary prerequisites.

Which system is required to create a compatible OS image with the Konvoy Image Builder?

Options:

A.

A lambda instance within an AWS account

B.

A virtualized arm64 environment using KVM

C.

A 32-bit Windows machine with a USB connection

D.

An x86_64-based Linux or MacOS Machine

Question 21

A company is required by NIST to follow FIPS guidelines for compliance.

What is the first step for enabling FIPS in NKP?

Options:

A.

Run the command export FIPS_ENABLED=true

B.

Run the command nkp cluster create --fips

C.

Follow the OS vendor’s instructions to ensure that the OS or OS images are prepared for operating in FIPS mode.

D.

Click Enable in the NKP Kommander Web UI, Global Workspace -> Settings -> FIPS menu.

Question 22

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?

Options:

A.

Horizontal-Pod autoscaler and worker node replicas

B.

Horizontal-Pod autoscaler and worker node CPU/memory sizing

C.

Cluster autoscaler and worker node replicas

D.

Cluster autoscaler and worker node CPU/memory sizing

Question 23

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?

Options:

A.

Protection Domain

B.

Rook Ceph

C.

External Storage Class

D.

S3-compatible API

Question 24

A Platform Engineer is deploying an NKP workload cluster using the nkp create cluster vsphere command. The cluster will be utilized by the company’s code-green team and the engineer has already created a code-green NKP workspace on the NKP management cluster.

After issuing the deploy command, the engineer monitored the build using the nkp describe cluster command and confirmed it completed successfully. However, a few hours later, after logging into the NKP UI, the engineer checked the code-green NKP workspace and saw that the NKP workload cluster was not there.

What is the likely reason the NKP workload cluster is not in the code-green NKP workspace?

Options:

A.

The vSphere cluster cannot be displayed in the NKP UI unless its Kubernetes version is within ‘N - 1’ versions of the NKP management cluster’s Kubernetes version.

B.

The vSphere service account credentials had expired prior to the engineer’s attempt to view the cluster in the NKP UI. Once the credentials are refreshed, the vSphere cluster will reappear in the NKP workspace.

C.

The engineer did not supply the --namespace code-green parameter as part of the nkp create cluster vsphere command, therefore it was created in the default workspace and needs to be manually attached.

D.

NKP vSphere clusters cannot be assigned NKP workspaces and instead are assigned the default NKP workspace. The cluster can be viewed from this workspace instead.

Question 25

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?

Options:

A.

prometheus-operator

B.

service monitors

C.

alertmanager

D.

node-exporter

Question 26

The bastion host is currently set up with Rocky Linux and the engineer will need to configure it to meet the requirements for the air-gapped cluster.

Which first step should the engineer take to configure the bastion host?

Options:

A.

Install the pre-requisites yum-utils, bzip2, and wget.

B.

Create a bootstrap cluster.

C.

Configure the bastion VM with a public IP address.

D.

Set up a connection on the bastion host so that it can pull images from Docker Hub.

Question 27

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

    AzureWhen 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.)

Options:

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 receive all of the NKP RBAC policy that has been assigned to this NKP workspace.

C.

The NKP workload cluster will also be assigned to all of the NKP projects that have been created within the NKP workspace.

D.

The NKP workload cluster will be deployed all of the applications that have been enabled on this NKP workspace.

Question 28

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 practicesUpon trying to enable NKP Insights, the cluster that needs to be chosen is grayed out.Which missing prerequisite should be enabled?

Options:

A.

Velero

B.

Cert-manager

C.

Nutanix Objects

D.

Rook Ceph

Question 29

A company has been modernizing on cloud-native platforms for the past few years and has been running some small consumer support utilities on their production NKP cluster. After a thorough testing and QA cycle with simulated workloads on a development cluster, the company is ready to bring their online retail application into the fold. While they have sufficient system resources to scale the NKP cluster properly from a performance standpoint, they also want to ensure they properly scale their monitoring stack’s resource settings to retain a sufficient amount of data to see how overall system resource utilization trends for the NKP cluster over several months’ time with the added workloads. Which NKP Platform Application component should the company be most concerned with adjusting, and how should their Platform Engineer adjust it?

Options:

A.

Adjust the number of replicas for the Fluent Bit deployment, as well as increase the amount of storage available for use by the NKP cluster.

B.

Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.

C.

Adjust the resource settings for Fluent Bit by increasing its container resource limits and memory settings, as well as its storage.

D.

Adjust the resource settings for Prometheus by increasing its container resource limits and memory settings, as well as its storage.

Question 30

A development Kubernetes cluster deployed with NKP is having performance issues. The Cloud Engineer commented that worker VMs are consuming a lot of CPU and RAM. The Platform Engineer took a look at the CPU and RAM statistics with Grafana and confirmed that the worker VMs are running out of CPU and memory. The Kubernetes cluster has 4 workers with 8 vCPUs and 32 GB RAM. What could the Platform Engineer do?

Options:

A.

Call tech support to take a look at the infrastructure and investigate.

B.

Ask developers to lower the number of application replicas.

C.

Add more CPU and memory to workers with nkp scale --cpu 16 --memory 64 --cluster-name ${CLUSTER_NAME}

D.

Add one more worker with nkp scale nodepools ${NODEPOOL_NAME} --replicas=5 --cluster-name=${CLUSTER_NAME} -n ${CLUSTER_WORKSPACE}

Question 31

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?

Options:

A.

nkp push bundle --bundle

B.

docker load -i konvoy-bootstrap-image-v2.12.0.tar

C.

tar -xzvf nkp-air-gapped-bundle_v2.12.0_linux_amd64.tar.gz

D.

nkp create cluster nutanix

Question 32

When deploying NKP using the Nutanix provisioning method (CAPX), what are the supported OS platforms?

Options:

A.

CentOS and Rocky Linux

B.

Rocky Linux and Ubuntu

C.

Flatcar, Rocky Linux, and Ubuntu

D.

CentOS and Ubuntu

Page: 1 / 11
Total 108 questions