Microsoft Designing and Building Integrated AI Agent Solutions in Copilot Studio AB-620 Exam Questions

Page: 1 / 14
Total 77 questions
Question 1

A company is configuring an agent in Copilot Studio that uses a generative answers node inside multiple topics.

The company requires responses to meet the following requirements:

Must use an executive summary format.

Must apply only within a specific topic.

Must continue using configured knowledge sources.

Must comply with connector security controls.

You need to configure a custom prompt to meet the formatting requirements.

Solution: Remove the generative answers node and rely only on the custom prompt to produce formatted responses.

Does the solution meet the goal?



Answer : B

Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: Removing the generative answers node eliminates the component that searches the configured knowledge sources and produces the grounded topic response. A standalone custom prompt can format or transform supplied input, but it does not automatically inherit the topic's selected knowledge sources or reproduce the node's retrieval behavior. The resulting answer could therefore have the requested executive-summary style while failing the grounding requirement. The correct design retains the generative answers node and applies topic-scoped custom instructions to its response, or captures the grounded output in a variable and sends that content through a carefully configured formatting prompt. General knowledge should remain disabled when the topic must use only approved enterprise sources. Connector security and data policies continue to govern the actual source connections and cannot be replaced by prompt text. The proposed removal is consequently not a valid solution. Validation should inspect the retrieved sources, generated answer, final format, and behavior when no authorized source returns relevant content. Study Guide alignment: Plan and configure agent solutions > Configure topics > Configure generative answers node; Configure advanced agent responses with custom prompts.

===============


Question 2

A company uses multiple Copilot Studio agents that perform specialized tasks.

You need to configure a Copilot Studio agent in your environment to connect to an external agent.

What should you do?



Answer : A

Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: An external agent that supports Agent2Agent is connected by supplying its A2A endpoint and the required authentication configuration. The endpoint represents a collaboration interface between independently orchestrated agents, enabling the Copilot Studio agent to delegate a task and receive the partner agent's response. Generative answers cannot call another agent merely because both use generative AI; they retrieve and synthesize from knowledge sources. A Power Platform connector could wrap an ordinary API, but it would not use the specified A2A agent contract and would lose agent-to-agent semantics. Adding the target as indexed knowledge would only make a corpus searchable and would not execute the target agent. The endpoint must be the A2A message endpoint, not just a website or agent-card URL. The builder should give the connection a discriminating description, configure authentication if the endpoint is protected, and validate handoff behavior in the test pane. Production planning should include timeout, failure, logging, and data-sharing boundaries between the two agents. Study Guide alignment: Integrate and extend agents in Copilot Studio > Configure multi-agent collaboration from Copilot Studio > Create a multi-agent solution by using A2A protocol.

===============


Question 3

A company must enable an agent in Copilot Studio to execute operations exposed by an external MCP server.

The MCP server publishes callable tools and requires authentication.

The agent must be able to invoke MCP tools during conversations.

You need to configure MCP tools so the agent can execute MCP tool calls.

What should you do?



Answer : A

Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: The agent needs a valid authenticated connection to the MCP server before it can discover and invoke the server's published tools. Copilot Studio supports the authentication methods exposed during MCP onboarding, including API key and OAuth 2.0. The choice must match the server: OAuth is appropriate for user-delegated authorization, while an API key is a shared secret mechanism. Publishing does not create credentials or make an unauthenticated server usable. A Power Platform connector used as real-time knowledge would serve a different retrieval pattern and would not replace the MCP tool contract. Generative answers also do not establish MCP connectivity; generative orchestration can select a tool only after that tool is correctly connected and described. The server and individual tools should have clear descriptions, typed inputs, and constrained permissions. Test the connection under the intended identity, confirm that only expected tools are visible, and implement error handling for consent, expired credentials, denied scopes, server unavailability, and invalid tool output. Study Guide alignment: Integrate and extend agents in Copilot Studio > Add tools to agents > Configure MCP tools.

===============


Question 4

An agent in Copilot Studio already exists in a development environment.

You need to prepare the agent so it can be moved to a production environment by using the supported solution-based approach.

You need to create an exportable package that contains the existing agent.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : C, E

Comprehensive and Detailed Explanation From [Microsoft AB-620 Study Guide]

First, create a custom solution in the development environment and add the existing agent by selecting Add existing Agent Agent. The solution acts as the application lifecycle management package that contains the agent and its dependent components. Required objects such as agent flows, environment variables, connection references, and custom connectors should also be included when applicable.

