Microsoft Certified: Power Platform App Maker Associate Model-Driven App Design 1 — Questions and Answers
Question 1: What is the primary data source for Model-Driven apps in Power Platform?
- Microsoft Dataverse (Correct answer)
- SharePoint Lists
- SQL Server
- Excel Online
Correct answer: Microsoft Dataverse
Model-Driven apps are built entirely on Dataverse tables and metadata, making Dataverse the required underlying data platform.
Question 2: In a Model-Driven app, which element defines the fields displayed when a user opens a single record?
- Form (Correct answer)
- View
- Dashboard
- Chart
Correct answer: Form
Forms define the layout and fields displayed when a user creates or views a single record in a Model-Driven app.
Question 3: Which type of view in a Model-Driven app is displayed automatically when a user opens a table from the navigation?
- Default public view (Correct answer)
- Quick Find view
- Lookup view
- Associated view
Correct answer: Default public view
The default public view is the grid that users see when navigating to a table in a Model-Driven app.
Question 4: What is the purpose of a Business Process Flow (BPF) in a Model-Driven app?
- Guide users through multi-stage data entry processes with defined steps (Correct answer)
- Automate background data calculations
- Restrict user access to specific forms
- Generate charts based on record counts
Correct answer: Guide users through multi-stage data entry processes with defined steps
Business Process Flows display a visual stage-by-stage guide at the top of a form to lead users through a defined process.
Question 5: In Model-Driven app forms, what is a 'Quick View Form' used for?
- Displaying read-only fields from a related record within the current form (Correct answer)
- Providing a condensed edit form in a dialog
- Showing a record summary in the activity feed
- Rendering a card view in the mobile app
Correct answer: Displaying read-only fields from a related record within the current form
Quick View Forms embed read-only information from a related record directly within the parent record's main form.
Question 6: Which sitemap element in a Model-Driven app represents a clickable navigation item that links to a table, dashboard, or URL?
- SubArea (Correct answer)
- Area
- Group
- Page
Correct answer: SubArea
A SubArea is the clickable leaf-level navigation item in the sitemap that points to a table, dashboard, or external URL.
What is the primary data source for Model-Driven apps in Power Platform?