無料ダウンロードNutanix NCP-CNリアル試験問題ゲットせよ [Q47-Q64]

Share

無料ダウンロードNutanix NCP-CNリアル試験問題ゲットせよ

最新のNutanix NCP-CNリアル試験問題集PDF


Nutanix NCP-CN 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 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.
トピック 2
  • 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.
トピック 3
  • 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.
トピック 4
  • 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.

 

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

  • A. Tagging the image to be used specifically for NKP
  • B. Hardening an OS image with client-supplied hardening scripts
  • C. Creating a custom user account for NKP admins to ensure access to NKP nodes
  • D. Creating a CAPI-compliant image for use as NKP cluster nodes

正解:D


質問 # 48
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 connector and infrastructure providerCreate an 'R&D' NKP group and assign it admin-level rolesAssign the 'R&D' NKP group to the 'R&D' NKP connectorDeploy the NKP clusters into the 'R&D' workspace
  • B. Create an 'R&D' NKP workspace and project within this workspaceCreate an NKP infrastructure provider in the 'R&D' NKP projectCreate an 'R&D' NKP group for the R&D team members and assign admin-level roles within this projectDeploy the NKP clusters into the 'R&D' workspace
  • C. Create an 'R&D' NKP workspaceCreate an 'R&D' infrastructure provider in this workspaceCreate an 'R&D' NKP group for the R&D team members and assign admin-level roles withinDeploy the NKP clusters into the 'R&D' workspace
  • D. Create an 'R&D' NKP connector and infrastructure providerCreate an 'R&D' NKP group and assign it admin-level rolesAssign the 'R&D' NKP group to the 'R&D' NKP infrastructure providerDeploy the NKP clusters into the 'R&D' workspace

正解:C


質問 # 49
A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster node. During the process, the source AMI is successfully cloned, and multiple preparation steps have occurred against the cloned AMI, such as gathering OS-release facts and uploading image bundles to it. However, the process encounters an error and ultimately fails. What is one troubleshooting step the engineer can perform that may help identify the root cause of the issue?

  • A. Rerun the KIB command, including the pause parameter, so that each command in the KIB-prep sequence and its return can be reviewed in detail before allowing the prep process to continue.
  • B. Rerun the KIB command, including the parameter to set the verbosity level to debug, so that all issued AWS CLI commands and their returns are included and added to an exported log file for review.
  • C. Rerun the KIB command, including the parameter to instruct Packer not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.
  • D. Rerun the KIB command, including the parameter to instruct Ansible not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

正解:B


質問 # 50
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. 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.
  • B. 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.
  • C. When using the nkp create cluster aws command set, include the valid parameters with the pre-existing VPC, subnets, and ELB to use.
  • D. 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.

正解:A


質問 # 51
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. Configure the bastion VM with a public IP address.
  • B. Set up a connection on the bastion host so that it can pull images from Docker Hub.
  • C. Create a bootstrap cluster.
  • D. Install the pre-requisites yum-utils, bzip2, and wget.

正解:D


質問 # 52
Prior to implementing NKP, a company had created a number of Kubernetes (K8s) clusters using kubeadm. While they are deploying new managed clusters via NKP, the company does not wish to migrate workloads from these pre-existing native K8s clusters over to new NKP clusters just yet.
What are the requirements to have these clusters attached to their NKP management cluster?

  • A. The NKP management cluster must be able to reach the services and api-server of the target cluster.
  • B. The version of the K8s clusters must be within N - 1 of the Kubernetes version of the NKP management cluster.
  • C. An NKP management cluster admin account must be established on the K8s clusters.
  • D. The version of the K8s clusters must match the Kubernetes version of the NKP management cluster.

正解:A


質問 # 53
What is a prerequisite for upgrading an NKP license to Ultimate?

  • A. Size the ETCD nodes appropriately to support the installation of default platform services.
  • B. Size the Worker 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 Sidecar containers appropriately to support the installation of default platform services.

正解:C


質問 # 54
A Platform Engineer manages an NKP v2.12.x environment and is using NKP Image Builder (NIB) to create a custom image. Which two distributions are available for use by the engineer for this task? (Choose two.)

  • A. Fedora
  • B. Rocky Linux
  • C. CentOS
  • D. Ubuntu

