This practice exam is a part of the AB-620: Designing and Building Integrated AI Agent Solutions in Copilot Studio Exam Prep Hub.
Question 1 (Scenario-Based)
A global insurance company is building a customer support solution. A front-door agent must answer policy questions, submit claims, check claim status, and schedule inspections. Specialized teams own each business capability and deploy their own agents independently.
Which architecture provides the greatest scalability while minimizing maintenance?
A. Create one large agent containing all business logic.
B. Use Connected Agents with specialized agents for claims, inspections, and policies.
C. Create separate topics for every department inside one agent.
D. Create multiple child topics within a single conversation.
Answer: B
Explanation:
Connected Agents allow independently managed agents to collaborate while preserving conversational context. This architecture scales better than a monolithic agent.
Question 2 (Multiple Answer)
An enterprise architect wants to reduce hallucinations generated by AI responses.
Which TWO actions should be recommended?
A. Ground responses using trusted enterprise knowledge.
B. Increase the number of greeting topics.
C. Restrict generative responses to approved knowledge sources.
D. Duplicate trigger phrases across topics.
Answers: A, C
Explanation:
Grounding responses with trusted knowledge sources significantly reduces hallucinations and improves factual accuracy.
Question 3 (Single Answer)
Which situation is the best candidate for using a REST API Tool instead of Generative Answers?
A. Retrieving company vacation policy
B. Looking up product documentation
C. Answering frequently asked questions
D. Checking the real-time balance of a customer’s account
Answer: D
Explanation:
REST API Tools are intended for transactional or live operational data.
Question 4 (Fill in the Blank)
When designing reusable conversations, business logic should remain independent of the __________ layer.
A. authentication
B. presentation
C. storage
D. analytics
Answer: B
Question 5 (Match the Answers)
Match each capability with the primary scenario.
| Capability | Scenario |
|---|---|
| 1. Child Agent | A. Enterprise semantic search |
| 2. MCP | B. Specialized delegated capability |
| 3. Azure AI Search | C. External tool interoperability |
| 4. Adaptive Card | D. Interactive user experience |
Answer
- 1 → B
- 2 → C
- 3 → A
- 4 → D
Question 6 (Scenario-Based)
Your company maintains over 15 million engineering documents.
Employees frequently ask technical questions using natural language.
Which solution provides the highest quality retrieval?
A. Manual topics
B. SharePoint folders only
C. Azure AI Search with semantic and vector search
D. Adaptive Cards
Answer: C
Question 7 (Multiple Answer)
A parent agent delegates requests to several child agents.
Which TWO design practices improve maintainability?
A. Assign each child agent a single business responsibility.
B. Allow every child agent to perform every task.
C. Reuse child agents across multiple parent conversations.
D. Duplicate business logic inside every child.
Answers: A, C
Question 8 (Single Answer)
A conversation requires collecting several related inputs before calling an external system.
Which approach provides the cleanest user experience?
A. Multiple sequential text questions
B. Adaptive Card form
C. Multiple trigger phrases
D. Generative Answers
Answer: B
Question 9 (Scenario-Based)
A multinational organization acquires another company whose AI agents were built using different technologies.
Management wants both ecosystems to communicate without rewriting either platform.
Which capability best satisfies this requirement?
A. Child Agents
B. Connected Topics
C. Agent2Agent protocol
D. Azure AI Search
Answer: C
Question 10 (Single Answer)
Which statement about MCP is TRUE?
A. It replaces Azure AI Search.
B. It standardizes integration with external tools and services.
C. It replaces REST APIs.
D. It stores conversation history.
Answer: B
Question 11 (Multiple Answer)
An enterprise wants secure enterprise integrations.
Which TWO actions are recommended?
A. Authenticate users before sensitive operations.
B. Use least-privilege permissions for external systems.
C. Store passwords inside topics.
D. Disable authentication during production.
Answers: A, B
Question 12 (Scenario-Based)
A customer asks:
“Has my refund been processed?”
The answer must always reflect the current ERP status.
Which design should be implemented?
A. Store refund status in SharePoint.
B. Use Generative Answers.
C. Invoke a REST API Tool.
D. Create additional trigger phrases.
Answer: C
Question 13 (Single Answer)
Which design principle best improves long-term maintainability?
A. Centralize reusable business capabilities.
B. Create duplicate business logic.
C. Increase conversation depth.
D. Build larger topics.
Answer: A
Question 14 (Multiple Answer)
Which TWO scenarios are appropriate for Generative Answers?
A. Employee handbook questions
B. Company policy retrieval
C. Credit card authorization
D. Live inventory reservation
Answers: A, B
Question 15 (Scenario-Based)
Several specialized agents must collaborate while preserving the conversation context and allowing each department to deploy independently.
Which solution should you recommend?
A. Child Agents
B. Azure AI Search
C. Adaptive Cards
D. Connected Agents
Answer: D
Question 16 (Single Answer)
Which capability is primarily responsible for grounding AI responses using indexed enterprise content?
A. Adaptive Cards
B. Azure AI Search
C. Trigger phrases
D. Topics
Answer: B
Question 17 (Match the Answers)
Match each technology to its purpose.
| Technology | Purpose |
|---|---|
| 1. Connector Tool | A. Enterprise application integration |
| 2. REST API Tool | B. Custom HTTP endpoint |
| 3. Connected Agent | C. Multi-agent collaboration |
| 4. Topic | D. Conversation flow |
Answer
- 1 → A
- 2 → B
- 3 → C
- 4 → D
Question 18 (Scenario-Based)
Users report that responses became less accurate after several new document repositories were connected.
What should be investigated FIRST?
A. Adaptive Card layout
B. Knowledge source quality and grounding configuration
C. Trigger phrase length
D. Topic names
Answer: B
Question 19 (Multiple Answer)
Which TWO metrics best evaluate production quality?
A. Successful task completion
B. Escalation percentage
C. Number of Adaptive Cards
D. Number of trigger phrases
Answers: A, B
Question 20 (Single Answer)
What is the primary benefit of semantic search over simple keyword search?
A. Lower storage costs
B. Better understanding of user intent
C. Faster authentication
D. Reduced API usage
Answer: B
Question 21 (Scenario-Based)
A banking organization wants every transaction request to require customer authentication while allowing public FAQ access anonymously.
What should you configure?
A. Authenticate every conversation immediately.
B. Require authentication only before protected actions.
C. Disable anonymous access.
D. Store authentication inside Adaptive Cards.
Answer: B
Question 22 (Fill in the Blank)
The primary objective of production monitoring is to continuously improve __________ and reliability.
A. storage
B. usability
C. performance
D. deployment frequency
Answer: C
Question 23 (Single Answer)
Which statement best describes Connected Agents?
A. They replace REST APIs.
B. They allow independently managed agents to collaborate.
C. They replace child agents in every scenario.
D. They perform semantic search.
Answer: B
Question 24 (Multiple Answer)
Which TWO tasks belong to production validation before deployment?
A. Test API integrations
B. Validate conversation routing
C. Delete historical analytics
D. Disable monitoring
Answers: A, B
Question 25 (Scenario-Based)
A healthcare organization wants clinicians to ask natural language questions while ensuring responses come only from approved medical documentation.
Which solution best satisfies the requirement?
A. Public internet search
B. Azure AI Search with approved medical repositories
C. Adaptive Cards
D. Trigger phrase expansion
Answer: B
Question 26 (Single Answer)
Why are modular conversation designs generally preferred?
A. Easier testing, maintenance, and reuse
B. More authentication
C. More trigger phrases
D. Less integration
Answer: A
Question 27 (Multiple Answer)
Which TWO capabilities are specifically intended for enterprise system integration?
A. Connector Tools
B. REST API Tools
C. Adaptive Cards
D. Trigger phrases
Answers: A, B
Question 28 (Scenario-Based)
A manufacturing company has independent Procurement, Inventory, Maintenance, and Shipping agents.
Executives want one customer-facing entry point while allowing each department to maintain its own release schedule.
Which architecture is MOST appropriate?
A. One large parent topic
B. One monolithic agent
C. Connected Agents
D. Azure AI Search only
Answer: C
Question 29 (Single Answer)
Which capability is responsible for presenting rich forms, buttons, and images within conversations?
A. Azure AI Search
B. Topics
C. Adaptive Cards
D. REST API Tools
Answer: C
Question 30 (Complex Scenario)
A multinational enterprise is building an intelligent service platform.
Requirements include:
- Customer conversations begin with a single entry-point agent.
- Business domains are maintained by independent development teams.
- Enterprise knowledge exceeds 25 million documents.
- AI responses must be grounded using semantic retrieval.
- Customer account information must always be retrieved in real time.
- External AI systems from partner organizations must participate in workflows.
- Future integrations should require minimal architectural changes.
Which solution BEST satisfies all requirements?
A. Build one monolithic agent using Generative Answers for every request.
B. Build separate agents without communication and synchronize data nightly.
C. Use Child Agents, storing all customer information in Azure AI Search.
D. Use Connected Agents, Azure AI Search for enterprise grounding, REST API Tools for transactional data, and Agent2Agent/MCP for interoperable external integrations.
Answer: D
Explanation:
This design follows Microsoft’s recommended architectural principles:
- Connected Agents provide scalable orchestration.
- Azure AI Search grounds responses over large enterprise repositories.
- REST API Tools retrieve authoritative live transactional data.
- Agent2Agent enables communication between heterogeneous AI agents.
- MCP provides standardized interoperability with external tools and services.
Go to the AB-620 Exam Prep Hub main page
