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:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
Easy Success Nutanix NCP-CN Exam in First Try: https://braindumps2go.actualpdf.com/NCP-CN-real-questions.html
