AI0-001 AI Infrastructure and Technologies Practice Question
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?
⚠ Common exam trap
A common misconception is that model distillation alone is sufficient for edge deployment, when in fact it must be combined with a framework like TensorFlow Lite and quantization to meet hardware constraints in a Comptia AI context.
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
✓
Use TensorFlow Lite to convert and run the model on the device
TensorFlow Lite is specifically designed to run TensorFlow models on resource-constrained edge devices like IoT sensors. It optimizes the model for low latency inference by using a specialized interpreter and hardware acceleration delegates (e.g., NNAPI, GPU), enabling real-time patient monitoring without cloud dependency.
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 model distillation to create a smaller student model
Why it's wrong here
Model distillation reduces model size but still requires a neural network inference pipeline, which on severely resource-constrained IoT devices may exceed available compute cycles and battery budget; the scenario demands a model that runs locally with minimal latency, and distillation alone does not guarantee the student model meets the strict memory or energy limits of the hardware. This technique is tempting because it is a standard approach for deploying deep learning on edge devices when the target platform has moderate resources, such as a smartphone or a Raspberry Pi, where a distilled model can achieve acceptable speed and accuracy trade-offs.
- ✗
Deploy the model on a cloud server and stream data
Why it's wrong here
Cloud deployment introduces network latency and requires constant connectivity, unsuitable for real-time patient monitoring on IoT devices.
- ✓
Use TensorFlow Lite to convert and run the model on the device
Why this is correct
TensorFlow Lite is optimized for on-device machine learning, providing low-latency inference on resource-constrained devices.
- ✓
Quantize the model to INT8 precision
Why this is correct
INT8 quantization reduces model size and power consumption, enabling faster inference on edge devices with minimal accuracy loss.
- ✗
Use ONNX Runtime with a GPU backend
Why it's wrong here
ONNX Runtime with GPU backend is designed for server-class hardware, not for low-power IoT devices.
About these practice questions
One of 754 original AI0-001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.