Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← AI Infrastructure and Technologies practice sets

AI0-001 AI Infrastructure and Technologies • Complete Question Bank

AI0-001 AI Infrastructure and Technologies — All Questions With Answers

Complete AI0-001 AI Infrastructure and Technologies question bank — all 0 questions with answers and detailed explanations.

100
Questions
Free
No signup
Certifications/AI0-001/Practice Test/AI Infrastructure and Technologies/All Questions
Question 1mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A machine learning team is training a large transformer model on a text corpus. They need to reduce training time while maintaining model accuracy. Which hardware configuration would be MOST effective for this task?

Question 2easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organization wants to integrate an AI-powered summarization feature into their existing web application. The AI service will be called via API. Which factor is MOST important to consider for cost management?

Question 3hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data science team is deploying a real-time fraud detection model on edge devices in retail stores. The model must infer under 10ms and fit within 50MB memory. Which combination of techniques should the team apply?

Question 4mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company has a TensorFlow model trained on-premises and wants to deploy it on AWS SageMaker for scalable inference. What is the BEST way to package the model for deployment?

Question 5mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data engineer is building a pipeline to process streaming clickstream data and feed it into a real-time ML feature store. Which tool is BEST suited for the streaming ingestion?

Question 6easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A developer is building a mobile app that uses a pre-trained image classification model on-device. Which framework should they use to run the model on iOS devices?

Question 7hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

An ML team uses Kubeflow to orchestrate a pipeline that includes data preprocessing, model training, and evaluation. The pipeline runs on a Kubernetes cluster. After a cluster upgrade, the pipeline fails at the training step with an 'OOMKilled' error. What is the MOST likely cause?

Question 8mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A security team needs to ensure that all data used for AI model training in the cloud is encrypted at rest and in transit. Which set of measures meets this requirement on AWS?

Question 9mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist is using PyTorch to train a custom NLP model. The training is slow on a single GPU. They want to speed up training by using multiple GPUs on a single machine. Which PyTorch feature should they use?

Question 10easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

Which of the following is a key advantage of using ONNX (Open Neural Network Exchange) format for model deployment?

Question 11hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is deploying a BERT-based question-answering model using a REST API endpoint with gRPC for internal microservices. They notice high latency for small payloads. Which optimization is MOST likely to reduce latency?

Question 12mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organization uses Azure Machine Learning to manage the ML lifecycle. They want to automatically retrain a model when new data arrives in Azure Blob Storage. Which Azure service should they integrate with Azure ML to trigger retraining?

Question 13mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A startup is building a recommendation system that requires low-latency similarity search over millions of product embeddings. They need a vector database that offers high performance and has a managed cloud option. Which TWO databases are best suited for this requirement?

Question 14hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A financial services company needs to deploy an ML model for loan approval that must be explainable to regulators. The model is a gradient boosting ensemble. They need to track experiments, log model parameters, and serve the model with explanations. Which THREE tools from the MLOps ecosystem should they use?

Question 15easymulti select
Read the full AI Infrastructure and Technologies explanation →

A data scientist wants to build a proof-of-concept chatbot using a large language model. They need to choose a cloud AI platform that provides easy access to pre-trained models via API, with built-in safety filters and prompt engineering tools. Which TWO platforms are best suited?

Question 16mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist needs to train a deep learning model on a large image dataset. Which hardware is most suitable for parallel matrix operations and faster training compared to a CPU?

Question 17easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

An ML engineer wants to deploy a model as a REST API that can scale to handle thousands of inference requests per second. Which serving approach is most appropriate?

Question 18hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team wants to deploy a large language model on edge devices with limited memory and compute. They need to reduce model size by at least 50% while preserving accuracy. Which combination of techniques is most effective?

Question 19mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company uses a vector database to store embeddings for a RAG application. Users report that some queries return irrelevant results. Which adjustment is most likely to improve relevance?

Question 20mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

An AI team uses SageMaker Pipelines to orchestrate their ML workflow. They need to version the pipeline and track experiments across runs. Which complementary MLflow feature should they integrate?

