- A
A log of all Python exceptions and errors that occurred during model training
Why wrong: Training exception logs are debugging tools — error analysis finds data segments where the model has low prediction accuracy.
- B
Identifying data subgroups where the model makes disproportionately more errors than average
Error analysis surfaces model blind spots — finding where accuracy is significantly lower (by age group, region, or feature range).
- C
Counting the total number of incorrect predictions across the full test set
Why wrong: Overall error count is a single aggregate metric — error analysis identifies specific data slices with elevated error rates.
- D
Reviewing error messages from failed Azure ML pipeline runs to diagnose infrastructure issues
Why wrong: Pipeline failure diagnostics are MLOps debugging — error analysis is a model fairness and quality tool.
Quick Answer
The correct answer is identifying data subgroups where the model makes disproportionately more errors than average. This is because error analysis in the Azure Responsible AI dashboard uses a decision tree-based approach to partition your dataset and automatically discover cohorts with high error rates, going beyond simple aggregate accuracy to reveal hidden disparities. On the AI-900 exam, this concept tests your understanding of how responsible AI tools diagnose model failures, often appearing as a distractor where a tempting wrong answer focuses on overall accuracy or fairness metrics alone. Remember the key distinction: error analysis is about finding *where* the model fails, not just *how much* it fails. A useful memory tip is to think of it as a “bias detective” that splits your data into subgroups to catch systematic errors the average score hides.
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.
What is 'Azure Machine Learning Responsible AI dashboard's error analysis'?
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
Identifying data subgroups where the model makes disproportionately more errors than average
Azure Machine Learning Responsible AI dashboard's error analysis is specifically designed to identify data subgroups where the model performs poorly, often revealing bias or systematic failures. It uses a decision tree-based approach to partition the dataset and highlight cohorts with disproportionately high error rates, enabling targeted mitigation. This goes beyond simple aggregate metrics to uncover hidden disparities in model performance.
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.
- ✗
A log of all Python exceptions and errors that occurred during model training
Why it's wrong here
Training exception logs are debugging tools — error analysis finds data segments where the model has low prediction accuracy.
- ✓
Identifying data subgroups where the model makes disproportionately more errors than average
Why this is correct
Error analysis surfaces model blind spots — finding where accuracy is significantly lower (by age group, region, or feature range).
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Counting the total number of incorrect predictions across the full test set
Why it's wrong here
Overall error count is a single aggregate metric — error analysis identifies specific data slices with elevated error rates.
- ✗
Reviewing error messages from failed Azure ML pipeline runs to diagnose infrastructure issues
Why it's wrong here
Pipeline failure diagnostics are MLOps debugging — error analysis is a model fairness and quality tool.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse 'error analysis' with basic error counting or debugging, when the key is its focus on subgroup-level disparity detection, not aggregate or infrastructure errors.
Detailed technical explanation
How to think about this question
Under the hood, Azure ML's error analysis leverages the Error Analysis component from the Responsible AI toolbox, which uses a surrogate decision tree to approximate the model's error distribution across feature space. It automatically identifies cohorts with high error rates, such as a specific age group or income bracket, and visualizes them in a treemap or heatmap. In a real-world credit scoring model, this could reveal that the model has a 30% error rate for applicants under 25, while the overall error rate is only 5%, prompting fairness or retraining interventions.
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.
- →
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 — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Identifying data subgroups where the model makes disproportionately more errors than average — Azure Machine Learning Responsible AI dashboard's error analysis is specifically designed to identify data subgroups where the model performs poorly, often revealing bias or systematic failures. It uses a decision tree-based approach to partition the dataset and highlight cohorts with disproportionately high error rates, enabling targeted mitigation. This goes beyond simple aggregate metrics to uncover hidden disparities in model performance.
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 →
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.