After the agent and its dependencies are included, export the solution from the development environment. Microsoft's documented procedure starts from the list of unmanaged solutions and exports the solution containing the agent. During the export process, the maker can select the appropriate package type. Production deployments commonly use a managed export, but the source development solution remains unmanaged; it does not need to be converted before export.

Removing topics directly from the solution is specifically discouraged because changing or removing agent components outside the standard Copilot Studio authoring interface can cause export or import failures. Publishing the agent to a channel is also unrelated to creating a solution package. After the solution is imported into production, the imported agent must be configured, tested, and published in that environment.

Relevant study-guide area: Test and manage agents Implement application lifecycle management for agents in Copilot Studio Create a solution and add existing agents to a solution. See Export and import agents using solutions.


Question 5

You need to configure the Blue Yonder Copilot agent's responses in accordance with the company's content control and platform requirements.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : B, C

B . Configure prompt instructions that include disclaimer text. Centralized prompt instructions apply the required disclaimer and behavioral controls consistently to generative responses. This avoids maintaining duplicate text in individual topics and reduces the risk of inconsistent compliance language. Microsoft confirms that prompt modifications can control response content, format, personality, and what the agent should or should not answer. Microsoft Learn: Prompt modification

C . Use Markdown syntax within response content. The scenario explicitly requires Markdown for formatting and states that HTML is unsupported. Markdown can provide headings, bold text, lists, and other structured presentation while remaining compatible with the target channels.

Options A and E duplicate disclaimer content across topics, creating unnecessary maintenance and inconsistent responses when the disclaimer changes. Option D violates the stated platform requirement because HTML must not be used.


Question 6

An agent calls a flow that intermittently produces unexpected results during execution. The agent behaves inconsistently.

You need to investigate agent flow executions to diagnose the issue.

Which two actions should you use? Each correct answer presents a complete solution. Choose two. NOTE: Each correct selection is worth one point.



Answer : B, C

Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: Flow run history provides the chronological record needed to identify which executions succeeded, failed, timed out, or behaved differently. Opening the failed run details then exposes the action-level inputs, outputs, status, duration, connection errors, and failure message that explain the inconsistent result. These two views support evidence-based diagnosis without changing the flow before the cause is known. Updating the trigger, increasing a timeout, or changing connection behavior are potential remediations only after the failure pattern has been established. The Analytics summary is useful for aggregate trends but lacks the full payload and step sequence of an individual run. The Activity tab's Error column can help locate failures, but the question asks for the two complete diagnostic actions and the detailed run inspection is the more direct evidence. Reviewers should compare a failed run with a successful run using the same input, check transient versus deterministic errors, and redact or restrict access to sensitive data captured in run history. Study Guide alignment: Plan and configure agent solutions > Create and monitor agent flows in Copilot Studio > Monitor agent flows.

===============


Question 7

A solution architect is implementing a governance process for an agent developed in Copilot Studio. Before the agent is moved to production, the organization requires a standardized validation process to ensure that updates to the underlying knowledge base do not cause regressions in response accuracy.

The validation process must satisfy the following technical criteria:

Consistency: Execute a fixed library of test cases containing specific user prompts.

Grounding: Measure the quality of the generated output against a verified "golden" response.

Comparison: Provide a performance delta between the current version and previous test runs.

You need to choose an evaluation method that meets the requirements.

What should you use?



Answer : D

Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: A predefined test set with expected outcomes is the only option that satisfies consistency, grounding comparison, and repeatable regression analysis. The fixed prompts ensure that each version receives the same inputs. Verified expected responses provide the baseline against which meaning, quality, keywords, or exact output can be scored. Rerunning the same set produces comparable results over time, allowing the team to calculate whether a knowledge-base change improved or degraded performance. The manual test pane is valuable for interactive debugging and inspecting the activity map, but it does not provide the same controlled batch or historical comparison. Channel usage metrics describe adoption and operational behavior, not response correctness. Transcript keyword searches can reveal patterns after deployment but do not establish a golden answer or a controlled experiment. The evaluation method should match the content: compare-meaning for legitimate paraphrases, exact match for fixed values, keyword match for required terms, or a custom rubric for domain-specific quality. Results should be retained or exported when a longer audit history is required. Study Guide alignment: Test and manage agents > Evaluate agent performance > Create a test set; Choose an evaluation method; Review test results.

===============


Page:    1 / 14   
Total 77 questions