Question 21easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

Which AWS service would a developer use to integrate a pre-built foundation model into an application via API, without managing underlying infrastructure?

Question 22mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team uses Apache Kafka to stream real-time sensor data for ML inference. They need to process the stream, perform feature engineering, and store results in a data lake. Which tool is best suited for this streaming ML pipeline?

Question 23hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organization must ensure that an AI model deployed on an IoT device meets stringent latency requirements. The model is currently in FP32 and runs at 200ms per inference on the device; the target is 50ms. Which technique will provide the greatest latency reduction with the least accuracy loss?

Question 24mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company wants to store unstructured text data for AI model training while enabling SQL-based queries for analytics. Which storage solution should they use as the primary data source?

Question 25easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

Which open-source framework is commonly used for building, training, and deploying machine learning models and provides high-level APIs like Keras?

Question 26mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team uses Kubeflow to manage ML workflows on Kubernetes. They want to automate hyperparameter tuning for a training job. Which Kubeflow component should they use?

Question 27hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

During inference, a model served via a REST API occasionally returns high latency due to cold starts. The team uses a containerized service on Kubernetes with horizontal pod autoscaling. Which solution minimizes cold start impact while controlling cost?

Question 28mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A company uses Azure OpenAI to generate marketing copy. They need to manage costs and ensure consistent response quality. Which TWO actions should they take?

Question 29mediummulti select
Read the full AI Infrastructure and Technologies explanation →

An organization is building a recommendation system that requires low-latency vector similarity search. They need to store and query millions of embeddings. Which THREE technologies are appropriate for this task?

Question 30hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A data science team uses Vertex AI for model training and deployment. They want to implement CI/CD for ML pipelines. Which THREE Google Cloud services should they integrate?

Question 31mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer needs to deploy a PyTorch model for real-time inference with low latency. The model uses custom operators that are not supported by standard ONNX conversion. Which deployment approach is MOST appropriate?

Question 32hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist is training a large language model on a custom dataset using PyTorch on AWS. The training is taking too long due to GPU memory constraints. The team wants to use multiple GPUs across instances with minimal code changes. Which AWS service should they use?

Question 33easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company wants to build a real-time anomaly detection system for IoT sensor data using edge AI. The model must run on resource-constrained devices with minimal power consumption. Which model optimization technique is MOST important?

Question 34mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is building a retrieval-augmented generation (RAG) pipeline. They need to store embeddings of company documents and perform fast similarity searches. Which data store is BEST suited for this task?

Question 35mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data engineering team needs to orchestrate a complex ML pipeline that involves data extraction, transformation, model training, and deployment. They require scheduling, monitoring, and retry logic. Which MLOps tool is BEST suited for this task?

Question 36hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company uses Azure OpenAI to generate customer support responses. The team notices that repeated queries with similar context incur high costs due to token usage. They want to reduce costs without affecting response quality. Which strategy is MOST effective?

Question 37easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A developer is using Hugging Face Transformers to fine-tune a BERT model for sentiment analysis. They want to track experiments, log metrics, and compare runs. Which MLOps tool should they integrate?

Question 38mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company is deploying a computer vision model to smartphones for offline object detection. The model was trained in PyTorch. Which format should they use for deployment on iOS devices?

Question 39mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist is building a recommendation system using Apache Spark for feature engineering. They need to process streaming user click data in real-time before feeding into the model. Which tool should they use for the streaming data ingestion?

Question 40hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is deploying a model on AWS SageMaker and needs to handle variable traffic patterns with automatic scaling based on request latency. They want to minimize costs during low traffic. Which endpoint configuration should they use?

Question 41easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

Which hardware accelerator is specifically designed by Google for training and inference of machine learning models, particularly their TensorFlow framework?

Question 42mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company is using Google Cloud Vertex AI for model training. They want to automate the retraining pipeline when new data arrives in BigQuery. Which Vertex AI feature should they use?

Question 43mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A data scientist is deploying a model on edge devices using TensorFlow Lite. The model currently uses FP32 precision. Which TWO techniques can reduce the model size and improve inference speed without significant accuracy loss? (Choose TWO.)

