AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is 'Azure Machine Learning Responsible AI dashboard's error analysis'?
⚠ Common exam trap
A common mix-up: 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.
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.
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 that capture Python errors during the execution of model training code, such as syntax errors or invalid data types. Error analysis, however, is a model evaluation technique that finds data subgroups—like specific age brackets or geographic regions—where the model's prediction accuracy is notably lower than average. Reviewing exception logs tells you whether the training job ran correctly, not whether the model is underperforming on certain segments of the data.
- ✓
Identifying data subgroups where the model makes disproportionately more errors than average
Why this is correct
Error analysis surfaces model blind spots by partitioning the dataset into cohorts based on input features, such as age, sex, or region, and comparing prediction accuracy across those cohorts. When a subset shows a disproportionately higher error rate than the overall test set, it indicates a systematic failure that aggregate metrics would obscure. This cohort-based inspection is exactly what Azure ML's error analysis dashboard is designed to reveal, supporting targeted model improvement and fairness review.
- ✗
Counting the total number of incorrect predictions across the full test set
Why it's wrong here
Counting the total number of incorrect predictions on the full test set produces a single aggregate metric that ignores where those errors occur. Error analysis instead disaggregates performance by slicing the data into subgroups, so you can see whether errors are evenly distributed or concentrated in a particular demographic or feature range. Even a model with a low total error count could have a severe accuracy problem in a small but important cohort, and only a slice-by-slice comparison will surface it.
- ✗
Reviewing error messages from failed Azure ML pipeline runs to diagnose infrastructure issues
Why it's wrong here
Pipeline failure diagnostics involve reviewing error messages from failed Azure ML runs to fix infrastructure issues like compute allocation, data access, or dependency problems. Error analysis is a post-training model quality tool that operates on the deployed or registered model's predictions, not on the running state of a machine learning pipeline. Infrastructure debugging answers the question 'Did the pipeline execute?' while error analysis answers 'Are the model's predictions fair and accurate across all data segments?'
Go deeper
Related to this question
Learn chapter
Responsible AI Principles
Key term
Azure Machine Learning
Azure Machine Learning is a cloud service for building, training, and deploying machine learning models at scale.
Key term
Responsible AI
A framework of ethical principles and practices that ensure artificial intelligence systems are developed and deployed in a transparent, fair, accountable, and safe manner.
About these practice questions
This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.