AB-210 — Accelerating Sales Pipelines with AI in Dynamics 365
Microsoft

Accelerating Sales Pipelines with AI in Dynamics 365 (AB-210) Practice Questions

★★★★★★ 4.9 115 verified reviews
100 questions
June 16, 2026 updated
✓ Online quiz simulator

Domain coverage

  • Design and Configure AI-Enhanced Sales Solutions
  • Manage Sales Pipelines and Lead-to-Cash Flows
  • Deploy and Extend Autonomous AI Agents
  • Analyze Sales Data and Revenue Insights

Sample Questions (10 of 100 shown)

Q1 Configure Dynamics 365 Sales core features for AI (15-20%)
A sales organization is deploying Dynamics 365 Sales. Sales representatives report that emails they send from Outlook do not appear on the contact timeline. What must be configured first?
  1. Create a business process flow on the email table.
  2. Configure server-side synchronization, then approve and test each seller's mailbox.
  3. Create a Power Automate flow to copy emails to Dataverse.
  4. Configure the Sales accelerator work queue.
✓ Correct Answer: B
Mailbox tracking relies on server-side synchronization. Each mailbox must be associated with a user, approved by an admin, and tested to ensure healthy sync status. Without this, sent and received emails do not flow to the timeline. Business process flows guide stages but do not synchronize mail. Custom Power Automate flows are unnecessarily complex. The Sales accelerator surfaces work items but does not handle mailbox synchronization.
Q2 Configure Dynamics 365 Sales core features for AI (15-20%)
A sales manager needs to see all opportunities within their business unit, while sales representatives should only see opportunities they own. What is the supported approach?
  1. Create two model-driven apps, one for each role.
  2. Assign security roles where the manager role provides Business Unit-level read access to the Opportunity table and the representative role provides User-level read access.
  3. Add a business process flow that hides records.
  4. Use Power BI reports with row-level security instead of the Sales app.
✓ Correct Answer: B
The Dataverse security model controls record visibility through security roles and their access levels. Granting Business Unit-level read access to the Opportunity table for the manager role and User-level read access for the representative role achieves the required visibility. Separate apps do not change record-level security. Business process flows guide records through stages but do not enforce read access. Moving reports to Power BI does not solve in-app visibility.
Q3 Configure Dynamics 365 Sales core features for AI (15-20%)
A sales team wants every opportunity to follow a consistent guided stage process — Qualify, Develop, Propose, and Close — with mandatory fields at each stage. What should be configured?
  1. A Power Automate cloud flow triggered on opportunity update.
  2. A business process flow on the Opportunity table.
  3. A goal metric with a rollup field.
  4. The opportunity pipeline view.
✓ Correct Answer: B
A business process flow provides a visual, stage-based path for sellers and can require mandatory fields before a stage is completed — exactly matching the requirement. Cloud flows can automate background operations but do not present guided stages. Goal metrics measure attainment. The opportunity pipeline view visualizes deals but does not enforce a stage process.
Q4 Configure Dynamics 365 Sales core features for AI (15-20%)
An organization sells the same products in the US and EU and needs to quote in both USD and EUR. What is the correct approach for configuring pricing?
  1. Store one USD price and let Dynamics convert using daily exchange rates at runtime.
  2. Create one price list and add a currency field to each product.
  3. Create a separate price list for each currency, ensure each product has a price list item in both price lists, and select the correct price list on the opportunity.
  4. Use a Power Automate flow to recalculate prices when the currency changes.
✓ Correct Answer: C
Price lists in Dynamics 365 Sales are currency-specific. To quote in both USD and EUR, you create a price list for each currency, add price list items for each product in both price lists, and select the appropriate price list on the opportunity or quote. Relying on runtime conversion produces inconsistent quoted prices. A currency field on a product does not drive price list selection. Recalculation flows are unnecessary when native price lists already model the requirement.
Q5 Configure Dynamics 365 Sales core features for AI (15-20%)
When setting up Dynamics 365 Sales for the first time, what is the prerequisite for enabling server-side synchronization for email processing?
  1. Configure an Exchange online shared mailbox for all users.
  2. Configure the email server profile and associate it with the organization's Exchange environment.
  3. Enable the Sales accelerator feature first.
  4. Install the Dynamics 365 App for Outlook.
