Skip Navigation Links
 

Microsoft - AB-620: Designing and Building Integrated AI Solutions in Copilot Studio

Sample Questions

Question: 97
Measured Skill: Integrate and extend agents in Copilot Studio (40–45%)
Note: This questions is based on a case study. The case study is not shown in this demo.

You need to configure Operations Concierge so that prompt-driven summarization behavior aligns with Fabrikam Inc.'s architectural requirements.

Which two actions should you perform?

(Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.)

AConfigure Azure AI Search as the grounding source for summarization prompts.
B Publish the agent to ensure the selected model is enforced for summarization.
C Select a model from the Foundry model catalog in the custom prompt configuration.
D Enable citations to control how summarization output is generated.
E Create a reusable custom prompt template and apply it where summarization responses are generated.

Correct answer: C, E

Explanation:

The scenario states:

"Specialized processing: Delegate summarization and classification requests to an existing Microsoft Foundry agent."

Copilot Studio prompts can use models from the Azure AI Foundry model catalog, and when configuring a prompt you can choose the model that the prompt will use. Therefore, selecting a model from the Foundry model catalog aligns with the architectural requirement to support specialized summarization behavior.

Microsoft Learn describes prompts as reusable instructions that guide the model to perform tasks such as summarization, classification, extracting action items, and similar operations.

The scenario emphasizes:

  • Reuse
  • Governance
  • Consistent behavior across teams

A reusable custom prompt template provides a standardized summarization pattern that can be applied wherever summarization is required, reducing duplication and ensuring consistency.

References:

Bring your own model for your prompts

Create a prompt



Question: 98
Measured Skill: Integrate and extend agents in Copilot Studio (40–45%)
Note: This questions is based on a case study. The case study is not shown in this demo.

You need to connect Operations Concierge to Fabrikam Inc.'s Azure AI Search knowledge index while complying with security requirements.

Which configuration should you use for each requirement?

(To answer, move the appropriate configurations to the correct requirements. You may use each configuration once, more than once, or not at all. NOTE: Each correct selection is worth one point.)

www.cert2brain.com

AEnsure the Azure AI Search connection complies with the governance requirement for authenticated access: Enable citations for grounded answers.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Provide the Azure AI Search Endpoint URL in the connection details.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Enter the name of the Azure AI Search index.
B Ensure the Azure AI Search connection complies with the governance requirement for authenticated access: Provide the Azure AI Search Endpoint URL in the connection details.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Enter the name of the Azure AI Search index.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Select the service principal as the authentication type.
C Ensure the Azure AI Search connection complies with the governance requirement for authenticated access: Select the service principal as the authentication type.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Enable citations for grounded answers.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Enter the name of the Azure AI Search index.
D Ensure the Azure AI Search connection complies with the governance requirement for authenticated access: Enable citations for grounded answers.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Enter the name of the Azure AI Search index.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Provide the Azure AI Search Endpoint URL in the connection details.
E Ensure the Azure AI Search connection complies with the governance requirement for authenticated access: Enter the name of the Azure AI Search index.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Select the service principal as the authentication type.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Enable citations for grounded answers.
F Ensure the Azure AI Search connection complies with the governance requirement for authenticated access: Select the service principal as the authentication type.
Ensure policy and procedure Q&A uses the required curated, indexed enterprise knowledge source: Enter the name of the Azure AI Search index.
Ensure the connection targets the Azure AI Search service instance that stores the indexed policy documents: Provide the Azure AI Search Endpoint URL in the connection details.

Correct answer: F

Explanation:

Governance requirement for authenticated access → Select the service principal as the authentication type
A service principal provides authenticated access to Azure AI Search and supports enterprise governance and managed access controls.

Use the required curated, indexed enterprise knowledge source → Enter the name of the Azure AI Search index
The index identifies the specific collection of curated and indexed documents that Copilot Studio will query.

Target the correct Azure AI Search service instance → Provide the Azure AI Search Endpoint URL in the connection details
The endpoint URL identifies the Azure AI Search service instance that hosts the indexes.

Reference: Add Azure AI Search as a knowledge source



Question: 99
Measured Skill: Integrate and extend agents in Copilot Studio (40–45%)
Note: This questions is based on a case study. The case study is not shown in this demo.

You need to integrate Fabrikam Inc.'s existing Foundry agent so Operations Concierge can delegate summarization requests.

Which action should you perform for each requirement?

