Microsoft Certified: Power Platform App Maker Associate Microsoft Certified: Power Platform App Maker Associate 2 — Questions and Answers
Question 1: Which Power Apps formula function is used to navigate between screens in a canvas app?
- Navigate() (Correct answer)
- GoTo()
- Launch()
- Redirect()
Correct answer: Navigate()
The Navigate() function in Power Apps canvas apps moves the user to a specified screen with optional transition effects.
Question 2: 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 (Correct answer)
- When an item is modified
- Recurrence
- HTTP request
Correct answer: When an item is created
The 'When an item is created' trigger fires a flow automatically whenever a new item is added to a specified SharePoint list.
Question 3: What is the purpose of the Dataverse 'Choices' column type?
- Stores multiple selected values from a predefined list (Correct answer)
- Stores a single selected value from a predefined list
- Stores free-text values only
- Stores numeric ranges
Correct answer: Stores multiple selected values from a predefined list
The Choices column type in Dataverse allows users to select multiple values from a predefined option set, unlike Choice which allows only one selection.
Question 4: Which Power Apps component enables users to scan barcodes directly within a canvas app?
- Barcode scanner control (Correct answer)
- Camera control
- Image control
- Media control
Correct answer: Barcode scanner control
The Barcode scanner control in Power Apps canvas apps uses the device camera to read barcodes and return the scanned value as text.
Question 5: In Power Automate, which action allows you to pause a flow until a specific date and time?
- Delay Until (Correct answer)
- Delay
- Wait
- Schedule
Correct answer: Delay Until
The 'Delay Until' action pauses flow execution until a specified timestamp, whereas 'Delay' pauses for a fixed duration.
Question 6: What does the LookUp() function return in Power Apps when no matching record is found?
- Blank (Correct answer)
- Empty string
- 0
- Error
Correct answer: Blank
LookUp() returns Blank() when no record satisfies the search condition, which can be tested with the IsBlank() function.
Question 7: Which Power Pages feature allows makers to control which site pages authenticated users can access?
- Table permissions and web roles (Correct answer)
- Site settings
- Content snippets
- Entity lists
Correct answer: Table permissions and web roles
Table permissions combined with web roles in Power Pages govern what data and pages authenticated users can read, write, or delete.
Which Power Apps formula function is used to navigate between screens in a canvas app?