AI0-001 AI Implementation and Operations Practice Question
A real-time recommendation system uses a model retrained daily. The operations team notices that click-through rate drops sharply at 8 AM each day and recovers by noon. The retraining job runs at midnight. What is the most likely cause?
⚠ Common exam trap
CompTIA often tests the distinction between data drift and model degradation issues; the trap here is that candidates might confuse a temporary performance dip due to distribution shift (data drift) with a permanent model flaw like overfitting or catastrophic forgetting, which would not self-correct within the same day.
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
✓
There is data drift due to morning user patterns not seen in training
The sharp drop in click-through rate at 8 AM, followed by recovery by noon, strongly indicates data drift caused by a shift in user behavior patterns during morning hours. Since the model is retrained at midnight using data that predominantly captures late-night user behavior, it fails to generalize to the distinct morning user patterns (e.g., different browsing habits, content preferences). This is a classic example of temporal data drift where the training distribution does not match the inference distribution at specific times of day.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The model overfits to late-night user behavior
Why it's wrong here
Overfitting to late-night patterns would not explain a sharp drop at 8 AM.
- ✗
The model suffers from catastrophic forgetting due to daily retraining
Why it's wrong here
Catastrophic forgetting is rare with simple daily retraining and typically reduces overall performance.
- ✓
There is data drift due to morning user patterns not seen in training
Why this is correct
Morning patterns differ from training data, causing a temporary performance drop until the model adapts through retraining.
- ✗
The retraining pipeline has a bug that only affects morning predictions
Why it's wrong here
A bug would likely cause consistent errors, not a pattern that recovers.
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.