You are using Microsoft 365 Copilot to enhance your productivity in Microsoft Outlook.
Which two tasks can you achieve by using Copilot in Outlook? Each correct answer presents a complete the solution.
NOTE: Each correct selection is worth one point.
Answer : B, C
Copilot in Outlook is designed to reduce time spent reading and writing email by using AI to summarize message threads and generate drafts grounded in the current email context. Microsoft guidance for Copilot in Outlook highlights core capabilities such as drafting replies that reflect the conversation tone and content, and summarizing email threads or inbox content so users can quickly understand what requires action.
Option B is correct because Copilot can generate a draft reply based on the context of the email conversation, helping you respond faster while keeping the response aligned to what was discussed. Option C is correct because Copilot can summarize emails---such as unread messages or a thread---by extracting key points, requests, decisions, and suggested next steps, which supports rapid triage.
Option A is not a Copilot task; inserting or customizing an HTML signature is a standard Outlook configuration feature. Option D is also a traditional Outlook management function and is not an AI drafting/summarization capability.
You are a merchandiser who is planning for the upcoming season.
You prompt Microsoft 365 Copilot to suggest which products to stock based on historical sales data. Without reviewing the suggestions or checking current market trends, you place a large order based solely on the output of Copilot.
What is this an example of?
Answer : B
This scenario is an example of overreliance. Microsoft's AI guidance highlights that Copilot is an assistive tool that can accelerate analysis and drafting, but users remain responsible for validating outputs---especially for high-impact business decisions. Overreliance occurs when someone treats AI output as authoritative and acts on it without applying judgment, cross-checking sources, or validating against current conditions.
Here, the merchandiser uses Copilot to generate stocking recommendations from historical sales data, then places a large order without reviewing the suggestions or incorporating current market trends. Even if the historical data is accurate, demand can shift due to seasonality changes, competitor actions, pricing, supply constraints, macroeconomic factors, or new product launches. Copilot's recommendations should be treated as a starting point for decision-making, not the final decision.
Option A (verification) is the opposite behavior---checking accuracy before acting. Option C (fabrication) would involve Copilot inventing facts; the prompt doesn't indicate fictional data, only unvalidated reliance. Option D (prompt injection) involves malicious instructions embedded in content to manipulate the model, which is not described here.
In a Microsoft 365 Copilot conversation, you generate a report, and then edit the report in a page. You need to collaborate with a colleague on the report.
What are two ways to achieve the goal?
Answer : A, D
Microsoft 365 Copilot Pages supports collaboration similarly to other Microsoft 365 documents. Collaboration requires notifying or granting access to colleagues.
Using @mentions within the page (Option A) directly notifies the colleague and facilitates collaborative engagement. Sharing the page link (Option D) allows others to access and edit the content according to permissions. These two methods provide complete collaboration workflows.
Adding the page to a notebook does not grant collaborative access. Opening the page in Word changes the editing surface but does not inherently enable collaboration unless shared.
Therefore, the correct answers are A and D.
==================================================
You are comparing the difference between Microsoft 365 Copilot and Microsoft 365 Copilot Chat.
What is available in both versions?
Answer : B
Microsoft distinguishes Microsoft 365 Copilot (the full, licensed experience integrated across Microsoft 365 apps and Microsoft Graph) from Microsoft 365 Copilot Chat (the chat-first experience available more broadly). Some advanced capabilities---especially those tied to specialized agents and persistent work organization---are typically associated with the full Copilot license.
The Researcher agent is an advanced capability and is not consistently available in Copilot Chat across tenants because it is treated as a premium agent experience. Copilot Notebooks are also a structured organization feature used to group conversations and share reference materials; this is typically positioned as part of the full Microsoft 365 Copilot experience.
Copilot Pages, however, is the collaborative, editable canvas used to refine, organize, and share Copilot-generated content. Pages is designed to work alongside Copilot Chat so users can move from a chat response into an editable artifact for collaboration and reuse. This makes Pages the feature most commonly available in both the full Microsoft 365 Copilot and Microsoft 365 Copilot Chat experiences.
You are a medical researcher.
You need to ensure that Microsoft 365 Copilot responds to you in a professional manner that is appropriate to your field. What is the best approach to achieve the goal?
Answer : B
Custom instructions allow users to define persistent preferences for tone, style, and response behavior across conversations. Microsoft documentation explains that Custom instructions help tailor Copilot responses to professional roles, communication styles, and domain expectations.
For a medical researcher requiring consistently professional, field-appropriate responses, configuring Custom instructions in Settings ensures that Copilot maintains the desired tone and terminology in future interactions.
Attaching examples influences only a single conversation. Saving prompts to the Prompt Gallery aids reuse but does not enforce tone globally. Copilot Memory stores factual preferences but is not intended for style configuration.
Therefore, the best and most comprehensive approach is to configure Custom instructions in Settings.
You use Microsoft 365 Copilot to generate a training plan.
You need to check if there are any existing training plans in your organization that are similar to the new training plan. What should you use in Copilot?
Answer : A
Microsoft 365 Copilot integrates with Microsoft Search to help users discover relevant content across their organization's Microsoft 365 data estate, including SharePoint, OneDrive, Teams, and Exchange. When the objective is to determine whether similar training plans already exist, the appropriate action is to perform a search across organizational content.
Using Search allows Copilot to query indexed enterprise documents and return files, plans, or related materials that the user has permission to access. This supports content reuse, avoids duplication of work, and aligns with Microsoft's guidance on leveraging organizational knowledge efficiently.
Designer is focused on visual content creation, Apps provides access to Microsoft 365 applications, and Pages is used for creating and organizing content within Copilot. None of these options are intended for discovering existing documents across the tenant.
Therefore, to identify similar existing training plans within your organization, the correct tool to use in Copilot is Search.
==================================================
You are creating a custom analytics agent in the Microsoft 365 Copilot app. The agent will use Microsoft Excel files that contain sales data as knowledge.
You need to ensure that the agent can create visualizations, perform mathematical operations, create aggregations, and analyze the data in the files.
What should you add to the agent?
Answer : A
When building a custom analytics agent in Microsoft 365 Copilot that must process structured data from Excel files, advanced analytical capabilities are required. According to Microsoft AI Business Professional guidance, tasks such as performing mathematical calculations, generating aggregations, creating charts, and conducting structured data analysis require programmatic execution capabilities rather than simple text generation.
A code interpreter enables the agent to run Python-based analytical operations in a secure execution environment. This allows the agent to manipulate datasets, compute totals and averages, perform grouping and filtering, and generate visualizations such as bar charts or line graphs based on the Excel data. The interpreter bridges the gap between natural language instructions and executable analytical logic.
An image generator is designed for creative visual content and is unrelated to structured data analytics. Suggested prompts and templates improve usability and consistency but do not provide computational or visualization capabilities.
Therefore, to enable mathematical operations, aggregation, data analysis, and visualization of Excel sales data, the correct component to add to the agent is a code interpreter.