正解:B、D


質問 # 55
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. Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.
  • B. Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux --kustomize=kustomize.yaml --kubeconfig=<cluster>.conf
  • C. Configure a production workspace and a development workspace and attach each Kubernetes cluster to the corresponding workspace.
  • D. Create new Kubernetes clusters for production and development with NKP for every business unit.

正解:C


質問 # 56
A company has enabled auto-scaling within an NKP cluster. What is the behavior for auto-scaling?

  • A. CPU is hot-added or hot-removed from a node.
  • B. Memory is hot-added or hot-removed from a node.
  • C. Nodes will be CAPI-created or CAPI-deleted as needed by the cluster.
  • D. The Power-On Status/Mode of a node is changed to meet load conditions.

正解:C


質問 # 57
A Platform Engineer is attempting to delete an attached cluster from the NKP UI, but it is stuck in a 'deleting' state and does not get removed. How can the engineer resolve this attempt to detach the cluster so that it is removed from the UI and no longer managed by NKP?

  • A. Run the nkp delete cluster command in the context of the NKP attached cluster.
  • B. Run the kubectl delete cluster command in the context of the NKP management cluster.
  • C. Run the nkp delete kommandercluster command in the context of the NKP attached cluster.
  • D. Run the kubectl delete kommandercluster command in the context of the NKP management cluster.

正解:D


質問 # 58

A Platform Engineer sees no insight in all workspaces, and it is a critical feature to control all the alerts on all company's Kubernetes clusters. What does the engineer need to do to begin generating NKP Insights?

  • A. Install nkp-insights in every Kubernetes cluster with kubectl apply -f nkp-insights-1.2.2 --kubeconfig=<cluster>.conf
  • B. Acquire the NKP Insights Add-on license.
  • C. Create a persistent volume claim and assign it to nkp-insights; this application requires volumes to save logs and data. Install nkp-insights with nkp create appdeployment nkp-insights --app nkp-insights-1.2.2 --workspace kommander-workspace

正解:C


質問 # 59
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?

  • 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 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.
  • C. 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.
  • D. Cert-manager, which is included in NKP, is deployed by default on AKS clusters.

正解:A


質問 # 60
NKP Starter is bundled with which entitlement?

  • A. NCM Pro
  • B. NCI Starter
  • C. NCI Pro
  • D. NCM Starter

正解:B


質問 # 61
A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vSphere provisioning method. The cluster needs to have 3 worker node pools:
First node pool should consist of 6 worker nodes
Second node pool should consist of 3 worker nodes
Third node pool should consist of 3 worker nodesAdditionally, the worker nodes in the first node pool should be set to 10 CPUs, the second node pool workers should be set to 8 CPUs, and the third node pool workers should be set to 6 CPUs. What is the proper way to create the NKP cluster using the NKP CLI?

  • A. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepool vsphere command, including the following parameters:--worker-replicas 3--worker-cpus 8Then, execute the nkp create nodepool vsphere command, including the following parameters:--worker-replicas 3--worker-cpus 6
  • B. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepools vsphere command, including the following parameters:--replicas 3,3--cpus 8,6
  • C. First, execute the nkp create cluster vsphere command, including the following parameters:--worker-replicas 6--worker-cpus 10Then, execute the nkp create nodepool vsphere command, including the following parameters:--replicas 3--cpus 6
  • D. When executing the nkp create cluster vsphere command, include the following parameters:--node-pools 3--worker-replicas 6,3,3--worker-cpus 10,8,6

正解:A


質問 # 62
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 edit helmreleases -n ${PROJECT_NAMESPACE}
  • C. kubectl get helmreleases -n ${PROJECT_NAMESPACE}
  • D. kubectl apply -f fluent-bit-overrides.yaml

正解:C


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

  • A. vSphere
  • B. Nutanix
  • C. AKS
  • D. GCP

正解:C


質問 # 64
......

PDF問題(2025年最新)実際のNutanix NCP-CN試験問題:https://www.jpntest.com/shiken/NCP-CN-mondaishu

NCP-CN試験問題集、NCP-CN練習テスト問題はここ:https://drive.google.com/open?id=1XzqWVU7ig5mGMCgm1EecZ9wtA3igbZXz

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