Courseiva

PL-900 · topic practice

Demonstrate the capabilities of Power Apps practice questions

Practise Microsoft Power Platform Fundamentals PL-900 Demonstrate the capabilities of Power Apps practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Demonstrate the capabilities of Power Apps

What the exam tests

What to know about Demonstrate the capabilities of Power Apps

Demonstrate the capabilities of Power Apps questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Demonstrate the capabilities of Power Apps exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Demonstrate the capabilities of Power Apps questions

20 questions · select your answer, then reveal the explanation

Which THREE components are part of a model-driven app? (Choose three.)

A user reports that their Canvas app freezes when loading data from a SharePoint list that has grown to over 5,000 items. What is the most appropriate solution?

You are designing a model-driven app for a sales team. The app must show related opportunities on an account form using a subgrid. The subgrid should only display open opportunities. Which configuration should you apply?

An organization needs a Power App that allows employees to submit expense reports by filling out a form and attaching receipts. Which type of app should you create and why?

Refer to the exhibit. You create a policy in Power Apps using the above JSON. The policy is applied on the account entity. What will happen when an account record with revenue of $2,000,000 is saved?

Exhibit

Refer to the exhibit.

```json
{
  "name": "TestPolicy",
  "rules": [
    {
      "entity": "account",
      "conditions": [
        {
          "attribute": "revenue",
          "operator": "greater-than",
          "value": 1000000
        }
      ],
      "actions": [
        {
          "type": "set-attribute",
          "attribute": "description",
          "value": "High-value account"
        }
      ]
    }
  ]
}
```

A company uses a model-driven app to manage customer cases. The app needs to ensure that when a case is resolved, the resolution time (in hours) is automatically calculated and stored in a custom field. Which feature should be used?

An organization plans to build a Power App that will be used by external partners. The app must allow partners to log in with their own credentials (Azure AD B2B). Which feature should be configured?

Which THREE actions can be performed using Power Apps AI Builder?

Which TWO of the following are valid data sources for a canvas app?

You need to share a canvas app with all users in a specific Microsoft Entra ID group. The app connects to a SharePoint list. Which step is required to ensure users can access the app and data?

A user wants to build a Power Apps app that connects to Microsoft Dataverse and uses AI to suggest next best actions. Which feature should they use?

A Power Apps canvas app uses a Microsoft Entra ID group to control access. When a new user is added to the group, they cannot access the app. What is the most likely reason?

A company wants to build a Power Apps app that can be used offline by field workers. Which type of app should they choose?

Your company is migrating a legacy paper-based expense report process to Power Apps. Employees will submit expenses via a Canvas app. The app must integrate with the corporate travel system to fetch trip details (e.g., dates, destination). The travel system exposes a REST API with OAuth 2.0 authentication. Finance requires that all expense reports over $1,000 receive a second-level approval from a manager. Additionally, the app must be available on mobile devices. Which combination of technologies should you use?

Which THREE are capabilities of Microsoft Dataverse in Power Apps?

Which TWO are types of apps you can create with Microsoft Power Apps?

You are building a canvas app for a retail company to track inventory. The app needs to display a list of products from a Dataverse table and allow users to update quantities. The product table has a column 'QuantityOnHand' of type Whole Number. When a user reduces the quantity below zero, the app should show an error message and not save the data. You have added a form and a submit button. What approach should you use to enforce the business rule? A) Add a business rule to the Dataverse table that sets a validation message when QuantityOnHand < 0. B) Use the Patch function with an If condition to check the value before updating. C) Add a workflow in Power Automate to validate the quantity after submission. D) Add a validation rule in the form control to check if QuantityOnHand >= 0 before submitting.

A company uses Power Apps to manage expense reports. Employees submit expense reports via a canvas app that writes to a Dataverse table. Managers need to approve or reject expenses. Which Power Platform component should you use to implement the approval workflow? A) Add an approval step in the canvas app using the 'Approval' connector. B) Use Power Automate with the 'Start and wait for an approval' action. C) Create a business rule in Dataverse to send email. D) Use Power BI to notify managers.

A retail company uses Power Apps to build a mobile app for store managers to approve discount requests. The app must work offline and sync when connected. Which type of app should the developer choose?

A healthcare organization needs a Power Apps app to track patient visit data. The data must be stored in Microsoft Dataverse, and the app should automatically generate a timeline of visits for each patient. Which app type is most suitable?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Demonstrate the capabilities of Power Apps sessions

Start a Demonstrate the capabilities of Power Apps only practice session

Every question in these sessions is drawn from the Demonstrate the capabilities of Power Apps domain — nothing else.

Related practice questions

Related PL-900 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the PL-900 exam test about Demonstrate the capabilities of Power Apps?
Demonstrate the capabilities of Power Apps questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Demonstrate the capabilities of Power Apps questions in a focused session?
Yes — the session launcher on this page draws every question from the Demonstrate the capabilities of Power Apps domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other PL-900 topics?
Use the topic links above to move to related areas, or go back to the PL-900 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the PL-900 exam covers. They are not copied from any real exam or dump site.