[2025年12月09日]NCP-CN-6.10試験ブレーン問題集で学習注釈と理論
合格させるNutanix NCP-CN-6.10テスト練習テスト問題試験問題集
質問 # 71
A Platform Engineer is deploying a new Kubernetes application in Amazon Web Services (AWS) Elastic Container Service for Kubernetes (EKS) and Azure Kubernetes Service (AKS). The engineer's team has decided to use a custom image instead of the default images provided by AWS or Azure for their clusters. What functionality will the engineer lose in both AWS EKS and Azure AKS by choosing to use a custom image?
- A. Native monitoring tools, logging, and alerting
- B. Cluster networking and load balancing
- C. Ability to use GPUs and persistent storage
- D. Built-in autoscaling and security capabilities
正解:D
質問 # 72
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. Create a secret containing the static AWS S3 credentials.
- B. Create a tenant on AWS.
- C. Configure a new IAM role specifically for NKP.
- D. Configure an IP address corresponding to AWS storage.
正解:A
質問 # 73
A Platform Engineer needs to create an NKP custom image for vSphere.
Which option should the engineer use?
- A. Hashicorp Packer
- B. RedHat Satellite
- C. Nutanix Image Builder
- D. Konvoy Image Builder
正解:D
質問 # 74
A Platform Engineer works for a service provider and needs to establish access and authentication for multiple clients into an NKP cluster. Each client has their own LDAP source that should be used for authentication into the cluster.
How would this be accomplished?
- A. A common LDAP source needs to be established and client specific groups and users need to be configured within this common LDAP provider. Then an LDAP connector would be created for this LDAP provider.
- B. An NKP workspace needs to be created for each client and an LDAP connector would be created for each NKP workspace.
- C. The LDAP connector configuration would be modified to include an array for each client LDAP source to authenticate with. Users would provide the client name defined in the array as part of their login.
- D. An NKP project would be created for each client and an LDAP connector would be created for each NKP project. Users would provide the project name their company was assigned as part of their login.
正解:B
質問 # 75
An administrator is provisioning an NKP cluster. After the VM creation task, the error shown in the exhibit is produced.
What could be the reason?
- A. VM does not have the Linux version.
- B. NKP Software is not loaded in the registry.
- C. VM doesn't have communication to the registry.
- D. Private registry software or version is not the recommended.
正解:C
質問 # 76
What common issues may cause a cluster detachment process to fail? (Select two)
- A. The cluster being paused in the infrastructure provider
- B. Mismatched Prometheus metrics retention settings
- C. Active platform applications still running on the cluster
- D. Incomplete uninstallation of workspace-level configurations
正解:C、D
質問 # 77
A Platform Engineer has deployed NKP and wants to utilize its OOB data storage feature.
What should the engineer enable to support backups within the NKP environment?
- A. Rook Ceph
- B. Volumes iSCSI
- C. Objects S3
- D. MinIO
正解:A
質問 # 78
A Platform Engineer is looking to backup and restore persistent volumes and other cluster resources. Which two NKP licenses include backup and restore functionality? (Choose two.)
- A. NKP Essential
- B. NKP Ultimate
- C. NKP Starter
- D. NKP Pro
正解:B、D
質問 # 79
An administrator has been trying to deploy an initial AHV-based NKP cluster in a dark site (no Internet connectivity) environment using the command shown in the question.
nkp create cluster nutanix \
--cluster-name=$CLUSTER_NAME \
--control-plane-prism-element-cluster=$PE_NAME \
--worker-prism-element-cluster=$PE_NAME \
--control-plane-subnets=$SUBNET_ASSOCIATED_WITH_PE \ --worker-
subnets=$SUBNET_ASSOCIATED_WITH_PE \
--control-plane-endpoint-ip=$AVAILABLE_IP_FROM_SAME_SUBNET \ --csi-storage- container=$NAME_OF_YOUR_STORAGE_CONTAINER \ --endpoint=$PC_ENDPOINT_URL \
--control-plane-vm-image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \ --worker-vm- image=$NAME_OF_OS_IMAGE_CREATED_BY_NKP_CLI \ --registry-url=${REGISTRY_URL} \
--registry-mirror-username=${REGISTRY_USERNAME} \
--registry-mirror-password=${REGISTRY_PASSWORD} \
--kubernetes-service-load-balancer-ip-range $START_IP-$END_IP \ --self-managed Which missing attribute needs to be added in order for the deployment?
- A. --registry-url
- B. --registry-username
- C. --airgapped
- D. --insecure
正解:C
質問 # 80
What is the primary purpose of integrating an identity provider (IdP) into Kommander?
- A. To authenticate users and assign role-based access
- B. To create default namespaces automatically
- C. To manage pod security policies
- D. To synchronize etcd backups
正解:A
質問 # 81
What is a valid troubleshooting step if the bootstrap cluster creation fails due to unreachable control plane components?
- A. Verify network connectivity and firewall rules
- B. Enable image pull secrets
- C. Restart the Prism Central VM
- D. Reduce the cluster node size
正解:A
質問 # 82
The cluster arca will host a new application that needs to add more workers. The company cannot get more NKP licenses, so it has decided to delete the demo cluster and add the required workers to the arca cluster. How should the engineer delete the demo cluster from this UI?
- A. Press the ("demo" cluster line) three-dot menu at the right and select Download kubeconfig, then use that file to execute kubectl delete cluster -c demo --kubeconfig=demo.conf
- B. Login with SSH to the kommander cluster and execute kubectl delete cluster -c demo
- C. Press the ("demo" cluster line) three-dot menu at the right and select Detach. Then ask the cluster owner to delete the cluster.
- D. Press the ("demo" cluster line) three-dot menu at the right and select Delete.
正解:D
質問 # 83
A Platform Engineer is attaching existing Kubernetes clusters to NKP, but a particular Kubernetes Amazon EKS cluster is getting errors with application deployments. These errors are related to persistent volumes. What could be the issue, and what can the engineer do?
- A. There could be a misconfiguration in the ConfigMap. It should be adjusted to NKP requirements.
- B. There is no compatible storage to be attached to the EKS cluster. Ask for compatible storage.
- C. There is no default StorageClass. Storage classes should be reviewed, and only one should be set as default.
- D. The storage appliance is having issues. The storage engineer should be contacted to take a look.
正解:C
質問 # 84
Looking at the nodepools for the Kubernetes cluster named demo, there is a node pool named md-1 with only one worker. This worker should be deleted along with the node pool md-1.
How should this task be accomplished?
- A. Run nkp node scale nodepool md-1 --replicas=0 --cluster-name=demo
- B. Run ncli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
- C. Run nkp delete nodepool md-1 --cluster-name=demo
- D. Run acli vm.delete demo-md-1-hQ2sz-mw4p6-fptc
正解:C
質問 # 85
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. Create new Kubernetes clusters for production and development with NKP for every business unit.
- C. Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux -- kustomize=kustomize.yaml --kubeconfig=<cluster>.conf
- D. Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.
正解:A
質問 # 86
......
厳密検証されたNCP-CN-6.10問題集と解答でNCP-CN-6.10問題集と正解付き:https://jp.fast2test.com/NCP-CN-6.10-premium-file.html
ベストNutanix Certification学習ガイドNCP-CN-6.10試験:https://drive.google.com/open?id=1bGbICqjJdxGT33KH0GXNKyOEtyVOMTln