Microsoft Certified: Power Platform App Maker Associate Cheat Sheet 2026
The 30 highest-yield Microsoft Certified: Power Platform App Maker Associate facts, distilled from real exam questions. Print it, save it as a PDF, or study it here β free, no sign-up.
50 questions
120 min time limit
70.00% to pass
- Which feature in Power Apps allows makers to define business logicβlike field requirements or visibility rulesβwithout writing code? β Business rules
- What is the purpose of a 'solution' in the Power Platform? β A container that packages app components for transport between environments via ALM
- What does a Model-Driven app 'Quick Create Form' allow users to do? β Create a new record from a side panel without leaving the current page
- Which Microsoft-provided toolkit helps organizations gain visibility and governance over all apps and flows across the Power Platform tenant? β Center of Excellence (CoE) Starter Kit
- Which function clears all records from a collection and then fills it with new data in one step? β ClearCollect()
- What does a Power BI 'KPI visual' display? β A metric value compared to a target goal with a trend indicator showing progress over time
- Which property would you set to make a Text Input control read-only in Power Apps? β DisplayMode = DisplayMode.View
- In Dataverse, which security model controls which specific rows (records) a user can access within a table? β Record-based security using ownership and sharing
- Which Power Apps formula correctly displays today's date formatted as MM/DD/YYYY? β Text(Today(), "mm/dd/yyyy")
- In model-driven apps, what is a 'Quick View Form'? β A read-only form embedded inside another form to display fields from a related record
- In Power Apps, what does the Patch() function do when the first argument is a data source and the second is Defaults(DataSource)? β Creates a new record in the data source
- In a model-driven app, what determines the fields displayed in the main form of a table? β The form customization in the table's Forms section
- A Power Apps model-driven app developer wants to display a custom list of related records on a form. Which component should they add? β Subgrid
- Which Power Platform tool would you use to build a Copilot (chatbot) that answers HR policy questions from employees? β Microsoft Copilot Studio
- In a Power Automate cloud flow, what is the difference between a 'condition' action and a 'switch' action? β Condition handles true/false branching; Switch handles multiple discrete value branches
- What is a 'Solution Patch' in Power Platform? β An incremental update to a managed solution that ships only the changed components
- What does a 'connector' do in Power Automate? β Provides a proxy interface to connect to external services and APIs
- In Power Automate, which expression function would you use to get the current UTC date and time? β utcNow()
- In Power Apps canvas apps, which function is used to navigate from one screen to another? β Navigate()
- Which Power Apps formula function would check whether a required text input is empty before submitting a form? β IsBlank(TextInput.Text)
- Which AI Builder model type would a maker use to automatically extract key information such as invoice number and total from uploaded invoice documents? β Document processing model
- In Power Automate, what is the purpose of the 'Compose' action? β Store and transform data without writing to a data source
- In Power Automate, what trigger type should you use to start a flow when a new item is added to a SharePoint list? β When an item is created
- What is the correct way to filter a gallery in a Power Apps canvas app to show only records where the Status column equals 'Active'? β Set the gallery's Items property to Filter(DataSource, Status = "Active")
- In Dataverse, what relationship type creates a link where one record in Table A can relate to many records in Table B? β One-to-many (1:N)
- Which formula would you use in Power Apps to navigate from one screen to another? β Navigate(ScreenName, ScreenTransition.Fade)
- A user wants to visualize sales trends with interactive charts and share them across the organization. Which Power Platform tool should they use? β Power BI
- In a Canvas app, which function is used to submit a form and save data to the connected data source? β SubmitForm()
- Which Power Platform feature provides data loss prevention (DLP) policies to govern which connectors can be used together in flows and apps? β DLP Policies in Power Platform Admin Center
- Which repository integration does Microsoft officially support for source-controlling Power Platform solutions? β Azure DevOps and GitHub via Power Platform Build Tools and GitHub Actions
Turn these facts into recall:
Was this helpful?