Courseiva

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

What is 'time series forecasting' and what Azure ML tools support it?

⚠ Common exam trap

It's easy for candidates to confuse time series forecasting with unrelated Azure ML features like job scheduling or model monitoring, leading candidates to pick options that describe operational tasks rather than predictive modeling.

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

Predicting future values in time-ordered data (sales, demand, energy) using Azure ML AutoML

Time series forecasting is a machine learning technique that predicts future values based on historical, time-ordered data, such as sales, demand, or energy consumption. Azure ML AutoML supports this by automatically selecting the best model (e.g., ARIMA, Prophet, or gradient boosting) and tuning hyperparameters for time-dependent features like seasonality and trends.

Answer analysis

Option-by-option breakdown

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

  • Forecasting how long model training will take based on dataset size

    Why it's wrong here

    Estimating training time based on dataset size is a compute capacity planning concern that considers instance type, data size, and cluster resources. It doesn't involve modeling temporal patterns or making predictions about the target metric over time. Azure ML provides quotas and compute targets for this, but it's not the forecasting capability of AutoML.

  • Predicting future values in time-ordered data (sales, demand, energy) using Azure ML AutoML

    Why this is correct

    Azure ML AutoML's forecasting task is designed for time-ordered data, treating the target column as a series indexed by a timestamp. It automatically tests multiple algorithms, handles missing data, lags, rolling windows, and seasonality, and produces a model that predicts future values such as daily sales, inventory demand, or energy consumption. This is the canonical use of automated machine learning for business planning.

  • Scheduling ML jobs to run at specific times using Azure ML pipelines

    Why it's wrong here

    Scheduling ML jobs at specific times using Azure ML pipelines is workflow automation (e.g., nightly retraining triggers). It uses pipeline schedules or cron triggers, not time series forecasting. Forecasts predict numeric future values for a target entity; scheduling controls when code runs, not what values the model predicts.

  • Analysing historical model performance over time to detect degradation

    Why it's wrong here

    Analysing historical model performance over time to detect degradation is about ongoing monitoring of a deployed model's metrics (e.g., accuracy, drift). This is a model lifecycle management activity under MLOps, not a forecasting task; time series forecasting instead predicts future values of a business or real-world variable. The difference is proactive prediction vs reactive monitoring.

About these practice questions

Courseiva writes every AI-900 question from scratch — 985 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 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.