About the Exam

Microsoft associate-level exam for the AI Agent Builder certification. It targets professional developers and advanced builders who create, extend and integrate custom agents for enterprise-grade solutions using Microsoft Copilot Studio, Power Platform and related enterprise technologies. Passing demonstrates the ability to deliver production-ready, scalable agent and multi-agent solutions.

Exam Topics

  • Plan and configure agent solutions30–35%
  • Integrate and extend agents in Copilot Studio40–45%
  • Test and manage agents20–25%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 20, 2026 at 12:18 AM

Topic filter
Retired questions
Question sort
Questions per page

QuestionQ1

Plan and configure agent solutions

An agent uses a flow that calls an external service which can occasionally fail or time out.

When a failure occurs, the agent must meet the following requirements:

  • Must not terminate silently.
  • Must send a notification containing the error details.
  • You need to configure the agent flow so that failures are handled in a controlled and predictable way.

Solution: Configure run-after conditions for failure paths.

Does this solution meet the goal?

Explanation

Run-after settings allow a flow to continue on a failure or timeout through a designated error-handling path. That path can send a notification with the failed action’s error details, providing controlled, non-silent failure handling.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Test and manage agents

An agent uses a flow that calls an external service which can occasionally fail or time out.

When a failure occurs, the agent must meet the following requirements:

  • Must not terminate silently.
  • Must send a notification containing the error details.
  • You need to configure the agent flow so that failures are handled in a controlled and predictable way.

Solution: Send a notification that includes relevant error details.

Does this solution meet the goal?

Explanation

A failure-notification action that includes the error details prevents a flow failure from being silent and provides the required information to recipients. Power Automate supports configuring an action to run after a preceding action fails or times out, enabling this controlled error-handling path.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Plan and configure agent solutions

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: Configure the custom prompt tool at the topic level to ensure that other topics are unaffected.

Does this solution achieve the goal?

Explanation

A custom prompt tool is separate from a generative answers node and does not automatically use that node’s configured knowledge sources. Topic-specific response formatting should be configured through custom instructions on the relevant generative answers node, which preserves the node-level knowledge-source configuration and associated connector security controls.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Plan and configure agent solutions

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.

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.

You need to configure the agent in Copilot Studio to use internal and external partner knowledge sources to answer user questions about the airline services.

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

NOTE: Each correct selection is worth one point.

Choose two
Explanation

Microsoft Graph connectors ingest content from external and partner data sources into the Microsoft Graph index, making that content available as a governed, searchable knowledge source inside Copilot Studio without hand-authoring a Q&A topic for every document, satisfying the requirement for a scalable knowledge-integration method. Documents already stored in an internal SharePoint library are added directly as a knowledge source in Copilot Studio, letting the agent's generative answers draw on that unstructured content automatically. Writing individual Q&A topics per document does not scale and is explicitly disallowed, and enabling unrestricted web search would bypass the required Power Platform DLP and Responsible AI content controls.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Integrate and extend agents in Copilot Studio

Background

Fabrikam Inc. is a Canada-based manufacturer with a growing service organization that supports field technicians and internal operations teams. Fabrikam Inc. plans to launch a new internal agent solution named Operations Concierge to reduce time spent searching policy content, retrieving operational metrics, and executing routine transactions.

The agent will be used by three groups:

  • Service coordinators who triage incoming service requests
  • Field technicians who need guided procedures and parts availability
  • Operations managers who monitor KPIs and exceptions

The agent solution must work in real-world operational conditions. Users often ask questions mid-call with a customer or while coordinating parts shipments. The agents require quick, reliable outcomes. As a result, Fabrikam Inc. requires the solution to:

  • Provide grounded answers with traceability when it provides guidance.
  • Retrieve real-time metrics when users ask for operational status.
  • Execute authenticated updates when users initiate a flow (such as creating a parts request).

Fabrikam Inc. also expects the solution to be maintained by multiple makers and developers across the year. The company has experienced duplicated logic and inconsistent behavior across different agents. This project emphasizes reuse, governance, and maintainability across teams.

