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

Exams4sure Dumps

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

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.

Discussion 0
Question # 12

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.

Discussion 0
Question # 13

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.

Discussion 0
Question # 14

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

Discussion 0
Question # 15

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.

Discussion 0
Question # 16

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

Discussion 0
Question # 17

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

Discussion 0
Question # 18

A Cloud Engineer wishes to attach existing AKS clusters to a newly deployed NKP management cluster.

What should the engineer consider specific to attaching these types of clusters to NKP?

Options:

A.  

A separate service account should be created for them because their kubeconfig files are not usable out-of-box by NKP Kommander.

B.  

AKS does not have the kubelet installed on them. Therefore the KIB-prep process should be performed on each of the nodes in the AKS clusters prior to attaching them.

C.  

AKS nodes do not use containerd as its container runtime. Therefore it should be deployed to each of the nodes in the AKS clusters prior to attaching them.

D.  

Cert-manager, which is included in NKP, is deployed by default on AKS clusters.

Discussion 0
Question # 19

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

Discussion 0
Question # 20

A company recently deployed NKP. A Platform Engineer was asked to attach the existing Amazon EKS. A workspace and project were created accordingly, and resource requirements were met. What does the engineer need to do first to prepare the EKS clusters?

Options:

A.  

Configure a ConfigMap according to EKS configuration.

B.  

Create a service account with cluster-admin permissions.

C.  

Configure HAProxy to get connected to EKS clusters.

D.  

Deploy cert-manager in the EKS clusters.

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

Free Exams Sample Questions