Question 6
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?
Question 7
Which of the following techniques are used to maximize GPU utilization in AI workloads? (Choose two)
Question 8
Which of the following platforms can be used to manage containerized AI workloads on Kubernetes? (Choose two)
Question 9
A data science team works primarily at a central data center but needs to run a short-term, burst- compute training job in the public cloud to take advantage of specialized GPUs that are not available on- premises. They need to efficiently and securely move a 20 TB dataset from their on- premises ONTAP cluster to a Cloud Volumes ONTAP instance for the duration of the job.
The data flow requirement is as follows:
Source: On-premises ONTAP cluster
Destination: Cloud Volumes ONTAP in AWS
Requirement: Efficient, secure, block-level data transfer.
Which NetApp technology is the most appropriate tool for this task?
Question 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?