✓ Correct Answer: B
Server-side synchronization requires an email server profile that defines the connection to the organization's Exchange environment. The profile specifies authentication, synchronization direction, and folder-level tracking. A shared mailbox is not required. The Sales accelerator and App for Outlook are separate features that depend on, rather than enable, server-side sync.
Q6 Configure Dynamics 365 Sales core features for AI (15-20%)
An administrator needs to import 5,000 legacy lead records into Dynamics 365 Sales. Which tool supports this with data mapping and error handling?
  1. Excel Online add-in
  2. Import from CSV in the Sales app settings
  3. Data Management import wizard in Power Platform admin center
  4. SQL Server Integration Services
✓ Correct Answer: C
The Data Management import wizard in the Power Platform admin center supports importing records from CSV files, provides column mapping, duplicate detection, and detailed error logs. The Excel add-in is for individual record editing, not bulk import. The Sales app settings import is limited. SSIS requires custom development and is not a native Dynamics 365 tool.
Q7 Configure Dynamics 365 Sales core features for AI (15-20%)
A sales organization uses SharePoint Online for storing customer documents. What must be configured to enable document management integration between Dynamics 365 Sales and SharePoint?
  1. Enable server-side synchronization.
  2. Enable SharePoint document management in the Power Platform admin center and set up document associations for relevant tables.
  3. Configure the Sales mobile app.
  4. Enable Teams integration for the Sales app.
✓ Correct Answer: B
SharePoint document management is enabled through the Power Platform admin center. Once enabled, document associations must be configured for relevant tables (Account, Contact, Opportunity) so that documents are stored in corresponding SharePoint folders. Server-side sync handles email, not documents. The mobile app and Teams integration are separate capabilities.
Q8 Configure Dynamics 365 Sales core features for AI (15-20%)
What is the purpose of creating product families in the Dynamics 365 Sales product catalog?
  1. To organize products into hierarchical groups for easier management and inheritance of properties.
  2. To enable discounts for a group of products.
  3. To automatically upsell related products to customers.
  4. To bundle products for simplified pricing.
✓ Correct Answer: A
Product families allow hierarchical organization of products into parent-child groups. Properties and pricing structures can be inherited from parent to child products, simplifying catalog management. Discounting and upselling are achieved through other mechanisms. Bundling is done through product bundles, not families.
Q9 Configure Dynamics 365 Sales core features for AI (15-20%)
A company operates in multiple countries and uses different currencies. What is the recommended approach for managing price lists across currencies?
  1. Create a single price list with all currencies enabled.
  2. Create one price list per currency and use the currency field on opportunities to select the correct one automatically.
  3. Create multiple price lists, each assigned to a specific currency, and select the appropriate price list on opportunities and quotes.
  4. Use the default price list and apply currency conversion at the time of invoicing.
✓ Correct Answer: C
Price lists are currency-specific in Dynamics 365. The correct approach is to create a separate price list for each currency. When creating opportunities or quotes in a specific currency, the corresponding price list is selected to ensure accurate pricing. Currency is selected per record, not per price list. Invoicing conversion introduces pricing inconsistencies.
Q10 Configure Dynamics 365 Sales core features for AI (15-20%)
A business process flow in Dynamics 365 Sales is configured for the Opportunity table. What happens when a seller moves to a new stage that has mandatory fields configured?
  1. The stage advances immediately and missing data can be filled later.
  2. The seller must populate all mandatory fields in the current stage before advancing to the next stage.
  3. The stage advances but an automatic email notification is sent to the manager.
  4. The seller cannot move backward to previous stages.
✓ Correct Answer: B
Business process flows enforce data integrity by requiring mandatory fields to be populated before a stage can be completed and the process advances. This ensures that required data is captured at each step of the process. Missing data blocks stage advancement, and sellers can typically navigate backward if allowed in the configuration.

You've viewed 3 of 100 questions. Start the free practice exam to answer all questions with instant feedback.

Exam overview

