AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is 'ensemble learning' in machine learning?
⚠ Common exam trap
Test-takers frequently confuse 'ensemble' with 'large dataset' or 'deployment scale,' leading them to pick options that describe data diversity or infrastructure redundancy rather than the core concept of combining multiple models.
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
✓
Combining predictions from multiple models to produce a better overall prediction
Ensemble learning improves predictive performance by combining the outputs of multiple individual models (e.g., decision trees, neural networks) to reduce variance, bias, or noise. This technique leverages the 'wisdom of the crowd' principle, where the aggregated prediction often outperforms any single model, as seen in methods like Random Forest (bagging) or Gradient Boosting (boosting).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Training a single very large model on an ensemble of diverse datasets
Why it's wrong here
This distractor suggests that an ensemble is about assembling diverse training datasets and feeding them into one large model. In reality, ensemble learning trains or uses multiple separate models, each potentially on different subsets of data, and then combines their predictions. Training a single model on diverse data is a data engineering choice, not an ensemble method; it does not combine multiple models.
- ✓
Combining predictions from multiple models to produce a better overall prediction
Why this is correct
Combining predictions from multiple models is exactly what ensemble learning does—techniques like Random Forest (bagging), Gradient Boosting (boosting), and Stacking aggregate individual model outputs, usually by voting or averaging. The aggregate prediction often has lower variance or bias than any single model, leading to better overall accuracy. This correctly identifies the core mechanism of ensemble methods.
- ✗
Using a musical ensemble to record training audio data
Why it's wrong here
This option plays on the double meaning of 'ensemble'—in machine learning, an ensemble is a set of models whose predictions are combined, not a group of musicians. Recording training audio data is a data acquisition activity; it has nothing to do with combining model outputs. Therefore, this distractor incorrectly equates a homonym with the ML concept.
- ✗
Deploying a model to multiple Azure regions simultaneously
Why it's wrong here
Deploying a model to multiple Azure regions is an infrastructure and availability strategy, often used for disaster recovery or low-latency serving. It does not involve running multiple different models and aggregating their predictions—each region typically hosts the same trained model. This is a deployment pattern, not an ensemble learning technique.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Prediction
Prediction is the process of using data and algorithms to forecast future outcomes or identify patterns without explicit programming for each scenario.
Key term
Machine learning
Machine learning is a branch of artificial intelligence where computers learn patterns from data to make decisions or predictions without being explicitly programmed for every task.
About these practice questions
One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.