Microsoft Certified: Power Platform App Maker Associate Model-Driven App Design 2 — Questions and Answers
Question 1: 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 (Correct answer)
- Quickly duplicate an existing record
- Import records in bulk via CSV
- Create a form with minimal fields for mobile use
Correct answer: Create a new record from a side panel without leaving the current page
Quick Create Forms open in a slide-out panel so users can add a new record without navigating away from their current view.
Question 2: In a Model-Driven app, which form type is used to display a compact set of fields when a record appears in a lookup result?
- Quick View Form
- Card Form (Correct answer)
- Main Form
- Quick Create Form
Correct answer: Card Form
Card Forms display a compact summary of record fields in views configured to use card-style layout.
Question 3: How do you control which users can see a specific Model-Driven app within an environment?
- Assign security roles to the app (Correct answer)
- Set the app to private in app settings
- Use row-level security on all tables
- Create a separate environment per user group
Correct answer: Assign security roles to the app
Security roles are assigned to Model-Driven apps so only users with those roles see the app in their app list.
Question 4: Which component in a Model-Driven app enables makers to display aggregated data as visual charts across multiple records?
- Dashboard (Correct answer)
- Form
- Business Rule
- Sitemap
Correct answer: Dashboard
Dashboards aggregate and visualize data from views and charts, providing a high-level summary across many records.
Question 5: What is the effect of setting a column as 'Required' in a Model-Driven app form?
- The record cannot be saved until that field has a value (Correct answer)
- The field is hidden from non-admin users
- The field is locked and cannot be edited
- The field triggers a validation flow on change
Correct answer: The record cannot be saved until that field has a value
Marking a field as Required in the form prevents record saves until the user enters a value in that field.
Question 6: In Model-Driven apps, what is the role of the 'Command Bar'?
- Provide contextual action buttons such as Save, Delete, and custom commands (Correct answer)
- Display breadcrumb navigation
- Show related record timelines
- Configure column filters on views
Correct answer: Provide contextual action buttons such as Save, Delete, and custom commands
The Command Bar renders action buttons at the top of forms and views, including built-in and custom ribbon commands.
What does a Model-Driven app 'Quick Create Form' allow users to do?