Microsoft's AB-210 exam targets functional consultants and solution architects who design AI-enhanced sales solutions in Dynamics 365 Sales. The exam code AB-210 corresponds to the full title "Accelerating Sales Pipelines with AI in Dynamics 365," a beta/newly released assessment that covers Copilot integration, AI-driven scoring models, and autonomous agent deployment.

A solid preparation path starts with the official course AB-210T00 and at least 1–2 years of hands-on experience with Dynamics 365 Sales, Microsoft Copilot, and Power Platform components. You should be comfortable configuring predictive lead scoring models, setting up conversation intelligence tracking, and deploying custom Copilot Studio agents that automate sales sequences. The exam presents case studies and multi-part questions with partial credit, so you must know how to configure Copilot for Sales security roles, set up AI-driven scoring thresholds, and monitor agent performance within Copilot Studio.

Four domains make up the AB-210 blueprint, with the heaviest emphasis on designing and configuring AI-enhanced sales solutions (30–35%). The remaining domains — managing sales pipelines and lead-to-cash flows (25–30%), deploying and extending autonomous AI agents (20–25%), and analyzing sales data and revenue insights (15–20%) — test your ability to streamline customer journeys using AI tools. A distinctive feature of this exam is the conversation intelligence subtopic: you will see questions that ask you to interpret sentiment analysis outputs, keyword tracking results, and talk-to-listen ratios from sales call recordings processed by Dynamics 365.

Our practice questions mirror this domain distribution exactly, with scenario-based items that reproduce the case study format and the multi-part interactive question types you will face at the test center. Each question includes a detailed explanation that walks through the configuration logic — why a specific AI model threshold is appropriate for a given lead quality tier, how to configure Copilot Studio data connectors for sales ERP integration, and when to use out-of-the-box Power BI sales dashboards versus custom report builds. The downloadable PDF packages the same question bank for offline review, so you can practice Copilot for Sales configuration steps, AI-driven lead scoring model parameters, and conversation intelligence setup procedures during commutes or in environments without reliable internet.

Official Exam Domains & Weighting

To successfully pass the AB-210 exam, candidates must master the following core domains:
  • Domain 1: Design and Configure AI-Enhanced Sales Solutions — 30–35%
Covers Copilot for Sales integration, AI-driven lead scoring and opportunity scoring model configuration, and predictive forecasting model setup within Dynamics 365 Sales. You must understand how to enable and configure conversation intelligence features including sentiment analysis, keyword tracking, and talk-to-listen ratio metrics from sales call recordings.
  • Domain 2: Manage Sales Pipelines and Lead-to-Cash Flows — 25–30%
Focuses on streamlining lead qualification pipelines using automated AI agents, tracking and optimizing customer journeys from initial discovery to contract closing, and implementing automated sequences with next-best-action recommendations for sellers. The exam tests your ability to configure business process flows that incorporate AI-driven insights.
  • Domain 3: Deploy and Extend Autonomous AI Agents — 20–25%
Tests creating and deploying AI agents within Copilot Studio to support sales processes, configuring data connectors between Dynamics 365 Sales, Microsoft 365, and external ERP systems, and monitoring/evaluating AI agent performance and safe guardrails. You must know how to set up agent permissions, test agent responses, and configure fallback topics for unrecognized user inputs.
  • Domain 4: Analyze Sales Data and Revenue Insights — 15–20%
Covers configuring out-of-the-box and custom Power BI sales dashboards, utilizing conversation intelligence to analyze sales calls (sentiment, keywords, competitor mentions), and building relationship analytics insights to evaluate account health. The exam includes questions on setting up relationship analytics scoring models and interpreting account health indicators.

What Our Customers Say 115 verified reviews

4.9 ★★★★★★ Based on 115 reviews
★★★★★★
Great Microsoft exam preparation tool. The AB-210 questions are current and the interface is clean and easy to use.
— Chris D.
★★★★★★
This AB-210 practice test is no joke — questions are challenging but fair. If you can pass these, you’ll pass the real exam.
— William C.
★★★★★★
The review mode for AB-210 is awesome. Being able to see all questions and explanations at once really helps with last-minute cramming.
— Ezra J.
★★★★★★
After failing AB-210 twice, these practice questions helped me finally pass. The detailed answer explanations are gold.
— Michael T.
★★★★★
Couldn’t have passed the AB-210 exam without this. The questions are challenging, the explanations are thorough, and the value is unbeatable.
— Hannah L.
★★★★★★
AB-210 is no joke but this question bank prepares you well. The detailed rationales made sure I understood every concept.
— Savannah R.

