Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

NCP-CN Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) is now Stable and With Pass Result | Test Your Knowledge for Free

NCP-CN Practice Questions

Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)

Last Update 1 day ago
Total Questions : 108

Dive into our fully updated and stable NCP-CN practice test platform, featuring all the latest Nutanix Certified Professional (NCP) exam questions added this week. Our preparation tool is more than just a Nutanix study aid; it's a strategic advantage.

Our free Nutanix Certified Professional (NCP) practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about NCP-CN. Use this test to pinpoint which areas you need to focus your study on.

NCP-CN PDF

NCP-CN PDF (Printable)
$43.75
$124.99

NCP-CN Testing Engine

NCP-CN PDF (Printable)
$50.75
$144.99

NCP-CN PDF + Testing Engine

NCP-CN PDF (Printable)
$63.7
$181.99
Question # 1

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=

Discussion 0
Question # 2

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

Discussion 0
Question # 3

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.

Discussion 0
Question # 4

An organization is setting up a new set of NKP clusters for R&

D.  

The R&D director requires full admin access for the team on infrastructure dedicated to R&

D.  

What is the proper method for the engineer to ensure these objectives are met?

Options:

A.  

Create an 'R&D' NKP workspace

Create an 'R&D' infrastructure provider in this workspace

Create an 'R&D' NKP group for the R&D team members and assign admin-level roles within

Deploy the NKP clusters into the 'R&D' workspace

B.  

Create an 'R&D' NKP connector and infrastructure provider

Create an 'R&D' NKP group and assign it admin-level roles

Assign the 'R&D' NKP group to the 'R&D' NKP connector

Deploy the NKP clusters into the 'R&D' workspace

C.  

Create an 'R&D' NKP workspace and project within this workspace

Create an NKP infrastructure provider in the 'R&D' NKP project

Create an 'R&D' NKP group for the R&D team members and assign admin-level roles within this project

Deploy the NKP clusters into the 'R&D' workspace

D.  

Create an 'R&D' NKP connector and infrastructure provider

Create an 'R&D' NKP group and assign it admin-level roles

Assign the 'R&D' NKP group to the 'R&D' NKP infrastructure provider

Deploy the NKP clusters into the 'R&D' workspace

Discussion 0
Question # 5

A technology company has decided to migrate its infrastructure to NKP to improve the scalability and management of its applications. After a successful initial implementation, the operations team faces a new challenge of validating the HelmReleases to ensure that all applications are running correctly and avoid problems in production. Which command should the company execute to know the right status of their HelmReleases?

Options:

A.  

kubectl get namespaces

B.  

kubectl get helmreleases -n ${PROJECT_NAMESPACE}

C.  

kubectl edit helmreleases -n ${PROJECT_NAMESPACE}

D.  

kubectl apply -f fluent-bit-overrides.yaml

Discussion 0
Question # 6

A company is developing a new web application consisting of several microservices, including:

    Authentication service

    User management service

    Payment processing service Each microservice is developed by different teams and requires an isolated environment for testing and development. To facilitate development and testing, the team decides to create a specific workspace in NKP. What should the team do to start this new creation?

Options:

A.  

From the Cluster selection, select Add Cluster.

B.  

From the workspace selection dropdown list in the top menu bar, select Create Workspace.

C.  

From the workspace selection dropdown list in the top menu bar, select Add Workspace.

D.  

From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.

Discussion 0
Question # 7

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

Discussion 0
Question # 8

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}

Discussion 0
Question # 9

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.

Discussion 0
Question # 10

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.

Discussion 0
Get NCP-CN dumps and pass your exam in 24 hours!

Free Exams Sample Questions