- A
F1-score for the 'Technical' class
F1-score balances precision and recall for a class, making it ideal for identifying poor performance on a minority class that the model often misclassifies.
- B
Overall accuracy
Why wrong: Overall accuracy is high because of the majority class, so it hides the poor performance on the minority 'Technical' class.
- C
Confusion matrix
Why wrong: A confusion matrix provides a detailed breakdown of correct and incorrect predictions, but it is not a single metric. The question asks for a specific metric that best reveals the issue.
- D
Precision for the 'General' class
Why wrong: Precision for the majority class does not reflect performance on the minority class. Precision for the 'Technical' class would be more relevant, but F1-score is even more informative as it accounts for recall as well.
Quick Answer
The answer is the F1-score for the 'Technical' class. This metric is the correct choice because it combines precision and recall into a single harmonic mean, directly capturing how poorly the model performs on the minority class when the dataset is heavily imbalanced. In this scenario, overall accuracy is misleadingly high at 85% because the model can simply predict the majority 'General' class and still appear successful, but the F1-score penalizes both false positives and false negatives, revealing the model’s failure to identify the rare 'Technical' tickets. On the Microsoft Azure AI Fundamentals AI-900 exam, this tests your understanding of imbalanced classification metrics and why accuracy alone is insufficient for multiclass problems with skewed distributions. A common trap is choosing accuracy or precision without considering recall, but the F1-score is the standard for evaluating performance on minority classes. Remember the memory tip: F1 is the “balance beam” for precision and recall—when classes are lopsided, F1 keeps you from being fooled by high accuracy.
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. 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 trains a multiclass classification model to categorize customer support tickets into three types: 'Billing', 'Technical', and 'General'. The dataset contains 80% 'General', 15% 'Billing', and only 5% 'Technical' tickets. Overall accuracy on a test set is 85%, but the model misclassifies most 'Technical' tickets as 'General'. Which metric would best help the data scientist understand the model's poor performance on the 'Technical' class?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
F1-score for the 'Technical' class
The F1-score for the 'Technical' class is the best metric because it combines precision and recall into a single harmonic mean, directly capturing the model's inability to correctly identify the minority class. Since the dataset is heavily imbalanced (only 5% 'Technical'), overall accuracy (85%) is misleadingly high, as the model can achieve it by simply predicting the majority class 'General'. The F1-score penalizes both false positives and false negatives, making it the standard metric for evaluating classifier performance on imbalanced 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.
- ✓
F1-score for the 'Technical' class
Why this is correct
F1-score balances precision and recall for a class, making it ideal for identifying poor performance on a minority class that the model often misclassifies.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Overall accuracy
Why it's wrong here
Overall accuracy is high because of the majority class, so it hides the poor performance on the minority 'Technical' class.
- ✗
Confusion matrix
Why it's wrong here
A confusion matrix provides a detailed breakdown of correct and incorrect predictions, but it is not a single metric. The question asks for a specific metric that best reveals the issue.
- ✗
Precision for the 'General' class
Why it's wrong here
Precision for the majority class does not reflect performance on the minority class. Precision for the 'Technical' class would be more relevant, but F1-score is even more informative as it accounts for recall as well.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often pick 'Overall accuracy' because it is the most familiar metric, failing to recognize that accuracy is misleading on imbalanced datasets where a model can achieve high accuracy by simply predicting the majority class.
Trap categories for this question
Similar concept trap
A confusion matrix provides a detailed breakdown of correct and incorrect predictions, but it is not a single metric. The question asks for a specific metric that best reveals the issue.
Detailed technical explanation
How to think about this question
The F1-score is the harmonic mean of precision and recall, defined as 2 * (precision * recall) / (precision + recall). In imbalanced classification, accuracy is a poor metric because it can be high even when the model fails on the minority class; the F1-score for the minority class directly captures the trade-off between false positives and false negatives. In Azure Machine Learning, the 'classification' module automatically computes per-class F1-scores, and the 'Evaluate Model' component outputs a confusion matrix along with metrics like precision, recall, and F1-score for each class, enabling data scientists to identify weak classes.
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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
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: F1-score for the 'Technical' class — The F1-score for the 'Technical' class is the best metric because it combines precision and recall into a single harmonic mean, directly capturing the model's inability to correctly identify the minority class. Since the dataset is heavily imbalanced (only 5% 'Technical'), overall accuracy (85%) is misleadingly high, as the model can achieve it by simply predicting the majority class 'General'. The F1-score penalizes both false positives and false negatives, making it the standard metric for evaluating classifier performance on imbalanced 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.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 →
Same concept, more angles
1 more ways this is tested on AI-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A data scientist trains a multiclass classification model to identify different species of flowers (Iris setosa, Iris virginica, Iris versicolor). The overall accuracy is 94%, but the accuracy for the Iris virginica class is only 60%. Which additional metric should the data scientist examine to better understand the model's performance on the minority class?
medium- A.Precision
- B.Recall
- ✓ C.F1-score
- D.Mean Absolute Error (MAE)
Why C: The F1-score is the harmonic mean of precision and recall, providing a single metric that balances both false positives and false negatives. Since the model has high overall accuracy but poor performance on the minority class (Iris virginica), the F1-score is ideal for evaluating the model's effectiveness on that class, as it accounts for class imbalance better than accuracy alone.
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.