Question 44hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A company is building a multi-modal AI application that processes text, images, and audio. They need a unified platform to store embeddings for all modalities, perform hybrid search (vector + metadata filtering), and scale to millions of vectors. Which THREE services are suitable for this purpose? (Choose THREE.)

Question 45mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A team is using Kubeflow to orchestrate ML workflows on Kubernetes. They need to ensure reproducibility, track experiments, and share models across the organization. Which THREE components or tools should they integrate? (Choose THREE.)

Question 46mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data science team is deploying a deep learning model for real-time inference on edge devices with limited power and memory. Which model optimisation technique would be MOST effective for reducing latency and memory footprint while maintaining acceptable accuracy?

Question 47mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company uses AWS SageMaker to train a large language model. The training job fails with an out-of-memory error. The team is already using the largest available GPU instance. Which step should the team take to resolve the issue without modifying the model architecture?

Question 48easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

An AI team wants to version control datasets, track experiments, and log model parameters across multiple projects. Which MLOps platform is specifically designed for experiment tracking and model management?

Question 49mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A financial institution requires that all AI model predictions be explainable and auditable for regulatory compliance. Which model serving approach should be used to meet these requirements?

Question 50hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company is implementing a retrieval-augmented generation (RAG) pipeline using a vector database. They notice that the retrieved documents often lack relevance to the query. Which adjustment would MOST improve retrieval quality?

Question 51mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organisation needs to deploy PyTorch models on mobile devices with minimal latency. Which framework or tool should they use to convert and optimise the model for on-device inference?

Question 52easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data engineer needs to process streaming clickstream data for real-time feature engineering in an ML pipeline. Which data pipeline technology is BEST suited for this task?

Question 53mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is using Hugging Face Transformers to serve an LLM via a REST API. They notice high latency during inference. The model is deployed on a single GPU. Which optimisation would reduce inference latency WITHOUT changing the model architecture?

Question 54hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A healthcare AI startup must store and query high-dimensional embeddings of medical records for a RAG system. They need low-latency similarity search at scale. Which database should they choose?

Question 55mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company wants to use a pre-trained model from Azure OpenAI but must ensure that customer data is not used to improve the service. Which configuration should they choose?

Question 56easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

Which AI accelerator is specifically designed by Google to accelerate the training and inference of large neural networks, especially in their cloud environment?

Question 57hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is deploying a model on Kubernetes using Kubeflow. They want to automatically scale the number of inference pods based on request latency. Which Kubernetes-native feature should they configure?

Question 58mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer wants to track hyperparameter experiments and compare results across runs. Which TWO tools are best suited for this purpose? (Choose 2)

Question 59mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A data scientist needs to store large volumes of unstructured log data for future AI model training. They also need to run SQL-based analytics on the data. Which THREE services are appropriate for this requirement? (Choose 3)

Question 60hardmulti select
Read the full AI Infrastructure and Technologies explanation →

An organisation is deploying a fine-tuned LLM for internal use. They need to ensure the API endpoint is secure and cost-effective. Which TWO measures should they implement? (Choose 2)

Question 61easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer needs to train a deep neural network on a large image dataset. Which hardware component is specifically optimized for this task due to its high parallel processing capability and is commonly used in AI training?

Question 62mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist needs to deploy a PyTorch model to production with low-latency inference. The model must be served as a REST API and should support GPU acceleration. Which combination of tools is MOST suitable for this task?

Question 63mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company is building a recommendation system that uses user embeddings stored in a vector database. The system must retrieve the top 10 most similar items for a given user query. Which vector database feature is MOST critical for this task?

Question 64hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

An MLOps team observes that their production inference API experiences increasing latency as more concurrent requests arrive. They need to scale horizontally while maintaining session state of preprocessing steps. Which deployment strategy should they implement?

Question 65easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A developer wants to integrate an AI-powered text summarization API into their application. They need to authenticate securely and manage usage limits. What is the standard mechanism for authenticating with cloud-based AI services?