(To answer, move the appropriate actions to the correct requirements. You may use each action once, more than once, or not at all. NOTE: Each correct selection is worth one point.)

www.cert2brain.com

AThe main agent must be able to call an external Foundry agent: Publish the Copilot Studio agent to enable external calls.
The external Foundry agent must reference the correct Foundry project and agent: Add the Foundry output as an indexed knowledge source.
B The main agent must be able to call an external Foundry agent: Add an external agent of type Microsoft Foundry.
The external Foundry agent must reference the correct Foundry project and agent: Enter the Foundry project endpoint URL to create the connection.
C The main agent must be able to call an external Foundry agent: Enter the Foundry project endpoint URL to create the connection.
The external Foundry agent must reference the correct Foundry project and agent: Publish the Copilot Studio agent to enable external calls.
D The main agent must be able to call an external Foundry agent: Add an external agent of type Microsoft Foundry.
The external Foundry agent must reference the correct Foundry project and agent: Publish the Copilot Studio agent to enable external calls.
E The main agent must be able to call an external Foundry agent: Add the Foundry output as an indexed knowledge source.
The external Foundry agent must reference the correct Foundry project and agent: Enter the Foundry project endpoint URL to create the connection.
F The main agent must be able to call an external Foundry agent: Add the Foundry output as an indexed knowledge source.
The external Foundry agent must reference the correct Foundry project and agent: Add an external agent of type Microsoft Foundry.

Correct answer: B

Explanation:

To integrate a Microsoft Foundry agent with a Copilot Studio agent:

  • Add an external agent of type Microsoft Foundry so that the primary agent (Operations Concierge) can delegate requests to a Foundry agent. Microsoft Learn states:"Under Connect to an external agent, select Microsoft Foundry from the available agent types."

  • When creating the connection, you must provide the Foundry project endpoint URL, which connects the Copilot Studio agent to the correct Foundry project. After the connection is established, you specify the Agent ID for the target Foundry agent.

Reference: Connect to a Microsoft Foundry agent



Question: 100
Measured Skill: Integrate and extend agents in Copilot Studio (40–45%)
Note: This questions is based on a case study. The case study is not shown in this demo.

You need to ensure that performance-related questions are handled in accordance with Fabrikam Inc.’s defined architecture and business requirements.

Which capability should Operations Concierge use?

AA Foundry agent configured for summarization and classification.
B A Fabric data agent integrated into the multi-agent solution.
C An MCP server tool that executes transactional operations.
D An Azure AI Search knowledge source configured for enterprise policy retrieval.

Correct answer: B

Explanation:

The scenario explicitly states that:

Operational metrics: Delegate metric queries to a Fabric Data Agent that reads governed business data through the Fabric semantic model.

It also states that performance-related questions include:

  • Backlog
  • SLA risk
  • Parts shortages
  • Dispatch delays

These are business metrics that must return up-to-date data in a structured format. A Fabric Data Agent is designed to query governed business data and semantic models and provide current metrics.

Reference: Consume a Fabric Data Agent in Microsoft Copilot Studio



Question: 101
Measured Skill: Integrate and extend agents in Copilot Studio (40–45%)
Note: This questions is based on a case study. The case study is not shown in this demo.

You need to enable collaboration requirements for Operations Concierge.

Which two actions should you perform?

(Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.)

AEnable allow connections from other agents on the Service Desk Agent.
B Replace the Service Desk Agent with an MCP server.
C Publish Operations Concierge to enable delegation automatically.
D Add the Service Desk Agent as an indexed knowledge source.
E Publish the Service Desk Agent.

Correct answer: A, E

Explanation:

Fabrikam's requirement is:

"The primary agent must delegate IT-specific requests to the existing Service Desk Agent rather than reimplement ticket creation logic."

This is a multi-agent collaboration scenario where Operations Concierge must connect to and delegate requests to an existing Copilot Studio agent.

To make a Copilot Studio agent available to other agents:

  1. The Service Desk Agent must be published. 
    Connected agents are independent agents and must be published before other agents can use them.

  2. Allow connections from other agents must be enabled on the Service Desk Agent. 
    This setting makes the agent available to be connected and delegated to by other agents in a multi-agent solution.

Reference: Add other agents overview





 
Tags: exam, examcollection, exam simulation, exam questions, questions & answers, training course, study guide, vce, braindumps, practice test
 
 

© Copyright 2014 - 2026 by cert2brain.com