Your company is building a portfolio of AI-powered business solutions. Company executives want to understand how Microsoft responsible AI principles can support the company's long-term goals. Which benefit best demonstrates the importance of responsible AI? Select the BEST answer.
Answer : C
Responsible AI is fundamentally about earning and maintaining trust while scaling AI across the enterprise. Option C is the best answer because responsible AI practices (fairness, reliability and safety, privacy and security, transparency, accountability, and inclusiveness) reduce reputational, legal, and operational risk and make adoption sustainable over time. When stakeholders trust that AI is governed, tested, and monitored, the organization can expand AI usage confidently across business units.
Your company is evaluating the use of Microsoft Copilot Studio to support business process automation and employee self-service. Which two capabilities are directly supported in Copilot Studio? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Answer : D, E
Microsoft Copilot Studio is built for creating and managing custom agents that handle employee self-service and business process automation. The two capabilities that align directly to this purpose are D and E.
D is correct because Copilot Studio lets you build agents that connect to enterprise data and systems and then perform actions on behalf of users. This is the foundation for automation and self-service: the agent can answer questions using connected knowledge sources and can also trigger workflows (for example, submitting a request, creating a ticket, checking status, or updating records) through connectors and actions. These integrations allow the agent to move beyond ''chat'' into real operational outcomes, which is exactly what business process automation requires.
E is correct because Copilot Studio provides the controls needed to customize how an agent behaves and responds. This includes defining conversational topics/flows, setting instructions and guardrails, shaping tone and response style, configuring fallback behavior, and controlling how generative answers are produced (for example, using approved knowledge sources). Customization ensures the agent behaves consistently with company policies and provides reliable employee experiences.
Your company is deploying Microsoft 365 Copilot. The deployment must provide users with access to the Researcher agent to search across data in Microsoft SharePoint. You need to recommend a licensing plan for the solution. What should you recommend?
Answer : C
The requirement is explicit: users must have access to the Researcher agent in Microsoft 365 Copilot and use it to search across organizational content stored in SharePoint. Microsoft's licensing guidance for Researcher indicates that Researcher is available to Microsoft 365 business and enterprise users who have a Microsoft 365 Copilot add-on license (and also to certain consumer ''Microsoft 365 Premium'' subscriptions).
That maps directly to option C. The Researcher agent is part of the Microsoft 365 Copilot experience for work tenants; it is not enabled merely by having a baseline Microsoft 365 subscription entitlement (B). Baseline subscriptions can provide access to Microsoft 365 apps and content repositories (like SharePoint/OneDrive), but the Researcher agent itself is a Copilot capability that requires the Copilot add-on to unlock.
Option A (pay-as-you-go) and D (usage-based consumption license in Azure) describe consumption models that apply to Azure services or agent metering in some scenarios, but they are not the standard licensing requirement to enable the built-in Researcher agent for Microsoft 365 Copilot users. When the goal is to enable Researcher inside Microsoft 365 Copilot for staff, the practical and correct recommendation is to assign the Microsoft 365 Copilot per-user add-on license to the users who need it, ensuring their SharePoint access is already properly permissioned and governed.
Your company has an AI solution that uses a prebuilt Azure OpenAI model to generate content. You need to reduce the cost of the solution while minimizing the impact on the quality of the generated output. Which two actions should you perform? (Select TWO.) NOTE: Each correct selection is worth one point.
Answer : C, D
To reduce Azure OpenAI costs with minimal quality loss, you target the biggest cost drivers: token usage and model price per token (or throughput unit). C (Optimize the prompts) is a best practice because shorter, clearer prompts reduce unnecessary input tokens and often reduce output length by tightening instructions and formatting. Prompt optimization can preserve or even improve quality by removing ambiguity, adding constraints, and using compact context (for example, only the most relevant grounding passages). Lower token consumption directly lowers cost while maintaining response usefulness.
D (Switch to an alternate model) is also effective because different models have different price/performance tradeoffs. Moving from a premium model to a more cost-efficient model (or a smaller variant) can significantly reduce spend. You can minimize quality impact by validating outputs on representative scenarios and using a tiered approach (cheap model by default, expensive model only for complex cases).
The other options are less aligned to the goal. A (Fine-tune) typically increases cost (training and ongoing evaluation) and is not the first-line cost reducer. B (Content moderation) is primarily a safety control; it can add overhead and doesn't directly reduce token costs. E (Decrease hosting hours) applies to capacity-based hosting scenarios, but the question states a prebuilt Azure OpenAI model for content generation---cost reduction is best achieved by prompt/token optimization and selecting the right model.
You plan to meet with a group of stakeholders to discuss how generative AI can benefit your company. You need to provide the stakeholders with a relevant description of generative AI during the meeting. Which description should you use?
Answer : C
Generative AI's defining characteristic is that it creates new content (text, images, code, summaries, drafts) in response to instructions---most commonly natural language prompts. Option C captures that general-purpose description in a stakeholder-friendly way: users provide prompts and the system generates responses or content. This framing is broad enough to cover common business value scenarios such as summarizing documents, drafting communications, creating marketing copy, generating reports, building assistants, and producing structured outputs from unstructured requests.
Your company uses a non-reasoning generative AI model to create textual content. You discover that the model's responses are inconsistent and do NOT meet expectations. You need to improve the prompts. What should you do? More than one answer choice may achieve the goal. Select the BEST answer.
Answer : A, B
When a non-reasoning generative AI model produces inconsistent outputs, the most reliable improvement is to make the prompt more specific, constrained, and demonstrative of what ''good'' looks like.
A is correct because adding high-quality examples is a form of few-shot prompting. Examples act like ''training wheels'' at inference time: they show the model the desired structure, tone, level of detail, formatting rules, and boundaries. This reduces ambiguity and variance, especially for tasks like marketing copy, summaries, policy text, or customer replies. The more your examples resemble real target outputs (including edge cases), the more consistent the model's completions become.
B is correct because adding context, relevant source material, and explicit expectations narrows the model's degrees of freedom. Including the intended audience, purpose, constraints (length, voice, banned claims), and trusted reference content (approved facts, product specs, policy excerpts) helps the model stay aligned and reduces hallucinations and off-brand language. This is also where you specify acceptance criteria such as ''must include 3 bullet points,'' ''use UK English,'' or ''cite only provided text.''
C is not best: technical jargon can confuse or bias output if it's not aligned to the task; clarity beats jargon. D is not best: a single concise requirement is usually under-specified and often increases variability.
You have a business unit that uses an AI solution to process loan applications. You discover that the solution rejects the application of all applicants that are older than 60 years of age. Which Microsoft responsible AI principle is this violating?
Answer : C
This scenario is a clear violation of the fairness principle. Fairness in Microsoft's Responsible AI framework is about ensuring AI systems do not create unjustified bias or discriminatory outcomes---especially when decisions affect people's access to opportunities such as credit, employment, housing, or education. A rule or learned behavior that rejects all applicants over a certain age creates a systematic, categorical disadvantage for a protected demographic group and indicates a discriminatory decision boundary rather than an individualized assessment of creditworthiness.
Even if the model designers believed age correlates with risk, using a hard cutoff that rejects every applicant older than 60 is not an equitable approach. It suggests the model is either using age directly as a dominant feature or reflects biased training data/labels that encoded discriminatory outcomes. Fairness requires you to evaluate model outcomes across groups (for example, age brackets), measure disparate impact, and apply mitigations such as feature review (removing or constraining sensitive attributes), rebalancing training data, adjusting thresholds, or using fairness-aware training/evaluation methods. It also requires governance and review of high-stakes automated decisions.
The other principles are not the best match: transparency concerns explainability and user understanding, accountability concerns human oversight and ownership, and reliability and safety concerns consistent and safe operation. The core issue here is discriminatory treatment across an age group---fairness.