Cyber Monday Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

NCP-AI Nutanix Certified Professional - Artificial Intelligence NCP-AI 6.10 Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Nutanix NCP-AI Nutanix Certified Professional - Artificial Intelligence NCP-AI 6.10 certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 75 questions

An administrator has been asked to troubleshoot the import of a new NIM LLM in NAI. The import Status is Pending.

What could be the most common issue?

A.

LLM repository read access restriction.

B.

Unauthorized Hugging Face token.

C.

Required storage space is not available.

D.

System is downloading the LLM.

An administrator has been requested by a developer team to provide them with an endpoint.

Which action must the administrator ensure is taken before creating the first endpoint?

A.

Import a Large Language Model (LLM) to Nutanix Enterprise AI and ensure that the import status is Uploaded.

B.

Create a new Nutanix Enterprise AI instance, and ensure that status is Running.

C.

Import a Large Language Model (LLM) to Nutanix Enterprise AI and ensure that the import status is Active.

D.

Create a new Nutanix Enterprise AI instance, and ensure that status is Completed.

An NAI administrator has successfully imported a model from Hugging Face and created an endpoint for the model. The endpoint is in the Active state. From within the Endpoint section in NAI, the endpoint has been tested with a Sample Request, the response is accurate, and the Status shows Succeeded.

The administrator has provided the endpoint URL and generated and provided API keys to the developers. However, the developers are having issues connecting to the endpoint. They keep getting 400 Bad Request errors when attempting to prompt the model.

What should the administrator do next to ensure the developers are able to successfully prompt the model?

A.

Provide the developers the 'Sample Request' code from the endpoint by clicking 'View Sample Request'.

B.

Check the Status of the endpoint again to make sure it was not accidentally Hibernated.

C.

Re-import the model from Hugging Face, create a new endpoint and provide new URL and API keys to the developers.

D.

Add additional resources to 'scale up' the number of instances of the endpoint.

An administrator is setting up Nutanix Enterprise AI with a custom domain (ai.company.com) and must comply with security policies requiring a valid TLS certificate from the corporate certificate authority (CA).

Which two steps are necessary to complete this configuration successfully? (Choose two.)

A.

Add a DNS A record pointing ai.company.com to the NAI IP address in a DNS server.

B.

Create a DNS PTR record for ai.company.com to match the DNS A record.

C.

A CA signed TLS certificate for the configured NAI FQDN.

D.

Use the Nutanix Prism interface to directly assign the FQDN ai.company.com to the NAI IP address.

When manually importing pre-validated or custom LLM Models from existing storage, which protocol is supported?

A.

SMB

B.

SFTP

C.

FTP

D.

NFS

An administrator is working with a development team to integrate a customer service application with a large language model deployed on the Nutanix Enterprise AI platform...

Which step should the administrator perform to configure and validate the application successfully?

A.

Confirm the response meets requirements using the copied endpoint URL and API key from the portal.

B.

Expose the model endpoint publicly by assigning an external IP address and bypass authentication for faster testing.

C.

Configure access to the endpoint by assigning the application a role in Prism Central.

D.

Set up the application in the hypervisor management interface and validate access using VM-level health checks.

An administrator notices increased model inference latency and frequent timeout errors in a Nutanix AI deployment during peak usage.

What is the most effective action to troubleshoot and resolve the performance issue?

A.

Reduce the number of API keys to limit external access to the model.

B.

Restart the Nutanix Kubernetes cluster to clear cached memory and reset service states.

C.

Disable logging and monitoring tools to free up system resources.

D.

Analyze resource metrics and scale out the model service to handle increased load.

When preparing an NAI deployment using NKP, which Infrastructure OS should be used to support AI compatible GPUs?

A.

Rocky Linux 9.5

B.

Debian 11

C.

Ubuntu 22.04

D.

CentOS 8

An administrator observes that inference requests to Nutanix Enterprise AI are experiencing increased latency. After accessing the Infrastructure Usage and Health page, the administrator finds that the Service Health status is marked as Critical, and the GPU utilization on one node is consistently at 100%, while other nodes show moderate usage.

