Microsoft Agentic AI Business Solutions Architect · Domain 3 · 44% of exam

Deploy AI-powered business solutions

Drill 20 practice questions focused entirely on Deploy AI-powered business solutions for the Microsoft AB-100 exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

A retail company has a production Copilot Studio agent that answers product return questions. Customer satisfaction (CSAT) scores have plateaued, and the architect suspects the agent's instructions could be improved. Before rolling a revised prompt to all users, the team wants empirical evidence that the new instruction set actually improves resolution quality without regressing other conversations. Which tuning approach best supports this goal?

Reviewed for accuracy · Report an issue
Question 2 of 20

A Copilot Studio agent for a financial services firm grounds its answers on a SharePoint site that contains both public policy documents and a restricted folder holding confidential client portfolios. During testing, some employees discover the agent surfaces snippets from the restricted folder even though they lack direct SharePoint permissions to those files. The architect must design access controls on grounding data so the agent never returns content the requesting user is not authorized to see. Which approach best enforces this requirement?

Reviewed for accuracy · Report an issue
Question 3 of 20

A Copilot Studio customer service agent has been in production for six weeks. The support operations lead reports that customer satisfaction scores have dropped, but the agent's session analytics dashboard shows stable engagement and resolution rates. The lead suspects the agent is giving technically correct but poorly phrased or incomplete answers that frustrate users. As the solutions architect, what is the MOST effective way to diagnose the root cause before making tuning changes?

Reviewed for accuracy · Report an issue
Question 4 of 20

A customer service organization deployed a Copilot Studio agent three months ago to handle tier-1 support inquiries. Leadership wants to know whether the agent is genuinely reducing load on human agents versus simply deflecting users who later re-contact support. As the solutions architect responsible for the monitoring process, which primary metric should you emphasize to answer this question, and how should you interpret it correctly?

Reviewed for accuracy · Report an issue
Question 5 of 20

You are designing a Copilot Studio agent for a healthcare provider that queries patient appointment data stored in a Dataverse environment governed by row-level security. Regulatory rules require that each user only ever see records they are individually authorized to access, and every data access must be attributable to the requesting individual for audit purposes. When configuring how the agent authenticates to the Dataverse connector, which approach best satisfies these governance and compliance requirements?

Reviewed for accuracy · Report an issue
Question 6 of 20

A deployed Copilot Studio customer service agent has been in production for eight weeks. The operations team collects three signals: (1) automated end-user thumbs-down ratings captured in agent analytics, (2) escalation transcripts where the agent handed off to a human, and (3) a monthly business stakeholder review of KPI dashboards. Leadership wants a tuning process that surfaces the most actionable, high-frequency problems first while still keeping the roadmap aligned to business value. Which approach should the architect recommend for structuring the analyze-and-tune loop?

Reviewed for accuracy · Report an issue
Question 7 of 20

A Copilot Studio agent classifies inbound service emails into 12 category topics that route cases to specialized teams. Overall classification accuracy is reported at 91%, and leadership considers the agent healthy. However, the field service team complains that they keep receiving cases that belong to the billing team, causing delays. As the solutions architect analyzing telemetry to tune the agent, what should you do first to diagnose the routing problem?

Reviewed for accuracy · Report an issue
Question 8 of 20

A financial services firm is finalizing the deployment pipeline for a Copilot Studio agent that answers customer account questions by grounding on internal Dataverse and SharePoint knowledge. Security requires that every promotion to production be gated by a repeatable check that surfaces known weaknesses — such as susceptibility to prompt manipulation, over-broad connector permissions, and grounding sources exposing sensitive fields — before release. Which approach BEST establishes this gate as part of the ALM process?

Reviewed for accuracy · Report an issue
Question 9 of 20

A financial services firm has built a Copilot Studio agent grounded on a SharePoint knowledge library. The agent is promoted through Dev, Test, and Production environments via managed solutions. During Production validation, testers report the agent returns answers referencing documents from the Dev SharePoint site instead of the Production library. The solution architect must fix the ALM design so each environment grounds on its own correctly-scoped knowledge source without manual edits after every deployment. What is the best approach?

Reviewed for accuracy · Report an issue
Question 10 of 20

A Copilot Studio agent in a manufacturing company uses a custom connector to call an on-premises MES system. During ALM promotion from the development environment to test and production, the agent's connector action fails in each target environment because it points to the developer's personal credential and the dev-only endpoint URL. The architect must redesign the ALM approach so the same managed solution can be deployed across all environments without editing the agent after each import. Which approach should the architect adopt?

Reviewed for accuracy · Report an issue
Question 11 of 20

