Courseiva

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

What is the 'bias-variance tradeoff' in machine learning?

⚠ Common exam trap

Watch out — candidates often confuse the term 'bias' in bias-variance tradeoff with ethical or fairness bias, leading them to incorrectly select Option D, which is a separate AI-900 concept about model fairness and responsible AI.

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

The tradeoff between underfitting (high bias) and overfitting (high variance) when choosing model complexity

The bias-variance tradeoff describes the inverse relationship between underfitting (high bias, where the model is too simple to capture patterns) and overfitting (high variance, where the model is too complex and captures noise). In Azure Machine Learning, this tradeoff is managed by tuning hyperparameters like regularization strength or tree depth to balance model complexity and generalization.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The tradeoff between model accuracy and inference speed

    Why it's wrong here

    This option is incorrect because the accuracy-speed tradeoff relates to deployment considerations, such as model architecture, quantization, or hardware constraints, affecting inference latency and throughput. The bias-variance tradeoff is a purely statistical concept about prediction error sources in learning theory, independent of runtime performance. While a more complex model might be both more accurate and slower, that correlation does not define the bias-variance relationship. This option conflates engineering tradeoffs with the fundamental underfitting-overfitting dilemma.

  • The tradeoff between underfitting (high bias) and overfitting (high variance) when choosing model complexity

    Why this is correct

    This option correctly describes the bias-variance tradeoff, a foundational ML concept. As model complexity increases, bias (error from overly simplistic assumptions) decreases while variance (error from sensitivity to training data fluctuations) increases, creating a U-shaped total error curve. The optimal complexity minimizes total error by balancing underfitting (high bias, low variance) against overfitting (high variance, low bias). This tradeoff is a statistical property of learning algorithms, independent of data quantity or deployment constraints.

  • The tradeoff between training data quantity and model quality

    Why it's wrong here

    This option is incorrect because the bias-variance tradeoff concerns error decomposition at a fixed dataset size, not the relationship between data quantity and model quality. While adding more training data generally reduces variance and can improve performance, bias-variance analysis addresses how model complexity interacts with irreducible error, bias, and variance. The effect of data quantity is a separate scaling concern: with infinite data, a sufficiently flexible model can approach the Bayes error, but the complexity choice still involves bias-variance balance. Thus, this option confuses dataset management with the statistical bias-variance tradeoff.

  • The difference in fairness metrics between biased and unbiased model versions

    Why it's wrong here

    This option is incorrect because fairness metrics, such as demographic parity or equalized odds, measure bias with respect to protected attributes (e.g., race, gender) in a model's predictions. The bias-variance tradeoff, however, refers to statistical bias — systematic error in predictions due to model simplifications — and variance, the variability of predictions across training sets. Fairness bias is a societal and ethical concern about discrimination, not a property of model complexity. Therefore, comparing biased vs. unbiased model versions addresses fairness, not the statistical bias-variance tradeoff.

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 →

How Courseiva writes practice questions · Editorial policy

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.