Current environment

Fabrikam Inc. runs three Microsoft Power Platform environments for agent development and release: Dev, Test, and Prod.

The team plans to build the agent and validate it in Dev and Test, then promote to Prod by using a controlled release process that supports repeatable deployments.

Fabrikam Inc. already has two assets the team wants to reuse:

  • A partially completed Copilot Studio agent named Service Desk Agent, used by IT to create internal tickets and route requests

A Microsoft Foundry agent created by a central AI team that performs specialized summarization and classification for long-form text (for example, summarizing call transcripts into an incident narrative)

Fabrikam Inc. also has operational and knowledge data sources:

  • A curated policy library (internal SOPs, service warranty rules, escalation criteria, and standard operating procedures)
  • A set of indexed documents and procedures in an Azure AI Search service that supports vector search for the policy library
  • A Microsoft Fabric workspace that includes a semantic model used by operations leadership for reporting

Business requirements

Fabrikam Inc. requires Operations Concierge to meet the following business requirements:

  • Traceability requirement: When the agent provides policy guidance or procedural recommendations, users must be able to see where the answer came from.

Metrics requirement: When users ask about service performance (backlog, SLA risk, parts shortages, dispatch delays), the solution must return up-to-date metrics in a structured format that operations managers can use in weekly reviews.

Transaction requirement: The solution must support authenticated updates initiated during conversations, including creating a parts request and updating a service case status.

In addition, Fabrikam Inc. wants to avoid duplicating common assets across agents:

  • The team must reuse the same set of escalation topics, MCP tool definitions, and a standard safety disclaimer across three different agents.

Only the platform engineering group as allowed to edit shared assets. However, all agent authors must be able to use them.

Technical requirements

The Fabrikam Inc. solution architecture uses a multi-agent approach so that specialist responsibilities are isolated and can evolve independently.

The Operations Concierge (primary agent) must coordinate the following specialist capabilities:

  • Policy and procedure Q&A: Use an enterprise knowledge source that supports indexed retrieval across the curated policy library and service procedures.
  • Operational metrics: Delegate metric queries to a Fabric Data Agent that reads governed business data through the Fabric semantic model.
  • Authenticated updates: Use tools exposed by an existing internal Model Context Protocol (MCP) server that provides transactional operations for the service organization.
  • Specialized processing: Delegate summarization and classification requests to an existing Microsoft Foundry agent.

Fabrikam Inc. will onboard two MCP servers as tools:

PartsOps MCP server: exposes tools for parts availability checks and parts request creation. The server requires per-user authentication because actions must be traceable to the requesting user.

WarrantyRules MCP server: exposes a read-only tool for validating warranty coverage. The server uses an API key shared by the agent team.

Fabrikam Inc. has also defined a collaboration requirement with the existing Service Desk Agent:

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

Finally, Fabrikarn Inc. plans to support a partner integration:

For shipment tracking inquiries, Fabrikam Inc. will delegate to a partner-provided agent that is only available through a standardized agent-to-agent endpoint.

Issues and constraints

During early testing, Fabrikam Inc. found three recurring problems:

  • Makers are copying and modifying the same components across agents, resulting in inconsistent disclaimers and duplicated tools.
  • Users can obtain a correct answer, but the response is not consistently traceable to a source when the agent uses knowledge.

The primary agent can route some requests, but specialist capabilities are not consistently delegated (for example, some metric questions are answered generatively instead of being routed to the Fabric Data Agent).

You are part of the engineering team responsible for correcting the design and configuration to meet the preceding requirements and constraints.

You need to enable Operations Concierge to delegate shipment tracking inquiries in accordance with Fabrikam Inc.'s defined architecture and technical requirements.

Which integration approach should you use?

Explanation

An A2A integration connects the primary agent to an external agent through its Agent2Agent endpoint, enabling task delegation to the partner-provided shipment-tracking agent. Microsoft Copilot Studio uses A2A to orchestrate with external agents rather than treating them as knowledge sources or MCP tools.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home