Spring Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

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 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 2

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 3

A Platform Engineer will be deploying an NKP cluster in a dark site with no Internet access. The Cloud Administrator has provided a Linux VM for this purpose, so the engineer needs to prepare this VM to be used as a bastion host. Which two actions should the engineer take to complete this task? (Choose two.)

Options:

A.

Install LDAP Server.

B.

Get or create SSH Keys.

C.

Install Docker.

D.

Enable NTP Service.

Question 4

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 5

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 6

as

The cluster arca will host a new application that needs to add more workers. The company cannot get more NKP licenses, so it has decided to delete the demo cluster and add the required workers to the arca cluster. How should the engineer delete the demo cluster from this UI?

Options:

A.

Press the ("demo" cluster line) three-dot menu at the right and select Download kubeconfig, then use that file to execute kubectl delete cluster -c demo --kubeconfig=demo.conf

B.

Press the ("demo" cluster line) three-dot menu at the right and select Delete.

C.

Press the ("demo" cluster line) three-dot menu at the right and select Detach. Then ask the cluster owner to delete the cluster.

D.

Login with SSH to the kommander cluster and execute kubectl delete cluster -c demo

Question 7

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 8

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 9

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 10

A Platform Engineer needs to create an NKP custom image for vSphere.

Which option should the engineer use?

Options:

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Hashicorp Packer

D.

RedHat Satellite

Question 11

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 12

as

The Platform Engineer needs to expand an NKP Pro demo cluster due to workload capacity constraints. The demo cluster has 150 vCPUs available to it from a licensing standpoint. Each worker node has 8 vCPUs and each control plane node has 4 vCPUs.

Which two options are valid for expanding the demo cluster and remaining compliant with licensing? (Choose two.)

Options:

A.

Add 6 additional control planes.

B.

Expand the original worker nodepool by up to 8 nodes.

C.

Create a new worker nodepool consisting of 10 nodes with 8 vCPUs per node.

D.

Expand the original worker nodepool by up to 4 nodes and create a new worker nodepool consisting of 6 nodes with 4 vCPUs/node.

Question 13

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 14

Recently, the reliability of some developer platforms has been impacted by out-of-memory errors, causing pods to crash and then remain in a pending state. A Cloud Engineer has been tasked with collecting and reviewing centralized metrics across the various platform environments to identify differences between them and better understand what is causing these performance issues. What should the engineer do to address this request?

Options:

A.

Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.

B.

Utilize Fluentd and Fluent Bit to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.

C.

Utilize Prometheus to collect and present centralized metrics on NKP attached and managed clusters. Then configure Thanos Query to monitor and send out alerts based on the metric thresholds that have been configured within it.

D.

Utilize Thanos to collect and present centralized metrics on NKP attached and managed clusters. Then visualize these collected and centralized metrics in Grafana.

Question 15

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 16

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 17

During a deployment of NKP, a Platform Engineer received an error indicating an issue with the bootstrap. While troubleshooting with support, the engineer noticed that the KUBECONFIG file was missing. How would the engineer recreate the bootstrap cluster and create a context file named bootstrap-cluster.conf?

Options:

A.

nutanix create bootstrap --kubeconfig bootstrap-cluster.conf

B.

kubectl create bootstrap --kubeconfig bootstrap-cluster.conf

C.

nkp create bootstrap --kubeconfig bootstrap-cluster.conf

D.

d2iq create bootstrap --kubeconfig bootstrap-cluster.conf

Question 18

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 19

A Platform Engineer works for a service provider and needs to establish access and authentication for multiple clients into an NKP cluster. Each client has their own LDAP source that should be used for authentication into the cluster.

How would this be accomplished?

Options:

A.

A common LDAP source needs to be established and client specific groups and users need to be configured within this common LDAP provider. Then an LDAP connector would be created for this LDAP provider.

B.

An NKP workspace needs to be created for each client and an LDAP connector would be created for each NKP workspace.

C.

An NKP project would be created for each client and an LDAP connector would be created for each NKP project. Users would provide the project name their company was assigned as part of their login.

D.

The LDAP connector configuration would be modified to include an array for each client LDAP source to authenticate with. Users would provide the client name defined in the array as part of their login.

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

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

Options:

A.

vSphere

B.

GCP

C.

Nutanix

D.

AKS

Question 24

A Platform Engineer is getting started with NKP and has created a bastion host with all needed prerequisites.

How should the engineer install Kommander?

Options:

A.

AWS CLI

B.

Terraform

C.

Ansible

D.

NKP CLI

Question 25

as

After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?

Options:

A.

Continue Deployment (CD)

B.

Continue Integration (CI)

C.

Project Secrets

D.

Project ConfigMaps

Question 26

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 27

A company uses an Artifactory private registry for development. The NKP deployment must use this private registry since the Security Administrator has the firewall configured to reject connections to public container registries. The first task is to push the NKP bundle to this private registry.

What options should be used to push the NKP bundle to this private registry?

Options:

A.

--registry-mirror-url, --registry-mirror-username and --registry-mirror-password

B.

--mirror-url, --mirror-username and --mirror-password

C.

--registry-url, --registry-username and --registry-password

D.

--to-registry, --to-registry-username and --to-registry-password

Question 28

A Platform Engineer has been tasked with setting up a secure and isolated environment for managing an NKP environment. The environment will have no access to the Internet but will be required to create additional NKP clusters in the future. The security team has recommended using a bastion host to achieve this goal. What is the primary purpose of a bastion host in this scenario?

Options:

A.

To store and manage sensitive data related to the cluster.

B.

To provide a secure point for creating and operating NKP clusters.

C.

To serve as a load balancer for the NKP clusters.

D.

To act as a firewall for the cluster, blocking all incoming traffic.

Question 29

NKP Starter is bundled with which entitlement?

Options:

A.

NCI Pro

B.

NCI Starter

C.

NCM Pro

D.

NCM Starter

Question 30

A Platform Engineer has a requirement for backup and recovery and would like to leverage an Out-Of-The-Box solution distributed with NKP. What is the backup and recovery solution distributed for NKP?

Options:

A.

Tar

B.

Kasten

C.

Velero

D.

Nutanix Snapshot

Question 31

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 32

A development team decided to employ an efficient monitoring system with Grafana-logging, which was successfully implemented as can be seen in the following output:

AppDeployment "kommander-default-workspace/grafana-logging" created in namespace "kommander-default-workspace".

Which command did the team execute to complete this task?

Options:

A.

nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default-workspace

B.

export WORKSPACE_NAMESPACE=kommander-default-workspace

appdeployment

nkp create package-bundle grafana-logging

C.

kubectl get appdeployment -n kommander-default-workspace

D.

kubectl get helmreleases grafana-logging -n kommander-default-workspace -w

Page: 1 / 11
Total 108 questions