AI0-001 AI Infrastructure and Technologies Practice Question
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?
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 (INT8)
Quantization reduces model precision (e.g., FP32 to INT8), decreasing model size and computation, which is critical for resource-constrained edge devices.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use FP32 precision
Why it's wrong here
Using FP32 precision requires 32-bit floating-point arithmetic, which demands significantly higher memory bandwidth and computational throughput than lower-precision formats. On resource-constrained edge devices with minimal power budgets, this precision level directly increases energy consumption and may exceed available RAM or processor capabilities, making real-time inference infeasible. It is tempting because FP32 offers maximum numerical accuracy and is the default for training models, so developers often assume it preserves model fidelity. In a cloud-based deployment with ample power and cooling, FP32 would be the correct choice to avoid any accuracy degradation from quantisation.
- ✓
Model quantization (INT8)
Why this is correct
INT8 quantization dramatically reduces model size and inference latency with minimal accuracy loss, ideal for edge devices.
- ✗
Increase the number of layers
Why it's wrong here
Adding layers increases model size and computation, opposite of what is needed.
- ✗
Use a larger batch size
Why it's wrong here
Larger batch sizes require more memory, not suitable for edge devices.
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.