AI-900 Practice Question: Describe Artificial Intelligence workloads and considerations
What is the primary difference between supervised and unsupervised machine learning?
⚠ Common exam trap
Many candidates confuse the need for human oversight with the use of labeled data, mistakenly thinking supervised learning requires constant human intervention, whereas the core distinction is the presence or absence of labels in the training data.
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 uses labeled training data; unsupervised finds patterns in unlabeled data
The primary difference between supervised and unsupervised machine learning is that supervised learning uses labeled training data to learn a mapping from inputs to outputs, while unsupervised learning finds hidden patterns or structures in unlabeled data without predefined labels. This distinction is fundamental to choosing the right approach for a given problem, such as classification (supervised) versus clustering (unsupervised).
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 human oversight; unsupervised runs automatically
Why it's wrong here
This is incorrect because the distinction between supervised and unsupervised learning is not about human involvement at runtime. Both paradigms can run fully automatically once the training process is configured. The defining difference is that supervised learning requires training data that includes input-output label pairs, whereas unsupervised learning operates on unlabeled data to discover hidden structure on its own.
- ✓
Supervised uses labeled training data; unsupervised finds patterns in unlabeled data
Why this is correct
This is the correct definition. Supervised learning builds a model by learning a mapping from input features to known output labels, as in image classification or house-price regression. Unsupervised learning instead finds patterns, groupings, or latent structure in data that has no preassigned labels, such as customer segmentation through clustering. The presence or absence of labels in the training dataset is the core differentiator between the two paradigms.
- ✗
Supervised is for images; unsupervised is for text
Why it's wrong here
This is wrong because neither learning paradigm is restricted by data modality. Supervised learning can be applied to text (e.g., spam detection) and images (e.g., object recognition), and unsupervised learning similarly works across text (e.g., topic modeling) and images (e.g., image clustering). The choice of paradigm depends on whether labeled targets are available and what question you are trying to answer, not on the type of data you have.
- ✗
Supervised is older and less accurate than unsupervised
Why it's wrong here
This is incorrect because both paradigms have been researched for decades and their relative accuracy depends on the specific task and data, not on the paradigm itself. When high-quality labeled data exists, supervised learning typically achieves higher predictive accuracy by using ground-truth labels, while unsupervised learning excels at uncovering hidden structure when labels are missing or too costly to obtain. Thus, describing one as universally 'older' or 'less accurate' than the other is a false generalization.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Classification
Classification is a supervised machine learning technique used to predict a category or class label for new data based on patterns learned from labeled training data.
Key term
Unsupervised learning
Unsupervised learning is a type of machine learning where an algorithm finds patterns, groupings, or structure in data without being given labeled examples or correct answers.
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.