- A
Decrease batch size
Why wrong: Decreasing batch size introduces noise in gradient updates but is not a primary technique for addressing overfitting; it may even lead to slower convergence.
- B
Apply dropout and early stopping
Dropout randomly ignores neurons during training to reduce overfitting, and early stops when validation loss worsens, preventing further overfitting.
- C
Add more hidden layers
Why wrong: Adding more layers increases model capacity, which typically exacerbates overfitting rather than reducing it.
- D
Increase learning rate
Why wrong: Increasing the learning rate may cause the model to converge too quickly or oscillate, often worsening overfitting and instability.
Quick Answer
The correct approach is to apply dropout and early stopping, as the rising validation loss alongside falling training loss is the classic signature of overfitting in neural networks. Dropout works by randomly deactivating a fraction of neurons during each training pass, which prevents the network from relying too heavily on any single pathway and forces it to learn more generalized, robust features. Early stopping then directly addresses the overfitting by monitoring validation performance and halting training at the epoch where it peaks, effectively selecting the model that generalizes best before degradation begins. On the CompTIA AI+ AI0-001 exam, this scenario tests your ability to recognize overfitting detection and solutions in a practical deep learning context; a common trap is to add more layers or increase epochs, which would worsen the problem. Remember the mnemonic “Drop and Stop” — when validation loss climbs, drop neurons and stop early.
AI0-001 AI Concepts and Foundations Practice Question
This AI0-001 practice question tests your understanding of ai concepts and foundations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A data scientist trains a deep neural network for image classification. The training loss decreases but validation loss starts increasing after 50 epochs. What should the data scientist do to improve generalization?
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
Apply dropout and early stopping
The increasing validation loss while training loss decreases is a classic sign of overfitting. Dropout randomly deactivates neurons during training, which prevents co-adaptation and forces the network to learn more robust features. Early stopping halts training when validation performance stops improving, directly addressing the overfitting by selecting the model with the best generalization before it degrades.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Decrease batch size
Why it's wrong here
Decreasing batch size introduces noise in gradient updates but is not a primary technique for addressing overfitting; it may even lead to slower convergence.
- ✓
Apply dropout and early stopping
Why this is correct
Dropout randomly ignores neurons during training to reduce overfitting, and early stops when validation loss worsens, preventing further overfitting.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Add more hidden layers
Why it's wrong here
Adding more layers increases model capacity, which typically exacerbates overfitting rather than reducing it.
- ✗
Increase learning rate
Why it's wrong here
Increasing the learning rate may cause the model to converge too quickly or oscillate, often worsening overfitting and instability.
Common exam traps
Common exam trap: answer the scenario, not the keyword
CompTIA often tests the misconception that increasing model complexity (more layers) or adjusting batch size/learning rate can fix overfitting, when in reality these changes either exacerbate the problem or address unrelated training dynamics.
Detailed technical explanation
How to think about this question
Dropout works by sampling a sub-network during each forward pass, effectively training an ensemble of models and reducing complex co-adaptations between neurons. Early stopping acts as a form of regularization by limiting the number of iterations, which implicitly constrains the model's capacity via the optimization trajectory. In practice, combining dropout with early stopping is a standard first-line defense against overfitting in deep neural networks.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the AI0-001 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
AI Concepts and Foundations — study guide chapter
Learn the concepts, then practise the questions
- →
AI Concepts and Foundations practice questions
Targeted practice on this topic area only
- →
All AI0-001 questions
500 questions across all exam domains
- →
CompTIA AI+ AI0-001 study guide
Full concept coverage aligned to exam objectives
- →
AI0-001 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI0-001 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
AI Concepts and Foundations practice questions
Practise AI0-001 questions linked to AI Concepts and Foundations.
Machine Learning and Deep Learning practice questions
Practise AI0-001 questions linked to Machine Learning and Deep Learning.
AI Models and Data Engineering practice questions
Practise AI0-001 questions linked to AI Models and Data Engineering.
AI Implementation and Operations practice questions
Practise AI0-001 questions linked to AI Implementation and Operations.
AI Security, Ethics and Governance practice questions
Practise AI0-001 questions linked to AI Security, Ethics and Governance.
CompTIA A+ hardware practice questions
Practise AI0-001 questions linked to CompTIA A+ hardware.
CompTIA A+ mobile devices practice questions
Practise AI0-001 questions linked to CompTIA A+ mobile devices.
CompTIA A+ networking practice questions
Practise AI0-001 questions linked to CompTIA A+ networking.
CompTIA A+ operating systems practice questions
Practise AI0-001 questions linked to CompTIA A+ operating systems.
CompTIA A+ security practice questions
Practise AI0-001 questions linked to CompTIA A+ security.
CompTIA A+ software troubleshooting questions
Practise AI0-001 questions linked to CompTIA A+ software troubleshooting questions.
CompTIA A+ operational procedures questions
Practise AI0-001 questions linked to CompTIA A+ operational procedures questions.
Practice this exam
Start a free AI0-001 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI0-001 question test?
AI Concepts and Foundations — This question tests AI Concepts and Foundations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Apply dropout and early stopping — The increasing validation loss while training loss decreases is a classic sign of overfitting. Dropout randomly deactivates neurons during training, which prevents co-adaptation and forces the network to learn more robust features. Early stopping halts training when validation performance stops improving, directly addressing the overfitting by selecting the model with the best generalization before it degrades.
What should I do if I get this AI0-001 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
2 more ways this is tested on AI0-001
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A research team is training a deep neural network for image classification. The training loss decreases rapidly for the first few epochs but then plateaus, while validation loss starts to increase after epoch 10. Which action would best address this issue?
hard- A.Reduce the batch size to introduce more noise during training.
- B.Increase the learning rate to help the model escape the plateau.
- ✓ C.Implement early stopping based on validation loss to prevent further overfitting.
- D.Add more convolutional layers to increase model capacity.
Why C: The training loss decreasing rapidly then plateauing while validation loss increases after epoch 10 is a classic sign of overfitting. Early stopping monitors validation loss and halts training when it begins to rise, preventing the model from memorizing noise in the training data. This directly addresses the overfitting issue without requiring architectural or hyperparameter changes that could destabilize training.
Variation 2. A team is training a neural network for image classification. They observe that training loss decreases steadily but validation loss starts increasing after 20 epochs. What is the most likely issue?
medium- A.Underfitting
- B.Vanishing gradients
- C.Data leakage
- ✓ D.Overfitting
Why D: Option A is correct because increasing validation loss while training loss continues to decrease is a classic sign of overfitting. Option B (underfitting) would show poor training loss. Option C (vanishing gradients) would cause slow convergence. Option D (data leakage) would affect validation if leaked, but pattern is overfitting.
Last reviewed: Jun 30, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.