Last updated: May 2026
AB-730 — AI Business Professional
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Microsoft Certified: AI Business Professional — Practice Set 1: All Questions & Explanations
Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.
1. A business analyst at a financial firm is considering using Microsoft 365 Copilot to summarize confidential client reports. She is concerned that the summaries might expose sensitive information to other users in the tenant. Which statement best describes how Copilot handles organizational data privacy?
- A. Copilot aggregates all user prompts and shares insights across the tenant to improve responses
- B. Copilot works within Microsoft 365 permissions, so users only see content they already have access to; responses are not shared with other users(correct)
- C. Copilot stores all prompts in a shared tenant index that IT admins can query at any time
- D. Copilot bypasses Microsoft 365 permissions to give the most complete answer possible
Explanation: Copilot enforces the same Microsoft 365 permission model that governs all data access — it only surfaces content the authenticated user already has rights to see, and it does not share prompt results across users. Option A is incorrect because Copilot does not aggregate or share prompt insights tenant-wide. Option C misrepresents how the prompt store works — there is no shared queryable index for admins. Option D is the opposite of how Copilot is designed; circumventing permissions would violate Microsoft's responsible AI principles.
2. A sales manager opens Microsoft 365 Copilot in Teams and asks it to summarize a key account's status. She then opens Copilot in Word and asks the same question. The Word response includes additional details from a strategy document stored in SharePoint that the Teams response did not include. What most likely explains this difference?
- A. Teams Copilot has a shorter context window than Word Copilot
- B. The app context influences which files and data Copilot draws on when generating a response(correct)
- C. Word Copilot uses a more advanced language model than Teams Copilot
- D. The manager's Microsoft 365 license does not include Teams Copilot features
Explanation: Copilot adapts its grounding based on the app context — in Word, it can pull from the document open in the editor and connected SharePoint files more directly. In Teams, context is anchored to chat history and meeting transcripts. The difference is the app context, not the underlying model (A, C) or licensing (D). Different Microsoft 365 apps surface different data signals to Copilot.
3. A marketing coordinator wants to automate the weekly process of researching competitor announcements from the web and compiling a briefing document, without manually running searches each time. Which Microsoft 365 Copilot capability is most appropriate for this ongoing, automated task?
- A. A chat conversation in Microsoft 365 Copilot that she manually re-runs each Monday
- B. A Copilot agent configured with web-search knowledge to deliver recurring briefings(correct)
- C. A Word document with Copilot inline suggestions enabled
- D. A PowerPoint presentation generated from a template
Explanation: Copilot agents are designed for automated, repeatable tasks — they can be configured with knowledge sources (including web data) and recurring triggers. A simple chat (A) requires manual effort each time. Word inline suggestions (C) and PowerPoint generation (D) are document-creation features, not automation agents for research tasks.
4. A project manager wants to build a Copilot agent that answers internal policy questions by referencing the company's SharePoint-hosted HR handbook. She has no coding skills. Which scenario best justifies creating a custom agent rather than using the standard Microsoft 365 Copilot chat experience?
- A. She needs a response that is limited to one specific internal knowledge source rather than the full Microsoft 365 corpus(correct)
- B. She wants Copilot to use a larger language model than the default
- C. She needs to disable all Microsoft 365 Copilot features for other users
- D. She wants to prevent Copilot from accessing the internet
Explanation: A custom agent lets you scope knowledge to a specific source (e.g., a SharePoint site containing the HR handbook), so answers are grounded only in that content — reducing hallucinations about policies that do not exist in the general Copilot corpus. Options B and D mischaracterize agent capabilities — agents do not change the underlying model or broadly toggle internet access. Option C is an admin governance action, not an agent use case.
5. A compliance officer is reviewing the risks of deploying Microsoft 365 Copilot across the organization. Which TWO of the following are common AI risks that employees should be trained to recognize and mitigate? Choose 2.
- A. Fabrications — Copilot generating plausible-sounding but factually incorrect information(correct)
- B. Bandwidth saturation — Copilot consuming excessive network resources
- C. Prompt injection — malicious content in source data attempting to hijack Copilot responses(correct)
- D. Font rendering errors in generated documents
- E. Calendar sync failures caused by Copilot scheduling features
Explanation: Fabrications (hallucinations) and prompt injection are both explicitly identified AI risks in the AB-730 skills measured content. Fabrications occur when a model produces confident but incorrect outputs; prompt injection exploits AI systems by embedding instructions in external content. Bandwidth saturation (B), font rendering errors (D), and calendar sync failures (E) are not AI-specific risks addressed in this exam's responsible AI domain.
6. A law firm allows paralegals to use Microsoft 365 Copilot to draft correspondence. The IT director is concerned that Copilot might surface confidential documents from partners' matters in a paralegal's drafts. Which data protection mechanism most directly prevents this cross-matter information leakage?
- A. Turning off web grounding for all Copilot prompts
- B. Enforcing Microsoft 365 permissions and sensitivity labels so paralegals can only access documents they are authorized to view(correct)
- C. Disabling Copilot entirely for non-partner employees
- D. Instructing paralegals to always include a disclaimer in prompts that they should not see confidential data
Explanation: Copilot respects Microsoft 365 access controls and sensitivity labels — if a paralegal does not have access to a matter's documents, Copilot will not surface that content in responses. Turning off web grounding (A) addresses external internet data, not internal SharePoint documents. Disabling Copilot entirely (C) is overly restrictive and not the targeted protection mechanism. A prompt disclaimer (D) has no technical enforcement value — it does not prevent the model from accessing permitted content.
7. An employee wants to use Microsoft 365 Copilot to check that a summary of a financial report is accurate before sharing it with her CFO. Which verification step is most appropriate for this task?
- A. Run the same prompt three times and accept the majority response
- B. Review the citations provided by Copilot and cross-check the source documents manually(correct)
- C. Ask a colleague to run the same prompt in their account and compare outputs
- D. Increase the prompt length to reduce the chance of errors
Explanation: Citation checks and human review are the recommended verification steps for AI-generated content. Copilot provides references to the source documents it drew from; the user should verify those citations match what is stated in the summary. Running the same prompt multiple times (A) does not address factual accuracy. Asking a colleague (C) just replicates the same AI process. Longer prompts (D) do not inherently improve factual accuracy.
8. A business analyst regularly asks Microsoft 365 Copilot to generate a weekly project status digest by referencing his team's shared OneNote notebook and a specific SharePoint page. He wants to reuse this exact prompt every Monday without retyping it. What should he do?
- A. Copy the prompt text into a Word document and paste it manually each Monday
- B. Save the prompt in Microsoft 365 Copilot so it can be reused and shared(correct)
- C. Create a Power Automate flow to send the prompt as an email each Monday
- D. Ask a Copilot Studio developer to build a custom connector
Explanation: Microsoft 365 Copilot allows users to save prompts for reuse — this is the built-in mechanism for repeatable prompts without re-entering them. Manually copying from Word (A) works but is not the feature being tested. Power Automate (C) and Copilot Studio (D) are engineering solutions that go far beyond what a business user needs for simple prompt reuse.
9. A product manager writes the following prompt: 'Summarize the latest customer feedback.' The responses she gets are vague and not actionable. Which change would most improve the quality of Copilot's response?
- A. Repeat the same prompt in a new chat session
- B. Add specific context: reference the customer feedback SharePoint folder, specify the timeframe, and describe the desired output format(correct)
- C. Submit the prompt in all capital letters
- D. Switch from Microsoft Teams Copilot to Microsoft Outlook Copilot
Explanation: Effective prompts include context (which data source), constraints (timeframe), and format specifications — these factors directly improve Copilot's output quality. Repeating the same vague prompt (A) produces the same vague result. Capitalization (C) has no effect on response quality. Switching apps (D) changes the grounding context but does not fix the underlying prompt vagueness.
10. Marcus is an HR business partner who needs Copilot to draft a job description. He wants Copilot to reference the existing job level framework stored in a SharePoint document and a recent salary benchmarking Excel file he uploaded to OneDrive. When composing his prompt, what should Marcus do to ensure Copilot uses these specific files?
- A. Describe the contents of both files in the prompt text from memory
- B. Explicitly reference and attach the specific SharePoint document and OneDrive Excel file as resources within the prompt(correct)
- C. Ask Copilot to search the entire SharePoint tenant for relevant files
- D. Convert both files to PDF before referencing them, because Copilot only reads PDFs
Explanation: Microsoft 365 Copilot allows users to select and reference specific files (from SharePoint, OneDrive, etc.) directly in the prompt — this grounds the response precisely in the intended resources. Describing contents from memory (A) is error-prone and bypasses the file-grounding feature. Asking for a tenant-wide search (C) is overly broad and may include unrelated documents. Copilot supports multiple file types beyond PDF (D); converting files is unnecessary.
11. A consultant ran a complex research prompt last Thursday and received a very useful Copilot response with several cited sources. She wants to revisit that conversation today to pick up where she left off. What should she do in Microsoft 365 Copilot?
- A. Re-enter the same prompt — Copilot will automatically recall and continue the previous session
- B. Access previous conversations from the conversation history in Microsoft 365 Copilot and open the Thursday session(correct)
- C. Search her Outlook sent items for the prompt text
- D. Contact her IT admin to retrieve the conversation from server logs
Explanation: Microsoft 365 Copilot retains conversation history that users can access directly within the Copilot interface — there is no need to re-enter the prompt (A) or involve IT (D). Outlook sent items (C) would not contain Copilot chat sessions. The history feature is the built-in mechanism for returning to past conversations.
12. A team lead shared a Microsoft 365 Copilot prompt with her entire team via the Prompt Gallery. After a reorg, the prompt is no longer relevant and she wants it gone. What is the correct action?
- A. Archive the prompt as a read-only template
- B. Delete the prompt from the Prompt Gallery(correct)
- C. Ask each team member to individually remove the prompt from their accounts
- D. Rename the prompt to indicate it is deprecated
Explanation: The prompt creator can delete a shared prompt from the Prompt Gallery, removing it for all recipients. Archiving (A) is not a specific Copilot prompt action. Asking each team member to individually act (C) is unnecessary if the owner deletes it centrally. Renaming (D) is a workaround, not the proper removal mechanism.
13. A finance analyst uses Microsoft 365 Copilot daily and his conversation history is getting very long. He wants to remove a specific chat thread that discussed a former client so there is no confusion with active work. What should he do?
- A. Rename the chat thread to 'Archive - Inactive'
- B. Delete the specific chat from his Copilot conversation history(correct)
- C. Move the chat to a separate SharePoint folder
- D. Ask IT to purge the conversation from server logs
Explanation: Microsoft 365 Copilot allows individual users to delete specific chat threads from their conversation history. Renaming (A) keeps the chat visible, it simply changes the label. Moving to SharePoint (C) is not a supported action for chat history. IT log purges (D) are an administrative compliance action, not the standard user-facing feature for managing personal conversation history.
14. Priya is a strategy analyst who runs lengthy research sessions in Microsoft 365 Copilot. She wants to preserve a key analysis thread so she can return to it over multiple weeks and build on previous context without losing her place. Which Copilot feature best supports this persistent multi-session research workflow?
- A. Add the conversation to a Copilot notebook so the context is retained and can be extended across sessions(correct)
- B. Export the conversation to PDF and re-paste it at the start of each new chat
- C. Schedule a recurring meeting in Teams with Copilot as a participant
- D. Copy the response text into a SharePoint wiki page after each session
Explanation: Adding a conversation to a Copilot notebook enables persistent, evolving research context across multiple sessions — the notebook retains prior exchanges so Priya can continue building on them. Exporting to PDF and re-pasting (B) is cumbersome and does not leverage the notebook feature. Scheduling Teams meetings (C) is unrelated to persistent conversation management. Copying to SharePoint (D) archives outputs but does not preserve the conversational context for future AI interactions.
15. A department head wants to set up a Microsoft 365 Copilot agent that helps new employees answer onboarding FAQs. The company already has an existing onboarding agent template published in the Agent Store. What is the fastest path to deploying this agent?
- A. Build a new agent from scratch using Copilot Studio with a developer team
- B. Use the existing template from the Agent Store and configure it with the company's specific knowledge sources and instructions(correct)
- C. Commission a third-party vendor to build a custom chatbot
- D. Use a Power Automate flow triggered by email to answer onboarding questions
Explanation: When an Agent Store template already covers the use case, using and configuring that template is significantly faster than building from scratch. The skills measured content explicitly identifies knowing 'when to use Agent Store versus creating a new agent.' Options A and C are appropriate when no suitable template exists. Power Automate (D) can automate workflows but is not designed for conversational FAQ interactions.
16. A team leader has built a Microsoft 365 Copilot agent for her department's monthly budget review process. She wants the agent to be useful only to her immediate team and to offer suggested questions in the chat pane. Which TWO configuration steps should she complete? Choose 2.
- A. Share the agent specifically with her team members through the agent sharing settings(correct)
- B. Publish the agent to the entire organization's Agent Store
- C. Configure suggested prompts in the agent settings so team members see recommended questions(correct)
- D. Disable all Copilot features for users outside her team
- E. Set the agent's knowledge source to the entire Microsoft 365 Copilot index
Explanation: Sharing the agent only with the team (A) restricts access appropriately. Configuring suggested prompts (C) is a specific agent settings capability that surfaces recommended questions — this matches the skill bullet 'Configure agent settings such as instructions, capabilities and suggested prompts.' Publishing org-wide (B) contradicts the narrow sharing intent. Disabling Copilot for others (D) is an admin governance action well beyond the agent configuration scope. Setting knowledge to the full Copilot index (E) would not restrict the agent to budget-relevant content.
17. A Microsoft 365 Copilot agent has been configured with the company's product knowledge base and internal pricing guide. A sales representative tests the agent and finds it provides accurate product information but gives incorrect pricing. The pricing guide is hosted on SharePoint and has been referenced as a knowledge source. What should the agent owner investigate first?
- A. Whether the agent's instructions correctly specify how to prioritize the pricing guide when answering pricing questions(correct)
- B. Whether the language model version needs to be upgraded
- C. Whether the Microsoft 365 license tier supports pricing queries
- D. Whether Copilot should be switched from chat mode to agent mode
Explanation: When a configured knowledge source is not being used correctly, the agent's instructions are the first place to investigate — instructions govern how the agent prioritizes and applies its knowledge sources. Upgrading the language model (B) is not within an agent owner's control and is unlikely to be the cause. License tier (C) does not determine which knowledge source is consulted. The agent is already in agent mode (D), so switching modes is irrelevant.
18. A business development manager needs to draft a five-page business case proposal for entering a new market. He has no prior draft. What is the most direct way to use Microsoft 365 Copilot in Word to get started?
- A. Open Word, write the full outline manually, then ask Copilot to proofread it
- B. Open a new Word document and use Copilot to create the document from a descriptive prompt(correct)
- C. Ask Copilot in Teams to write the proposal and paste the output into Word
- D. Use Copilot in PowerPoint to create the proposal and then convert the slides to Word paragraphs
Explanation: Creating a new document from a prompt is a core Microsoft 365 Copilot in Word capability — the user describes the document they need and Copilot drafts it. Option A misses the value of AI-assisted drafting. Option C works but adds unnecessary steps when Word's native Copilot draft feature is available. Option D is an indirect, multi-step workaround using the wrong app.
19. An operations manager has a 40-page vendor contract in Word and needs a concise executive summary of the key terms and obligations for her VP. How should she use Microsoft 365 Copilot most effectively?
- A. Read through the entire document and manually write a summary, then ask Copilot to improve her prose
- B. Open the contract in Word and use Copilot to generate a management summary based on the document(correct)
- C. Upload the document to SharePoint and wait for automatic AI summaries to appear in the document library
- D. Ask Copilot in Outlook to summarize the contract after emailing it to herself
Explanation: The 'Generate a management summary based on a document' capability in Copilot for Word is exactly designed for this use case — grounding the summary in the open document. Option A is manual work that misses the AI feature. Option C describes a different (and not exam-relevant) feature about document library metadata, not AI summarization. Option D adds unnecessary steps and Copilot in Outlook is optimized for email content, not uploaded contracts.
20. Elena is a product manager who has a detailed product requirements document (PRD) in Word. She needs to quickly generate a sales-ready slide deck for her account executives that highlights the top three customer benefits described in the PRD. She wants to avoid re-typing or copy-pasting the content. Which Copilot approach best satisfies her requirement?
- A. In PowerPoint, use Copilot to generate a presentation from the existing PRD file stored in OneDrive(correct)
- B. Ask Copilot in Teams chat to paste the PRD text and create slides from it
- C. In Word, ask Copilot to rewrite the PRD as bullet points, then manually create slides in PowerPoint
- D. Export the PRD as PDF and upload it to a third-party AI tool to create slides
Explanation: Copilot in PowerPoint can generate a presentation directly from an existing Word document stored in OneDrive — this moves data and insights between Microsoft 365 apps without re-typing. Option B is not a direct feature for slide generation. Option C requires manual slide creation. Option D leaves the Microsoft 365 ecosystem and involves unnecessary steps.
21. A project manager had a one-hour Teams meeting with eight stakeholders to review a product roadmap. She was in back-to-back calls and could not take notes. After the meeting, she wants to quickly understand the key decisions made and action items assigned. What is the most efficient way to use Copilot?
- A. Ask each attendee to email her a summary of what they discussed
- B. Use Copilot in Teams to get a meeting summary with decisions and action items from the meeting recording or transcript(correct)
- C. Review the full meeting recording herself and take manual notes
- D. Use Copilot in Word to generate a meeting summary by typing all topics discussed from memory
Explanation: Copilot in Teams can summarize meetings by analyzing the meeting transcript/recording, extracting key decisions, action items, and discussion points — this is the core 'use Copilot for meetings' feature. Asking attendees (A) is slow and inconsistent. Reviewing the full recording manually (C) defeats the purpose of AI assistance. Using Copilot in Word from memory (D) is error-prone and not the meeting-specific Copilot feature.
22. A team of five analysts is using Microsoft 365 Copilot Pages to collaborate on a market analysis. They want to take advantage of the AI-assisted collaboration features in Copilot Pages. Which TWO actions are supported directly within Copilot Pages to enhance this collaboration? Choose 2.
- A. Multiple team members can edit the shared page simultaneously and add Copilot-generated content into it(correct)
- B. Team members can run Excel pivot tables directly inside Copilot Pages
- C. Team members can ask Copilot to expand or rewrite sections of the shared page collaboratively(correct)
- D. Copilot Pages automatically files documents into SharePoint records management folders
- E. Copilot Pages can replace Microsoft Teams meetings for live video collaboration
Explanation: Copilot Pages is designed for real-time co-editing where multiple users can work on AI-generated content together (A) and ask Copilot to refine or expand specific sections within the shared page (C). Running Excel pivot tables inside Copilot Pages (B) is not a supported feature. Automatic records management filing (D) is a SharePoint Compliance feature, not a Copilot Pages function. Video meetings (E) are a Teams feature, not Copilot Pages.
23. A senior consultant has personalized Microsoft 365 Copilot with specific instructions — for example, to always respond in bullet points and to use a concise, executive tone. After a browser update, she notices Copilot has reverted to its default style. Which feature explains what had been governing her personalized behavior?
- A. Copilot's built-in default style automatically adapts to the user's most recent prompts
- B. Copilot memory and instructions, which store user preferences to persist across conversations(correct)
- C. A Power Automate flow that prepended formatting instructions to each prompt
- D. A custom Copilot Studio agent deployed by the IT department
Explanation: The 'Copilot memory and instructions' feature allows users to set persistent preferences (tone, format, etc.) that apply across sessions. When this was configured, it governed the consistent style she experienced. A browser update alone would not reset a Power Automate flow (C) or a Copilot Studio agent (D). The default style (A) does not automatically learn from past prompts without explicit memory/instruction settings.
24. David is a communications manager who wants to produce a professional announcement email based on a detailed press release draft in Word, without copying and pasting text between applications. He also wants Copilot to adapt the tone to be more conversational for an internal audience. What is the best approach?
- A. In Outlook, use Copilot to draft an email based on the existing Word press release document, specifying that the tone should be conversational(correct)
- B. In Word, have Copilot rewrite the press release as an email, then copy the text manually to Outlook
- C. Ask a colleague to read the press release and summarize it in an email on David's behalf
- D. Use Copilot in Teams to post the press release text as a channel message
Explanation: Copilot in Outlook can draft an email referencing a specific document from OneDrive/SharePoint and accept tone instructions in the same prompt — this generates the desired email without manual copy-pasting. Option B requires copying manually. Option C does not use AI assistance. Option D posts to Teams rather than generating a personalized email, and does not address the tone requirement.
25. A data analyst is using Microsoft 365 Copilot to work with a large Excel dataset containing quarterly sales figures across 12 regions. She wants to understand trends and generate a written insight narrative without building formulas manually. Which TWO Copilot actions are most relevant to her goal? Choose 2.
- A. Use Copilot in Excel to identify trends and anomalies in the data and generate a chart(correct)
- B. Use Copilot in Word to create a narrative summary by referencing the Excel file from OneDrive(correct)
- C. Use Copilot in Teams to add the Excel file as a meeting attachment and summarize it during a call
- D. Use Copilot in PowerPoint to automatically convert the Excel file into a presentation without any human input
- E. Use Copilot in Outlook to email the Excel file to all stakeholders automatically
Explanation: Copilot in Excel (A) can analyze data, identify trends, highlight anomalies, and suggest or create visualizations — eliminating the need for manual formula construction. Copilot in Word (B) can reference an existing Excel file from OneDrive and produce a written narrative from the data, moving insights between apps. Option C describes a meeting scenario, not data analysis. Option D overstates PowerPoint Copilot's autonomous conversion capability. Option E automates email distribution but does not analyze the data or create a narrative.