Question 567 of 1,000
hardMultiple ChoiceObjective-mapped

Why Walk-Forward Validation Is Essential for Time-Series Data

This MLA-C01 practice question tests your understanding of mla-c01 exam topics. 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 is building a time-series forecasting model for daily sales data. The data spans two years. To evaluate the model's performance, the data scientist needs to simulate a realistic rolling forecast scenario. Which data splitting strategy should be used?

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

Walk-forward validation

Walk-forward validation (also known as time-series cross-validation) trains on an expanding window of past data and evaluates on the next time step, preserving temporal order. Standard k-fold or stratified splits would shuffle data and leak future information.

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.

  • Walk-forward validation

    Why this is correct

    Walk-forward validation respects temporal order by training on past data and testing on the next time period, simulating a realistic forecasting scenario.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Random 80/20 train-test split

    Why it's wrong here

    A random split ignores time order, causing data leakage from future to past and invalidating the evaluation.

  • Stratified k-fold cross-validation

    Why it's wrong here

    Stratified k-fold shuffles data and is not appropriate for time series because it mixes past and future observations.

  • Hold-out split based on time (e.g., train on first 18 months, test on last 6 months)

    Why it's wrong here

    A single hold-out split is better than random but does not provide a robust estimate of performance across multiple time periods; walk-forward is more comprehensive.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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 cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which MLA-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related MLA-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MLA-C01 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 MLA-C01 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Walk-forward validation — Walk-forward validation (also known as time-series cross-validation) trains on an expanding window of past data and evaluates on the next time step, preserving temporal order. Standard k-fold or stratified splits would shuffle data and leak future information.

What should I do if I get this MLA-C01 question wrong?

Identify which MLA-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on MLA-C01

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 team is building a time-series forecasting model for daily sales data. They want to evaluate model performance using cross-validation while respecting the temporal order of the data. Which data splitting strategy should they use?

hard
  • A.Walk-forward validation (time-series split)
  • B.Holdout with a random 80/20 split
  • C.Random k-fold cross-validation
  • D.Stratified sampling

Why A: Time-series data requires special splitting to avoid data leakage. Walk-forward validation (also called rolling-origin or time-series split) preserves temporal order by training on past data and validating on future data in sequential folds.

Variation 2. An ML team is building a time-series forecasting model for daily sales. They need to split the data into training and validation sets without data leakage, and the validation set should be the most recent 30 days. Which splitting strategy should they use?

hard
  • A.Stratified split based on sales volume
  • B.K-fold cross-validation
  • C.Random 80/20 split
  • D.Time-based split with last 30 days as validation

Why D: For time-series data, a time-based split that respects temporal order is required to avoid data leakage. Option D is correct because it uses the last 30 days as validation. Random splitting (option C) would leak future information into training. Stratified split (option A) is for classification tasks. K-fold cross-validation (option B) would randomize the order and cause leakage.

Variation 3. A machine learning engineer is building a time-series forecasting model to predict daily sales for the next 30 days. The dataset spans two years of daily sales data. To evaluate model performance, the engineer needs to simulate a realistic forecasting scenario where the model is trained on past data and tested on future data without leakage. Which data splitting strategy should they use?

hard
  • A.Hold-out validation using a random 80/20 split
  • B.Walk-forward validation with an expanding window
  • C.Stratified sampling based on sales volume
  • D.k-fold cross-validation with random shuffling

Why B: Walk-forward validation (also known as time-series cross-validation) is specifically designed for time-dependent data. It trains on an expanding window of historical data and tests on the next period, respecting temporal order.

Keep practising

More MLA-C01 practice questions

Last reviewed: Jul 4, 2026

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.

Loading comments…

Sign in to join the discussion.

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