Courseiva

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

What is 'feature importance' in Azure Machine Learning and how is it used?

⚠ Common exam trap

The trap here is that 'feature' is a polysemous term in Azure ML—candidates often confuse it with 'features' as in product capabilities or project artifacts, rather than the specific machine learning concept of input variables used for model training.

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

Quantifying how much each input variable contributes to a model's predictions

Feature importance is a technique in Azure Machine Learning that quantifies the contribution of each input variable (feature) to a model's predictions. It is used to interpret model behavior, identify the most influential features, and validate that the model aligns with domain knowledge. This is critical for debugging, improving model performance, and ensuring regulatory compliance.

Answer analysis

Option-by-option breakdown

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

  • Ranking which ML project features (notebooks, experiments, pipelines) are most used by the team

    Why it's wrong here

    This answer confuses two unrelated meanings of "features." In Azure ML, notebooks, experiments, and pipelines are product capabilities or UI functionality, so ranking their usage is a telemetry/product-management exercise, not a model analysis task. Feature importance in ML instead examines the model's input columns (e.g., age, income) and measures how much each column shifts the predicted output. Thus, this option describes usage analytics, not an interpretability technique.

  • Quantifying how much each input variable contributes to a model's predictions

    Why this is correct

    Feature importance is the correct interpretation because it directly answers which input variables influence a model's predictions. Techniques such as permutation importance, SHAP values, or partial dependence plots assign a numerical contribution score to each predictor, allowing you to see, for example, that credit score drives risk more than zip code. This insight is used for debugging, feature selection, model simplification, and regulatory requirements like explaining automated lending or hiring decisions.

  • Determining which model features (capabilities) are included in each Azure ML pricing tier

    Why it's wrong here

    This option mistakes "model features" for "service features" — the capabilities listed in Azure ML's pricing tiers (e.g., automated ML, pipelines, or GPU quotas) are commercial and product offerings, not analytical inputs. Feature importance is an ML interpretability method applied to a trained model's input variables, not a comparison of SKUs or feature availability. Therefore, determining which capabilities come with which pricing plan is a purchasing decision, unrelated to predictive contribution.

  • The priority order in which data preprocessing steps are applied before training

    Why it's wrong here

    The priority order of preprocessing steps — such as imputing missing values before scaling — is a pipeline configuration choice, not a measure of input-variable influence. Feature importance is computed after training, typically by perturbing or masking input columns to observe changes in model error or output, so it reflects the model's reliance on each variable. This option confuses data engineering workflow with the post-hoc interpretability goal of quantifying each variable's contribution.

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 →

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.