Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: wrap60

Nutanix NCP-CN Dumps

Page: 1 / 11
Total 108 questions

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

Question 1

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 2

An infrastructure team has configured a Backup Storage Location on an existing AWS bucket and created a backup named testbackup. What command can the team use to view the backup?

Options:

A.

kubectl get backupstoragelocations -n ${testbackup} -o yaml

B.

velero backup describe aws-velero-testbackup

C.

velero backup describe testbackup

D.

kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} -o yaml

Question 3

A Platform Engineer would like to install some NKP applications, but with a few modifications to the default configuration specs of some of the components. Additionally, Velero itself can be disabled, as the company already utilizes a different backup utility for Kubernetes.

Which procedure would the engineer utilize to accomplish these goals when deploying the applications?

Options:

A.

Execute nkp install kommander --init to an output file.

Set the custom specs for the components to be modified in the output file.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

Once the NKP applications install has completed, execute kubectl delete hr -n kommander velero.

B.

Execute nkp install kommander --init to an output file.

Disable Velero in the output file and set the custom specs for the components to be modified.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

C.

Execute nkp config kommander --init to an output file.

Disable Velero in the output file and set the custom specs for the components to be modified.

Deploy the applications using the helm install command, specifying the output file.

D.

Execute nkp config kommander.

Disable Velero in the resulting output file and set the custom specs for the components to be modified.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

Question 4

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

as

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 5

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?

Options:

A.

NKP Role

B.

Cluster Role

C.

Cluster Admin

D.

Kommander Role

Question 6

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 7

as

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?

Options:

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 seeded the local registry with the required NKP images prior to the NIB-prep attempt.

D.

The engineer has not created the OS package bundle prior to the NIB-prep attempt.

Question 8

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?

Options:

A.

kubectl get kubeconfig --cluster-name=iot-1 -w iot-plant-3 > iot-1.conf

B.

nkp get kubeconfig -c iot-1 -w iot-plant-3 > iot-1.conf

C.

kubectl get secret iot-1 -n kommander > iot-1.conf

D.

nkp get configmaps -n iot-plant-3 -c iot-1 > iot-1.conf

Question 9

A Platform Engineer is attaching existing Kubernetes clusters to NKP, but some of them have network restrictions, so there is a need to use Secure Tunnel. The Platform Engineer needs to ask the Security Engineer to modify the firewall rules.

What must the firewall rules allow on the attached cluster network?

Options:

A.

HTTPS (TCP/443)

B.

NTP Service (UDP/123)

C.

Secured LDAP (TCP/636)

D.

iSCSI (TCP/860 & 3260)

Question 10

Which CAPI provisioning method requires creating an inventory file of the servers to become NKP nodes?

Options:

A.

AWS (CAPA)

B.

Nutanix (CAPX)

C.

Pre-provisioned (CAPPP)

D.

vSphere (CAPV)

Question 11

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 12

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 13

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 14

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 15

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 16

as

Looking at the nodepools for the Kubernetes cluster named demo, there is a node pool named md-1 with only one worker. This worker should be deleted along with the node pool md-1.

How should this task be accomplished?

Options:

A.

Run nkp delete nodepool md-1 --cluster-name=demo

B.

Run acli vm.delete demo-md-1-hQ2sz-mw4p6-fptc

C.

Run ncli vm.delete demo-md-1-hQ2sz-mw4p6-fptc

D.

Run nkp node scale nodepool md-1 --replicas=0 --cluster-name=demo

Question 17

as

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?

Options:

A.

A docker compatible runtime is not running

B.

Informatting in the Ansible playbook

C.

Inpermissions to the NKP binary

D.

An inHelm chart repo was referenced

Question 18

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 19

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 20

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 21

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 22

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 23

as

