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

Many candidates confuse 'bias' in the bias-variance tradeoff (model bias) with 'bias' in data fairness or ethical AI, leading them to incorrectly select Option C.

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 balance between model simplicity (underfitting) and model complexity (overfitting)

The bias-variance tradeoff directly addresses the tension between underfitting (high bias, overly simple model) and overfitting (high variance, overly complex model). In Azure Machine Learning, this tradeoff is managed through hyperparameter tuning (e.g., regularization strength, tree depth) to achieve optimal generalization on unseen data.

Answer analysis

Option-by-option breakdown

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

  • Choosing between model accuracy and computational cost

    Why it's wrong here

    Choosing between model accuracy and computational cost is a practical engineering decision about resources, hardware, and operational budgets, not a statistical property of estimators. You can often improve accuracy by adding parameters or ensembling, but that changes bias and variance in ways unrelated to an accuracy-cost curve. The bias-variance tradeoff describes how model error changes with complexity, irrespective of price, energy, or run-time costs.

  • The balance between model simplicity (underfitting) and model complexity (overfitting)

    Why this is correct

    The bias-variance tradeoff decomposes total expected prediction error into bias, variance, and irreducible noise, where high bias signals underfitting from a model too simple to capture patterns, and high variance signals overfitting from a model too sensitive to training noise. As model capacity increases, bias falls but variance rises, so the optimal model complexity minimizes expected error, not training accuracy. This central concept drives practices like train/validation splits and regularization (e.g., L2 penalty) to navigate the tradeoff.

  • Deciding whether to use biased training data or unbiased test data

    Why it's wrong here

    This statement conflates data bias/fairness with the statistical bias-variance tradeoff. In ML, bias-variance decomposition concerns model error due to simplifying assumptions (bias) and sensitivity to training sample fluctuations (variance). Biased training data introducing demographic skew is a dataset/fairness problem, while unbiased test data concerns representative evaluation, not model complexity or generalization error sources.

  • The tradeoff between training speed and model size

    Why it's wrong here

    Training speed versus model size is a computational resource tradeoff involving memory footprint, throughput, and infrastructure cost, not generalization error. Although a larger model may have lower bias or higher variance, the speed/size tension addresses engineering limits such as latency and deployment constraints. Bias-variance is specifically about how model capacity affects error on unseen data, independent of wall-clock training time.

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.