Start your NCP-CN Exam Questions Preparation with Updated 111 Questions [Q14-Q30]

Share

Start your NCP-CN Exam Questions Preparation with Updated 111 Questions

A Fully Updated 2025 NCP-CN Exam Dumps - PDF Questions and Testing Engine

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

  • A. Pre-provisioned (CAPPP)
  • B. vSphere (CAPV)
  • C. AWS (CAPA)
  • D. Nutanix (CAPX)

Answer: A


NEW QUESTION # 15

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?

  • A. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d
  • B. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d
  • C. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d
  • D. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30h---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7h

Answer: A


NEW QUESTION # 16
A company has 30 Edge devices with lightweight Kubernetes, and developers need to push the application to every edge device. An NKP administrator has the NKP Ultimate license tier configured and has access to all kubeconfig files for the 30 edge devices. What is the most efficient way that the administrator can lifecycle manage the application deployments?

  • A. Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.
  • B. Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.
  • C. Create a script to automate the deployment to every edge device.
  • D. Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.

Answer: D


NEW QUESTION # 17
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 Control Plane nodes appropriately to support the installation of default platform services.
  • C. Size the Worker nodes appropriately to support the installation of default platform services.
  • D. Size the ETCD nodes appropriately to support the installation of default platform services.

Answer: B


NEW QUESTION # 18

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. Expand the original worker nodepool by up to 4 nodes and create a new worker nodepool consisting of 6 nodes with 4 vCPUs/node.
  • B. Create a new worker nodepool consisting of 10 nodes with 8 vCPUs per node.
  • C. Expand the original worker nodepool by up to 8 nodes.
  • D. Add 6 additional control planes.

Answer: A,C


NEW QUESTION # 19
Which NKP tier is required for the FIPS Compliant Build feature?

  • A. Enterprise
  • B. Advanced
  • C. Starter
  • D. Pro

Answer: A


NEW QUESTION # 20
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?

  • A. From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.
  • B. From the Cluster selection, select Add Cluster.
  • C. From the workspace selection dropdown list in the top menu bar, select Create Workspace.
  • D. From the workspace selection dropdown list in the top menu bar, select Add Workspace.

Answer: C


NEW QUESTION # 21
A company is required by NIST to follow FIPS guidelines for compliance.
What is the first step for enabling FIPS in NKP?

  • A. Run the command nkp cluster create <provisioner> <options> --fips
  • B. Run the command export FIPS_ENABLED=true
  • C. Click Enable in the NKP Kommander Web UI, Global Workspace -> Settings -> FIPS menu.
  • D. Follow the OS vendor's instructions to ensure that the OS or OS images are prepared for operating in FIPS mode.

Answer: D


NEW QUESTION # 22
After a finished project, three Kubernetes clusters within a workspace were deleted, so the workspace is empty. Now a Platform Engineer needs to delete the workspace. How should the engineer delete the workspace in NKP?

  • A. Run kubectl delete workspace <workspace_name>
  • B. From NKP UI, on top menu bar select Global, then select Workspaces in the menu, select the three-dot button for the workspace to delete, and then click Delete.
  • C. Run kubectl delete workspace <workspace-name>
  • D. Ask a workspace user to delete the workspace. The user has the Delete option in their workspace home page.

Answer: B


NEW QUESTION # 23
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. Ensure NKP is upgraded to a minimum version of 2.12.
  • B. Create the cluster only using YAML and not the GUI.
  • C. Create an Infrastructure provider for the workspace.
  • D. Attach existing clusters instead of creating a new cluster.

Answer: C


NEW QUESTION # 24

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?

  • A. The nkp create bootstrap command needs to be executed as root.
  • B. The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.
  • C. The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.
  • D. The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.

Answer: C


NEW QUESTION # 25
A Platform Engineer for an organization does research in Antarctic
a. 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?

  • A. oc and az
  • B. awscli and nkp
  • C. oc and kubectl
  • D. kubectl and nkp

Answer: D


NEW QUESTION # 26
A Cloud Engineer is deploying an NKP Cluster in AWS. The environment is for testing purposes only, so the AWS team has requested it be deployed to use a minimal set of system resources to reduce cloud subscription fees. Which two parameters should be specified when initializing a Kommander installation, using the nkp install kommander command set? (Choose two.)

  • A. --wait-timeout
  • B. --yaml
  • C. --init
  • D. --request-timeout

Answer: A,C


NEW QUESTION # 27
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)?

  • A. Private registry license is included with NKP.
  • B. Private registry provides security and privacy.
  • C. NKP cannot connect to public clouds.
  • D. NKP requires specific registry versions.

Answer: B


NEW QUESTION # 28
To keep an NKP cluster and applications healthy and drive productivity forward, a Platform Engineer needs to stay informed of all events occurring within the cluster. What component of kube-prometheus-stack will help the engineer to stay informed of these events in NKP?

  • A. alertmanager
  • B. node-exporter
  • C. service monitors
  • D. prometheus-operator

Answer: A


NEW QUESTION # 29
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?

  • A. velero backup describe aws-velero-testbackup
  • B. velero backup describe testbackup
  • C. kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} -o yaml
  • D. kubectl get backupstoragelocations -n ${testbackup} -o yaml

Answer: B


NEW QUESTION # 30
......


Nutanix NCP-CN Exam Syllabus Topics:

TopicDetails
Topic 1
  • Perform Day 2 Operations: This part assesses the expertise of site reliability engineers and cluster operators in ongoing cluster management tasks after deployment. It includes configuring authentication and authorization mechanisms, setting up logging systems, and implementing cluster backup and recovery procedures. Candidates also need to demonstrate skills in monitoring cluster performance and health, configuring autoscaling to handle workload changes, and performing lifecycle management functions such as upgrades and maintenance.
Topic 2
  • Manage Building an NKP Cluster: This section evaluates the skills of Kubernetes administrators and platform engineers in customizing and deploying NKP clusters. Candidates must show proficiency in tailoring cluster configurations to meet specific requirements and deploying Kommander, the management platform, while applying the appropriate licenses to enable cluster features and management capabilities.
Topic 3
  • Conduct NKP Fleet Management: This section tests the abilities of platform administrators and cloud operations engineers in managing multiple clusters as a fleet. It focuses on configuring workspaces to organize clusters, deploying workload clusters within these workspaces, and attaching or detaching clusters as needed. Additionally, candidates must be able to configure projects for workload segmentation and manage platform applications that support the overall NKP environment.
Topic 4
  • Prepare the Environment for an NKP Deployment: This section of the exam measures the skills of infrastructure engineers and cloud administrators and covers the initial setup tasks needed for NKP deployment. Candidates must demonstrate the ability to seed a private container registry, create a bootstrap Kubernetes cluster, and determine license tiers suitable for clusters. They also need to prepare a bastion host for secure access, build machine images or prepare nodes for deployment, and gather all necessary information to build a cluster on the target cloud or on-premises provider.

 

Easy Success Nutanix NCP-CN Exam in First Try: https://braindumps2go.actualpdf.com/NCP-CN-real-questions.html