Courseiva

AI-900 Practice Question: Describe Artificial Intelligence workloads and considerations

What is 'model interpretability' and why is it important in responsible AI?

⚠ Common exam trap

Microsoft often tests the distinction between model performance metrics (accuracy, speed) and the explainability aspect of responsible AI, leading candidates to confuse 'how well it performs' with 'why it performs that way'.

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

Understanding and explaining why a model produces specific predictions to enable trust and auditing

Model interpretability refers to the ability to understand and explain why a model produces specific predictions. It is a critical component of responsible AI because it enables trust, accountability, and auditing by allowing stakeholders to verify that decisions are fair, unbiased, and based on relevant features rather than spurious correlations.

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 ability to translate a model's code into multiple programming languages

    Why it's wrong here

    Translating a model's code into multiple programming languages is a software portability concern—for example, converting a Python-trained model to Java or C++ for deployment in a different stack. This has nothing to do with transparency; even after translation, the model's reasoning remains opaque, whereas interpretability is exclusively concerned with articulating the causal or correlational logic behind individual predictions.

  • Understanding and explaining why a model produces specific predictions to enable trust and auditing

    Why this is correct

    Interpretability is the discipline of making a model's internal decision process understandable to humans, often through techniques such as feature attribution, SHAP values, or transparent architectures like decision trees. By explaining why a specific prediction was generated, organizations can validate that the model relies on meaningful signals, detect hidden bias, satisfy regulatory or auditing requirements, and give stakeholders confidence to act on the output.

  • The speed at which a model processes inference requests

    Why it's wrong here

    Inference speed measures the latency or throughput of serving predictions, for example, how many requests a deployed model can handle per second under production load. This is an operational performance characteristic that says nothing about the model's decision logic; a fast model could still be an opaque black box, and interpretability focuses on exposing the reasoning behind each output rather than how quickly it is produced.

  • The accuracy of a model as measured on a standard benchmark dataset

    Why it's wrong here

    Benchmark accuracy is a quantitative performance metric that reports the percentage of correct predictions against a labeled test set, but it does not reveal the internal reasoning or features that drove any individual outcome. A model can achieve high accuracy while relying on spurious correlations or protected attributes, which is exactly why interpretability—understanding why a prediction was made—cannot be inferred from accuracy alone.

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 →

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.