Question 66mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data engineering team is building a pipeline to ingest streaming user activity data, process it in real-time, and store features in a feature store for ML models. Which streaming technology is BEST suited for this real-time data ingestion and processing?

Question 67hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team has trained a large transformer model that achieves 95% accuracy but requires 8 GB of GPU memory for inference. They need to deploy it on edge devices with only 2 GB of memory and minimal accuracy loss. Which combination of techniques should they apply?

Question 68easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organization wants to centralize experiment tracking, model versioning, and deployment management across its data science team. Which MLOps platform is specifically designed for experiment tracking and model registry?

Question 69mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company uses AWS SageMaker to train a model and wants to deploy it for real-time inference. They also need to monitor the endpoint for data drift and retrain automatically. Which SageMaker feature enables this automated retraining pipeline?

Question 70hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is deploying a machine learning model on a Kubernetes cluster. They need to ensure low-latency inference and efficient resource utilization. Which approach should they use to dynamically scale inference pods based on request volume?

Question 71mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist is using a Hugging Face transformer model for a sentiment analysis task. They want to optimize inference latency for a mobile app. Which model format and framework combination is BEST suited for on-device deployment?

Question 72easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

An AI developer needs to store large amounts of unstructured data (e.g., images, logs) for training datasets. Which cloud storage solution is purpose-built for data lakes?

Question 73mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A team is deploying a model that must comply with GDPR. Users can request deletion of their data. Which TWO practices should be implemented to support this compliance? (Select TWO.)

Question 74hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer is designing a pipeline to train a computer vision model using PyTorch on a large dataset stored in an S3 data lake. They need to preprocess images (resize, normalize) and stream them efficiently to GPUs. Which THREE components are essential in this pipeline? (Select THREE.)

Question 75mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A data scientist is building a RAG (Retrieval-Augmented Generation) system. They need to store document embeddings and retrieve relevant chunks efficiently. Which TWO technologies are most appropriate for this task? (Select TWO.)

Question 76easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist needs to train a deep learning model on a large image dataset. Which hardware component is specifically designed to accelerate deep learning training workloads?

Question 77mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

An MLOps team wants to deploy a trained PyTorch model to production with low latency inference. The model must be interoperable across different frameworks and runtimes. Which approach is BEST?

Question 78hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company is deploying a real-time object detection model on a fleet of IoT cameras. The model must run at 30 FPS on a device with limited memory and no internet connectivity. Which combination of techniques is MOST suitable?

Question 79mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is using an API from a cloud AI service to generate text. They notice that repeated requests with the same prompt return different outputs. They want consistent responses for testing. Which parameter should they adjust?

Question 80mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company needs to store large volumes of unstructured data (PDFs, images, logs) for future AI model training. The data must be easily accessible by data scientists using Spark and must support cost-effective storage. Which data infrastructure is MOST appropriate?

Question 81easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer wants to track experiment parameters, metrics, and model artifacts across multiple runs. Which MLOps tool is specifically designed for experiment tracking?

Question 82mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

An organization is deploying a large language model on-premises for compliance reasons. They need to serve inference requests with low latency. Which architecture should they use?

Question 83hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team uses a retrieval-augmented generation (RAG) system to answer questions from a large enterprise document repository. They observe that the generated answers sometimes contain information not present in the retrieved documents. What is the MOST likely cause?

Question 84mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company wants to build an AI pipeline that processes streaming data from IoT sensors, performs feature engineering, trains a model incrementally, and deploys the updated model. Which data pipeline technology is BEST suited for the streaming ingestion step?

Question 85easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A developer wants to deploy a scikit-learn model as a REST API endpoint with minimal infrastructure management. Which cloud service is MOST appropriate?

Question 86mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A team is using a cloud AI service with a pay-per-token pricing model. They want to minimize costs while maintaining response quality. Which strategy is MOST effective?

Question 87hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

An engineer is deploying a model on edge devices with limited compute. The model was trained in PyTorch. They need to convert it to a format optimized for mobile CPUs. Which framework should they use?

