live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Network Appliance NetApp Certified AI Expert - NS0-901 Exam Questions

QUESTION NO: 1
A healthcare organization plans to use a large dataset of patient records to train a predictive model. Before training, they must identify and segregate all records containing Personally Identifiable Information (PII) to comply with privacy regulations. The data resides on an on- premises NetApp ONTAP cluster. The organization needs an automated tool to scan the data in- place and tag files containing PII without moving the data.
The project requirements are as follows:
Task: Identify PII in a large dataset.
Data_Location: On-premises ONTAP cluster.
Constraint: Data must not be moved from its source location for scanning.
Output: Tagged files containing PII.
Which NetApp tool is designed for this specific task?
Correct Answer: A
QUESTION NO: 2
An organization has a core data center with a large AI training cluster and several remote edge locations for data ingest and local inference. The edge locations frequently need access to the latest models trained in the core data center, but WAN bandwidth is limited and can be unreliable.
Users at the edge are reporting slow model loading times.
An architect reviews the data access logs from an edge site:
Timestamp: 2025-07-11T15:30:00Z
Event: Model_Load_Request
Model_Path: nfs://core-filer.example.com/vol/models/latest_model.pkl
Source_IP: 192.168.100.15 (Edge Server)
Destination_IP: 10.1.1.50 (Core Filer)
Status: SUCCESS
Duration: 3600s (60 minutes)
What is the most likely cause of the slow model loading times at the edge?
Correct Answer: D
QUESTION NO: 3
A company is running its AI training workloads on a NetApp AFF A-Series system. To manage costs, they want to automatically move inactive training datasets and older model checkpoints from the high- performance all-flash tier to a lower-cost object storage tier, such as an on- premises StorageGRID or a public cloud bucket. The process must be transparent to the data scientists and not require changes to their scripts or file paths.
Which two NetApp technologies should be combined to achieve this goal? (Choose 2.)
Correct Answer: C,D
QUESTION NO: 4
Which of the following are typical requirements for inferencing in AI models? (Choose two)
Correct Answer: C,D
QUESTION NO: 5
An MLOps team uses a variety of platforms to manage their AI workloads. They need to understand the primary function of each tool within their ecosystem. Which statement best describes the role of an MLOps/LLMOps platform like Kubeflow or Run:AI?
Correct Answer: B
QUESTION NO: 6
To comply with the security mandate, the architect must design a process to prevent client PII from the portfolio database from ever being included in the context sent to the LLM. Which two actions are required to build a robust and automated solution for this? (Choose 2.)
Correct Answer: A,E
QUESTION NO: 7
A national research laboratory is investing in a turnkey AI infrastructure solution. Their primary goal is to eliminate the complexity and risk of designing and integrating the compute, network, and storage components themselves. The solution must be pre-validated by the vendors to deliver predictable, linear performance as they scale from one to multiple compute nodes. Which two options represent this type of pre-validated, converged infrastructure solution for AI? (Choose two)
Correct Answer: C,D
QUESTION NO: 8
An online retail company's recommendation engine, which provides real-time product suggestions to users, is experiencing unacceptable latency. The inference application is running on a correctly-sized edge server, but user requests are taking over 500ms to process. An architect reviews the data access pattern and infrastructure diagram.
Application_Location: Edge Server (In-store)
Data_Source_Location: Core Data Center (On-premises ONTAP)
Data_Required_for_Inference: User profile data, product catalog vectors Network_Path: Edge -> WAN -> Core Data Center Observed_Latency: 550ms What is the most likely cause of the high inference latency?
Correct Answer: A
QUESTION NO: 9
An enterprise is planning a generative AI solution to power its internal support chatbot. The architect must choose between a RAG-based approach and fine-tuning a base model. The project stakeholders have provided a list of prioritized requirements.
| Requirement | Priority | Details
|
| | -- | |
| Factual Accuracy | Critical | Must use the latest product documentation, updated daily.
| | Brand Voice & Persona | High | Must respond in the company's specific, formal tone.
| | Development Cost | High | Limited budget for GPU compute hours for model training.
|
| Data Traceability | Critical | Must be able to cite the exact source document for each answer.
|
Which two recommendations should the architect make to best satisfy these requirements?
(Choose 2.)
Correct Answer: B,C
QUESTION NO: 10
The data pipeline that updates the vector database from the StorageGRID data lake fails. An MLOps engineer uses the BlueXP API to check the status of the copy and sync job responsible for moving new documents to a staging area for processing.
The API returns the following JSON response:
{
"id": "rel_5f8g7h2k",
"volumeName": "product_docs_source",
"svmName": "svm_datalake",
"relationshipStatus": "FAILED",
"s3Location": "s3://vector-staging-bucket/latest/",
"progress": 87,
"failureMessage": "Sync failed.
Target credentials invalid. Check permissions for data broker 'db-gcp-1' on target bucket 'vector- staging-bucket'."
}
Based on this output, what is the most direct cause of the pipeline failure?
Correct Answer: A