Question 233 of 1,020

Quick Answer

The answer is the transparency principle in responsible AI. This principle is most directly relevant because it requires AI systems to be understandable and their decisions explainable to users, which directly addresses the bank’s need to provide specific reasons for a loan rejection from a complex deep learning model. On the Microsoft Azure AI-900 exam, this scenario tests your understanding of how transparency enables interpretability through techniques like feature importance or surrogate models, distinguishing it from fairness (which focuses on bias) or accountability (which focuses on ownership). A common trap is confusing transparency with interpretability—remember that transparency is the overarching principle that mandates explainability, while interpretability is a technical method to achieve it. Memory tip: “Transparency lets you see the ‘why’ behind the AI’s eye.”

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

This AI-900 practice question tests your understanding of describe artificial intelligence workloads and considerations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A bank deploys an AI system that uses a complex deep learning model to approve or reject loan applications. When a loan is rejected, customers demand to know the specific reasons. The bank wants to ensure the AI system operates in a way that allows them to explain its decisions. Which Microsoft responsible AI principle is most directly relevant to this requirement?

Question 1hardmultiple choice
Full question →

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

Transparency

The bank's requirement to explain why a loan was rejected directly aligns with the transparency principle, which mandates that AI systems be understandable and that their decisions can be communicated to users. In this scenario, the complex deep learning model must be interpretable, often through techniques like feature importance analysis or surrogate models, to provide specific reasons for rejection. Transparency ensures that customers can receive meaningful explanations, building trust and enabling accountability.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Reliability and safety

    Why it's wrong here

    Reliability and safety ensure the system operates consistently and without harm, but they do not specifically address the need to explain decisions.

  • Transparency

    Why this is correct

    Transparency (Interpretability) ensures that AI decisions can be understood and explained, which is what the bank needs for loan rejection explanations.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Privacy and security

    Why it's wrong here

    Privacy and security protect data, but explainability of decisions is a separate concern.

  • Fairness

    Why it's wrong here

    Fairness addresses bias and equal treatment, but does not directly require providing explanations for individual decisions.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse transparency with fairness, assuming that explaining a decision automatically ensures it is fair, but transparency is solely about understandability and communication, not about the absence of bias.

Detailed technical explanation

How to think about this question

Under the hood, transparency in deep learning models often involves post-hoc interpretability methods like SHAP (SHapley Additive exPlanations) or LIME (Local Interpretable Model-agnostic Explanations), which approximate the model's behavior locally to highlight which features (e.g., credit score, income) most influenced the decision. In a real-world scenario, a bank might use a rule-based explanation layer on top of a neural network to generate human-readable reasons, such as 'Your debt-to-income ratio exceeded 50%,' even though the underlying model is a black box. This is critical for regulatory compliance under laws like the GDPR's right to explanation.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-900 question test?

Describe Artificial Intelligence workloads and considerations — This question tests Describe Artificial Intelligence workloads and considerations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Transparency — The bank's requirement to explain why a loan was rejected directly aligns with the transparency principle, which mandates that AI systems be understandable and that their decisions can be communicated to users. In this scenario, the complex deep learning model must be interpretable, often through techniques like feature importance analysis or surrogate models, to provide specific reasons for rejection. Transparency ensures that customers can receive meaningful explanations, building trust and enabling accountability.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on AI-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A bank deploys an AI system that uses a deep neural network to approve personal loan applications. A customer whose loan was rejected requests a detailed explanation of why the decision was made. The bank's AI team realizes that the model's internal workings are too complex to provide a simple, understandable reason. According to Microsoft's responsible AI principles, which principle is most directly violated by this situation?

hard
  • A.Fairness
  • B.Transparency
  • C.Reliability & Safety
  • D.Privacy & Security

Why B: The bank's inability to provide a clear, understandable explanation for the AI's loan decision directly violates the transparency principle. Microsoft's responsible AI principles require that AI systems be understandable and that their decisions can be explained to users, especially when those decisions have significant impact. A deep neural network's complex, non-linear decision boundaries and lack of inherent interpretability make it a 'black box,' which undermines the required transparency.

Variation 2. A company develops an AI system to predict employee performance based on work habits. The system uses complex neural networks and its decisions are not easily interpretable. The company wants to ensure that employees can understand why a particular performance prediction was made. Which Microsoft responsible AI principle is most directly relevant?

easy
  • A.A) Fairness
  • B.B) Reliability and safety
  • C.C) Transparency
  • D.D) Privacy and security

Why C: Transparency is the responsible AI principle that directly addresses the need for interpretability and explainability of AI systems. In this scenario, the company uses complex neural networks that are inherently black-box models, making their decisions difficult to understand. Transparency requires that the system provides explanations for its predictions, enabling employees to comprehend why a particular performance rating was assigned, which aligns with the goal of building trust and accountability.

Variation 3. A hospital is deploying an AI system that recommends treatment plans based on patient data. The chief medical officer insists that doctors must be able to understand why the AI recommended a specific treatment. Which Microsoft responsible AI principle is most directly relevant to this requirement?

easy
  • A.Reliability and safety
  • B.Fairness
  • C.Transparency
  • D.Accountability

Why C: Transparency is the responsible AI principle that requires AI systems to be understandable and interpretable by humans. In this scenario, the chief medical officer's demand that doctors must understand why the AI recommended a specific treatment directly aligns with transparency, which includes providing explanations for model outputs, such as feature importance or decision paths, to enable clinical validation and trust.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.