A DevOps team faces a growing challenge of managing logs from multiple applications in an NKP cluster. With several teams working on different projects, it is essential to implement a Multi-Tenant Logging system that allows each team to access their own logs securely and efficiently. Initially, two namespaces have been configured for each project, as shown in the exhibit. Then a ConfigMap has also been configured for each tenant, which contains the logging configuration. Which YAML output corresponds to a retention period of 30 days for tenant-innovation and seven days for tenant-analytics?

Options:

A.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-analytics

data:<

B.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-innovation

data:

C.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant-innovation

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30h

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant-analytics

data:<

D.

yaml

CollapseWrap

Copy

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-innovation-config

namespace: tenant

data:

values.yaml: |

loki:

structuredConfig:

limits_config:

retention_period: 30d

---

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-analytics-config

namespace: tenant

data:

values.yaml: |<

Question 24

A development team has decided to implement an efficient logging system and use AWS S3 as storage to manage large volumes of logs in a scalable way.

The team followed these steps:

    Set the WORKSPACE_NAMESPACE variable to the namespace copied in the previous step.

    Created a config that overrode ConfigMap to update the storage configuration.

    Updated the grafana-loki AppDeployment to apply the configuration override.However the implementation failed.What should the team do to be able to manage log storage in AWS?

Options:

A.

Configure an IP address corresponding to AWS storage.

B.

Create a secret containing the static AWS S3 credentials.

C.

Create a tenant on AWS.

D.

Configure a new IAM role specifically for NKP.

Question 25

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?

Options:

A.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion v1

kind ConfigMap

metadata

name logging-operator-logging-overrides

namespace kommander

data

values.yaml |

fluentd

resources

limits

cpu 1

memory 1000Mi

requests

cpu 4

memory 4Gi

EOF

B.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-operator-logging-overrides

namespace: kommander

data:

values.yaml: |

fluentd:

resources:

limits:

cpu: 4

memory: 4Gi

requests:

cpu: 4

memory: 4Gi

EOF

C.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion v1

kind ConfigMap

metadata

name logging-operator-logging-overrides

namespace kommander

data

values.yaml |

fluentd

resources

limits

cpu 4

EOF

values.yaml |

fluentd

resources

limits

cpu 4

memory 4Gi

requests

cpu 1

memory 1000Mi

D.

bash

Copy

[nutanix@nkp-boot ~]$ cat < configmap.yaml

apiVersion: v1

kind: ConfigMap

metadata:

name: logging-operator-logging-overrides

namespace: kommander

data:

values.yaml: |

fluentd

resources

limits

cpu 4

memory 1000Mi

requests

cpu 1

memory 4Gi

EOF

Question 26

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?

Options:

A.

NKP Starter

B.

NKP Ultimate

C.

NKP Pro

D.

NKP UI

Question 27

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?

Options:

A.

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

B.

docker image tag konvoy-bootstrap-image-.tar version docker.io/konvoy-bootstrap version

C.

nkp push bundle --bundle konvoy-bootstrap-image-.tar --to-registry=

D.

nkp load image -f konvoy-bootstrap-image-.tar --to-registry=

Question 28

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.

Question 29

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 30

Which option is enabled with the NKP Pro licensing tier?

Options:

A.

Insights

B.

Kubernetes Dashboard

C.

AI OPS

D.

Fleet Management

Question 31

Using an NKP Ultimate license, a Platform Engineer has created a new workspace and needs to create a new Kubernetes cluster within this workspace. However, the engineer discovers that the Create Cluster option is grayed out, as shown in the exhibit. How should the engineer resolve this issue?

Options:

A.

Create the cluster only using YAML and not the GUI.

B.

Attach existing clusters instead of creating a new cluster.

C.

Create an Infrastructure provider for the workspace.

D.

Ensure NKP is upgraded to a minimum version of 2.12.

Question 32

as

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?

Options:

A.

The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.

B.

The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.

C.

The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.

D.

The nkp create bootstrap command needs to be executed as root.

Page: 1 / 11
Total 108 questions