Courseiva
ModelinghardMultiple SelectObjective-mapped

MLS-C01 Modeling Practice Question

Which THREE techniques can help reduce overfitting in a neural network? (Select THREE.)

⚠ Common exam trap

AWS often tests the misconception that adding more capacity (layers/epochs) always improves performance, when in fact it increases overfitting without proper regularization.

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

Dropout

Dropout is correct because it randomly deactivates a fraction of neurons during training, forcing the network to learn redundant representations and preventing co-adaptation of features. This reduces overfitting by acting as an ensemble method without increasing computational cost at inference time.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Increase training epochs

    Why it's wrong here

    More epochs may overfit.

  • Dropout

    Why this is correct

    Dropout randomly drops units.

  • Early stopping

    Why this is correct

    Early stopping prevents overtraining.

  • Increase the number of layers

    Why it's wrong here

    More layers increase complexity.

  • L2 regularization

    Why this is correct

    L2 penalizes large weights.

About these practice questions

Courseiva writes every MLS-C01 question from scratch — 1,672 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLS-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 MLS-C01 exam.