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

Hotspot Question
A team deploys Copilot Studio solutions by using Power Platform Pipelines.
You must configure a deployment strategy that meets the following requirements:
- Ensure that the solutions deploy in dev, test, and production
environments in order.
- Identify missing connection references or environment variables
before the deployment process begins.
- Manage all pipeline stages and security from a single, unified
location for all linked environments.
You need to configure the pipeline to meet the requirements.
What should you configure for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
Box 1: Sequential stage progression
To ensure your Copilot Studio solutions deploy across environments in the correct, mandatory order, you should configure Sequential stage progression.
Enforces Order
Governs Release Pipelines: It prevents bypassing necessary QA approvals and gates.
Preserves Artifacts: The exact same managed solution artifact is promoted through all stages, ensuring zero tampering as it travels the pipeline.
Box 2: Deployment input validation
For your Power Platform pipeline deploying a Copilot Studio solution, you should configure Deployment input validation (commonly referred to as preflight checks or solution validation).
The Goal: Power Platform Pipelines feature built-in inline target environment solution validation.
When a maker initiates a deployment, the system triggers validation checks before any components are actually moved or imported into the target environment.
How it Handles References/Variables: During this validation phase, the pipeline scans the solution for missing dependencies, connection references, and environment variables. If any required target values are missing or unconfigured, the pipeline proactively pauses and prompts the user to input or configure them upfront, ensuring the deployment won't fail mid-process.
Box 3: Environment-level customization
To achieve centralized management of all pipeline stages and security from a single, unified location across all linked environments, you must configure a Custom Pipeline Host Environment.
Within this environment, when considering environment-level customization, you must configure Environment Variables and Connection References to ensure the Copilot Studio solution dynamically adapts to target environments during deployment.
Reference:
https://learn.microsoft.com/en-us/power-platform/alm/extend-pipelines
https://learn.microsoft.com/en-us/power-platform/alm/conn-ref-env-variables-build-tools
Drag and Drop Question
A company has an existing custom connector that is approved and available in the environment.
A builder wants an agent in Copilot Studio to call the connector during a conversation to retrieve information from an internal system.
To meet the business needs, the solution must meet the following requirements:
- The agent must make the connector available for topic steps.
- The agent must run the connector call with a valid connection.
- The connector call must receive the required input values at runtime.
You need to configure the agent so the custom connector can be used as a tool.
What should you configure 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. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
Box 1: Add the connector as a tool in the agent.
To make an approved custom connector available for topic steps within Copilot Studio, you must add the connector as a tool in the agent.
In Copilot Studio, actions and custom connectors must be explicitly registered as "Tools" within the agent's capabilities before they can be recognized or called by topics.
Box 2: Create or reuse a connection for the connector
The appropriate action is to create or reuse an existing connection for the custom connector.
Because the connector is already approved and available in your environment, you can simply select it from your tools and link the predefined connection Use connectors in Copilot Studio agents.
Box 3: Map topic variables to the tool inputs
The correct configuration action is to Map topic variables to the tool inputs.
Reference:
https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-connectors
A company needs an agent in Copilot Studio to complete tasks by interacting with a legacy desktop application that does not use APIs. The builder needs to validate that UI automation can run in the supported execution context and needs a way to inspect how the automation behaves during testing conversations.
To meet the business needs, the solution must meet the following requirements:
- Enable the agent to perform UI automation against the legacy
application.
- Inspect execution details for the automation during conversations.
You need to configure the agent based on the requirements.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: B,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A team is standardizing ALM for agents in Copilot Studio.
The team requires a custom solution that includes agents. The solution must support ALM scenarios, such as managing and transporting agent assets across environments and pipeline deployments.
You need to create an ALM-ready custom solution in Copilot Studio.
What should you do?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A team has an agent in Copilot Studio that handles user intake. For some requests, the team wants the agent to delegate work to a Microsoft Foundry agent that performs specialized processing. The Foundry agent already exists.
To meet the business needs, the solution must meet the following requirements:
- The primary agent must be able to call the Foundry agent.
- The external agent connection must reference the correct Foundry
project and agent.
You need to integrate the primary agent with the Foundry agent.
Which two actions should you take? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
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 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.
Correct Answer: A,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A company uses an agent in Copilot Studio to generate structured responses for internal users.
The agent must meet the following requirements:
- Consistently follow a reusable instruction template for response tone and structure.
- Use an enterprise-approved foundation model for responses generated
through the template.
You need to configure custom prompts so the agent uses the Microsoft Foundry model catalog.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: A,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Case Study 1 - Blue Yonder Airlines
Background
Blue Yonder Airlines is a global carrier headquartered in Los Angeles, California, operating domestic and international flights. The company serves millions of passengers annually through its website, mobile app, and call centers. To improve customer service efficiency and reduce call center volume, Blue Yonder is deploying an AI agent in Microsoft Copilot Studio.
The agent will handle customer inquiries across multiple channels - web chat, mobile app, and Microsoft Teams (for internal support staff). It will answer questions, retrieve data from enterprise systems, and escalate to human agents when needed.
The project is led by a cross-function team:
- Product manager: Defines requirements and success metrics.
- Lead agent author: Designs topics, intents, and generative behavior.
- Flow designers: Build agent flows and integrations.
- IT/security and compliance: Oversees identity, data protection, and Responsible AI (RAI) compliance.
Current environment
Channels
Public website: Embedded web chat
Mobile app: In-app chatbot
Microsoft Teams: Internal support agent access
Identity and access
Customers: Anonymous access for general inquiries (e.g., flight status, baggage policy).
Authentication is required for personal data access (e.g., bookings, loyalty points).
Internal staff: Authenticate via Microsoft Entra ID.
Data sources
Reservation and Ticketing System (internal): REST API, no prebuilt connector with custom enterprise database.
Flight Status and Weather APIs (external): REST APIs with API keys.
Customer Support Knowledge Base: SharePoint library with PDFs and policy documents.
Loyalty Program Data: Stored in Dynamics 365 and Dataverse.
Travel Advisory Content: Uses REST API with partner services.
Integration mechanisms
Custom connectors must be used for internal APIs that lack prebuilt connectors.
HTTP request nodes may be used for lightweight external APIs.
Knowledge sources must be used for unstructured content.
Agent flows must be used to encapsulate reusable logic (e.g., rebooking).
Business requirements
Omnichannel support
Deploy the agent across web, mobile, and Teams with a consistent user experience. The Teams deployment must also support internal staff.
Self-service capabilities
The agent must handle common inquiries such as:
- Flight status
- Booking and rebooking
- Loyalty program questions
- Travel policies and baggage rules
Human escalation
If the agent cannot resolve an issue or the user requests help, it must:
- Escalate to a human agent.
- Transfer the conversation transcript and relevant context.
- Redact any sensitive personal data before escalation.
Knowledge integration
The agent must use scalable methods for knowledge integration and must not rely on manually authored Q&A topics for each document.
Performance metrics
First-contact resolution: +25%
Tier-1 call deflection: ≥20%
Response time: 90% of queries answered within 30 seconds
Accuracy: ≥95% for known FAQs
CSAT: ≥85% for AI-handled interactions
Technical requirements
Platform constraints
No custom code is permitted; only Copilot Studio's built-in tools may be used.
All backend logic must be implemented using agent flows.
Markdown must be used for formatting (e.g., bold, bullet points); HTML is not supported.
Authentication
Sign-in is required for personal data access.
Anonymous access is allowed for general inquiries.
User identity must be used for data access; shared or builder credentials must not be used.
Compliance and security
Power Platform DLP policies must be enforced to block unauthorized data flows.
Responsible AI content moderation filters must be enabled.
Prompt modifications must be added to enforce tone, disclaimers, and refusal behavior.
Disclaimers must be applied consistently across all generative responses. Manual edits to individual topics must be avoided.
Monitoring and maintenance
All conversations and actions must be logged for auditing.
Weekly reviews of transcripts and metrics must be conducted.
Topics, flows, and knowledge sources must be updated as policies or systems evolve.
Issues and constraints
API rate limits: External APIs (e.g., flight status) have usage limits. Agent flows must handle retries and caching to avoid exceeding quotas.
Knowledge base limits: Copilot Studio has limits on the number and size of indexed documents.
Large files must be split or summarized.
Generative answer risks: Generative responses must be constrained to avoid policy violations.
Prompt modifications and filters must be used to enforce tone, safety, and compliance.
User input variability: Users phrase questions in diverse ways. Topics must include varied trigger phrases and fallback handling.
Authentication UX: The agent must clearly explain when sign-in is required and handle transitions smoothly across channels.
Problem statement
Blue Yonder Airlines must deploy a secure, scalable, and policy-compliant AI agent using Microsoft Copilot Studio. The agent must deliver accurate, helpful, and safe responses across multiple channels, integrate with enterprise systems, and support both anonymous and authenticated users. It must adhere to strict data protection and Responsible AI standards while improving customer service efficiency and satisfaction.
Drag and Drop Question
You need to implement tool usage in topics that meet the Blue Yonder design and governance requirements.
Which implementation method should you use for each requirement? To answer, move the appropriate implementation methods to the correct requirements. You may use each implementation method once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
Box 1: Add a Question node for the user to choose the tool.
Let the agent decide when to run a tool based on user input.
Box 2: Add an Adaptive card
Run a specific agent flow at a defined step in a topic.
You can run a specific agent flow at a defined step in your topic by using an Ask with Adaptive card node to collect user input, and then triggering the flow using the submitted data.
Box 3: Add a tool node
Use a connector action to retrieve data during a conversation.
Reference:
https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-ask-with-adaptive-card
A company is configuring generative answers for an agent in Copilot Studio agent.
The agent must use Azure AI Search to retrieve enterprise content, and all responses must be generated by a Microsoft Foundry model.
The agent sometimes generates answers that are not grounded in Azure AI Search content. The company requires that the agent only generate responses when relevant indexed content is retrieved.
You need to configure the agent so that its generative answer behavior meets the organization's requirements.
What should you do?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
0
0
0
0