Question 88mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A data science team wants to implement a feature store to serve pre-computed features for both training and inference with low latency. Which TWO tools are commonly used for building a feature store?

Question 89hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A company is building a secure AI system that must comply with GDPR. They want to allow users to request deletion of their personal data from training sets and model outputs. Which THREE techniques should they implement?

Question 90easymulti select
Read the full AI Infrastructure and Technologies explanation →

A developer is choosing a vector database for a RAG application that requires real-time updates and millisecond query latency. Which TWO vector databases are best suited for this requirement?

Question 91mediummultiple choice
Read the full AI Infrastructure and Technologies explanation →

A company wants to build a customer service chatbot that answers questions about their internal policy documents. The documents are updated monthly, and the team cannot afford to retrain a model each time. Which approach is MOST appropriate?

Question 92easymultiple choice
Read the full AI Infrastructure and Technologies explanation →

A data scientist is choosing a hardware accelerator for training a large transformer model. Which of the following is specifically designed for deep learning workloads and offers the highest throughput for matrix multiplications?

Question 93hardmultiple choice
Read the full AI Infrastructure and Technologies explanation →

An ML team deploys a model on edge devices using INT8 quantization. They notice a significant drop in accuracy on a subset of classes. Which technique should they apply to recover accuracy without increasing model size?

Question 94mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A healthcare startup needs to deploy an AI model for real-time patient monitoring on IoT devices with limited battery and compute. The model must run locally with minimal latency. Which TWO strategies are most appropriate?

Question 95mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A data engineering team is designing a data pipeline to process streaming sensor data and feed it into an ML model for anomaly detection. Which THREE components are essential for this pipeline?

Question 96mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A team is selecting a vector database for a RAG application that requires low-latency similarity search on millions of embeddings. They prioritize ease of use and fully managed cloud service. Which TWO options meet these requirements?

Question 97easymulti select
Read the full AI Infrastructure and Technologies explanation →

A machine learning engineer needs to containerize a PyTorch model for deployment on Kubernetes. Which THREE tools or formats should they use?

Question 98hardmulti select
Read the full AI Infrastructure and Technologies explanation →

A company is deploying a large language model via a REST API using a cloud AI service. They expect high traffic and need to minimize latency while controlling costs. Which THREE strategies should they implement?

Question 99mediummulti select
Read the full AI Infrastructure and Technologies explanation →

A team is evaluating MLOps platforms to manage experiments, track model versions, and deploy models to production. Which THREE platforms provide end-to-end capabilities including experiment tracking and model deployment?

Question 100easymulti select
Read the full AI Infrastructure and Technologies explanation →

A data scientist wants to develop a computer vision model using transfer learning. They need a framework that provides pre-trained models and easy-to-use APIs for data augmentation and training. Which TWO frameworks are best suited for this task?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

AI0-001 Practice Test 1 — 25 Questions→AI0-001 Practice Test 2 — 25 Questions→AI0-001 Practice Test 3 — 25 Questions→AI0-001 Practice Test 4 — 25 Questions→AI0-001 Practice Test 5 — 25 Questions→AI0-001 Practice Exam 1 — 20 Questions→AI0-001 Practice Exam 2 — 20 Questions→AI0-001 Practice Exam 3 — 20 Questions→AI0-001 Practice Exam 4 — 20 Questions→Free AI0-001 Practice Test 1 — 30 Questions→Free AI0-001 Practice Test 2 — 30 Questions→Free AI0-001 Practice Test 3 — 30 Questions→AI0-001 Practice Questions 1 — 50 Questions→AI0-001 Practice Questions 2 — 50 Questions→AI0-001 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

AI Infrastructure and TechnologiesAI SecurityAI Concepts and FoundationsAI Concepts and TechniquesMachine Learning and Deep LearningAI Models and Data EngineeringImplementing AI SolutionsAI Implementation and OperationsAI Security, Ethics and GovernanceAI Governance and Ethics

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All AI Infrastructure and Technologies setsAll AI Infrastructure and Technologies questionsAI0-001 Practice Hub