Microsoft AB-730 Practice Exam - 69 Unique Questions
Latest Questions AB-730 Guide to Prepare Free Practice Tests
NEW QUESTION # 14
You are creating a custom agent in the Microsoft 365 Copilot app for the marketing team at your company.
The agent will be used to produce marketing collateral, including copy, logos, and artwork.
What should you add to the agent? More than one answer choice may achieve the goal. Select the BEST answer.
- A. a template
- B. a suggested prompt
- C. code interpreter
- D. image generator
Answer: D
NEW QUESTION # 15
What are two limitations of prompt scheduling in Microsoft 365 Copilot? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 16
A colleague from another company shares a link to a prompt.
When you select the link, you receive the following response: "Prompt not found. Sorry, it looks like the prompt is no longer available."
What is a possible cause of the response?
- A. The prompt is a scheduled prompt.
- B. The prompt is outdated.
- C. The prompt contains a file that has a sensitivity label applied.
- D. The prompt is outside of your organization.
- E. The prompt contains a reference to a file that you do NOT have access to.
Answer: D
Explanation:
Microsoft 365 Copilot operates within the security, compliance, and identity boundaries of a Microsoft 365 tenant. Shared prompts, prompt links, and Copilot artifacts are governed by organizational access controls and tenant isolation. If a prompt is created and shared from outside your organization, cross-tenant access may not be supported depending on the sharing configuration and administrative policies.
When a user attempts to open a prompt that resides in another organization's tenant without proper cross-tenant sharing permissions, Copilot cannot locate or validate the resource within the user's own environment. As a result, the system displays a "Prompt not found" message.
Option B would typically result in an access or permissions error rather than the prompt being unavailable entirely. Sensitivity labels and scheduled prompts do not inherently cause a "not found" error. Therefore, the most likely cause is that the prompt exists outside your organization's tenant boundary and is not accessible to you.
NEW QUESTION # 17
Select the answer that correctly completes the sentence.
Answer:
Explanation:
Explanation:
The Describe tab is where you leverage generative AI to help build an agent by describing what you want the agent to do in natural language. Instead of manually configuring everything first, you provide the agent's purpose, target users, tone, and the tasks it should perform (for example: "Create an onboarding agent that answers HR policy questions in a friendly tone and references SharePoint policies"). Copilot then uses that description to propose an initial agent setup-such as suggested behaviors, starter prompts, and structure- accelerating agent creation and improving consistency. By contrast, the Configure tab is typically used to fine-tune and finalize settings (such as knowledge sources, actions, and other parameters) after the agent concept is established. A Copilot notebook or Copilot page can help organize content and outputs, but they are not the primary place where generative AI "builds" the agent definition. Using the Describe tab reflects best practice: start with clear intent and constraints, then refine configuration for governance, accuracy, and usability.
NEW QUESTION # 18
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Microsoft 365 Copilot is designed to be helpful by using work context-for example, the files you have access to, recent activity, meetings, emails, and SharePoint/OneDrive content-to suggest relevant prompts and help you start tasks faster. It also uses this context to augment your prompt before it is sent to the LLM.
This is the grounding approach (often described as retrieval-augmented generation): Copilot retrieves relevant organizational content you're permitted to access and adds it as supporting context so responses are accurate and business-relevant. However, Microsoft 365 Copilot does not use your organization's contextual data to train the underlying foundation model. That separation is critical for enterprise privacy and compliance:
your prompts, responses, and tenant data are used to generate the answer for your session and permissions, but are not used to improve or retrain the base LLM. This approach supports responsible AI, protects confidential business information, and ensures outputs respect access controls.
NEW QUESTION # 19
Select the answer that correctly completes the sentence.
Answer:
Explanation:
NEW QUESTION # 20
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Statements:
You can add a Microsoft Teams chat as a knowledge source to a Microsoft 365 Copilot agent.
The answer: Yes
You can add a Microsoft 365 Copilot conversation as a knowledge source to a Copilot agent.
The answer: No
You can use an image file, such as a JPG file, as a knowledge source for a Microsoft 365 Copilot agent.
The answer: NO
Microsoft 365 Copilot Agent Builder supports grounding agents in approved knowledge sources so responses are accurate and permission-trimmed. Teams chats can be used as a knowledge source: Microsoft Learn confirms you can ground an agent in Teams data, including chat messages (and optionally scope to specific chats), enabling the agent to reference collaboration context when answering questions.
A Copilot conversation itself is not a supported "knowledge source" option; knowledge sources are configured from items like SharePoint content, Teams, email, websites, uploaded files, and connectors-not prior chat transcripts.
Finally, JPG images are not supported as knowledge-source file types. Microsoft's supported file types for agent knowledge include documents like .doc/.docx, .pdf, .ppt/.pptx, .txt, and Excel formats (.xls/.xlsx), but not image formats. Therefore, you cannot use a JPG as a knowledge source for a Copilot agent.
NEW QUESTION # 21
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?
- A. a template
- B. code interpreter
- C. a suggested prompt
- D. image generator
Answer: B
Explanation:
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.
NEW QUESTION # 22
You have a Microsoft Excel workbook open that contains a table. The table contains sales data and the following columns:
* OrderDate
* OrderNumber
* Amount
You plan to use Microsoft Copilot in Excel to generate a monthly summary of the sales data in the table.
What should you include in the prompt to generate an effective summary? More than one answer choice may achieve the goal. Select the BEST answer.
- A. a specific cell range from the worksheet
- B. the clear goal of the summary
- C. the file name of the workbook
- D. a formula to calculate monthly totals
- E. the desired format of the response
Answer: B,E
Explanation:
Comprehensive and Detailed 150 to 200 words of Explanation Microsoft AI Business professional documents:
To generate an effective monthly summary with Copilot in Excel, Microsoft prompting guidance emphasizes two core elements: clear intent and expected output structure. First, you should state the goal explicitly- such as "summarize total sales by month based on OrderDate and Amount, and highlight month-over-month changes." This directs Copilot to the correct aggregation and analysis behavior (Option D).
Second, specifying the desired format improves usability and reduces ambiguity. For example, requesting "a table with Month, Total Sales, Number of Orders, and Average Order Value" or "a bulleted executive summary plus a small summary table" ensures Copilot returns results in a format you can immediately use (Option A).
A specific cell range (Option B) is usually unnecessary when the data is already in a recognized Excel table, because Copilot can work from the table context. The workbook file name (Option C) does not help analysis.
Providing a formula (Option E) is not required because Copilot can compute monthly totals; formulas are optional if you want a specific calculation method, but they are not the best prompt ingredients for an effective summary.
Therefore, the best answers are A and D.
NEW QUESTION # 23
You plan to summarize a proposal for a partnership between your company and another company.
You need to use Microsoft 365 Copilot to summarize the information in the proposal as a bulleted list of three to five key points for a project kickoff meeting. Each bullet point must be concise and simply worded.
Which two details should you include in the prompt?
- A. profiles of both companies generated by using the Researcher agent
- B. concise instructions for what to do with the proposal
- C. a list of contact details for key stakeholders of the partnership
- D. a specific knowledge source to ground the response
Answer: B,D
Explanation:
Effective prompting in Microsoft 365 Copilot requires two critical components: clear instructions and grounding in authoritative content. Microsoft guidance emphasizes that prompts should explicitly state the desired output format, tone, length, and purpose. In this case, specifying "a bulleted list of three to five concise, simply worded key points" represents concise instructions, making option B essential.
Additionally, grounding the response in a specific knowledge source-such as attaching or referencing the proposal document-ensures factual accuracy and reduces hallucination. Option D ensures Copilot uses the actual proposal content rather than relying on generalized model knowledge.
Profiles and stakeholder contact details are unrelated to summarization requirements. Therefore, the correct selections are B and D.
NEW QUESTION # 24
You sign in to the Microsoft 365 Copilot app by using your work account as shown in the exhibit.
A colleague tells you that when they open the Microsoft 365 Copilot app, they have access to the Researcher agent. You need to access the Researcher agent.
What should you do?
- A. Sign in to the Copilot app by using a personal account.
- B. Request a Microsoft 365 Copilot license from an administrator.
- C. From Microsoft Edge, use your work account to sign in to https://copilot.microsoft.com.
- D. Select Explore agents and then search for Researcher.
Answer: D
Explanation:
In Microsoft 365 Copilot, agents such as Researcher are accessed through the Agents experience within the Copilot app. If the user interface does not immediately display a specific agent, the correct action is to browse or search the available agents catalog. The exhibit shows the left navigation pane with an Explore agents option.
According to Microsoft AI Business Professional guidance, built-in and custom agents can be discovered and enabled through the Explore agents section. If the user already has the appropriate Copilot license and is signed in with their work account, there is no need to switch accounts or request another license.
Signing in through a browser does not change feature availability, and using a personal account would remove access to organizational features. Therefore, to access the Researcher agent, you should select Explore agents and search for Researcher.
NEW QUESTION # 25 
You open Microsoft 365 Copilot as shown in the exhibit.
What can you infer about the Standings conversation?
- A. The conversation was added to a notebook.
- B. The conversation contains a scheduled prompt.
- C. The conversation contains a verified response.
- D. The conversation contains only anonymous data.
- E. The conversation was shared.
Answer: C
Explanation:
Comprehensive and Detailed 150 to 200 words of Explanation Microsoft AI Business professional documents:
In the Microsoft 365 Copilot app, the Conversations list can display status indicators next to individual conversation titles. In the exhibit, the Standings conversation has a distinct indicator (a green badge) shown to the right of the conversation name. This badge is used to signal that the conversation includes a verified response.
A verified response indicator is intended to help users quickly recognize outputs that were produced with stronger grounding and traceability-for example, responses that include supporting citations or references that can be reviewed for accuracy. This aligns with Microsoft's guidance on improving trust in AI output by making source-backed or verification-supported responses easier to identify and validate.
The other options do not match the indicator shown. Conversations that are shared or added to notebooks typically use different share/notebook iconography, and scheduled prompts are represented with scheduling- related indicators rather than a verification badge. "Anonymous data" is not something Copilot marks at the conversation level in this manner.
Therefore, the best inference is that the Standings conversation contains a verified response.
NEW QUESTION # 26
You sign in to the Microsoft 365 Copilot app by using your work account as shown in the following exhibit
A colleague tells you that when they open the Microsoft 365 Copilot app, they have access to the Researcher agent. You need to access to the Researcher agent.
What should you do?
- A. Sign in to the Copilot app by using a personal account
- B. Request a Microsoft 365 Copilot license from an administrator.
- C. From Microsoft Edge, use your work account to sign in to https://copilot.microsoft.com.
- D. Select Explore agents and then search for Researcher.
Answer: D
Explanation:
In Microsoft 365 Copilot, agents such as Researcher are accessed through the Agents experience within the Copilot app. If the user interface does not immediately display a specific agent, the correct action is to browse or search the available agents catalog. The exhibit shows the left navigation pane with an Explore agents option.
According to Microsoft AI Business Professional guidance, built-in and custom agents can be discovered and enabled through the Explore agents section. If the user already has the appropriate Copilot license and is signed in with their work account, there is no need to switch accounts or request another license.
Signing in through a browser does not change feature availability, and using a personal account would remove access to organizational features. Therefore, to access the Researcher agent, you should select Explore agents and search for Researcher.
NEW QUESTION # 27
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?
- A. a template
- B. code interpreter
- C. a suggested prompt
- D. image generator
Answer: B
Explanation:
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.
NEW QUESTION # 28
Select the answer that correctly completes the sentence.
Answer:
Explanation:
NEW QUESTION # 29
You receive the following response to a prompt: "Sorry, it looks like I can't respond to this. Let's try a different topic."
What is a possible cause of the response?
- A. The prompt is too vague to elicit a response.
- B. The prompt contains more than five requests.
- C. The prompt contains language that violates safety guidelines.
- D. The prompt is larger than the allowed context window.
Answer: C
Explanation:
Microsoft 365 Copilot follows Microsoft's Responsible AI principles and enforces strict content safety policies. When a prompt violates safety guidelines-such as containing harmful, abusive, illegal, or restricted content-the system may refuse to generate a response. The refusal message shown is consistent with safety filtering behavior.
Generative AI systems include moderation layers that evaluate prompts before generating output. If the prompt is classified as unsafe or non-compliant with policy, Copilot blocks the request and encourages the user to try a different topic.
A vague prompt typically results in a generic or clarifying response rather than a refusal. There is no fixed limit of five requests per prompt. Exceeding the context window usually results in truncation or processing errors, not a safety-based refusal message.
Therefore, the most likely cause of the response is that the prompt contains language that violates safety guidelines.
NEW QUESTION # 30
You receive several images from a colleague.
You suspect that the images were generated by using Microsoft 365 Copilot.
What can you use to verify whether the images were AI-generated?
- A. file descriptions
- B. watermarks
- C. file names
- D. content credentials
Answer: D
Explanation:
Comprehensive and Detailed 150 to 200 words of Explanation Microsoft AI Business professional documents:
Microsoft's approach to transparency for AI-generated media relies on provenance signals rather than cosmetic indicators. File names and descriptions can be edited easily and are not reliable evidence of how an image was created. Watermarks may appear in some contexts, but they are not consistently applied across all AI image-generation workflows and can sometimes be removed or lost through copying, screenshotting, or file conversion.
Microsoft supports the use of content credentials to help users verify whether digital content was created or modified with AI. Content credentials are part of a provenance standard (often associated with C2PA) that can embed tamper-evident metadata into media files. When present, these credentials can show information about the tool or process used to generate or edit the image, providing a verifiable chain of origin.
Therefore, the most dependable way to verify whether the images were AI-generated is to check for content credentials (option C), since they are designed specifically to provide authenticity and provenance information for AI-created or AI-edited content.
NEW QUESTION # 31
You use Microsoft 365 Copilot.
You discover that you had a conversation that used a knowledge source that contains confidential information.
You need to delete the conversation data without requiring administrative approval. You must retain your other conversations, if possible.
What should you use?
- A. the Microsoft Purview compliance portal
- B. the Microsoft 365 admin center
- C. the Microsoft 365 Copilot app
- D. the My Account portal in Microsoft 365 Copilot
Answer: D
Explanation:
Microsoft 365 Copilot follows Microsoft's enterprise data governance and privacy principles, which allow users to manage their own conversation history where appropriate. According to Microsoft AI Business Professional guidance, users can review and delete individual Copilot conversation histories directly from their personal account settings without requiring administrative intervention.
Option D is correct because the My Account portal in Microsoft 365 Copilot allows individual users to manage their activity history, including deleting specific conversations. This enables targeted removal of sensitive interactions while retaining other conversation data.
Option A is incorrect because the Copilot app itself does not provide full account-level activity management capabilities. Options B and C are administrative tools used for tenant-wide governance, compliance, retention policies, and eDiscovery. These portals typically require administrative privileges and are not intended for individual user self-service deletion of specific conversations.
Therefore, to delete a single confidential Copilot conversation without affecting other chats and without requiring administrator approval, the correct tool is the My Account portal in Microsoft 365 Copilot.
NEW QUESTION # 32
You receive the following response to a prompt: "Sorry, it looks like I can't respond to this. Let's try a different topic." What is a possible cause of the response?
- A. The prompt is too vague to elicit a response.
- B. The prompt contains more than five requests.
- C. The prompt contains language that violates safety guidelines.
- D. The prompt is larger than the allowed context window.
Answer: C
Explanation:
Microsoft 365 Copilot follows Microsoft's Responsible AI principles and enforces strict content safety policies. When a prompt violates safety guidelines-such as containing harmful, abusive, illegal, or restricted content-the system may refuse to generate a response. The refusal message shown is consistent with safety filtering behavior.
Generative AI systems include moderation layers that evaluate prompts before generating output. If the prompt is classified as unsafe or non-compliant with policy, Copilot blocks the request and encourages the user to try a different topic.
A vague prompt typically results in a generic or clarifying response rather than a refusal. There is no fixed limit of five requests per prompt. Exceeding the context window usually results in truncation or processing errors, not a safety-based refusal message.
Therefore, the most likely cause of the response is that the prompt contains language that violates safety guidelines.
NEW QUESTION # 33
Select the answer that correctly completes the sentence.
Answer:
Explanation:
Explanation:
a specific date range of activity
The Microsoft 365 My Account portal provides users with control over their Copilot activity history in alignment with enterprise privacy and compliance standards. When selecting Delete history, users can remove Copilot activity based on a defined time range rather than deleting only a single conversation or all activity universally.
This functionality reflects Microsoft's commitment to transparency, user control, and responsible AI governance. Allowing deletion by date range enables organizations and individuals to manage data retention policies efficiently while maintaining compliance with regulatory frameworks such as GDPR and internal data governance policies.
The other options are incorrect because deleting a specific conversation or all conversations with a specific agent is not the primary method offered in the My Account activity deletion setting. Instead, deletion is structured around activity time periods.
This capability reinforces generative AI best practices: secure data management, lifecycle control of AI interactions, and user-directed privacy management within enterprise environments.
NEW QUESTION # 34
You are a business user who uses Microsoft 365 apps and services, including Microsoft Teams. You have a work account.
You want to use Microsoft 365 Copilot to help with meetings.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Microsoft 365 Copilot respects Microsoft 365 permissions ("permission trimming"). This means it can only access and summarize content you are authorized to view. Therefore, Copilot cannot answer questions about Teams meetings you are not invited to (and otherwise don't have access to), making statement 1 No.
Copilot can summarize and answer questions about Teams artifacts you do have access to-such as chat messages, channel posts, and meeting content (for example, transcripts, notes, recordings, and meeting recap details when available). That makes statement 2 Yes.
Copilot can also help you prepare for your schedule by summarizing upcoming meetings you're invited to, using calendar and meeting context (subject, time, participants, related emails/files, and available agenda
/notes). This supports planning and prioritization for the week ahead, so statement 3 is Yes.
NEW QUESTION # 35
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Microsoft 365 Copilot can use Microsoft Graph-grounded data (based on the user's permissions) to help users work with Microsoft 365 content. This includes surfacing and summarizing information from Teams chats, so statement 1 is true. Copilot can also summarize and generate content related to Teams meetings (for example, meeting recap details, key discussion points, and follow-up actions when meeting artifacts such as transcript/notes are available), and it can answer questions and draft related content-so statement 3 is true.
Statement 2 is false because, while Copilot can draft emails and help prepare messages, it does not independently schedule and send emails automatically "based on conditions" as a native Copilot function.
Conditional sending is typically handled through workflow automation tools (for example, Power Automate) and still requires appropriate configuration, permissions, and governance. In enterprise environments, this separation helps reduce risk by ensuring that automated outbound communication remains controlled, auditable, and compliant.
NEW QUESTION # 36
You plan to use a notebook in Microsoft 365 Copilot.
What is the purpose of a notebook?
- A. to create a transcript of a conversation that you can easily email to other users
- B. to generate a summary of all the interactions you had with Copilot during a specific conversation
- C. to provide a private location that can be used to organize reference materials across related conversations
Answer: C
Explanation:
Comprehensive and Detailed 150 to 200 words of Explanation Microsoft AI Business professional documents:
In Microsoft 365 Copilot, a notebook is a workspace intended to organize and ground related Copilot work.
Microsoft guidance describes notebooks as a way to bring together multiple conversations and keep them aligned to the same set of reference materials-such as documents, notes, links, or other resources-so you don't have to repeatedly attach or restate the same context. This improves consistency and prompt-grounding across a set of related tasks (for example, managing a project, developing a proposal, or maintaining a recurring report).
Option B correctly captures this purpose: a notebook provides a private, organized location where reference materials can be curated and reused across related Copilot conversations.
Option A is incorrect because notebooks are not primarily designed to generate email-ready transcripts of conversations. Option C is incorrect because generating a summary of interactions is a conversation-level function; notebooks are broader organizational containers for materials and related workstreams, not a
"summary generator" of a single chat thread.
Therefore, the purpose of a notebook is to organize reference materials across related conversations.
NEW QUESTION # 37
Select the answer that correctly completes the sentence.
Answer:
Explanation:
Explanation:
Microsoft Purview is the correct choice because it is Microsoft's unified compliance and data governance solution that helps organizations apply and enforce policies across Microsoft 365 content- including Copilot- related interactions where those interactions are captured in services such as Microsoft 365 audit, eDiscovery, and Purview compliance experiences. Purview supports capabilities such as data loss prevention (DLP), retention, eDiscovery, audit, and sensitivity labeling so organizations can manage and govern data and AI- assisted content in line with regulatory and internal requirements. In contrast, Microsoft Entra ID focuses on identity and access management, Intune focuses on device and application management, and Defender for Cloud focuses on cloud security posture management. Governance policies for Copilot-generated conversations and associated compliance controls align most directly with Purview, which is designed to manage information protection and compliance across the Microsoft 365 environment.
NEW QUESTION # 38
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 39
......
Correct and Up-to-date Microsoft AB-730 BrainDumps: https://vce4exams.practicevce.com/Microsoft/AB-730-practice-exam-dumps.html