Log in to rate this exam and leave a review.

Submitted for moderation before publishing. Keep it helpful and respectful.

Frequently Asked Questions

The exam heavily focuses on the intersection of generative AI tools (like Microsoft Copilot) and traditional CRM workloads in Dynamics 365 Sales. The primary difficulty lies in understanding how to configure AI models (like predictive scoring) correctly and how to securely extend Copilot using Copilot Studio without breaking org-wide compliance. Our practice questions reproduce these configuration scenarios with detailed answer explanations that reference the exact Dynamics 365 Sales documentation, so you can learn the correct steps for enabling conversation intelligence, setting up AI-driven lead scoring, and deploying Copilot Studio agents for sales automation.

Like all Microsoft Role-based certifications, the resulting certification is valid for one year from the date you pass. You can renew it for free online via Microsoft Learn within the 180 days prior to expiration by passing an unproctored renewal assessment. The renewal assessment covers only the features added in the past year, so it is significantly shorter than the full exam. Our practice materials include a dedicated FAQ section explaining the renewal process, and the downloadable PDF includes a timeline checklist to help you track your certification expiration date.

If you do not pass the exam on your first attempt, you must wait 24 hours before rescheduling. For subsequent attempts (up to a maximum of 5 attempts within a 12-month period), a 14-day waiting period is imposed between each attempt. Each retake requires a new exam fee ($165 USD) unless you purchased an exam voucher bundle with a retake included. Our mock exam reproduces the exact question formats you will face — including case studies with locked navigation and multi-part scenario questions — so you can identify knowledge gaps before using an attempt.

Our mock exam mirrors the AB-210 question distribution exactly: single-choice, multiple-choice, drag-and-drop sequencing, drop-down list completion, build list ordering, and 1–2 case studies with complex sales pipeline scenarios. The practice test enforces the same 120-minute timer and presents scenario questions that require you to configure Copilot Studio data connectors, set up AI-driven lead scoring thresholds, and interpret conversation intelligence dashboards — the same skills measured in the real exam. Each question includes a detailed answer explanation that walks through the configuration logic and references the relevant Dynamics 365 Sales documentation.

The mock exam includes scenario questions that reproduce the Copilot Studio configuration steps: creating a new agent, adding topics and trigger phrases, configuring data connectors to Dynamics 365 Sales and Microsoft 365, setting up authentication for external ERP systems, and testing agent responses with the integrated test chat. Each practice question includes a detailed explanation that walks through the agent deployment logic — why a specific data connector permission scope is required, how to configure fallback topics for unrecognized user inputs, and when to use prebuilt Copilot plugins versus custom Power Platform connector actions.

Yes, the complete question bank is available as a downloadable PDF that packages all four domains in the same weighted distribution as the real exam. The PDF includes detailed answer explanations with references to official Dynamics 365 Sales and Copilot Studio documentation, step-by-step configuration guides for AI-driven lead scoring models, and screenshots of conversation intelligence dashboard setup. You can use the PDF to review Copilot for Sales security role assignments, predictive forecasting model parameters, and Power BI sales dashboard customization options while commuting or in environments without reliable internet access.

Set up a Dynamics 365 Sales trial environment and enable the Copilot for Sales features in the Microsoft 365 admin center. Configure a predictive lead scoring model with at least three scoring parameters, set up conversation intelligence tracking for a sample sales team, and deploy a basic Copilot Studio agent that answers common sales questions using Dynamics 365 Sales data. Practice configuring AI-driven opportunity scoring and predictive forecasting models, then run the conversation intelligence report to analyze a recorded sales call. When you can complete these tasks without referencing documentation, the AB-210 scenario questions become straightforward applications of your hands-on experience.