Download Valid Nutanix NCP-CN Exam Dumps for Best Preparation 1 / 5 Exam : NCP-CN Title : https://www.passcert.com/NCP-CN.html Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Download Valid Nutanix NCP-CN Exam Dumps for Best Preparation 2 / 5 1.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 export FIPS_ENABLED=true B. Run the command nkp cluster create <provisioner> <options> --fips C. Follow the OS vendor ’ s instructions to ensure that the OS or OS images are prepared for operating in FIPS mode. D. Click Enable in the NKP Kommander Web UI, Global Workspace -> Settings -> FIPS menu. Answer: C 2.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 Answer: B 3.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) Answer: C 4.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? 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 Answer: D 5.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? 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} Download Valid Nutanix NCP-CN Exam Dumps for Best Preparation 3 / 5 D. Add one more worker with nkp scale nodepools ${NODEPOOL_NAME} --replicas=5 --cluster-name=${CLUSTER_NAME} -n ${CLUSTER_WORKSPACE} Answer: D 6.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 Answer: D 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? A. nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default-workspace B. export WORKSPACE_NAMESPACE=kommander-default-workspaceappdeploymentnkp create package-bundle grafana-logging C. kubectl get appdeployment -n kommander-default-workspace D. kubectl get helmreleases grafana-logging -n kommander-default-workspace -w Answer: A 8.Some time ago, an EKS cluster was attached to be managed with NKP (Fleet Management). Now, a Platform Engineer has been asked to disconnect the EKS cluster from NKP for licensing reasons. After disconnecting the cluster, the developers realized that application changes are still being reflected in the EKS cluster, despite the fact that the EKS cluster was successfully detached from NKP. How should the engineer resolve this issue? A. Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force B. Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name C. Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support. D. Detached cluster ’ s Flux installation must be manually disconnected from the management Git repository: kubectl -n kommmander-flux patch gitrepo management -p '{"spec":{"suspend":true}}' -- type merge Answer: D 9.A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be upgraded to version 1.29.9. This cluster was deployed with Nutanix NKP. Which two actions should the engineer take to complete this requirement? (Choose two.) A. Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9 Download Valid Nutanix NCP-CN Exam Dumps for Best Preparation 4 / 5 B. Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} -- ami AMI_ID --kubernetes-version=v1.29.9 C. Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9 D. Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9 Answer: B,C 10.Refer to the exhibit. 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: 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 D. 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 Answer: A 11.A Platform Engineer manages an NKP v2.12.x environment and is using NKP Image Builder (NIB) to create a custom image. Download Valid Nutanix NCP-CN Exam Dumps for Best Preparation 5 / 5 Which two distributions are available for use by the engineer for this task? (Choose two.) A. Ubuntu B. Fedora C. Rocky Linux D. CentOS Answer: A,C 12.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? 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 Answer: B 13.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. Answer: C 14.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. Run kubectl delete workspace <workspace-name> C. 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. D. Ask a workspace user to delete the workspace. The user has the Delete option in their workspace home page. Answer: C