Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

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

Demo: 31 questions
Total 108 questions

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

Question 1

Which NKP tier is required for the FIPS Compliant Build feature?

Options:

A.

Advanced

B.

Enterprise

C.

Starter

D.

Pro

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

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?

Options:

A.

The autoscaler could have 15 or 3 nodes.

B.

The autoscaler could increase the number of nodes as needed, but never reduce it below 3.

C.

The autoscaler could increase the number of nodes up to 15, but never reduce the number below 3.

D.

The autoscaler could increase the number of nodes up to 3, but never reduce it below 15.

Question 4

A Cloud Engineer is deploying an NKP cluster into an AWS environment. By default, when deploying NKP on AWS infrastructure, it generates the supporting infrastructure necessary for the cluster (VPC, subnets, ELBs). However, the AWS team has insisted that the NKP cluster be deployed on existing AWS infrastructure. How can the engineer meet this requirement?

Options:

A.

When using the nkp adopt infrastructure aws command set, include the valid parameters with the pre-existing VPC, subnets, and ELB to use. Deploy the NKP cluster using the nkp create cluster aws command set.

B.

Create an overrides file with the pre-existing VPC, subnets, and ELB to use. When using the nkp create cluster aws command set, include the overrides parameter with the overrides file that was created.

C.

Create an NKP infrastructure provider for AWS in the NKP UI. When deploying the NKP cluster through the UI, specify the pre-existing VPC, subnets, and ELB to use in the appropriate fields of the 'Infrastructure' section of the Create Cluster page.

D.

When using the nkp create cluster aws command set, include the valid parameters with the pre-existing VPC, subnets, and ELB to use.

Question 5

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 6

In an effort to control cloud cost consumption, auto-scale is configured to meet demands as needed.

What is the behavior for when nodes are scaled down?

Options:

A.

Node is changed to a status of Hibernate.

B.

Node is CAPI deleted from its infrastructure provider, effectively removing it from its hypervisor.

C.

Node is changed to a status of Power-Off for stand-by.

D.

Node is paused in Kubernetes and the infrastructure continues to consume the resources at the current level.

Question 7

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

Options:

A.

Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

B.

Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

C.

Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

D.

Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

Question 8

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?

Options:

A.

Native monitoring tools, logging, and alerting

B.

Cluster networking and load balancing

C.

Built-in autoscaling and security capabilities

D.

Ability to use GPUs and persistent storage

Question 9

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 10

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 11

A company was using a test application called temp-shop developed in the temp-ecommerce NKP Starter cluster. Now, the cluster has just been taking up valuable resources that could be used for other projects, so the development team has decided to remove it.

Before proceeding, they verified that they had the cluster configuration file temp-ecommerce.conf.

What command should the development team execute to delete the cluster with its nodes and application?

Options:

A.

nkp delete cluster --all

B.

nkp delete cluster --application-name=temp-shop --self-managed --kubeconfig=temp-ecommerce.conf

C.

nkp delete cluster --cluster-name=temp-ecommerce --self-managed --kubeconfig=temp-ecommerce.conf

D.

nkp delete cluster --cluster-name=temp-shop --self-managed --kubeconfig=temp-shop.conf

Question 12

A company has different Kubernetes clusters for different business units. Every business unit has separate Kubernetes clusters for production and development because the software deployed in production is different than development. Now, all production clusters for all business units are standardized and all clusters for development are standardized as well.

The company recently acquired NKP Ultimate licenses for all Kubernetes clusters.

How can the company control the standard configuration for both environments in all clusters (production and development)?

Options:

A.

Configure a production workspace and a development workspace and attach each Kubernetes cluster to the corresponding workspace.

B.

Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.

C.

Create new Kubernetes clusters for production and development with NKP for every business unit.

D.

Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux --kustomize=kustomize.yaml --kubeconfig=.conf

Question 13

Refer to the exhibits.

A Cloud Administrator had provisioned a Kubernetes cluster named demo that is no longer actively being used. A Quick review from the Systems Engineer confirms that the following VMs are part of the demo Kubernetes cluster

How should the demo cluster be properly deleted?

Options:

A.

Run nkp delete cluster -c demo -n kommander-default-workspace

B.

Delete all the VMs and inform of the results.

C.

Run acli vm.delete demo* from a CVM.

D.

Run kubectl config delete-cluster demo -n kommander-default-workspace and delete the VMs.

Question 14

An administrator has been trying to deploy an initial AHV-based NKP cluster in a dark site (no Internet connectivity) environment using the command shown in the question.

nkp create cluster nutanix \

--cluster-name=$CLUSTER_NAME \

--control-plane-prism-element-cluster=$PE_NAME \

--worker-prism-element-cluster=$PE_NAME \

--control-plane-subnets=$SUBNET_ASSOCIATED_WITH_PE \

--worker-subnets=$SUBNET_ASSOCIATED_WITH_PE \

--control-plane-endpoint-ip=$AVAILABLE_IP_FROM_SAME_SUBNET \

--csi-storage-container=$NAME_OF_YOUR_STORAGE_CONTAINER \

--endpoint=$PC_ENDPOINT_URL \

--control-plane-vm-image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \

--worker-vm-image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \

--registry-url=${REGISTRY_URL} \

--registry-mirror-username=${REGISTRY_USERNAME} \

--registry-mirror-password=${REGISTRY_PASSWORD} \

--kubernetes-service-load-balancer-ip-range $START_IP-$END_IP \

--self-managed

Which missing attribute needs to be added in order for the deployment?

Options:

A.

--airgapped

B.

--insecure

C.

--registry-url

D.

--registry-username

Question 15

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?

Options:

A.

Contact Nutanix Support.

