Agentic AI Business Solutions Architect · 27% of the exam

Design AI-powered business solutions: free practice questions

5 sample questions from our 12-question bank for this domain — answers and explanations included. These are the same scenario-based style as the real Microsoft exam.

1. An enterprise is deploying Microsoft 365 Copilot for Sales and wants to ensure that sellers can surface real-time deal insights from Dynamics 365 Sales directly within Outlook and Teams meetings. Which configuration step is required to enable this integration?

  • A. Install the Copilot for Sales app in Microsoft 365 admin center and connect it to the Dynamics 365 Sales environment via the CRM connection settings in the app✓ Correct
  • B. Create a custom Copilot Studio agent scoped to Teams and configure it with a Dynamics 365 Sales connector action
  • C. Enable the Dynamics 365 Sales Insights add-on and publish its dashboard as a Teams tab for sellers
  • D. Configure a Power BI embedded report in Outlook using the Dynamics 365 Sales dataset and grant sellers read permissions
Explanation

Microsoft 365 Copilot for Sales is specifically designed to surface CRM insights (including Dynamics 365 Sales data) in Outlook and Teams. The correct setup involves installing the Copilot for Sales app from the Microsoft 365 admin center and establishing the CRM connection so it can pull real-time deal context. Option B (custom Copilot Studio agent) is a custom development path that duplicates existing Copilot for Sales functionality unnecessarily. Option C (Sales Insights dashboard as Teams tab) provides static reporting access, not the embedded, contextual AI-driven insights that Copilot for Sales delivers within Outlook/Teams. Option D (Power BI in Outlook) is a reporting surface, not an AI-driven conversation and insight experience.

2. An architect is applying the Microsoft Power Platform Well-Architected Framework to an intelligent workload that uses a Copilot Studio agent integrated with Dynamics 365 Customer Service. Which pillar of the framework is PRIMARILY addressed by implementing circuit-breaker logic in agent flows to prevent cascading failures when a downstream API becomes unavailable?

  • A. Reliability✓ Correct
  • B. Security
  • C. Operational Excellence
  • D. Performance Efficiency
Explanation

Circuit-breaker logic prevents cascading failures by stopping repeated calls to a failing dependency, which is a core Reliability pattern—ensuring the workload continues to function or degrades gracefully under component failure. Security (B) concerns authentication, authorization, and data protection, not failure isolation. Operational Excellence (C) relates to monitoring, deployment practices, and process improvement—not runtime failure handling. Performance Efficiency (D) addresses scaling and resource optimization, not failure resilience patterns.

3. A contact center architect is evaluating whether to use standard NLP topic matching, Conversational Language Understanding (CLU), or generative AI orchestration for a Copilot Studio agent serving a telecommunications company. The agent must handle hundreds of highly specific technical intents (e.g., distinguishing 'reset my router firmware' from 'reboot my router remotely') with precise routing to different backend systems. Which approach best meets this requirement?

  • A. Standard NLP topic matching using trigger phrases in Copilot Studio, because it is the simplest to maintain and sufficient for all intent volumes
  • B. Conversational Language Understanding (CLU) with a custom-trained model that distinguishes fine-grained technical intents and maps them to Copilot Studio topics via an entity-aware routing scheme✓ Correct
  • C. Generative AI orchestration using GPT-based intent classification exclusively, routing all utterances through a single large language model prompt without predefined topics
  • D. A hybrid of generative AI orchestration for broad intent detection and fallback to standard NLP for ambiguous utterances, with no CLU involvement
Explanation

CLU with a custom-trained model is best suited for this scenario. When there are hundreds of fine-grained, domain-specific intents that require precise discrimination (e.g., firmware reset vs. remote reboot), a CLU model trained on domain-specific utterances provides superior accuracy over standard NLP trigger phrases and more deterministic routing than pure generative AI. Option A (standard NLP trigger phrases) does not scale reliably to hundreds of similar technical intents and is prone to conflicts. Option C (generative AI orchestration exclusively) introduces non-determinism and latency for a use case requiring precise, auditable routing to specific backend systems. Option D (hybrid without CLU) foregoes the precision of a purpose-trained CLU model, which is specifically designed to handle dense, similar intent sets in enterprise contact center scenarios.

4. A financial services firm is designing an autonomous agent in Copilot Studio to process incoming loan applications. The agent must retrieve applicant credit data, evaluate eligibility rules, and submit decisions to a Dynamics 365 Finance workflow—all without human intervention for standard cases. Which agent type and orchestration pattern best fits this requirement?

  • A. A prompt-and-response agent that uses a single generative AI prompt to evaluate and submit applications in one step
  • B. An autonomous agent with an agent flow that chains topic triggers, AI-based rule evaluation actions, and a connector action to submit to Dynamics 365 Finance✓ Correct
  • C. A task agent limited to a single deterministic topic that routes escalations to a human agent queue in Dynamics 365 Contact Center
  • D. A Microsoft 365 Copilot agent scoped to Teams that uses SharePoint lists as the decision store for loan eligibility
Explanation

An autonomous agent with a structured agent flow is the correct design. Autonomous agents in Copilot Studio are purpose-built for multi-step, goal-directed workflows that operate without continuous human input, and agent flows support chaining retrieval, AI evaluation, and system actions like Dynamics 365 connector calls. Option A (prompt-and-response) is too simplistic for a multi-step process and cannot reliably execute system writes. Option C (task agent) is explicitly limited to single-topic deterministic routing and is not suited for autonomous multi-system orchestration. Option D (Microsoft 365 Copilot scoped to Teams) is a collaboration surface, not an appropriate platform for back-office financial workflow automation.

5. A manufacturing company is evaluating Microsoft Foundry tools to build a custom AI model that classifies supplier invoices into spend categories. The invoices are unstructured PDFs containing both text and tabular data. Which Foundry capability should the architect propose for training and deploying this classification model?

  • A. Azure AI Document Intelligence custom classification model, trained via the Azure AI Foundry model customization workflow✓ Correct
  • B. A Power Automate desktop flow with OCR actions that routes extracted text to a Dataverse table for manual tagging
  • C. Copilot Studio generative answers with a SharePoint knowledge source containing sample invoices
  • D. AI Builder object detection model trained on invoice images to identify spend category logos
Explanation

Azure AI Document Intelligence with custom classification, managed through Azure AI Foundry, is designed precisely for classifying unstructured documents with mixed text and tabular content. It supports PDF ingestion and can be fine-tuned on labeled invoice samples. Option B (Power Automate desktop OCR) is a manual, brittle process that does not produce a scalable AI classification model. Option C (Copilot Studio generative answers) is a knowledge retrieval feature, not a document classification training pipeline. Option D (AI Builder object detection) is designed for identifying objects in images, not classifying document content into spend categories.

7 more questions in this domain

Practice the full bank with instant grading, flashcards, and a timed mock exam.

Start practicing free