Courseiva

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

What type of machine learning model is used for time series forecasting?

⚠ Common exam trap

Test-takers frequently confuse clustering (Option A) with time series segmentation, but clustering does not perform forecasting—it only groups data points without predicting future values in a temporal sequence.

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

Sequential models (like LSTM, ARIMA) that learn patterns in historical time-ordered data to predict future values

Time series forecasting relies on sequential models like LSTM (a type of recurrent neural network) or ARIMA (AutoRegressive Integrated Moving Average) that explicitly capture temporal dependencies, trends, and seasonality in historical data ordered by time. These models learn patterns from past observations to predict future values, making them the standard approach for tasks such as stock price prediction or demand forecasting.

Answer analysis

Option-by-option breakdown

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

  • K-means clustering to group similar time periods together

    Why it's wrong here

    K-means is an unsupervised algorithm that assigns data points to clusters based on Euclidean distance in feature space, with no notion of chronological order. Grouping similar time periods (e.g., clustering days by sales volume) might reveal segments, but it does not generate future observations or model how one time step influences the next. Because forecasting is supervised regression on a sequence, K-means is fundamentally misaligned with the task.

  • Sequential models (like LSTM, ARIMA) that learn patterns in historical time-ordered data to predict future values

    Why this is correct

    Sequential models like ARIMA and LSTM are purpose-built for time series forecasting because they explicitly model dependencies across ordered time steps. ARIMA captures autoregressive and moving-average components after differencing to achieve stationarity, while LSTM uses gated recurrent units to retain long-term patterns. By learning from historical numeric sequences, these models can project future values while accounting for trend, seasonality, and noise.

  • Image classification models applied to chart images

    Why it's wrong here

    Image classification models, typically convolutional neural networks, operate on pixel grids to recognize visual patterns. A chart image only renders the historical series as pixels; it loses the numeric, timestamped values and the chronological order necessary for forecasting. Such models cannot extrapolate numerical trends or seasonality from raw pixel data, making them unsuitable for predicting future points.

  • Decision trees that map dates to outcomes

    Why it's wrong here

    Standard decision trees partition feature space by thresholds on individual features, such as treating 'date' as a categorical or ordinal input. They ignore the serial correlation between consecutive observations—lagged relationships, moving averages, and seasonal patterns—that define a time series. Even with engineered date features, a tree cannot extrapolate beyond the range of dates it was trained on, whereas forecasting models learn temporal dynamics and can produce future values.

About these practice questions

This AI-900 question is part of Courseiva's 985-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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft 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 AI-900 exam.