- A
When labels in the training data contain spelling errors
Why wrong: Spelling errors in labels are label noise — imbalance refers to unequal class frequencies, not label quality.
- B
When one class greatly outnumbers others, causing models to be biased toward the majority class
Label imbalance makes models ignore rare classes — requiring resampling, class weighting, or better metrics than accuracy.
- C
When training labels are applied inconsistently by different human annotators
Why wrong: Inconsistent labelling is inter-annotator disagreement — imbalance is about the ratio of examples per class.
- D
When a model produces predictions that don't match any of the training labels
Why wrong: Out-of-distribution predictions are a generalisation issue — label imbalance describes the distribution of labels in the training set.
What is Label Imbalance in Machine Learning?
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.
What is 'label imbalance' in a classification dataset and how does it affect model training?
Quick Answer
The correct answer is that label imbalance in a classification dataset occurs when one class greatly outnumbers others, causing models to be biased toward the majority class. This bias arises because standard training algorithms minimize overall loss, so they learn to predict the frequent class most of the time, effectively ignoring minority classes and sacrificing recall for underrepresented groups. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of data preparation and model evaluation, often appearing in scenarios about fairness or performance metrics like precision and recall. A common trap is assuming a high accuracy score means a good model—label imbalance can hide poor minority-class performance behind a deceptively high overall accuracy. To remember this, think of the “majority rule” trap: the model becomes a lazy predictor that always guesses the most common label, so always check the confusion matrix for each class.
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
When one class greatly outnumbers others, causing models to be biased toward the majority class
Option B is correct because label imbalance refers to a situation in classification datasets where one class (the majority class) has significantly more samples than other classes (minority classes). This causes the model to become biased toward predicting the majority class, as it minimizes overall loss by ignoring minority classes, leading to poor generalization and low recall for underrepresented classes.
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.
- ✗
When labels in the training data contain spelling errors
Why it's wrong here
Spelling errors in labels are label noise — imbalance refers to unequal class frequencies, not label quality.
- ✓
When one class greatly outnumbers others, causing models to be biased toward the majority class
Why this is correct
Label imbalance makes models ignore rare classes — requiring resampling, class weighting, or better metrics than accuracy.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
When training labels are applied inconsistently by different human annotators
Why it's wrong here
Inconsistent labelling is inter-annotator disagreement — imbalance is about the ratio of examples per class.
- ✗
When a model produces predictions that don't match any of the training labels
Why it's wrong here
Out-of-distribution predictions are a generalisation issue — label imbalance describes the distribution of labels in the training set.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse label imbalance with data quality issues like label noise or annotation errors, leading them to pick options A or C instead of recognizing it as a class distribution problem.
Detailed technical explanation
How to think about this question
Under the hood, label imbalance skews the loss function (e.g., cross-entropy) because the majority class dominates the gradient updates, causing the model to learn trivial decision boundaries that always predict the majority class. In Azure Machine Learning, techniques like SMOTE (Synthetic Minority Oversampling Technique) or class-weight adjustments in algorithms like XGBoost can mitigate this. A real-world scenario is fraud detection, where legitimate transactions (majority) vastly outnumber fraudulent ones (minority), and without handling imbalance, the model would miss nearly all fraud cases.
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: When one class greatly outnumbers others, causing models to be biased toward the majority class — Option B is correct because label imbalance refers to a situation in classification datasets where one class (the majority class) has significantly more samples than other classes (minority classes). This causes the model to become biased toward predicting the majority class, as it minimizes overall loss by ignoring minority classes, leading to poor generalization and low recall for underrepresented classes.
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 →
Keep practising
More AI-900 practice questions
- A company deploys an AI system to screen job applications. The system is a complex neural network that learns patterns f…
- What is 'model versioning' and why is it essential in MLOps?
- What is 'AI transparency' in Microsoft's Responsible AI principles?
- A company uses Azure OpenAI Service to generate marketing copy. They notice that sometimes the generated text contains r…
- A data scientist is training a regression model to predict house prices using features like square footage, number of be…
- A company uses Azure OpenAI Service to generate marketing copy. They want to ensure that the generated text does not con…
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.