MICROSOFT · AB-410

Microsoft AB-410 Exam Practice Questions

69 questionsPDF by emailUpdated September 2026

US$39

Try 10 questions free

Card, Apple Pay or Google Pay. Your PDF is sent by email as soon as you check out.

Pass or your money backFail the exam after using this pack and we refund it. How the guarantee works
Category:
TRY BEFORE YOU BUY

Three of the 69 questions in this pack

Question 1

This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study. To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study. A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it. To start the case study -To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question. Background Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows. The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians. Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes. Technical environment -Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled. The Production environment has the following security configurations: IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license. IDAM created a Quality Assurance security role that grants read and write access to all custom tables. IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role. Microsoft 365 environment -All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email. The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd. Current issue: A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member. Other applications: A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows: TechCheck assigns a unique number named Ref to all technicians. Users cannot make changes to the TechCheck data model. Users cannot use the same TechCheck ref on more than one Technician row. Automation requirements -Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements: Create a Maintenance Request row in Dataverse when either of the following occurs: An item is added to the SharePoint list by the customer with the Priority property set to High. Any item is checked and marked as reviewed by a Contoso Ltd. representative. Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed: Requests require approval from all managers. If one manager rejects the request, approval must not be granted. The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject. Contoso Ltd. requires the following table logic: If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message. If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed. Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table. Data model and app design -Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized. Tables The following tables are required for data modeling and the app design: Assets: Stores information about solar panels and wind turbines Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns: • Request ID (auto-number) • External Request Code (text) • Assigned • Technician (lookup to Technicians) • Report (lookup to Maintenance Reports) • Technician updated (Yes/No) • Maintenance Reports: Tracks the results of maintenance reports Technicians: Stores technician assignment data. The table must include the following columns: • Full Name (Text) • Mobile phone number (Text) • Email (Text) • Seniority (Choice) • TechCheck ref (Text) • Data modeling The data model must provide the following functionality: Maintenance Requests must: be uniquely identifiable across systems. have two inactive statuses, Cancelled and Duplicate. If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set. A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row: • Low • Medium • High • Critical Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change. Relationship requirements -One asset can be related to many maintenance requests. A maintenance request can have many assets. A maintenance request can have only zero or one maintenance report. Only one Technician can be related to a Maintenance Request at a time. When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup. When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner. App design -The Technicians table contains the following public views: • Senior Technicians • Junior Technicians The Senior Technician view must be available through the table list view selector to a set of specific users only. A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team. You need to add the Priority column to the Maintenance Request table. Which column type should you use?

  1. local choice
  2. global choice
  3. status reason
  4. formula
Show answer and explanation

Correct answer: B. global choice

A global choice set must be used for the Priority column because the requirement states 'If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set.' This requirement, automatic propagation of new options across multiple columns, is only possible with a global choice set. Local choice sets are specific to individual columns and do not share options across columns. Status reason and formula are inappropriate for this use case.

Why the other options are wrong

  • A. Local choice sets are column-specific and do not automatically propagate new options to other columns using the same set.
  • C. Status reason is a reserved system column type for tracking record status changes, not for general-purpose multi-option selections.
  • D. Formula columns calculate values based on expressions rather than providing user- selectable options.

Question 2

This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study. To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study. A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it. To start the case study -To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question. Background Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows. The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians. Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes. Technical environment -Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled. The Production environment has the following security configurations: IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license. IDAM created a Quality Assurance security role that grants read and write access to all custom tables. IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role. Microsoft 365 environment -All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email. The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd. Current issue: A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member. Other applications: A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows: TechCheck assigns a unique number named Ref to all technicians. Users cannot make changes to the TechCheck data model. Users cannot use the same TechCheck ref on more than one Technician row. Automation requirements -Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements: Create a Maintenance Request row in Dataverse when either of the following occurs: An item is added to the SharePoint list by the customer with the Priority property set to High. Any item is checked and marked as reviewed by a Contoso Ltd. representative. Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed: Requests require approval from all managers. If one manager rejects the request, approval must not be granted. The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject. Contoso Ltd. requires the following table logic: If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message. If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed. Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table. Data model and app design -Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized. Tables The following tables are required for data modeling and the app design: Assets: Stores information about solar panels and wind turbines Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns: • Request ID (auto-number) • External Request Code (text) • Assigned • Technician (lookup to Technicians) • Report (lookup to Maintenance Reports) • Technician updated (Yes/No) • Maintenance Reports: Tracks the results of maintenance reports Technicians: Stores technician assignment data. The table must include the following columns: • Full Name (Text) • Mobile phone number (Text) • Email (Text) • Seniority (Choice) • TechCheck ref (Text) • Data modeling The data model must provide the following functionality: Maintenance Requests must: be uniquely identifiable across systems. have two inactive statuses, Cancelled and Duplicate. If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set. A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row: • Low • Medium • High • Critical Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change. Relationship requirements -One asset can be related to many maintenance requests. A maintenance request can have many assets. A maintenance request can have only zero or one maintenance report. Only one Technician can be related to a Maintenance Request at a time. When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup. When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner. App design -The Technicians table contains the following public views: • Senior Technicians • Junior Technicians The Senior Technician view must be available through the table list view selector to a set of specific users only. A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team. You need to define the alternate key for the Technicians table by using the TechCheck ref column. Which setting should you apply to the TechCheck ref column?

  1. Required
  2. Searchable
  3. Column security
  4. Auditing
