Accountability Principle in Microsoft Responsible AI
A healthcare company deploys an AI system to assist doctors in diagnosing skin conditions from images. The system is a deep neural network that does not provide explanations for its predictions. The company implements a process where every AI recommendation is logged, and a medical team reviews any adverse outcomes to determine if the system or a human made an error. The company also clearly assigns responsibility for the system's outputs to a specific clinical oversight committee. Which Microsoft responsible AI principle is most directly being implemented by these actions?
Quick Answer
The answer is Accountability. This principle is most directly being implemented because the healthcare company has established clear human oversight and a structured review process for the AI system’s outputs, which is the core of the Accountability principle in Microsoft’s responsible AI framework. Accountability requires organizations to define who is responsible for an AI system’s decisions and to create mechanisms for logging, monitoring, and reviewing outcomes—exactly what the clinical oversight committee and adverse-outcome review process accomplish. On the Azure AI Fundamentals AI-900 exam, this scenario tests your ability to distinguish Accountability from principles like Transparency or Reliability; a common trap is confusing the lack of explanations (which relates to Transparency) with the separate requirement to assign ownership and review impacts. Remember the memory tip: “Accountability asks ‘Who is in charge?’ not ‘How does it work?’”
⚠ Common exam trap
Microsoft often tests the distinction between Accountability (assigning responsibility and oversight) and Transparency (explainability), so candidates mistakenly choose Transparency because they conflate logging/review with making the model's reasoning visible, even though the model itself is a black box.
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
✓
Accountability
The actions described—logging AI recommendations, reviewing adverse outcomes to determine error source, and assigning a clinical oversight committee—directly implement the Accountability principle. Accountability requires that organizations clearly assign responsibility for AI system outputs and have processes to review and address impacts, which is exactly what the company does by creating a human review loop and a designated committee.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Accountability
Why this is correct
Accountability means that the organization takes ownership of the AI system's outcomes, establishes clear oversight, and has processes to audit and learn from mistakes. This matches the described logging, review, and committee assignment.
- ✗
Fairness
Why it's wrong here
Fairness is about avoiding bias and ensuring equitable outcomes for all groups. The scenario does not mention any bias analysis or equitable treatment; it focuses on responsibility for outcomes.
When this WOULD be correct
A question describing an AI system that produces different diagnostic accuracy for different skin tones, and the company implements measures to detect and mitigate such disparities, would make Fairness the correct answer.
- ✗
Reliability and safety
Why it's wrong here
Reliability and safety require consistent performance under expected conditions. While logging and review can help improve reliability, the primary focus of the described actions is on assigning responsibility, not on testing or ensuring the system's safe operation.
When this WOULD be correct
A question that asks: 'A hospital uses an AI system to triage patients. The system is tested extensively and has a documented error rate. The hospital monitors its performance and has a fallback plan if the system fails. Which principle is being implemented?' Here, the emphasis on testing, monitoring, and fallback aligns with reliability and safety.
- ✗
Transparency
Why it's wrong here
Transparency means users can understand how and why the system made a decision. Since the system is a black box with no explanations, transparency is not achieved. The accountability measures do not make the system's inner workings transparent.
When this WOULD be correct
A scenario where the AI system provides explanations for its predictions, such as a loan approval system that shows which factors influenced the decision, and the company publishes a plain-language description of the model's purpose and limitations.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AI-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓AccountabilityCorrect answer▾
Why this is correct
Accountability means that the organization takes ownership of the AI system's outcomes, establishes clear oversight, and has processes to audit and learn from mistakes. This matches the described logging, review, and committee assignment.
✗FairnessWrong answer — click to see why▾
Why this is wrong here
The actions described focus on assigning responsibility and reviewing adverse outcomes, which directly implement accountability, not fairness. Fairness addresses bias and equitable treatment, which is not the primary concern here.
★ When this WOULD be the correct answer
A question describing an AI system that produces different diagnostic accuracy for different skin tones, and the company implements measures to detect and mitigate such disparities, would make Fairness the correct answer.
Why candidates choose this
Candidates may confuse accountability with fairness because both involve oversight and review, but fairness specifically targets bias and discrimination, not general responsibility for outcomes.
✗Reliability and safetyWrong answer — click to see why▾
Why this is wrong here
The actions described—logging, reviewing adverse outcomes, and assigning responsibility—directly address accountability, not reliability and safety. Reliability and safety focus on system performance and risk mitigation, not on assigning human responsibility for outcomes.
★ When this WOULD be the correct answer
A question that asks: 'A hospital uses an AI system to triage patients. The system is tested extensively and has a documented error rate. The hospital monitors its performance and has a fallback plan if the system fails. Which principle is being implemented?' Here, the emphasis on testing, monitoring, and fallback aligns with reliability and safety.
Why candidates choose this
Candidates may confuse accountability with reliability and safety because both involve oversight and review processes. They might think that logging and reviewing adverse outcomes is about ensuring system reliability, but the key distinction is that accountability focuses on assigning human responsibility, not just system performance.
✗TransparencyWrong answer — click to see why▾
Why this is wrong here
The question describes logging, review of adverse outcomes, and assigning responsibility to a committee—these are accountability mechanisms, not transparency. Transparency focuses on providing explanations or understandable information about how the AI works, which is not mentioned here.
★ When this WOULD be the correct answer
A scenario where the AI system provides explanations for its predictions, such as a loan approval system that shows which factors influenced the decision, and the company publishes a plain-language description of the model's purpose and limitations.
Why candidates choose this
Candidates may confuse accountability with transparency because both involve oversight and documentation, but transparency specifically requires clear communication about the system's behavior and limitations, not just responsibility assignment.
Analysis generated from the official AI-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Responsible AI Principles
Key term
Accountability
Accountability is the security principle that ensures actions and identity are linked so that a person or system can be held responsible for their activities.
Key term
Responsible AI
A framework of ethical principles and practices that ensure artificial intelligence systems are developed and deployed in a transparent, fair, accountable, and safe manner.
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 →
Same concept, more angles
2 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 hospital deploys an AI system to assist with diagnosing diseases from medical images. A doctor disagrees with the system's diagnosis and overrules it. The hospital wants to document this interaction for legal and audit purposes. Which Microsoft responsible AI principle is most directly relevant?
easy- A.Fairness
- B.Reliability and safety
- C.Transparency
- ✓ D.Accountability
Why D: The scenario involves documenting a human override of an AI system's diagnosis for legal and audit purposes, which directly relates to accountability. Accountability in responsible AI ensures that organizations can answer for their AI systems' decisions by maintaining clear records of interactions, including when humans overrule AI outputs. This principle requires traceability and governance mechanisms, such as audit trails, to assign responsibility for outcomes.
Variation 2. A research organization is developing an AI system to assist with medical diagnosis. They want to ensure that if the system makes an error, there is a clear process for auditing and determining responsibility. Which Microsoft responsible AI principle is most relevant?
easy- A.Privacy and Security
- ✓ B.Accountability
- C.Inclusiveness
- D.Transparency
Why B: Accountability is the Microsoft responsible AI principle that requires organizations to define and maintain clear processes for auditing, reviewing, and taking responsibility for AI system outcomes. In this scenario, the need for a clear process to audit errors and determine responsibility directly aligns with accountability, which mandates that AI systems have governance structures, human oversight, and audit trails to assign ownership for decisions and mistakes.
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.