AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is 'causal inference' and how does it differ from correlation-based machine learning?
⚠ Common exam trap
Watch out — candidates often confuse correlation with causation, assuming that a strong predictive relationship in ML implies a causal link, when in fact causal inference requires additional experimental or quasi-experimental methods to establish causality.
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
✓
Causal inference determines whether X actually causes Y; ML finds correlations that predict outcomes
Causal inference specifically aims to determine whether a change in variable X directly causes a change in variable Y, often through controlled experiments or techniques like do-calculus. In contrast, correlation-based machine learning identifies statistical patterns and associations between variables to make predictions, but does not establish a cause-and-effect relationship. This distinction is fundamental in Azure Machine Learning when choosing between predictive modeling (e.g., regression) and causal analysis (e.g., using the DoWhy library).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Causal inference uses larger training datasets; correlation-based ML uses smaller ones
Why it's wrong here
This is incorrect because sample size has nothing to do with whether a method can identify causal effects. Causal inference relies on study design, assumptions, and methods such as instrumental variables or counterfactual reasoning, not on having more rows of data. Correlation-based ML can also use very large datasets, but even then it only summarizes observed associations and cannot tell you whether changing X will change Y.
- ✓
Causal inference determines whether X actually causes Y; ML finds correlations that predict outcomes
Why this is correct
This is correct. Causal inference goes beyond observed patterns to answer questions like 'if we intervene and set X, does Y change?' using tools such as randomized experiments, propensity scores, or structural causal models. Standard ML typically optimizes a loss function to find correlations in historical data that predict outcomes, but it does not model interventions or counterfactuals, so it cannot distinguish a true cause from a spurious correlation.
- ✗
Causal inference is exclusively used in medical research; ML is used in business applications
Why it's wrong here
This is incorrect because causal inference is a general methodology used across economics, public policy, epidemiology, marketing, and AI fairness, not just medicine. Similarly, ML is widely applied in medical imaging and diagnostics. The distinction between the fields is about the kind of question asked — prediction of outcomes versus estimation of causal effects — not about the application domain or the type of datasets involved.
- ✗
ML models always establish causal relationships; causal inference is needed only when data quality is poor
Why it's wrong here
This is wrong because standard ML models, including deep neural networks and gradient-boosted trees, make no causal claims at all. No matter how clean or high-quality the training data is, a predictive model that minimizes prediction error can still learn associations driven by confounders or reverse causation. Causal inference is needed whenever the goal is to understand the effect of an intervention, even with perfect observational data, because confounding is a structural problem, not a data-quality problem.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Regression
Regression is a type of machine learning algorithm that predicts a continuous numeric output based on input data, used to model relationships between variables.
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
This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.