B.

Ensure that worker nodes are sized appropriately.

C.

Log out and log back in as a Global License Administrator.

D.

Regenerate the ACME-based certificate for NKP.

Question 16

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?

Options:

A.

Run kubectl delete workspace

B.

Run kubectl delete workspace

C.

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.

D.

Ask a workspace user to delete the workspace. The user has the Delete option in their workspace home page.

Question 17

What is a prerequisite for upgrading an NKP license to Ultimate?

Options:

A.

Size the Sidecar containers appropriately to support the installation of default platform services.

B.

Size the ETCD nodes appropriately to support the installation of default platform services.

C.

Size the Control Plane nodes appropriately to support the installation of default platform services.

D.

Size the Worker nodes appropriately to support the installation of default platform services.

Question 18

A Kubernetes administrator has been tasked with deploying a new cluster to AWS. The administrator has received the following requirements for this deployment:

    Region us-east-1

    AMI rhel8.6What is a requirement for deploying a new cluster in AWS?

Options:

A.

Use --dry-run parameter

B.

Use --ami-format parameter

C.

Set an export AWS_REGION

D.

Set an export KUBECONFIG

Question 19

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 TravelThe 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?

Options:

A.

Configure a dedicated identity provider for each group to access their own 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.

Create a role binding and assign it to manage the corresponding workspace.

D.

Configure the global Active Directory and assign a workspace admin user to each group.

Question 20

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 21

A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster node. During the process, the source AMI is successfully cloned, and multiple preparation steps have occurred against the cloned AMI, such as gathering OS-release facts and uploading image bundles to it. However, the process encounters an error and ultimately fails. What is one troubleshooting step the engineer can perform that may help identify the root cause of the issue?

Options:

A.

Rerun the KIB command, including the pause parameter, so that each command in the KIB-prep sequence and its return can be reviewed in detail before allowing the prep process to continue.

B.

Rerun the KIB command, including the parameter to set the verbosity level to debug, so that all issued AWS CLI commands and their returns are included and added to an exported log file for review.

C.

Rerun the KIB command, including the parameter to instruct Packer not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

D.

Rerun the KIB command, including the parameter to instruct Ansible not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

Question 22

A Platform Engineer is deploying a new NKP cluster that has internet connectivity. Now, a Cloud Administrator and Security Administrator are discussing the security of communications between the NKP Kubernetes cluster and the container registry. The engineer proposes to have an on-prem private registry.

What is the most significant reason that the engineer should create a private registry instead of configuring a secure connection between the NKP cluster and Github (SaaS)?

Options:

A.

Private registry license is included with NKP.

B.

NKP requires specific registry versions.

C.

NKP cannot connect to public clouds.

D.

Private registry provides security and privacy.

Question 23

A current Nutanix cluster is hosting an NKP cluster and a production Kubernetes cluster named production. Infrastructure administrators recently added three nodes with NVidia GPUs for a new AI initiative, and now a Platform Engineer has been asked to add three workers with the GPUs to the production Kubernetes cluster. Which first step should the engineer take to achieve this task?

Options:

A.

Create a nodepool of workers with GPU:

text

CollapseWrap

Copy

nkp create nodepool nutanix -c $CLUSTER_NAME \

--vm-image $NAME_OF_GPU_OS_IMAGE_CREATED_BY_NKP_CLI \

-o yaml --subnets $NUTANIX_SUBNET_NAME \

--prism-element-cluster $NUTANIX_PRISM_ELEMENT_CLUSTER_NAME \

$NODEPOOL_NAME

B.

Add the GPU Operator to the new workers:

text

CollapseWrap

Copy

cat <

kind: Installation

apps:

nvidia-gpu-operator:

enabled: true

values: |

toolkit:

nodepool: md-0

EOF

C.

Configure Multi-Instance GPU (MIG):

text

CollapseWrap

Copy

kubectl label nodes ${NODE} nvidia.com/mig.config=all-1g.6gb –overwrite

D.

Create a GPU-compatible OS Image with:

text

CollapseWrap

Copy

nkp create image nutanix --gpu \

--gpu-name=${GPU_NAME} \

--cluster=${NUTANIX_CLUSTER_NAME} \

--endpoint=${NUTANIX_PC_ENDPOINT} \

--subnet=${NUTANIX_SUBNET} ubuntu-22.04

Question 24

There is a private registry for the NKP deployment and the company has an NKP Ultimate license. A Platform Engineer is using the Podman tool and is already logged in. Now, the engineer needs to send the private registry with the NKP Catalog Applications.

What command should the engineer use?

Options:

A.

podman load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar

B.

nkp push bundle --bundle ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}

C.

docker load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar

D.

nkp apply bundle -f ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}

Question 25

NKP Starter is bundled with which entitlement?

Options:

A.

NCI Pro

B.

NCI Starter

C.

NCM Pro

D.

NCM Starter

Question 26

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 27

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?

Options:

A.

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

Question 28

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 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 Platform Engineer for an organization does research in Antarctica. The engineer is preparing a bastion host for deploying NKP while the infrastructure is isolated. Which programs should the engineer ensure are installed on a bastion host before shipping the infrastructure?

Options:

A.

awscli and nkp

B.

oc and kubectl

C.

oc and az

D.

kubectl and nkp

Question 31

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?

Options:

A.

Run the kubectl delete cluster command in the context of the NKP management cluster.

B.

Run the nkp delete kommandercluster command in the context of the NKP attached cluster.

C.

Run the kubectl delete kommandercluster command in the context of the NKP management cluster.

D.

Run the nkp delete cluster command in the context of the NKP attached cluster.

Demo: 31 questions
Total 108 questions