AI0-001 AI Implementation and Operations Practice Question
Which TWO techniques should be considered when optimizing a deep learning model for deployment on edge devices with limited computational resources?
⚠ Common exam trap
CompTIA often tests the distinction between training-phase techniques (like adversarial training) and deployment-phase optimization techniques (like quantization and knowledge distillation), leading candidates to select options that improve model quality rather than reduce resource consumption.
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
✓
Model quantization
Model quantization reduces the precision of the model's weights and activations (e.g., from 32-bit floating point to 8-bit integer), which significantly decreases memory footprint and computational latency. This makes it a primary technique for deploying deep learning models on edge devices with limited resources.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Apply adversarial training
Why it's wrong here
Adversarial training improves robustness but does not reduce resource usage.
- ✓
Model quantization
Why this is correct
Quantization reduces memory and computation requirements.
- ✗
Use a GPU for inference
Why it's wrong here
GPUs are not always available on edge devices.
- ✓
Knowledge distillation
Why this is correct
Distillation produces a smaller, faster model while retaining accuracy.
- ✗
Increase the number of layers
Why it's wrong here
Adding layers increases complexity and resource usage.
About these practice questions
Courseiva writes every AI0-001 question from scratch — 754 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.