Microsoft Certified: Power Platform App Maker Associate Microsoft Certified: Power Platform App Maker Associate 3 — Questions and Answers
Question 1: 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 (Correct answer)
- The view configuration
- The business rule
- The security role
Correct answer: The form customization in the table's Forms section
Forms in model-driven apps are configured under the table's Forms section in the maker portal and control which columns appear and their layout.
Question 2: Which Power Automate license type is required to run flows that connect to premium connectors like Dataverse?
- Power Automate Premium (per-user or per-flow) (Correct answer)
- Microsoft 365 license only
- Power Apps Developer Plan
- Office 365 E3 license
Correct answer: Power Automate Premium (per-user or per-flow)
Premium connectors such as Dataverse, SQL Server, and HTTP require a Power Automate Premium per-user or per-flow plan beyond the standard Microsoft 365 entitlement.
Question 3: What Power Apps feature lets you reuse a group of controls with shared logic across multiple screens?
- Components (Correct answer)
- Collections
- Variables
- Galleries
Correct answer: Components
Components in Power Apps are reusable control containers with custom properties that can be placed on multiple screens to reduce duplication.
Question 4: 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) (Correct answer)
- Many-to-many (N:N)
- Many-to-one (N:1)
- Self-referential
Correct answer: One-to-many (1:N)
A one-to-many (1:N) relationship means one parent record can have multiple related child records in the associated table.
Question 5: Which Power Automate feature allows a business user to trigger a flow manually from within a Power Apps canvas app?
- Power Apps trigger (Correct answer)
- Manual trigger
- Button trigger
- Instant cloud flow
Correct answer: Power Apps trigger
The Power Apps trigger allows a canvas app to call a Power Automate flow and pass parameters directly from the app to the flow.
Question 6: What happens when you publish a Power Apps canvas app?
- The latest saved version becomes available to all users with app access (Correct answer)
- The app is submitted to Microsoft for approval
- A new environment is created
- All previous versions are deleted
Correct answer: The latest saved version becomes available to all users with app access
Publishing in Power Apps promotes the latest saved version of the canvas app so that users see the updated version the next time they open it.
Question 7: In Power BI, which view is used to define calculated columns and measures using DAX?
- Data view or Report view with the Fields pane (Correct answer)
- Page view
- Filter view
- Schema view
Correct answer: Data view or Report view with the Fields pane
Calculated columns and measures written in DAX are created in the Data view or via the Fields pane in Report view using the 'New measure' or 'New column' options.
In a model-driven app, what determines the fields displayed in the main form of a table?