Describe principles of responsible AI
What responsible AI asks of an AI solution
Two teams ship the same résumé-screening assistant. One team can say, for each of six named questions, what they checked and what they found. The other can only say that the model is 94% accurate. Only the first team has done responsible AI work, because Microsoft's Responsible AI Standard[1] frames that work as six principles a system has to satisfy together: fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability. The six are not ranked, and none of them covers the others: a system can be accurate and unfair, or dependable and completely opaque.
The other two pages in this domain answer different questions. Identify AI model components and configurations covers what a generative model is and how you configure a deployment, and Identify AI workloads covers which kind of AI a given scenario calls for. This page covers neither piece of machinery. It covers the six questions you ask about any AI solution, whichever model or workload it happens to use, and it follows the six considerations the official AI-901 study guide[2] lists under this topic. The six apply to any AI solution, from a chat assistant over a deployed model to a classifier scoring loan applications, so the only background they assume is that a model produces output that people act on. Naming which of the six a scenario illustrates, and one consideration that addresses it, is what the sections below drill.
One line per principle
Each principle gets its own section below, in this order, so treat these as the short definitions and read on for the considerations that go with each.
- Fairness: do people in similar circumstances get similar treatment?
- Reliability and safety: does the system behave as designed, including under conditions nobody planned for?
- Privacy and security: is the data protected, and do people know and control how it is used?
- Inclusiveness: can people of all abilities and backgrounds use the system at all?
- Transparency: do people know they are dealing with AI, and can they understand what it did?
- Accountability: who is answerable for the system, and who keeps meaningful control?
One quirk of the documentation is worth knowing before you read further. The Azure Machine Learning article on responsible AI discusses fairness and inclusiveness under a single heading[1], because both concern who the system serves well, while the Standard and this exam's objectives count them separately. Treat them as six principles, and keep the two apart the way the last section of this page describes.
The figure below shows the six principles under the Standard, each with one representative consideration of the kind an exam scenario tends to describe.
Fairness: comparable treatment, checked group by group
Fairness asks whether people in similar circumstances get similar treatment. It does not ask whether everyone gets the same answer, and that distinction is where most wrong answers come from. Microsoft's guidance states the requirement in terms of similarity: when AI systems provide guidance on medical treatment, loan applications, or employment, they should make the same recommendations to people with similar symptoms, financial circumstances, or qualifications[1]. A lending model that offers different terms to two applicants with the same income, debt, and history has a fairness problem. A lending model that offers different terms to applicants with genuinely different finances does not.
Aggregate accuracy is not a fairness measurement
The measurement that exposes a fairness problem works at the level of groups, not at the level of the whole test set. Compare outcomes and error rates for the groups the scenario cares about, such as gender, ethnicity, and age, which are the examples Microsoft's own fairness assessment[1] tooling is built around. Those three are examples rather than a fixed list: the relevant groups depend on who the system affects, and a scenario about regional dialects or age brackets is still a fairness scenario.
The reason group-level comparison is the right instrument is arithmetic. A model can score well overall while performing badly for a cohort that makes up a small share of the data, because the majority's results dominate the average. So an answer option that reports a single accuracy number, however high, never demonstrates fairness. It reports something real, but not the thing fairness is about.
One caution about the relationship between accuracy and fairness, since the docs address it directly: accuracy and responsible AI metrics are often interconnected, and improving a model's accuracy can reduce fairness-related harms, but accuracy alone doesn't include all safety considerations[3]. Better accuracy can help. It is not evidence on its own.
The takeaway to carry into a question: fairness is a comparison, so the correct answer usually describes comparing something across groups, and the distractor usually describes a single overall number or an identical result for everybody.
Reliability and safety: behaving as designed when conditions go off-script
The rule in one line: a system meets this principle when it functions as designed and responds safely to conditions it was not built for, not only to the inputs it was tested on. Microsoft's framing is that AI systems must operate reliably, safely, and consistently, function as designed, and respond safely to unexpected conditions[1], and that a system's ability to handle varied conditions reflects the range of situations its developers anticipated during design and testing. That last clause is the useful one for a builder: reliability and safety is bought at design time, by widening the set of situations you deliberately consider. Concretely that means naming the conditions the system will meet, expected and unexpected, testing what it does when they go wrong, and defining a safe fallback behavior for the cases it cannot handle.
A name collision to clear up at first touch. "Reliability" also names an Azure Well-Architected Framework pillar, where it means the workload stays available and recovers from failure. The responsible AI principle covers safe, as-designed behavior, resilience, and availability. A scenario about an outage or regional failover can therefore involve both responsible AI and architecture; a scenario about what the model does when it receives an input nobody anticipated also falls under this principle.
The work does not stop at release
Predeployment testing sees the conditions you thought of. Production sees the rest, so this principle carries an obligation that runs after go-live: changing data and changing usage surface behavior that no test set contained, a shift the docs call system drift. Foundry's observability guidance describes the matching practices as continuous evaluation of production traffic at a sampled rate, scheduled evaluation against test datasets to detect system drift, and alerts when outputs fail quality thresholds or produce harmful content[4]. An answer that stops evaluating once the system passed its initial test set is describing the failure this principle exists to prevent.
One phrase deserves care. The wording "resist harmful manipulation" appears in Microsoft's responsible AI material attached to reliability and safety on the Azure Machine Learning responsible AI page[1], while other responsible AI guidance treats preventing manipulation as a security concern, describing unacceptable behaviors such as manipulation[3] among the things security measures must prevent. The placement is not settled across official pages, so do not decide a question on that phrase alone. Decide instead on what is being protected: the system's behavior points to reliability and safety, while the data and who may reach it points to privacy and security.
The takeaway is that this principle is judged on behavior at the edges of what you planned for, and it is judged twice: once before release and continuously afterwards.
The figure below traces the loop this principle implies, from naming the conditions through to what happens when production shows you something new.
Privacy and security: protecting data and honoring the person's choices
This principle has two halves, and a solution has to satisfy both. The security half is technical and familiar: protect the data the system consumes and produces. The privacy half is about the person the data describes: they are told what happens to their data and get a say in it. Microsoft ties the two together through the legal obligations AI systems inherit, noting that privacy laws require transparency about the collection, use, and storage of data and mandate that consumers have appropriate controls to choose how their data is used[1].
The controls that count as considerations
On the security side, the platform-level measures Microsoft names for AI workloads are the ones to recognize in an answer option: restrict access to resources and operations by user account or group, restrict incoming and outgoing network communications, encrypt data in transit and at rest, scan for vulnerabilities, and apply and audit configuration policies[1]. In Azure terms, the access-restriction control is Microsoft Entra ID (the identity service, formerly Azure Active Directory) with role-based access control (RBAC), the model in which permissions are granted through role assignments rather than to individuals ad hoc. Well-Architected guidance for AI workloads asks for role-based access control for both the control plane and the data plane[3], so it covers user access and system-to-system calls alike.
On the privacy side, three practices carry most of the weight. Collect only the data the scenario needs and obtain consent for it. Keep personal data out of prompts and logs where you can, or remove it before storage, which is what the same guidance means by anonymizing data as it moves through the pipeline. And be able to honor a deletion request, which the docs discuss as the right to be forgotten.
The trap is treating the technical half as the whole principle. An encrypted, access-controlled system that never tells users their conversations are retained for analysis fails this principle, because the disclosure and control obligations are part of it, not an optional extra. Conversely, a scenario about telling users what an AI system can and cannot do is not this principle at all: disclosure about the system is transparency, while disclosure about the data belongs here.
Inclusiveness: making the system usable by everyone
Captioning a live session, reading a page aloud, and driving an app by voice are all the same principle at work. Inclusiveness is the requirement that an AI system engage and empower people across the full range of ability, language, and background, rather than working well only for the majority in the training data. Microsoft states it as a hard requirement of the Standard: everyone can access AI systems regardless of any disability, and responsible AI solutions must enable full global inclusion by offering alternative modes of interaction such as voice control, captions, and screen readers[5].
That gives you a short, concrete list of what counts as an inclusiveness consideration in a scenario: assistive technology support such as screen readers, more than one way to interact with the system such as voice or text, captions and transcription, and additional languages, including regional dialects rather than only the major ones. Those are examples of the requirement, not the complete set; anything that removes a barrier to using the system belongs here.
Who tests it matters as much as what you build
A development team is a poor judge of whether its own interface is usable by people unlike them, because they already know where everything is and how it expects to be spoken to. The guidance is to have people of diverse backgrounds and abilities test the system to determine whether it can be used as intended by the broadest possible audience[5], and to check it against common accessibility standards. So "ask the developers to review accessibility" is a wrong answer even though it sounds diligent: it is the group least able to see the barriers.
Keep inclusiveness and fairness apart with one question. If the scenario is about whether someone can use the system at all, it is inclusiveness. If it is about whether the system's results treat comparable people comparably, it is fairness. Both are about who the system serves, which is why the Azure Machine Learning article discusses them under one heading, and why exam options routinely offer one as a distractor for the other.
Transparency: knowing it is AI, and understanding what it did
Transparency covers two obligations that a scenario may test separately. The first is disclosure: people should know they are interacting with an AI system rather than a person, and organizations are advised to ensure every AI agent clearly identifies itself as artificial intelligence to users[6]. The second is comprehension: when a system informs a decision that affects someone, they should be able to understand how that decision was reached.
Microsoft calls the second half interpretability and describes it as providing useful explanations of AI system behavior, so stakeholders can identify performance issues, fairness concerns, exclusionary practices, or unintended outcomes[1]. Read that list again: the payoff of an explanation is that somebody can catch a problem with one of the other principles. Transparency is the principle that makes the rest auditable, which is why a bank deciding creditworthiness or a company screening candidates is the canonical example.
Setting expectations is part of it
Disclosure alone is thin. The system's stated capabilities and limitations matter too, and Microsoft publishes Transparency Notes for exactly this reason: they exist to help you understand how the technology works, what its capabilities and limitations are, and how to achieve the best performance[7]. The application-level equivalents recommended for generative apps are to disclose the AI's role in the interaction, highlight potential inaccuracies in generated output, and cite the information sources a response was built from[8] so a reader can see where the content came from.
A scenario that says users were surprised to learn they had been talking to a bot, or that a rejected applicant could not get any account of why, is a transparency scenario. A scenario about encrypting those same conversations is not, and neither is a scenario about who signs off on the system: explaining the system is transparency, owning its outcomes is accountability.
Accountability: people stay answerable for AI decisions
Accountability is the principle that keeps a human name attached to the system. Microsoft's statement of it is that people who design and deploy AI systems must be accountable for how those systems operate[1], and that organizations should use industry standards to develop accountability norms. Two consequences follow from that sentence, and both show up in questions.
The first is organizational. Accountability is made real by naming owners and putting the system through a governance process: an AI center of excellence or ethics committee that sets standards, responsible AI checkpoints at design review, testing, and prelaunch, and formal sign-offs from the governance team for high-risk AI that interacts directly with customers or makes consequential decisions[6]. Auditing continues after deployment, because compliance is a claim that has to keep being true.
The second is the one to memorize. Accountability norms exist to ensure that AI systems are not the final authority on decisions that affect people's lives and that humans maintain meaningful control over highly autonomous systems[1]. "Meaningful control" has a practical test attached: users need a route to challenge an outcome. Well-Architected guidance is explicit that a feedback mechanism should allow users to contest AI decisions[3], giving the example of a financial institution whose credit rejections must be contestable, with clear procedures for the team to review them.
Two wrong answers follow predictably. Removing human review once a model clears an accuracy threshold is exactly what this principle forbids for consequential decisions, because accuracy is not the reason the human is there. And building on a model somebody else trained does not transfer accountability to the model provider: the team that designed, deployed, and operates the solution answers for it. Foundry's own guidance pushes the same idea down to end users, recommending that applications remind people they are accountable for the final content when reviewing AI-generated output[8].
Putting the principles into practice in Foundry
You have a working prototype in a Foundry project and someone asks what you did about responsible AI. The answer that satisfies the question is a process rather than a feature list, and Microsoft publishes one. Grounded in the Responsible AI Standard, the recommended stages for a generative AI system are to identify potential harms through red-teaming and analysis, measure their frequency and severity with clear metrics and test sets, mitigate them with tools and strategies, then operate the system under a deployment and operational readiness plan[8]. You will meet the same shape under different labels: the Microsoft Learn module on responsible generative AI walks plan, map, measure, mitigate, and manage, and the Foundry responsible AI overview for agents[9] groups the work as discover, protect, and govern. The labels differ; the order does not. Red teaming, which the first stage leans on, means testers deliberately probing the system to find its limitations and vulnerabilities.
Where a mitigation sits
Mitigation is layered rather than single-shot, because no one control catches everything. Microsoft recommends a plan spanning four layers, which the figure below stacks in the documented order: the model itself, the safety system around it, the application you build, and how you position the system to the people who use it. The Microsoft Learn training module teaches the same four-layer stack, describing the third and fourth layers as the system message and grounding, and the user experience[10], which is a useful gloss on what actually goes in them: the system message is the instruction set you give the model to steer its behavior, and grounding data is the source material you supply with the prompt so that answers come from it.
The safety system layer is where guardrails live, the platform-level safety filters the documentation also calls content filters. They run prompts and responses through classifiers that detect harmful content, and they are powered by Azure AI Content Safety[11], which detects harmful material in user-generated and AI-generated content alike. Do not memorize a category count for these filters: Microsoft's pages enumerate the filter categories differently depending on which page you read, some listing the core harm categories only and others adding optional detections such as protected material, prompt attacks, and agent task adherence. Learn what the filters do and where they run, and treat any specific count as page-dependent.
Which capability serves which principle
These are the Foundry-side features most often paired with a principle in a scenario. The mapping is illustrative rather than exclusive, since one feature can support several principles.
| Principle | Capability that supports it |
|---|---|
| Reliability and safety | Evaluators for quality and safety, the AI red teaming agent, continuous and scheduled evaluation |
| Privacy and security | Microsoft Entra ID with RBAC, encryption, Defender for Cloud alerts surfaced in the portal |
| Transparency | Transparency Notes, disclosing the AI's role, citing sources in responses |
| Accountability | Tracing and monitoring, governance sign-off, human review of consequential actions |
Evaluators are the concrete instrument behind the first row: Foundry provides built-in evaluators covering general-purpose quality metrics, retrieval metrics such as groundedness, safety and security metrics, and agent-specific metrics[4], and an AI red teaming agent that simulates adversarial attacks before deployment. Choosing thresholds and wiring these into a specific deployment is implementation work covered on this guide's Foundry pages. What belongs here is the link: each capability exists because a principle demanded it.
Reading scenario questions: which principle is it?
Almost every question on this objective is the same shape: a two-line scenario, and six plausible principles. The scenarios are written so that the surface topic points at one principle while the actual subject is another, so the reliable method is to ask what the described action protects, not what it sounds like.
The four pairs that get swapped
- Fairness and inclusiveness. Both concern who the system serves. Ask the question the inclusiveness section closed on, whether the scenario is about results or access: a hiring model approving one group less often for equal qualifications is fairness; an interface a screen-reader user cannot operate is inclusiveness. Adding multilingual output and screen-reader support is an inclusiveness answer, and it is a favorite distractor on a privacy question.
- Transparency and accountability. Both concern how an organization answers for a system, and the transparency section drew the line: explaining what the system did is transparency; being answerable for it and keeping a human able to overrule it is accountability. Publishing a detailed explanation of how the model reached each prediction is transparency, offered as a distractor whenever inclusiveness is the real answer.
- Privacy and security versus transparency. Both involve telling people things. Disclosure about the data (what is collected, how it is used and stored, and the controls the person has) is privacy and security; disclosure about the system (that it is AI, and what it can and cannot do) is transparency. Encrypting customer records and restricting access by role is a privacy and security answer, and it appears as a distractor on transparency questions.
- Reliability and safety, including availability. Both use the word reliability. Safe and as-designed behavior is part of the principle; resilience and availability are part of it too.
Traps worth recognizing on sight
These distractors are wrong for a stated reason rather than because they sound weak, which is what makes them effective.
- Reporting high overall accuracy as evidence of fairness. It hides cohort-level disparity by construction.
- Returning an identical result to every person regardless of circumstances. Fairness compares similar cases; it does not flatten different ones.
- Stopping evaluation once the system passes its initial test set. Deployed behavior changes, which is why monitoring belongs to reliability and safety.
- Removing human review after the model beats an accuracy target, for decisions that significantly affect people. Meaningful human control is not an accuracy-gated feature.
- Naming the model provider as the accountable party once the application is live. The team that designs, deploys, and operates the solution answers for it.
- Treating encryption as satisfying privacy when users were never told how their data is used. The principle has a disclosure half.
One closing habit that resolves most remaining ambiguity: name the party the scenario is protecting. A group of people compared against another group points to fairness. A person who cannot get in the door points to inclusiveness. A person whose data is at stake points to privacy and security. A person who does not understand what happened points to transparency. A person who needs someone to answer for the outcome, or to overturn it, points to accountability. And the system itself, behaving safely under conditions nobody planned, points to reliability and safety.
The six principles at a glance
| Principle | The question it answers | A concrete consideration | Keep it separate from |
|---|---|---|---|
| Fairness | Do people in similar circumstances get similar treatment? | Compare outcomes and error rates across groups such as gender, ethnicity, and age | Inclusiveness, which is about who can use the system at all |
| Reliability and safety | Does it behave as designed, including under unexpected conditions? | Test failure modes, define safe fallbacks, monitor behavior after deployment | Service availability, a separate architecture concern |
| Privacy and security | Is the data protected, and do people control how it is used? | Minimize personal data, encrypt in transit and at rest, restrict access with Entra ID and RBAC, disclose collection and use | Transparency, which discloses how the system behaves rather than how data is handled |
| Inclusiveness | Can people of all abilities and backgrounds use it? | Support assistive technologies, multiple languages and interaction methods, and test with affected users | Fairness, which compares outcomes rather than access |
| Transparency | Do people know it is AI, and what it can and cannot do? | Disclose the AI's role, state known limitations, explain consequential results | Accountability, which asks who answers for the result |
| Accountability | Who is answerable, and who keeps meaningful control? | Name owners, define governance and compliance, keep human review of consequential decisions | Transparency, which explains the system rather than owning its outcomes |
Decision tree
Sharp facts the exam loves — give these one last read before exam day.
Cheat sheet
Sharp facts the exam loves — scan these before test day.
- Fairness requires comparable treatment for similarly situated people
The fairness principle requires an AI system to treat people fairly and to avoid affecting similarly situated groups in different ways. Fairness does not mean returning an identical result to everyone regardless of their circumstances.
Trap Return an identical result to every person, regardless of differences in their circumstances.
25 questions test this
- Your team assessed a loan-servicing model with several disparity metrics in the Responsible AI dashboard and could not satisfy all of them at the same time. An executive asks which single metric prove
- You generated a Responsible AI dashboard for a model that triages home-repair claims. You must first establish whether the model treats some customer groups worse than others. You must then establish
- Your team released a Microsoft Foundry agent that recommends internal training courses to employees. A fairness review before release found no meaningful difference between employee groups, so the tea
- Your team runs the fairness assessment in the Responsible AI dashboard for a credit-scoring model and reviews the disparity metrics it reports. A stakeholder asks whether that output on its own certif
- Your company is starting design work on an AI feature that shortlists applicants for social housing. The programme lead asks how the design phase itself can reduce the risk of unfair outcomes for appl
- A university uses a model to shortlist applicants for admission. An audit finds that the model selects well-qualified applicants from one demographic group at a much lower rate than from the other gro
- You are writing the release criteria for a model that recommends which small businesses receive a same-day equipment replacement. A reviewer asks for one criterion that captures Microsoft's fairness p
- Your team is building a loan pre-qualification feature on Microsoft Foundry that scores applicants and returns an approval recommendation. A compliance reviewer asks how the feature will satisfy the M
- Your team applies an unfairness mitigation from the Fairlearn package to a model that scores insurance claims. The disparity between two cohorts shrinks but does not disappear. Leadership asks what co
- Your team is starting design work on an AI system that will screen rental applications. A trainer tells the team that the first fairness activity happens before any model is built. Which activity shou
- Your model recommends job candidates and reports 94 percent accuracy on the full test set. Before deployment, a risk officer asks you to produce evidence about whether the model raises fairness concer
- You review the evaluation results for a model that recommends job interviews. Your task is to decide which finding indicates a problem under the Microsoft responsible AI principle of fairness. Which f
- A telecom company uses a classification model to decide which customers are offered a discounted handset upgrade. Community groups report that customers in one age cohort are offered the upgrade far l
- A government agency uses a Microsoft Foundry app to read scanned benefit-claim forms and extract each claimant's details. A pre-release review finds that the app extracts details correctly far less of
- You need one view that shows whether your classification model performs equally well for each group of people it affects, so that you can raise fairness issues before deployment. You open the Responsi
- You test a voice-controlled help desk assistant before release. The assistant transcribes spoken requests accurately for most callers, but it recognizes one group of speakers noticeably less well than
- A product manager proposes that your AI-powered pricing assistant return exactly the same offer to every customer, arguing that identical output is the simplest way to prove the system is fair. You mu
- A bank's loan model approves applicants from one age cohort far less often than applicants from another cohort whose finances are comparable. You open the Responsible AI dashboard to quantify the gap
- A Microsoft Foundry app generates illustrations for a recruitment campaign from prompts written by staff. Before an illustration reaches the campaign site, the compliance team must catch pictures that
- A developer on your team argues that the only place bias can enter your recommendation feature is the historical dataset used to train it. The team therefore plans a single bias check on that dataset.
- You are preparing a group fairness assessment for a model that recommends medical follow-up appointments. Before you can compare model behavior across groups, you must decide which attributes define t
- Your team is building an AI feature that recommends which customers receive a hardship payment plan. You are drafting the operating procedure so that the feature meets Microsoft's fairness guidance fo
- Your Microsoft Foundry app publishes customer reviews on a retail site. Each review is sent to Azure AI Content Safety before it is published. The app must automatically flag reviews that attack other
- Two applicants with nearly identical professional qualifications apply through your AI-assisted hiring app. The app recommends an interview for one of them and rejects the other. An internal review bo
- You run Microsoft Foundry safety evaluations against a benefits-guidance app and receive a low hateful and unfair content defect rate. A manager proposes signing off the release on that number alone.
Evaluate error rates and outcomes for relevant groups because a strong overall score can hide poorer performance for a particular cohort. A fairness assessment should compare group-level behavior rather than treating aggregate accuracy as proof of equitable performance.
Trap Accept the model as fair when its overall accuracy is high, without comparing results for relevant groups.
13 questions test this
- A clinic uses a model that flags the patients who should be called in for a follow-up screening. The harm the team is most worried about is a patient who needs the screening but is never flagged. Whic
- Your fairness assessment for a job-matching feature used a test dataset collected in one city, and it reported no disparity between cohorts. The company now plans to launch the feature nationally. Wha
- You compare the error rates of a customer-eligibility model across age cohorts and, separately, across language cohorts. Neither comparison shows a meaningful gap, but complaints keep arriving from ol
- A marketing team uses a Microsoft Foundry image generation model to produce staff photos for a careers page. The automated quality scores for the generated images are consistently high, yet reviewers
- A model that recommends which customers are offered a payment plan favors one group over another, and the team confirms the same pattern is present in the historical records the model was trained on.
- You configured the fairness assessment for a housing-allocation model with gender as the only sensitive feature, and the report showed no disparity. Applicants with disabilities now report that the mo
- Your team retrains a model that recommends home-visit slots for elderly clients, and overall accuracy rises by two points. The team wants to close the fairness item on the release checklist on the str
- The fairness assessment for a parcel-delivery priority model shows a clear performance gap for one customer cohort. A developer proposes applying an unfairness mitigation algorithm to the model straig
- You assess a model that estimates the repair cost an insurer will quote to each customer. You need to compare how well the model performs for each of the customer cohorts you defined in the dashboard.
- The metrics table in your fairness assessment shows one cohort scoring far better than the rest, and the sample size column shows that this cohort holds only a handful of records. A colleague wants to
- You must choose between two candidate models for a benefits-eligibility feature, and you have generated a Responsible AI dashboard for each of them. Model A scores slightly higher overall, and Model B
- Your team trains a model that ranks families applying for subsidized childcare places, and it deliberately leaves the applicant's ethnicity out of the model's input features. The team concludes that t
- The model overview in the Responsible AI dashboard reports 96 percent accuracy for a retail chain's returns-approval model, on a test set where one customer group makes up a very small share of the re
- Reliability and safety require dependable behavior across operating conditions
The reliability and safety principle requires an AI system to perform as designed and respond safely across expected and unexpected conditions. Testing failure modes and defining safe fallback behavior are reliability and safety considerations.
Trap Measure only the system's average accuracy on its original test dataset.
24 questions test this
- You are operating a Microsoft Foundry app that summarizes user-submitted forum threads. Occasionally the model reproduces hateful wording from a thread in its own summary, and the team needs such a re
- You develop a lightweight Microsoft Foundry app that answers policy questions from passages retrieved out of your company handbook. Which guardrail checks whether the answers are based on those suppli
- You build a lightweight app that sends uploaded customer complaint letters to an Azure Content Understanding document analyzer. When a guardrail blocks a letter, no fields are extracted. The app curre
- Your Microsoft Foundry app was designed, tested, and released to handle typed English support emails. The business now wants the same app to process machine-translated emails arriving from three new c
- You are choosing a model from the Microsoft Foundry catalog for a customer-facing app. Two candidates report nearly identical quality index values, and the responsible AI review asks which of them is
- A Microsoft Foundry assistant has been live for two weeks. After a routine change to its system message, users begin receiving unsafe recommendations, and the team needs a prepared procedure that retu
- Your Microsoft Foundry project has a model deployment that uses a custom guardrail with strict violence and hate controls. You build an agent on that deployment and assign the agent a different guardr
- You build a lightweight Microsoft Foundry assistant that writes short Python snippets for internal developers. Before release, the review asks for evidence that the snippets the assistant produces do
- A stakeholder asks why your responsible AI review keeps returning to the range of conditions the development team considered, instead of accepting the app's benchmark scores as the measure of dependab
- A team reports that its Microsoft Foundry app is reliable and safe because the model scored 94 percent average accuracy on the test dataset that was assembled when the project started. The responsible
- Before releasing a Microsoft Foundry app that answers questions from the public, your team evaluates its test dataset with the coherence and fluency evaluators, and every response passes. The responsi
- Your organization is about to release a generative AI feature to all 40,000 employees at once. The responsible AI review asks how the team will surface problems that testing did not reveal, while limi
- You built a Microsoft Foundry app that answers questions about your company's shipping policies. Users have started asking it for legal and medical advice, and the app returns confident answers on tho
- Your team is preparing an AI system for use in a hospital, where its outputs can affect patient safety. A developer proposes signing the system off as soon as it passes the laboratory test suite the t
- Your team is reviewing a lightweight Microsoft Foundry chat application against Microsoft's six responsible AI principles. Each principle is assigned to one developer, who must show a single concrete
- You are building a lightweight Microsoft Foundry agent that answers policy questions for employees by calling a single internal knowledge tool. During testing you find that when the tool call fails, t
- Your team is about to release a lightweight Microsoft Foundry customer-help app. The responsible AI review wants evidence that the app holds up when somebody deliberately tries to make it produce harm
- A Microsoft Foundry app was evaluated thoroughly before deployment and has run unchanged for six months. The kinds of request users send have shifted since launch, and the team has no signal about whe
- A Microsoft Foundry agent you released is covered by continuous evaluation, and its dashboard charts are populated with production data. Nobody watches the dashboard overnight, and the team must learn
- Your team is building a lightweight customer chat application on Microsoft Foundry for a utility company. Before release, the team lists the ways the app could fail, tests each of those failure modes,
- A Microsoft Foundry triage assistant works well during scripted demonstrations. In production it returns confident but inconsistent answers whenever it receives a request type that the team never anti
- Your Microsoft Foundry model deployment allows lower-severity harmful content, but during a pilot you need a per-request record whenever that content is detected. What should you use?
- Your Microsoft Foundry app has been in production for a month. Support staff hear that some generated summaries are inaccurate or offensive, but those complaints arrive weeks later through unrelated c
- You are preparing to release a Microsoft Foundry agent whose tools can cancel customer orders and delete stored records. An automated red teaming scan reports that crafted prompts can push the agent i
- Reliability requires monitoring after deployment as operating conditions change
Monitor an AI system after deployment because changing data, usage patterns, and operating conditions can expose behavior that predeployment tests did not reveal. Ongoing monitoring supports timely detection and mitigation of unsafe or inconsistent results.
Trap Stop evaluating the system after it passes its initial test set because deployed behavior will remain unchanged.
12 questions test this
- Your Microsoft Foundry agent supports a small internal team, so on some days it receives only a handful of requests. You need a quality reading of the agent's answers that does not depend on how much
- A Microsoft Foundry agent you built has served a pilot group for a month, and telemetry for the project is already connected. You need to see whether the agent's evaluation scores have moved since rel
- Users of your Microsoft Foundry agent report that some conversations end with no reply at all, while other conversations finish normally. The agent calls an internal tool that another team modified la
- Your team is about to run its quarterly evaluation of a Microsoft Foundry agent that has been live for a year. The only evaluation data available is the file of sample questions the team wrote by hand
- You deployed a Microsoft Foundry agent for a pilot group and want to watch how it behaves in production from the Foundry portal. You open the agent's Monitor tab and every chart is empty. No telemetry
- Before releasing your Microsoft Foundry agent, the team ran an evaluation and recorded the scores it accepted as good enough to ship. The agent has now served requests for three months and its configu
- Microsoft notifies your subscription that the model version behind your Microsoft Foundry app is retiring, and names the replacement model that will serve the deployment afterwards. The app has not be
- Your organization follows Microsoft's responsible AI guidance for a customer-facing app that went live last month. A manager asks which practice supports the reliability and safety principle now that
- Your team has run a lightweight question-answering app on a Microsoft Foundry model deployment for six months. The deployment uses the policy that upgrades it once a new default model version becomes
- Your team is following Microsoft's four-stage process for building a responsible generative AI solution in Microsoft Foundry. The solution is functionally complete. The work that remains is the compli
- A user of your Microsoft Foundry app reports a generated reply that gave incorrect refund advice. The team confirms the problem and corrects the app's instructions, and the reply is now right. What sh
- Your Microsoft Foundry app runs a guardrail control that scans the model's output for a defined content risk, and the control passed the team's prerelease tests. Six weeks after release, users forward
- Privacy and security protect data and control access throughout the AI system
The privacy and security principle requires an AI system to respect privacy and remain secure. Appropriate considerations include minimizing exposed personal data, protecting stored and transmitted data, and restricting access with controls such as Microsoft Entra ID and role-based access control.
Trap Add multilingual output and screen-reader support to the user interface.
24 questions test this
- A compliance officer reviews a Microsoft Foundry project that uploads evaluation files and persists message history through the Responses API. She asks what protects that stored data at rest, and wher
- Your Microsoft Foundry project connects to Azure AI Search and Azure Storage, and the platform stores the credentials for those connections for you. Your security team must keep those connection secre
- You are reviewing the design of a Microsoft Foundry application that summarizes patient referral letters for a clinic. A developer who is new to the team asks how the Microsoft responsible AI principl
- You connect a new Azure Blob Storage account to your Microsoft Foundry project so that an agent can ground its answers on the files it holds. The agent uses the Foundry resource's managed identity, wh
- Your company requires that prompts and responses be processed inside the Azure geography where its Microsoft Foundry resource is deployed. A colleague proposes moving the model to a Global deployment
- You are building an application that transcribes live customer calls with Azure Speech in Foundry Tools. A privacy requirement states that Microsoft must not retain the caller audio at rest at any poi
- One Microsoft Foundry resource serves two teams. The HR team uploads employee files for its agents, and the marketing team builds separate agents on the same resource. Marketing developers must not re
- Your Microsoft Foundry project is connected to an Application Insights resource, so agent runs are traced automatically. A privacy review finds that the traces contain user inputs, model outputs, and
- An internal auditor must be able to open your Microsoft Foundry resource and see which models are deployed in each project. The auditor needs control-plane read access and no data actions. Company pol
- A customer of your Microsoft Foundry Agent Service application asks your company to erase their personal data. The agent has held several conversations with that customer, and the customer uploaded tw
- An Azure-hosted web app calls a model deployment in your Microsoft Foundry resource. The security team wants credential rotation handled by the platform, and it wants every call attributed to the app'
- An administrator assigns a contractor the Foundry Agent Consumer role on one project, expecting the contractor to reach only that project's agent endpoints. The contractor's script instead calls every
- A Microsoft Foundry project contains three agents, and one of them answers questions about payroll records. A partner company's service principal must be able to call only the payroll agent's endpoint
- Your team shares a single Microsoft Foundry resource API key across every developer and every automated job. An audit requires that each request be attributable to one identity and that each caller ho
- You build an agent in Microsoft Foundry Agent Service. The agent uses threads, so the service persists the message history of each conversation. Your data protection officer asks where that conversati
- Thousands of recorded support calls already sit in Azure Storage, so you must use batch transcription in Azure Speech to process them. Your retention policy states that the generated transcript files
- A development team encrypts the customer records that its Microsoft Foundry application stores, and it grants each developer only the Microsoft Entra ID role that the developer's daily work requires.
- A retail chatbot built on Microsoft Foundry stores each shopper's conversation history so that later replies can be personalized. A design review asks you to strengthen the chatbot's alignment with th
- A customer-facing web app calls an existing agent in a Microsoft Foundry project through that agent's endpoint. The app never authors or edits agents, and your security team wants the app's identity t
- You are choosing a setup for a Microsoft Foundry Agent Service project that will process mortgage applications. The bank's data protection standard requires that the conversation threads, uploaded fil
- You are developing an application that transcribes recorded patient calls for a clinic and stores the transcripts in Azure Storage so that a support team can review them. The clinic asks you to show h
- An agent in your Microsoft Foundry project answers order questions by calling a tool that returns full customer records. Testing shows that the agent sometimes repeats a customer's phone number and ho
- An agent in your Microsoft Foundry project summarizes emails that suppliers send to your company, and it can call a tool that reads your customer database. A security reviewer identifies the hidden in
- Your organization keeps uploaded files and evaluation data in a Microsoft Foundry resource. A regulator requires that your own security team be able to rotate the encryption key that protects this dat
- Privacy governs how personal data is collected, used, stored, and controlled
Privacy considerations include being clear about the collection, use, and storage of personal data and giving people appropriate control over how their data is used. These obligations complement technical security controls such as encryption and access restriction.
Trap Treat encryption alone as sufficient even when users are not told how their personal data will be used.
15 questions test this
- A bank builds a Microsoft Foundry app on a model sold by Azure, and the prompts carry confidential customer details. The bank's legal team objects to Microsoft storing any prompt for human review as p
- Your app sends customer emails to Azure Language in Foundry Tools for sentiment analysis. A compliance rule states that the email text must not be held by the service at all, not even briefly for supp
- Your building access app uses Azure Vision Face in Foundry Tools. Each employee's face is enrolled in a person group so that the door camera can identify them. An employee leaves the company. The sour
- A retail chain wants staff to enter its stockrooms by facial identification instead of by badge, using Azure Vision Face in Foundry Tools. The developers have already provisioned the resource and secu
- Your company recorded customer support calls and transcribed them with Azure Speech in Foundry Tools to review agent quality. Callers were told that the recordings support quality reviews. A marketing
- Your company plans to launch a Microsoft Foundry recruiting assistant that processes applicant CVs in several countries. The engineering team has enabled encryption and least-privilege roles on every
- You use Azure Content Understanding in Foundry Tools to extract fields from scanned invoices that carry customer names and addresses. Your data protection officer asks what happens to the invoice file
- You are building a Python app that records spoken notes from users and sends the audio to Azure Speech in Foundry Tools for real-time transcription. The audio travels over HTTPS, and your app keeps no
- A colleague claims that Microsoft employees can read every prompt your Microsoft Foundry application sends to a model sold by Azure. Your team has not applied for modified abuse monitoring. Which stat
- A chat app in Microsoft Foundry grounds its answers on an Azure AI Search index built from your company's HR documents. Several of those documents may be read only by the HR team. Today any employee w
- Your team is close to releasing a Microsoft Foundry application that summarizes patient intake forms. During the final review the lead asks which of the planned activities puts the Microsoft responsib
- A school district will use Azure Speech in Foundry Tools to transcribe parent-teacher meetings, and the recordings and transcripts are kept in the district's own storage. The design team wants one pra
- Your team builds a Microsoft Foundry app that answers HR questions for employees, and the app keeps each employee's question history. The history is encrypted at rest, and only two administrators hold
- You are building a Microsoft Foundry app that drafts replies to insurance claim emails. Each claim record in your database holds the claimant's full address, bank account number, and medical notes. On
- Your company deploys a visitor kiosk that verifies identity with Azure Vision Face in Foundry Tools. A project manager assumes that Microsoft carries the privacy obligations toward the visitors' biome
- Inclusiveness designs AI experiences for people with diverse abilities and backgrounds
The inclusiveness principle requires AI systems to empower and engage people regardless of background and to be usable by people of all abilities. Supporting multiple interaction methods, languages, and assistive technologies such as screen readers is an inclusiveness consideration.
Trap Publish a detailed explanation of how the model generated each prediction.
25 questions test this
- Residents who have no smartphone and cannot use a web form still need access to a Microsoft Foundry benefits agent. The team must let those residents hold a spoken back-and-forth conversation with the
- A Microsoft Foundry expense agent accepts typed input only. Field research finds that several staff members have limited hand mobility and cannot type reliably on a phone keyboard. Which addition to t
- A product team adds a one-handed operating mode to a Microsoft Foundry photo app so that users with limited hand mobility can work in it. The mode also proves popular with users who are carrying a bag
- A Microsoft Foundry app reads appointment reminders aloud with Azure Speech text to speech. Reminder text is generated in each resident's own language, and residents have chosen eight different langua
- A Microsoft Foundry meeting app must let employees who speak different languages take part in the same live discussion. Each participant should hear the discussion in their own language as it is spoke
- A Microsoft Foundry prompt agent answers questions for a public housing service. Research with residents finds that many of them have low reading confidence, while the agent's replies are long and den
- A bank's Microsoft Foundry loan assistant publishes a page that describes in plain language how the model produced each recommendation and which factors weighed most heavily. Which Microsoft responsib
- A Microsoft Foundry help center publishes new written support articles every day, and each article must reach customers who read a dozen different written languages. Which Foundry Tools capability sho
- You are writing a Python application with the Azure Speech SDK that reads answers aloud for users with low vision. The synthesized audio must play through the workstation's default speaker instead of
- A Microsoft Foundry community app publishes neighborhood notices in Hindi. Research finds that many younger residents speak Hindi but cannot read the Devanagari script, and that they read the same Hin
- A Microsoft Foundry support portal receives typed messages from residents around the world. The portal never asks people to choose a language, and each message must be routed to a support agent who re
- A Microsoft Foundry learning app narrates lessons by using Azure Speech text to speech. Learners with cognitive disabilities ask to hear the narration more slowly, and other learners want it faster. T
- A hospital adds a Microsoft Foundry appointment agent to its patient portal. The release adds voice input for patients who cannot type and a large-text reading mode for patients with low vision. Which
- A Microsoft Foundry loan assistant is reviewed against the Microsoft responsible AI principles. The team already compares approval rates across demographic groups and reports the disparities it finds.
- Your team is about to release a Microsoft Foundry benefits chatbot to the public. A reviewer points out that everyone who has tried the chatbot so far works on the engineering team. Which action best
- A city agency is procuring a Microsoft Foundry citizen services agent. The contract requires the delivered agent to be usable by residents with disabilities, and the agency must be able to show that t
- A Microsoft Foundry help center stores several hundred prerecorded tutorial videos in an Azure Storage container. None of the videos carry captions, so employees who are deaf cannot follow them. You n
- A Microsoft Foundry meeting app produces text transcripts for employees who are deaf. Reviewers report that a transcript arrives as one unbroken block of text, so a reader cannot tell which participan
- A Microsoft Foundry city services chat app stores each resident's preferred language in their profile. The agent generates its answers in English, and the app must display every answer in the resident
- A university adds an AI study assistant to its online learning portal. The team ships live captions for lecture audio, full keyboard navigation, and screen reader labels for every control. Which Micro
- A Microsoft Foundry app generates captions for community meetings so that residents who are deaf can follow along. Speakers move between English and Spanish inside a single recorded session. Which Azu
- A Microsoft Foundry app supports people with a condition that will gradually take away their speech. Inside the app, each user records a verbal consent statement and about one minute of their own spee
- A Microsoft Foundry web app lets employees upload product photos. Employees who use screen readers hear only the file name, so the team wants a one-sentence description of each photo stored as its alt
- A public agency is planning a Microsoft Foundry citizen services agent. Its governance board asks which commitment the Microsoft inclusiveness guidance recommends so that the finished agent works for
- A Microsoft Foundry learning app narrates its lessons by using Azure Speech. The team wants an on-screen animated face whose mouth movements follow the narration, to help learners who rely on lip read
- Inclusive design involves people with diverse needs throughout design and testing
Include people with varied abilities, language needs, backgrounds, and levels of technical proficiency in design and testing. Their participation can reveal barriers that a homogeneous development team might miss.
Trap Ask only the development team to review accessibility because they already understand how the interface works.
14 questions test this
- A team is choosing testers for keyboard navigation in a Microsoft Foundry ticketing app. One developer argues that only people who rely on assistive technology because of a disability belong in the te
- A Microsoft Foundry claims assistant will be used by policyholders with every level of computer experience. The pilot group currently consists of insurance staff who work in the company's internal too
- A team is starting design work on a Microsoft Foundry benefits assistant for a city. The project brief describes the intended audience only as residents aged 18 to 75 who live in the metropolitan area
- A Microsoft Foundry medication reminder agent is aimed at older adults living with memory loss. The team has booked research sessions with people who have memory loss and is deciding who else to invit
- A team building a Microsoft Foundry companion app for adaptive game controllers studies how the Xbox Adaptive Controller itself was created. Microsoft engaged the accessible gaming community throughou
- Drivers who will use a Microsoft Foundry dispatch app work from their own phones with personalized screen reader and text size settings. The team has booked lab sessions on identical loaner phones lef
- A team recruits participants to test the spoken prompts in a Microsoft Foundry warehouse assistant. The shortlist holds only people with permanent hearing loss, and the assistant is used on a loud pac
- In research for a Microsoft Foundry rehabilitation coaching app, a participant who had a stroke shows unclear speech, reduced coordination, and a gap in their visual field. The team records what that
- Before building a Microsoft Foundry study agent, a team plans an empathy exercise in which the developers wear blindfolds and earplugs for an afternoon and then list the barriers they hit. A designer
- Telemetry from a Microsoft Foundry captioning app shows that users who are deaf switch off in-app notifications far more often than other users do. The behavior started after the most recent release,
- Research sessions for a Microsoft Foundry training platform include participants across a wide range of hearing loss. Some participants ask for captions, and others prefer to route the lesson audio to
- A Microsoft Foundry HR agent is ready to ship. The manager proposes that the developers who built its screens run the accessibility review themselves and record the outcome in the release notes. Why d
- Participant sessions for a Microsoft Foundry expense app surface a barrier that blocks the few participants who cannot use a mouse. A product manager proposes deferring the fix because so few customer
- A Microsoft Foundry support portal runs automated accessibility checks in its build pipeline, and the last several builds passed every check. The team asks what the release still needs before it ships
- Transparency makes an AI system's role, capabilities, and limitations understandable
The transparency principle requires people to understand that they are interacting with AI and what the system can and cannot reliably do. User-facing disclosures should set appropriate expectations about AI-generated output.
Trap Encrypt customer records and restrict access by role.
21 questions test this
- A recruiting team uses a model deployed in Microsoft Foundry to rank job applications. Recruiters accept or override the ranking, but they cannot tell why one particular applicant was placed at the bo
- You are preparing the public launch of a generative AI drafting assistant that your team built on Microsoft Foundry. Beta users misjudged which writing tasks the assistant handles well and kept sendin
- A team new to Microsoft Foundry reviews the six Microsoft responsible AI principles before their first agent reaches production. A developer asks what the transparency principle actually requires of t
- Your prompt agent in Microsoft Foundry answers HR questions in a warm first-person style. Testers report that when they ask whether they are talking to a real person, the agent replies with emotive st
- You launch an internal assistant that answers benefits questions from a model deployment in Microsoft Foundry, with no knowledge tool attached. Staff ask about a benefits change announced last week, a
- Users of your assistant, which speaks with a synthetic voice from Azure Speech in Foundry Tools, can select a link during onboarding to find out more about the voice they are hearing. You are writing
- You are documenting the responsible AI practices your team applied to a customer-facing assistant built on Microsoft Foundry. The document uses the six Microsoft responsible AI principles as its secti
- Your team ships an application on Microsoft Foundry that drafts product descriptions for a public catalog, with content filtering enabled on the model deployment. One drafted description contained an
- You are designing the persona of a customer service assistant that speaks with a synthetic voice from Azure Speech in Foundry Tools. Users should stay aware that the voice is computer generated over m
- A bank scores personal loan applications by using a model deployed in Microsoft Foundry. Before approving the model for wider use, the risk committee wants to know which applicant attributes drive the
- Your support team uses a ticket tool that now includes an agent in Microsoft Foundry. The agent writes a draft resolution note and selects a ticket category on every incoming ticket before a support e
- An insurance company uses a model deployed in Microsoft Foundry to decide which claims are settled automatically. Regulators require that every applicant whose claim is refused be told, in plain langu
- You are building a bedtime-story app for preschool children that speaks with a synthetic voice from Azure Speech in Foundry Tools. The app's persona is a friendly animal character, and children listen
- You plan to add Azure Content Understanding in Foundry Tools to a document workflow. Before approving the launch, your compliance reviewer asks for Microsoft's own description of what the service can
- Your team has finished a responsible AI review of a model that a business unit wants to move into production. The general manager and the compliance lead, neither of whom works in notebooks, need one
- You are choosing a model from the Microsoft Foundry model catalog for an agent that will summarize legal correspondence. Before deploying anything, you need the provider's own published description of
- A lender decides which personal loan applications are approved by using a model deployed in Microsoft Foundry. A declined applicant asks for the smallest set of changes to their own application detail
- Your contact center adds an application that uses Azure Speech in Foundry Tools to transcribe each incoming customer call as it happens, and to generate a summary for the agent when the call ends. The
- You are adding a synthetic voice from Azure Speech in Foundry Tools to a companion app that reads users' personal messages aloud. The persona is a photorealistic rendering of a real person, and users
- You build an invoice processing app on Azure Content Understanding in Foundry Tools. A clerk approves every extracted total before payment is released, but the app shows only the final field values, s
- You deploy an agent in Microsoft Foundry that resolves support tickets by calling several internal APIs through its tools. Support staff say the agent's answers arrive with no indication of what it di
- Useful explanations help stakeholders understand consequential AI decisions
When AI informs a consequential decision, provide useful information about how and why the system behaved as it did. Human-understandable explanations help stakeholders identify performance issues, fairness concerns, and unintended outcomes.
Trap Disclose only that AI is present without explaining a consequential result or the system's known limitations.
6 questions test this
- A pharmacy chain builds an app in Microsoft Foundry that answers staff questions about medicine handling from its own procedure documents. Every answer is checked with groundedness detection in Azure
- You are testing an app in Microsoft Foundry that uses a reasoning model to recommend which insurance claims a handler should investigate. Handlers must be able to see the steps that led to each recomm
- A bank analyzes recorded sales calls with an audio analyzer in Azure Content Understanding in Foundry Tools. The analyzer returns a call summary and a list of call categories for each recording. A com
- A clinic uses a model deployed in Microsoft Foundry to decide which patient referrals are fast tracked. Nurses confirm each outcome in the clinic's app, which shows the outcome alone. The team generat
- A housing association runs a prompt agent in Microsoft Foundry that tells applicants which properties they are eligible for. The agent returns a shortlist and nothing else. Applicants say they cannot
- A university built four features on Microsoft Foundry and is reviewing them against the Microsoft responsible AI principles. The reviewer wants to know which feature obliges the team to explain to an
- Accountability keeps people responsible for AI system decisions and oversight
The accountability principle holds people and organizations responsible for how an AI system is designed, deployed, and used. Define ownership, governance processes, and responsibility for compliance throughout the system lifecycle.
Trap Treat the model provider as the only accountable party after the application is deployed.
23 questions test this
- A product team at your company wants to launch a sensitive AI use case that scores rental applications on a Microsoft Foundry model deployment. Your governance system must decide whether the project m
- Your organization's responsible AI policy names an accountable owner for the whole lifecycle of every production AI system. A Microsoft Foundry application in production runs on a model version that M
- Your company released a Microsoft Foundry application that drafts replies for a customer service team. Employees mention in a team meeting that some replies contain wrong product details, but nothing
- A Microsoft Foundry application that your team operates is open to the public. Guardrails block a stream of prompts from one user account that repeatedly tries to generate hateful content. Which opera
- Red team testing of a Microsoft Foundry application uncovers a harm nobody expected: the model produces demeaning descriptions of one customer group. The application has not shipped yet. What does the
- Your company plans an application on Microsoft Foundry that reschedules deliveries and cancels orders on its own, with little human involvement. The legal team asks what the Microsoft Enterprise AI Se
- Several teams at your company have independently built AI applications on Microsoft Foundry. The responsible AI lead cannot state which systems are running in production, and compliance audits are sta
- A gaming company added Azure AI Content Safety to its chat feature a year ago and has not changed the configuration since. Players now report that ordinary messages are blocked, while moderators see n
- Your organization is standing up an AI governance system to oversee the applications its teams build on Microsoft Foundry. Leadership asks how to structure the group so that it creates real change acr
- You are building an agent in Microsoft Foundry that issues customer refunds by calling an Azure Functions tool. A refund cannot be reversed once the agent issues it. Which control does the Foundry Age
- An agent in your Microsoft Foundry project calls an external company's API through a custom OpenAPI tool. A colleague assumes Microsoft has tested that external service because the agent runs in Found
- Your organization adopts a SaaS AI assistant and also builds its own application on a PaaS Azure AI service. A security lead asks which duty stays with your organization in both cases under the artifi
- Your company deploys a customer-facing chat application that is built on a generative AI model your organization did not train. A user receives harmful advice from the application, and a developer sta
- Your team will build a Microsoft Foundry application that summarizes customer complaints for a support desk. The team plans to use an open model from the Foundry model catalog that is published by a c
- You are building an application on Microsoft Foundry that screens job applications and recommends which candidates a hiring team should advance. The recommendations affect the applicants' employment o
- Your application uses a Microsoft Foundry model deployment to draft marketing copy that employees then post on the company's public website. You must reduce the risk that offensive or inaccurate gener
- Your team finished measuring and mitigating the harms identified for a Microsoft Foundry application that drafts internal policy answers for employees. The application is now ready to be released to t
- You are preparing to deploy a generative AI application that drafts hospital admission summaries by using a Microsoft Foundry project. Your team lead asks you to add one practice that applies the Micr
- A model deployment behind your company's AI application begins producing biased recommendations. Nobody in the organization is able to pause the application or authorize a corrective change to it. Whi
- You are adding a code-suggestion feature to an internal developer portal by using a Microsoft Foundry model deployment. Developers accept the suggested snippets and commit them without checking them.
- Your organization must be able to investigate, after an incident, which users interacted with the AI applications in a Foundry subscription and what sensitive data those interactions carried. A compli
- Your team runs Microsoft Foundry risk and safety evaluations against a generative AI application before release. The automated evaluators return low defect rates for every content risk category, and a
- An internal auditor asks how your team knows that the mitigations added to a Microsoft Foundry application actually reduced the harms the team identified. The application has been serving users for si
- Consequential AI decisions require meaningful human control
An AI system should not be the final authority for decisions that significantly affect people's lives. Human oversight and mechanisms to review or contest consequential outcomes support accountability.
Trap Remove human review once the model exceeds an accuracy target for consequential decisions.
17 questions test this
- A logistics company automates a high-volume decision on a Microsoft Foundry model deployment because the case load makes reviewing every case impossible. The decision determines whether a customer kee
- Your team will use Azure Document Intelligence in Foundry Tools to read submitted benefit claim forms, and every approved claim releases a payment to a claimant. The team must pick the confidence valu
- A clinic asks you to review the design of a Microsoft Foundry application. The application reads a patient's reported symptoms and returns a likely diagnosis to the patient in a chat window. Which cha
- A hospital uses Azure Translator in Foundry Tools to translate discharge instructions into each patient's language. The instructions tell patients how to take their medication at home. How should the
- A consulting firm uses the deep research tool in a Microsoft Foundry agent to produce market reports that go to clients under the firm's name. Each report includes citations that the tool collected fr
- Your team is introducing a Microsoft Foundry application that suggests an outcome for each disability benefit claim to the caseworkers who handle the claims. A trainer asks how to describe the applica
- A university adds an AI feature to its assignment portal that flags submitted essays as likely AI-generated. Today a flagged essay results in an automatic academic-integrity penalty for the student. W
- A media company puts a small team of moderators in charge of an Azure AI Content Safety deployment that screens user comments. Leadership asks what the company owes those moderators so that their over
- A university's financial-aid office uses a Microsoft Foundry application that recommends how much aid each applicant should receive. The office asks an administrative assistant with no financial-aid b
- Your team is writing internal design rules for AI features that decide whether a person receives a service. The rules must reflect the Microsoft responsible AI principle of accountability. Which rule
- Your bank is planning several new uses for Azure Document Intelligence in Foundry Tools. The compliance team asks which planned use the service's transparency note calls out as one that Document Intel
- A city deploys a Microsoft Foundry agent that sorts incoming citizen service requests, assigns them to the right departments, and drafts the status updates that go back to residents. Which design matc
- A billing application uses the Text Analytics for health feature of Azure Language in Foundry Tools to turn extracted entities into charges on a patient's account. Occasionally an entity is extracted
- A hospital application uses the Text Analytics for health feature of Azure Language in Foundry Tools to extract social determinants of health from clinical notes. The operations team wants the extract
- A campus deploys facial identification from Azure Vision Face in Foundry Tools so that staff can enter buildings without a badge. During testing, some enrolled staff members are not matched at the doo
- A factory supervisor deploys a Microsoft Foundry agent that watches inventory levels, schedules restocking, and proposes shift rosters for the production crew. The roster decides who works nights and
- Four teams at your company each plan an agent on Microsoft Foundry Agent Service. Before the projects start, you check the service's transparency note to see which design calls for mandatory human rev
Also tested in
References
- What is Responsible AI - Azure Machine Learning
- Study guide for Exam AI-901: Microsoft Azure AI Fundamentals
- Responsible AI in Azure Workloads - Azure Well-Architected Framework Well-Architected
- Observability in Generative AI - Microsoft Foundry
- Apply the inclusiveness principle (responsible AI principles training)
- Responsible AI Policies - Cloud Adoption Framework
- Transparency Note for Azure OpenAI in Foundry Models
- Overview of Responsible AI practices for Azure OpenAI in Foundry Models
- Responsible AI for Microsoft Foundry
- Mitigate potential harms (responsible generative AI training)
- What is Azure AI Content Safety?