Question 237 of 1,020

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

This AI-900 practice question tests your understanding of describe fundamental principles of machine learning on azure. 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 city's traffic department wants to predict the number of cars that will cross a particular bridge each day to plan maintenance schedules. The output of the model should be a numerical value representing the estimated traffic count. Which type of machine learning task is this?

Question 1mediummultiple choice
Full question →

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

Regression

Regression is the correct type of machine learning task because the goal is to predict a continuous numerical value—the number of cars crossing the bridge each day. Unlike classification, which predicts discrete categories, regression models output a real number, making it ideal for forecasting traffic counts.

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.

  • Classification

    Why it's wrong here

    Classification predicts categorical labels (e.g., high/medium/low traffic), not a precise numerical count.

  • Regression

    Why this is correct

    Regression predicts a continuous numeric output, which matches the requirement of estimating a traffic count.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Clustering

    Why it's wrong here

    Clustering groups data into clusters without predefined labels; it does not predict a specific numerical value.

  • Reinforcement learning

    Why it's wrong here

    Reinforcement learning involves an agent learning from rewards through interaction, not predicting a continuous value from features.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse regression with classification because both involve prediction, but the key distinction is that regression outputs a continuous number while classification outputs a discrete label.

Detailed technical explanation

How to think about this question

Regression models, such as linear regression or decision tree regressors, learn a mapping from input features (e.g., day of week, weather, holidays) to a continuous target variable by minimizing a loss function like mean squared error. In Azure Machine Learning, you can use automated ML to automatically select the best regression algorithm and hyperparameters for time-series forecasting tasks, including handling seasonality and trend components. A subtle behavior is that regression models can overfit to noise if the training data contains outliers, so robust scaling or regularization (e.g., Lasso, Ridge) is often applied.

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 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 exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 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 AI-900 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 AI-900 question test?

Describe fundamental principles of machine learning on Azure — This question tests Describe fundamental principles of machine learning on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Regression — Regression is the correct type of machine learning task because the goal is to predict a continuous numerical value—the number of cars crossing the bridge each day. Unlike classification, which predicts discrete categories, regression models output a real number, making it ideal for forecasting traffic counts.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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

Last reviewed: Jun 11, 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 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.