Show answer and explanation

Correct answer: A. Required

The Required setting must be applied to the TechCheck ref column when defining it as an alternate key. Alternate keys enforce uniqueness and identify records across systems. The requirement states that the TechCheck ref is a unique identifier and 'users cannot use the same TechCheck ref on more than one Technician row.' Making the column Required ensures that every Technician record has a value for this column, which is essential for it to function as a reliable alternate key for cross-system identification.

Why the other options are wrong

  • B. Searchable enables efficient querying but does not enforce the uniqueness or existence requirements needed for an alternate key.
  • C. Column security restricts access to the column's data but does not establish it as an alternate key for uniqueness.
  • D. Auditing tracks changes to the column but does not configure it as an alternate key.

Question 3

A company uses a model-driven app across multiple departments. A public view intended only for managers currently exposes sensitive columns and filters to all users. The view must meet the following requirements: Restrict access to the specific public view to managers. Display only context-relevant views for other users. You need to configure view access. What should you do?

  1. Restrict the view by assigning it to the manager security role.
  2. Configure table-level permissions for managers only.
  3. Remove the view from the app navigation.
  4. Set up the quick find view.
Show answer and explanation

Correct answer: A. Restrict the view by assigning it to the manager security role.

security role. Restricting the view by assigning it to the manager security role ensures that only users with the manager role can access the sensitive view. In Power Platform, views can be assigned to specific security roles, limiting visibility to those role members only. This approach directly addresses both requirements: managers see the restricted view while other users see only appropriate views. This is the standard method for view-level access control in model-driven apps.

Why the other options are wrong

  • B. Table-level permissions control access to entire tables, not individual views, and cannot restrict sensitive columns within specific views.
  • C. Removing the view from app navigation does not prevent direct access and does not control which users can view the view.
  • D. Quick find views are used for global search functionality, not for restricting access to specific views.

See all 10 free questions Get the full pack, US$39

69 practice questions for Microsoft Certified: Intelligent Applications Builder Associate (AB-410), with full explanations.

Every question comes with the correct answer, the reasoning behind it, and a short note on why each wrong option is wrong. Work through it once with the answers, then again with the questions-only copy under exam conditions.

  • 69 questions mapped to the AB-410 exam objectives
  • Answers and explanations for every question, including the wrong options
  • A questions-only PDF for timed practice runs
  • Instant delivery by email the moment you check out
  • Free monthly updates for as long as the exam is live
  • Pass or your money back

An AB-410 attempt costs US$165 in the US. This pack is US$39, paid once.

Try 10 questions free before you buy.

Last updated September 2026 · 69 questions

What makes the AB-410 hard

AB-410 is the Power Platform app builder exam rebuilt around Copilot. Candidates who learned Power Apps from a PL-100 or PL-200 course will find the platform familiar but the exam itself is not the same test.

The biggest domain, at 40 to 45%, is logic and automation: cloud flow triggers and connectors, approvals, conditions and loops, and AI Hub, where prompts are built from templates, knowledge and inputs are added, a model is chosen, and prompts are consumed from both apps and flows. The data model domain now includes prompt columns and row summaries, model-driven apps include generative pages built from natural language, and canvas apps go as far as named formulas, component libraries and spinning a Copilot Studio agent out of a canvas app. Microsoft lists Copilot in Power Apps, Power Automate, Power Pages and Dataverse, plus Power Fx, as prerequisites.

Because the exam is only a few months old, there is very little in circulation. This pack has 69 practice questions for the AB-410.

About the exam

AB-410 leads to Microsoft Certified: Intelligent Applications Builder Associate. It covers designing Power Platform solutions with AI-enabled tools, Dataverse data modelling, model-driven and canvas apps with Copilot and agent integration, cloud flows, AI Hub prompts and models, and business logic. Associate level, no prerequisites.

Exam domains

  • Create a foundation for intelligent applications: 25 to 30%
  • Create intelligent applications: 25 to 30%
  • Build business application logic and automation: 40 to 45%

Around 40 to 60 questions, pass mark 700 out of 1000, US$165 in the US, priced by local currency elsewhere, online proctored or test centre, renews annually for free.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Questions before you buy

What do I get when I buy the Microsoft AB-410 pack?

69 practice questions as a PDF, each with the correct answer, a full explanation and a note on why the other options are wrong, plus a separate questions-only PDF for timed practice.

How quickly do I receive it?

Your PDF is prepared and sent to your email address after checkout, and you get a confirmation as soon as it is on its way.

Is there a free sample?

Yes. Ten questions from this pack, with answers and explanations, are free on this page and as a PDF, so you can judge the quality before you pay.

Are updates included?

Yes. The pack is updated every month for as long as the exam is live, and updates are free for everyone who has bought it.

What if I fail the exam?

We refund the pack. Sit the exam 7 to 30 days after buying, then send your official score report within 7 days of the exam date, as set out in the refund policy.

Can I share it with colleagues?

Each purchase is licensed to one person. For a team, school or training organisation, email support@certstash.com for a licence that fits.