A pro-dev team of five is building a complex Copilot Studio agent used across the company. Multiple developers frequently modify the same topics and custom actions in parallel, leading to lost changes when someone publishes over another's work. The ALM lead wants a repeatable process that captures every change, enables code review before promotion, and supports rolling back individual changes. Which approach best addresses these ALM requirements?

Reviewed for accuracy · Report an issue
Question 12 of 20

A regulated insurance company has deployed several Copilot Studio agents that access customer policy data. During a compliance audit, the risk officer asks the architect to demonstrate a complete, tamper-evident record of who interacted with the agents, what conversations occurred, and which administrative configuration changes were made to the agents over the past 90 days. The architect needs to identify the correct governance tooling to satisfy this requirement across both runtime interactions and admin activities. Which approach should the architect recommend?

Reviewed for accuracy · Report an issue
Question 13 of 20

A financial services firm has deployed a custom AI model in Dynamics 365 Finance that scores vendor payment risk. Regulators require the firm to demonstrate, during an audit, exactly who changed the model's training data, when grounding data was modified, and when the model was retrained or its scoring thresholds adjusted. The architect must design the ALM and governance approach so these requirements are met without relying on manual record-keeping. Which approach best satisfies the regulatory requirement?

Reviewed for accuracy · Report an issue
Question 14 of 20

A retail company's Copilot Studio customer service agent has been live for three months. The product team maintains a tuning backlog fed by user thumbs-down feedback, automated groundedness scores, and support escalations. This sprint they can address only a limited set of items. The backlog contains: (1) an intent misrouting affecting 8% of all sessions that leads users to a wrong-but-harmless topic, (2) a rarely triggered path (0.2% of sessions) where the agent provides incorrect refund eligibility guidance that has already caused two compliance complaints, (3) a cosmetic formatting issue in a summary shown in 40% of sessions, and (4) occasional latency spikes on a low-traffic reporting query. How should the architect prioritize the backlog for this sprint?

Reviewed for accuracy · Report an issue
Question 15 of 20

A Business Solutions Architect is designing the ALM release process for a customer-service Copilot Studio agent that is used by 4,000 live agents across three Dynamics 365 Customer Service environments. Leadership requires that new agent versions be validated against real production traffic without risking a full-population regression, and that any quality degradation can be reversed quickly. Which release strategy best meets these requirements?

Reviewed for accuracy · Report an issue
Question 16 of 20

A Copilot Studio customer service agent has been promoted to production across three business units. During monitoring, the operations team notices that the groundedness score has slowly declined over six weeks while conversation volume stayed constant, but no single deployment event correlates with the decline. Individual daily telemetry snapshots look acceptable, and no alert threshold has been breached. What is the MOST effective approach to confirm and diagnose the root cause of this gradual degradation?

Reviewed for accuracy · Report an issue
Question 17 of 20

A financial services company has built a custom connector that a Copilot Studio agent uses to call an internal loan-scoring API. The connector was authored and tested directly in the production environment by a citizen developer. The AI Center of Excellence is now formalizing the ALM process for connectors, actions, and agents. During a governance review, architects find that the connector's definition (host, operations, and authentication) exists only in production and cannot be reliably reproduced in a new development environment. Which ALM design change should the architect prioritize to ensure the connector can be governed and promoted consistently across environments?

Reviewed for accuracy · Report an issue
Question 18 of 20

A financial services company has a Copilot Studio agent that answers customer questions about loan products. The agent is grounded on SharePoint policy documents and uses two custom actions. Business analysts frequently update topics and knowledge sources, and each change has occasionally broken previously working answers before reaching production. The architect must design a testing approach within the ALM pipeline that catches these regressions automatically before deployment to the production environment. Which approach should the architect adopt?

Reviewed for accuracy · Report an issue
Question 19 of 20

A Business Solutions Architect is designing the ALM process for a Copilot Studio agent that uses several custom connectors and Power Automate actions. The agent is built in a development environment and must be reliably promoted to test and production environments without manually re-authoring topics or reconfiguring connections. The team also needs source control integration and repeatable deployments through their existing Azure DevOps pipeline. Which approach best supports this ALM requirement?

Reviewed for accuracy · Report an issue
Question 20 of 20

A financial services firm has deployed a custom demand-forecasting model built in Microsoft Foundry into its production Dynamics 365 Supply Chain environment. Over the past quarter, forecast accuracy has degraded steadily even though no code or model version has changed. The architect must design the ALM process so that the model is retrained and re-promoted at the right time rather than on a fixed calendar schedule. Which approach best addresses the root cause?

Reviewed for accuracy · Report an issue

More AB-100 practice

Keep going with the other Microsoft Agentic AI Business Solutions Architect domains, or take a full timed mock exam.

← Back to AB-100 overview