- A
Supervised learning requires a human to watch the training process; unsupervised runs automatically
Why wrong: Human oversight of training is an MLOps practice — supervised/unsupervised refers to whether training data has labels, not human monitoring.
- B
Supervised learning trains on labelled data; unsupervised discovers patterns in unlabelled data
Supervised = learn from labeled input-output pairs. Unsupervised = find structure in unlabelled data (clusters, anomalies, components).
- C
Supervised learning uses neural networks; unsupervised uses decision trees only
Why wrong: Both paradigms can use any algorithm family — the distinction is about labelled vs. unlabelled training data.
- D
Unsupervised learning always produces better results than supervised learning
Why wrong: Neither paradigm dominates — supervised is better for prediction tasks with known labels; unsupervised is used when labels are unavailable.
Quick Answer
The correct answer is that supervised learning trains on labelled data, while unsupervised learning discovers patterns in unlabelled data. This distinction is fundamental because supervised learning requires a dataset where each example has an input paired with a known output, allowing the model to learn a mapping—like predicting house prices or classifying images. In contrast, unsupervised learning works with data that has no labels, forcing the model to find inherent groupings or structures on its own, such as clustering customers or reducing dimensions. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your ability to choose the right Azure tool: supervised tasks often use Azure Machine Learning for regression or classification, while unsupervised tasks might leverage Azure Cognitive Services for clustering. A common trap is confusing clustering (unsupervised) with classification (supervised); remember that if you have the answers in your training data, it’s supervised. For a quick memory tip: think “Supervised = Supervised by labels; Unsupervised = Unsupervised, finding its own way.”
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 the difference between 'supervised' and 'unsupervised' learning?
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
Supervised learning trains on labelled data; unsupervised discovers patterns in unlabelled data
Option B is correct because supervised learning requires a labeled dataset where each training example has an input-output pair, allowing the model to learn a mapping from inputs to known outputs. In contrast, unsupervised learning works with unlabeled data, and the model must find inherent patterns, groupings, or structures (e.g., clustering or dimensionality reduction) without any predefined labels. This distinction is fundamental to choosing the right machine learning approach in Azure, such as using Azure Machine Learning for supervised tasks like regression/classification or Azure Cognitive Services for unsupervised clustering.
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.
- ✗
Supervised learning requires a human to watch the training process; unsupervised runs automatically
Why it's wrong here
Human oversight of training is an MLOps practice — supervised/unsupervised refers to whether training data has labels, not human monitoring.
- ✓
Supervised learning trains on labelled data; unsupervised discovers patterns in unlabelled data
Why this is correct
Supervised = learn from labeled input-output pairs. Unsupervised = find structure in unlabelled data (clusters, anomalies, components).
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Supervised learning uses neural networks; unsupervised uses decision trees only
Why it's wrong here
Both paradigms can use any algorithm family — the distinction is about labelled vs. unlabelled training data.
- ✗
Unsupervised learning always produces better results than supervised learning
Why it's wrong here
Neither paradigm dominates — supervised is better for prediction tasks with known labels; unsupervised is used when labels are unavailable.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse the need for human oversight with the technical definition of supervision, mistakenly thinking 'supervised' means a human must monitor the process, when it actually refers to the presence of labeled training data.
Detailed technical explanation
How to think about this question
Under the hood, supervised learning minimizes a loss function (e.g., cross-entropy for classification) by comparing predictions against ground-truth labels, while unsupervised learning uses objectives like minimizing reconstruction error (autoencoders) or maximizing cluster cohesion (k-means). A real-world scenario: in Azure, supervised learning is used for predicting customer churn with labeled historical data, whereas unsupervised learning is applied to segment customers into groups based on purchasing behavior without predefined categories. A subtle behavior is that semi-supervised learning blends both, using a small labeled set to guide clustering of unlabeled data.
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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
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: Supervised learning trains on labelled data; unsupervised discovers patterns in unlabelled data — Option B is correct because supervised learning requires a labeled dataset where each training example has an input-output pair, allowing the model to learn a mapping from inputs to known outputs. In contrast, unsupervised learning works with unlabeled data, and the model must find inherent patterns, groupings, or structures (e.g., clustering or dimensionality reduction) without any predefined labels. This distinction is fundamental to choosing the right machine learning approach in Azure, such as using Azure Machine Learning for supervised tasks like regression/classification or Azure Cognitive Services for unsupervised clustering.
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.