- A
Mean Absolute Error (MAE)
Why wrong: MAE calculates the average absolute difference between predicted and actual values. It does not penalize large errors more than small errors because no squaring is used.
- B
Root Mean Squared Error (RMSE)
RMSE squares the errors before averaging and then takes the square root. The squaring step causes larger errors to have a disproportionately higher impact on the metric, making it sensitive to outliers and large deviations.
- C
R-squared (R²)
Why wrong: R-squared indicates the proportion of the variance in the target variable that is explained by the model. It does not directly measure the magnitude of errors or penalize large errors more.
- D
Mean Absolute Percentage Error (MAPE)
Why wrong: MAPE expresses errors as percentages relative to actual values. While it can be useful, it does not inherently penalize large errors more than small errors and can be undefined or infinite when actual values are zero.
Quick Answer
The answer is Root Mean Squared Error (RMSE). RMSE penalizes large errors more because it squares each residual before averaging, meaning a prediction off by 10 units contributes 100 to the error sum, while an error of 1 unit contributes only 1—this squaring effect disproportionately amplifies the impact of larger deviations, making RMSE highly sensitive to outliers. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of regression evaluation metrics, often appearing in scenario-based questions where the requirement is to “heavily penalize large errors.” A common trap is confusing RMSE with Mean Absolute Error (MAE), which treats all errors equally; remember that RMSE’s square root brings the metric back to the original unit, but the squaring step is where the heavy penalty happens. Memory tip: “RMSE squares the big mistakes, so they hurt twice as much.”
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. A key principle to apply: rMSE squares errors, making it more sensitive to large errors.. 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 training a regression model to predict house prices. The data scientist wants to evaluate the model using a metric that penalizes large prediction errors significantly more than small errors. Which evaluation metric should the data scientist choose?
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
Root Mean Squared Error (RMSE)
Root Mean Squared Error (RMSE) is the correct choice because it squares the residuals before averaging, which heavily penalizes large prediction errors (outliers) more than small errors. This aligns with the requirement to penalize large errors significantly more than small ones, as the squaring operation amplifies the impact of larger deviations.
Key principle: RMSE squares errors, making it more sensitive to large errors.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Mean Absolute Error (MAE)
Why it's wrong here
MAE calculates the average absolute difference between predicted and actual values. It does not penalize large errors more than small errors because no squaring is used.
- ✓
Root Mean Squared Error (RMSE)
Why this is correct
RMSE squares the errors before averaging and then takes the square root. The squaring step causes larger errors to have a disproportionately higher impact on the metric, making it sensitive to outliers and large deviations.
Related concept
RMSE squares errors, making it more sensitive to large errors.
- ✗
R-squared (R²)
Why it's wrong here
R-squared indicates the proportion of the variance in the target variable that is explained by the model. It does not directly measure the magnitude of errors or penalize large errors more.
- ✗
Mean Absolute Percentage Error (MAPE)
Why it's wrong here
MAPE expresses errors as percentages relative to actual values. While it can be useful, it does not inherently penalize large errors more than small errors and can be undefined or infinite when actual values are zero.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse MAE with RMSE, thinking both penalize errors equally, but the squaring operation in RMSE is the key differentiator that makes it penalize large errors disproportionately.
Detailed technical explanation
How to think about this question
RMSE is calculated as the square root of the average of squared differences between predicted and actual values, which makes it sensitive to outliers because squaring a large error (e.g., 100) yields 10,000, whereas squaring a small error (e.g., 1) yields only 1. In real-world house price prediction, a model that occasionally predicts a price off by $500,000 will have a much higher RMSE than one with consistent small errors, making RMSE ideal when large errors are particularly costly, such as in financial risk assessment.
KKey Concepts to Remember
- RMSE squares errors, making it more sensitive to large errors.
- RMSE is calculated by taking the square root of the average of squared errors.
- RMSE is commonly used in regression problems to evaluate model performance.
- A lower RMSE indicates a better-fitting model, especially when large errors are critical.
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
RMSE squares errors, making it more sensitive to large errors.
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. RMSE squares errors, making it more sensitive to large errors. 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.
Review rMSE squares errors, making it more sensitive to large errors., then practise related AI-900 questions on the same topic to reinforce the concept.
- →
Describe fundamental principles of machine learning on Azure — study guide chapter
Learn the concepts, then practise the questions
- →
Describe fundamental principles of machine learning on Azure practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
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.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
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 — RMSE squares errors, making it more sensitive to large errors..
What is the correct answer to this question?
The correct answer is: Root Mean Squared Error (RMSE) — Root Mean Squared Error (RMSE) is the correct choice because it squares the residuals before averaging, which heavily penalizes large prediction errors (outliers) more than small errors. This aligns with the requirement to penalize large errors significantly more than small ones, as the squaring operation amplifies the impact of larger deviations.
What should I do if I get this AI-900 question wrong?
Review rMSE squares errors, making it more sensitive to large errors., then practise related AI-900 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
RMSE squares errors, making it more sensitive to large errors.
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.