Power Platform App Maker
For makers who build solutions to simplify, automate, and transform tasks for themselves and their teams. Focuses on app design, building, and management rather than deep development.
Sample PL-100 practice questions
5 of the 59 original questions in our PL-100 bank, written to match the real exam's style and difficulty. Every question includes a full explanation — expand each answer to check your reasoning.
- Question 1easy
You need a canvas app that connects to a SharePoint list. What is the first step inside Power Apps Studio?
- ARegister a plug-in
- BAdd a data source / connection to SharePoint
- CCreate a security role
- DExport a managed solution
Show answer & explanation
Correct: BAdd a data source/connection (SharePoint) so the app can read/write the list.
- Question 2easy
Which Power Fx function filters a data source and returns matching rows?
- AFilter
- BNavigate
- CUpdateContext
- DPatch
Show answer & explanation
Correct: AFilter returns rows matching a condition. Navigate changes screens; Patch writes; UpdateContext sets a context variable.
- Question 3easy
Which function creates or updates a record in a data source?
- APatch
- BFilter
- CSort
- DConcat
Show answer & explanation
Correct: APatch creates or updates records. Filter/Sort/Concat do not write data.
- Question 4easy
To move the user from one screen to another when a button is selected, which function do you put in OnSelect?
- ANavigate
- BCollect
- CLookUp
- DSortByColumns
Show answer & explanation
Correct: ANavigate moves between screens, typically from a control's OnSelect.
- Question 5easy
Which control displays a scrollable list of records you can template with multiple fields?
- AGallery
- BText input
- CToggle
- DTimer
Show answer & explanation
Correct: AA gallery displays a scrollable, templated list of records.
59 questions with per-domain score breakdowns, a timer, and saved progress. Free account — no card, no paywall.