About the Exam

Microsoft associate-level exam for the Intelligent Applications Builder certification. It targets professionals who build AI-powered solutions on Microsoft Power Platform using Copilot, natural-language prompts and low-code tools, so that apps, flows, pages and agents work together as one solution. Passing demonstrates the ability to design and implement intelligent business applications on Power Platform.

Exam Topics

  • Create a foundation for intelligent applications25–30%
  • Create intelligent applications25–30%
  • Build business application logic and automation40–45%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 26, 2026 at 3:22 AM

Topic filter
Retired questions
Question sort

QuestionQ1

Create intelligent applications

A company uses Microsoft Dataverse.

You must integrate Dataverse with a third-party AI service. The solution needs authentication and custom request handling to send and receive data.

You need to enable the integration. What should you do?

  • A Configure an environment variable.
  • B Use an AI Builder model.
  • C Create a custom connector.
  • D Use a classic workflow.
Explanation

A custom connector exposes a custom or third-party API to Power Platform, with configurable authentication and actions for sending and receiving data. Its policies or custom code can alter request and response behavior, satisfying the required custom request handling.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Build business application logic and automation

A company uses a business process flow to manage case resolution.

The business process flow must meet these requirements:

  • Users must complete required data before moving to the next stage.
  • Before a stage is exited, a background process must create an approval, assign it to the record owner, and send the approval through Microsoft Teams.
  • Mandatory data-entry enforcement must be included only in the business process flow itself.

You need to enforce the stage-progression requirements. You may use each configuration once, more than once, or not at all.

Drag & Drop
Add a classic workflow step.
Set the data step as Required.
Set columns as business required.
Add a Power Automate cloud flow.
Require data completion before progressing.
Send an approval.
Explanation

A required business process flow step provides stage gating: users cannot proceed until the corresponding data is entered. This confines the mandatory-entry rule to the business process flow, unlike a business-required column, which is enforced at the column level. A Power Automate cloud flow can run the background approval process, including creating and assigning the approval and using Microsoft Teams for its delivery.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Build business application logic and automation

A company is rolling out consistent data validation across multiple forms.

The company has the following business-logic requirements:

  • Enforce validation across multiple forms.
  • Minimize duplication of logic.

You need to implement the business logic.

Which three approaches can you use? Each correct answer provides a complete solution.

> NOTE: Each correct selection is worth one point.

Choose three
  • A Business rules
  • B Power Fx functions
  • C Automated cloud flows
  • D Client scripting
  • E Instant cloud flows
Explanation

Business rules can be scoped so that the same rule applies across all forms and can validate data with error messages. Reusable Power Fx validation functions can centralize validation logic for forms that call them. Client-side JavaScript packaged as a script web resource can be attached to form events, so one implementation can apply validation behavior across forms. Automated and instant cloud flows do not provide the interactive, shared form-validation mechanism required here.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Create intelligent applications

A company is developing prompts in Microsoft Copilot Studio to support multiple customer-service scenarios.

The company requires the prompts to:

  • Follow a consistent structure across use cases.
  • Be reusable across multiple topics.
  • Allow customization for different types of customer requests.

You need to create the prompts.

What should you do?

  • A Configure prompt model settings to standardize response behavior across scenarios.
  • B Store prompt text in variables and reuse the variables across topics.
  • C Create prompts directly within each topic by using custom instructions for each scenario.
  • D Create prompts by selecting templates from the prompt library and customizing them for each scenario.
Explanation

Microsoft Copilot Studio’s prompt library provides predesigned prompt templates that promote consistent prompt-engineering structure. Templates can be selected as a starting point and modified for organization-specific language, tone, detail, and requirements, supporting customized customer-service scenarios while retaining a reusable standardized pattern.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Create a foundation for intelligent applications

Background

Contoso Ltd. is a global renewable energy provider that runs wind farms and solar installations. The company is modernizing its maintenance and operations platform and 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 configure the Maintenance Request relationships to the other tables.

Which relationship behavior type should you configure? You may use each behavior type once, more than once, or not at all.

Drag & Drop
Parental
Referential, Remove Link
Referential, Restrict Delete
Maintenance Report
Technician
Explanation

A parental relationship cascades assignment and deletion from a Maintenance Request to its Maintenance Report. Referential, Restrict Delete prevents a Technician from being deleted while related Maintenance Requests exist and does not cascade assignment, so the Technician retains its owner.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home