What is the most appropriate next step to resolve the performance issue?

A.

Rebuild the endpoint to include multiple instances.3

B.

Restart the Kubernetes cluster to reset all node metrics and clear the Critical status.

C.

Disable inference endpoints on the overloaded node.

D.

Increase the memory allocation for the node with high GPU usage.

An administrator has successfully completed the Create an Endpoint wizard and returned to the Endpoint widget to note that the new endpoint displays a status of Failed.

The administrator does not see any obvious error message associated with the failed status and decides to engage Nutanix Support.

Which command output should be provided when raising the Nutanix Support case?

A.

kubectl describe isvc endpoint_name -n nai-system

B.

kubectl describe isvc endpoint_name -n nai-admin

C.

kubectl exec isvc endpoint_name -n nai-admin

D.

kubectl exec isvc endpoint_name -n nai-system

What happens if an API key is lost after closing the creation dialog?

A.

Nutanix Support can be contacted to recover it.

B.

A new one must be generated for the endpoint.

C.

It can be reset from the Endpoint page.

D.

The key can be retrieved from the NAI Dashboard.

A developer with experience using Open AI compatible clients is exploring using OpenAI Compatible endpoints within Nutanix Enterprise AI.

An administrator has provided the developer with a list of OpenAI compatible endpoints that Nutanix Enterprise AI supports but one of them is unsupported.

Which option shows the unsupported endpoint type?

A.

/v1/systems

B.

/v1/embeddings

C.

/v1/chat/completions

D.

/v1/models

What is the least privileged user role within Nutanix Enterprise AI required to import a LLM?

A.

AI/ML User

B.

NKP Admin

C.

Super Admin

D.

AI/ML Admin

An administrator needs to download the Access token for installing Nutanix Enterprise AI.1

Which method should the administrator take to satisfy this task?

A.

Download from Docker hub account.

B.

Download the token from Prism Central marketplace.

C.

Download from Nutanix portal.

D.

Download from the NAI helm chart bundle.

Which deployment type of Nutanix Enterprise AI is supported in Amazon EKS?

A.

Standalone

B.

Cloud Cluster

C.

GPT-in-a-Box 2.0

D.

Bare Metal

Before installation, what kind of Kubernetes StorageClass must be provisioned for model files in an NFS shares for persistent volumes?

A.

RWO

B.

RWX1

C.

S3 RWX

D.

S3 RWO

An Accounting Department is thrilled with the RAG Application that the Application & Data Science Teams recently rolled out. However, they provided some feedback that sometimes (approximately 20% of the time), the documents retrieved are not relevant to their prompts or are too generic.

During development, there was extensive testing between models to make sure the best possible model was selected. The Accounting Department emphasizes that when the responses use the right documents, the results are very good and they are pleased with the completeness, accuracy, and coherence of those responses.

What would be a way to address the irrelevant RAG results without having to rebuild the entire workflow?

A.

Replace the embedding model with a larger, more general-purpose language model to improve document retrieval.

B.

Fine-tune the Large Language Model on a broader dataset to enable it to generate more relevant responses.

C.

Implement a rerank model as a post retrieval step to re-order initially retrieved documents based on query-document relevance.

D.

Significantly expand the document knowledge base by ingesting a much larger volume of financial reports.

What minimum persistent storage is required for the nai-db app when deploying Nutanix Enterprise AI platform?

A.

2 GiB

B.

4 GiB

C.

2 TiB

D.

4 TiB

Which task is an AI/ML User unable to perform in Nutanix Enterprise AI?

A.

Create an API key to access an AI inference endpoint.

B.

Delete an endpoint that they previously created.

C.

Test an AI inference endpoint that they previously created.

D.

View a LLM that was imported by a different user.

How should a non-text-generation LLM endpoint be tested?

A.

Copy the Sample API Code and URL and run it in the application.

B.

Select Custom Request and upload the provided test file, and click Test.

C.

Create a Sample Request, choose a default prompt, and click Test.

D.

Open the URL on a Browser on the HTTPS web page.

Page: 1 / 2
Total 75 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved