Question 339 of 1,020

Quick Answer

The answer is Mean Absolute Error (MAE). This regression evaluation metric is the most appropriate choice because it directly calculates the average absolute difference between each predicted and actual electricity consumption value, providing an error measurement in the exact same unit as the target variable—kilowatt-hours. For continuous predictions like energy usage, MAE offers an intuitive and interpretable assessment of model accuracy, unlike classification metrics such as accuracy or F1-score which are designed for categorical outcomes. On the Microsoft Azure AI Fundamentals AI-900 exam, this question tests your understanding of when to apply regression metrics versus classification metrics, often appearing in scenarios involving numerical predictions like energy consumption or price forecasting. A common trap is confusing MAE with Root Mean Squared Error (RMSE), but remember that MAE treats all errors equally without squaring them, making it less sensitive to outliers. Memory tip: MAE stands for “Mean Absolute Error”—think “Mistakes Are Equal,” since every error counts the same regardless of direction.

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. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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 uses Azure Machine Learning to train a model that predicts the electricity consumption (in kilowatt-hours) of a building based on features like building age, square footage, and number of occupants. The data scientist wants to evaluate how accurately the model's predictions match the actual consumption values. Which evaluation metric is most appropriate for this regression task?

Question 1easymultiple 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

Mean Absolute Error (MAE)

Mean Absolute Error (MAE) is the most appropriate metric for this regression task because it directly measures the average absolute difference between predicted and actual electricity consumption values. Unlike classification metrics, MAE provides an interpretable error in the same unit (kilowatt-hours) as the target variable, making it ideal for evaluating continuous numerical predictions.

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.

  • Precision

    Why it's wrong here

    Precision is a classification metric that measures the proportion of true positive predictions among all positive predictions; it is not suitable for regression.

  • Mean Absolute Error (MAE)

    Why this is correct

    MAE is a standard regression metric that measures the average absolute difference between predicted and actual values, making it appropriate for evaluating prediction accuracy.

    Related concept

    Read the scenario before looking for a memorised answer.

  • F1 score

    Why it's wrong here

    F1 score is a classification metric that combines precision and recall; it is not applicable to regression problems.

  • Area Under the ROC Curve (AUC)

    Why it's wrong here

    AUC is a classification metric that evaluates the trade-off between true positive rate and false positive rate; it is not used for regression.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse classification metrics (Precision, F1, AUC) with regression metrics, mistakenly applying them to a continuous prediction task because they recall these metrics from other Azure ML scenarios like fraud detection or image classification.

Detailed technical explanation

How to think about this question

MAE is computed as the average of absolute errors: (1/n) * Σ|actual - predicted|, which treats all errors equally regardless of direction. In Azure Machine Learning, when you configure a regression experiment, the automated ML process automatically computes MAE along with other regression metrics like RMSE and R²; however, MAE is often preferred for business reporting because it is less sensitive to outliers than RMSE and directly reflects the typical prediction error in the original unit. For example, if the model predicts electricity consumption with an MAE of 5 kWh, stakeholders can immediately understand that predictions are off by 5 kWh on average.

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: Mean Absolute Error (MAE) — Mean Absolute Error (MAE) is the most appropriate metric for this regression task because it directly measures the average absolute difference between predicted and actual electricity consumption values. Unlike classification metrics, MAE provides an interpretable error in the same unit (kilowatt-hours) as the target variable, making it ideal for evaluating continuous numerical predictions.

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.