AIF-C01 Fundamentals of AI and ML Practice Question
This AIF-C01 practice question tests your understanding of fundamentals of ai and ml. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
Exhibit
Refer to the exhibit.
```
2023-09-15 10:15:30,123 INFO - Training job started
2023-09-15 10:15:35,456 INFO - Epoch 1/10: loss=2.3456, accuracy=0.1234
2023-09-15 10:15:40,789 INFO - Epoch 2/10: loss=2.3001, accuracy=0.1300
2023-09-15 10:15:46,012 INFO - Epoch 3/10: loss=2.2800, accuracy=0.1350
2023-09-15 10:15:51,234 INFO - Epoch 4/10: loss=2.3100, accuracy=0.1280
2023-09-15 10:15:56,456 WARNING - Loss increased from 2.2800 to 2.3100
2023-09-15 10:16:01,678 INFO - Epoch 5/10: loss=2.3500, accuracy=0.1200
```
Refer to the exhibit. A data scientist is training a neural network model on SageMaker. The training log shows the loss values per epoch. Which issue is most likely occurring?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "most likely"
Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Refer to the exhibit.
```
2023-09-15 10:15:30,123 INFO - Training job started
2023-09-15 10:15:35,456 INFO - Epoch 1/10: loss=2.3456, accuracy=0.1234
2023-09-15 10:15:40,789 INFO - Epoch 2/10: loss=2.3001, accuracy=0.1300
2023-09-15 10:15:46,012 INFO - Epoch 3/10: loss=2.2800, accuracy=0.1350
2023-09-15 10:15:51,234 INFO - Epoch 4/10: loss=2.3100, accuracy=0.1280
2023-09-15 10:15:56,456 WARNING - Loss increased from 2.2800 to 2.3100
2023-09-15 10:16:01,678 INFO - Epoch 5/10: loss=2.3500, accuracy=0.1200
```
A
The number of epochs is insufficient
Why wrong: Insufficient epochs would show decreasing loss.
B
The model is overfitting
Overfitting causes training loss to increase after a point.
C
The dataset is too small
Why wrong: Small dataset may cause overfitting, but the symptom is increase in loss.
D
The learning rate is too low
Why wrong: Too low learning rate would cause slow convergence, not increase.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The model is overfitting
The training log shows loss values decreasing on the training set but increasing or plateauing on the validation set, which is a classic sign of overfitting. Overfitting occurs when the model learns noise and specific patterns in the training data too well, failing to generalize to unseen data. In SageMaker, monitoring both training and validation loss curves is critical to detect this issue early.
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.
✗
The number of epochs is insufficient
Why it's wrong here
Insufficient epochs would show decreasing loss.
✓
The model is overfitting
Why this is correct
Overfitting causes training loss to increase after a point.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
The dataset is too small
Why it's wrong here
Small dataset may cause overfitting, but the symptom is increase in loss.
✗
The learning rate is too low
Why it's wrong here
Too low learning rate would cause slow convergence, not increase.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between overfitting and underfitting by showing loss curves where training loss decreases but validation loss increases, leading candidates to mistakenly attribute the issue to insufficient epochs or a low learning rate.
Trap categories for this question
Command / output trap
Insufficient epochs would show decreasing loss.
Detailed technical explanation
How to think about this question
Overfitting is often addressed by techniques such as regularization (L1/L2), dropout, early stopping, or data augmentation. In SageMaker, built-in algorithms like XGBoost or deep learning frameworks (TensorFlow, PyTorch) provide hyperparameters for these techniques. The loss curve divergence is a key diagnostic: if validation loss starts increasing while training loss continues to drop, the model is memorizing training data rather than learning general patterns.
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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
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.
Fundamentals of AI and ML — This question tests Fundamentals of AI and ML — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The model is overfitting — The training log shows loss values decreasing on the training set but increasing or plateauing on the validation set, which is a classic sign of overfitting. Overfitting occurs when the model learns noise and specific patterns in the training data too well, failing to generalize to unseen data. In SageMaker, monitoring both training and validation loss curves is critical to detect this issue early.
What should I do if I get this AIF-C01 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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 →
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.
This AIF-C01 practice question is part of Courseiva's free Amazon Web Services 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 AIF-C01 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.