Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

NCP-CN Questions and Answers

Question # 6

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?

A.

NKP Starter

B.

NKP Ultimate

C.

NKP Pro

D.

NKP UI

Full Access
Question # 7

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

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.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

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?

A.

Protection Domain

B.

Rook Ceph

C.

External Storage Class

D.

S3-compatible API

Full Access
Question # 10

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

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

Full Access
Question # 11

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?

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.

Full Access
Question # 12

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

A.

Advanced

B.

Enterprise

C.

Starter

D.

Pro

Full Access
Question # 13

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?

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.

Full Access
Question # 14

A Cloud Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node.

Which statement is regarding the default node preparation process?

A.

Shell scripts are used to harden the OS image for use as an NKP node.

B.

Ansible is used to validate the OS image is capable of running NKP.

C.

Goss is used to make the OS image CAPI compliant for use as an NKP node.

D.

Goss is used to validate the OS image is capable of running NKP.

Full Access
Question # 15

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?

A.

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

Full Access
Question # 16

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?

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

Full Access
Question # 17

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?

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.

Full Access
Question # 18

When deploying NKP using the Nutanix provisioning method (CAPX), what are the supported OS platforms?

A.

CentOS and Rocky Linux

B.

Rocky Linux and Ubuntu

C.

Flatcar, Rocky Linux, and Ubuntu

D.

CentOS and Ubuntu

Full Access
Question # 19

A Platform Engineer is preparing machine images for NKP through the NIB or KIB process. What is the purpose of doing this?

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

Full Access
Question # 20

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?

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=

Full Access
Question # 21

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

How should the engineer install Kommander?

A.

AWS CLI

B.

Terraform

C.

Ansible

D.

NKP CLI

Full Access
Question # 22

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?

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.

Full Access
Question # 23

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?

A.

HTTPS (TCP/443)

B.

NTP Service (UDP/123)

C.

Secured LDAP (TCP/636)

D.

iSCSI (TCP/860 & 3260)

Full Access
Question # 24

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?

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

Full Access
Question # 25

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?

A.

Use --dry-run parameter

B.

Use --ami-format parameter

C.

Set an export AWS_REGION

D.

Set an export KUBECONFIG

Full Access
Question # 26

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

A.

AWS (CAPA)

B.

Nutanix (CAPX)

C.

Pre-provisioned (CAPPP)

D.

vSphere (CAPV)

Full Access
Question # 27

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

A.

Continue Deployment (CD)

B.

Continue Integration (CI)

C.

Project Secrets

D.

Project ConfigMaps

Full Access
Question # 28

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

A.

vSphere

B.

GCP

C.

Nutanix

D.

AKS

Full Access
Question # 29

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?

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

Full Access
Question # 30

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?

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.

Full Access
Question # 31

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

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.

Full Access
Question # 32

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?

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.

Full Access