AI0-001 AI Infrastructure and Technologies Practice Question
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.)
⚠ Common exam trap
CompTIA often tests the distinction between essential pipeline components (like GPU acceleration and efficient data loading) versus optional orchestration tools (like Airflow) that are not required for the core training loop.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
GPU-accelerated training with CUDA
GPU-accelerated training with CUDA is essential for efficiently training computer vision models on large datasets. PyTorch leverages CUDA to parallelize tensor operations and model computations on NVIDIA GPUs, which is critical for reducing training time from days to hours when processing high-resolution images.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
GPU-accelerated training with CUDA
Why this is correct
GPU acceleration is essential for fast training of deep neural networks.
- ✗
CPU-only inference pipeline
Why it's wrong here
CPU-only is for inference, not training; the pipeline is for training, so GPU is needed.
- ✗
Apache Airflow to orchestrate the training job
Why it's wrong here
Airflow is useful but not essential; the training itself can be triggered directly.
- ✓
PyTorch DataLoader with multi-processing for batching and shuffling
Why this is correct
DataLoader efficiently loads and preprocesses data in parallel, feeding the GPU.
- ✓
Distributed data parallel (DDP) training across multiple GPUs
Why this is correct
DDP allows scaling training across multiple GPUs, which is often necessary for large datasets and models.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
About these practice questions
This AI0-001 question is part of Courseiva's 754-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI0-001 exam.