Microsoft Certified: Power Platform App Maker Associate Microsoft Certified: Microsoft Power Platform Developer 2 — Questions and Answers
Question 1: Which Power Automate trigger type allows a flow to be called from another flow or an HTTP request?
- Scheduled trigger
- Automated cloud flow trigger
- Instant cloud flow with HTTP request trigger (Correct answer)
- Business process flow trigger
Correct answer: Instant cloud flow with HTTP request trigger
An instant cloud flow using the 'When an HTTP request is received' trigger can be invoked from another flow or external HTTP call.
Question 2: In Power Apps, what property of a Gallery control determines which data column is used to filter displayed items?
- DefaultMode
- Items (Correct answer)
- TemplatePadding
- WrapCount
Correct answer: Items
The Items property of a Gallery control specifies the data source and any filter or search expressions applied to it.
Question 3: When creating a custom connector in Power Platform, which authentication type is used to allow users to sign in with their Microsoft Entra ID (Azure AD) credentials?
- Basic authentication
- API Key
- OAuth 2.0 (Correct answer)
- Windows authentication
Correct answer: OAuth 2.0
OAuth 2.0 is used for custom connectors to authenticate users with Microsoft Entra ID (Azure AD) tokens.
Question 4: Which Dataverse feature allows you to define rules that automatically calculate field values when a record is saved?
- Business rules
- Calculated columns (Correct answer)
- Rollup columns
- Power Automate flows
Correct answer: Calculated columns
Calculated columns in Dataverse let you define formulas that automatically compute a column's value from other columns on save.
Question 5: A developer needs to run a Power Automate cloud flow on a recurring schedule every weekday at 8 AM EST. Which trigger should they use?
- Recurrence trigger (Correct answer)
- HTTP trigger
- When a new email arrives trigger
- When a file is created trigger
Correct answer: Recurrence trigger
The Recurrence trigger lets you schedule a flow to run at specific intervals and times, including weekday-only schedules.
Question 6: In Power Apps canvas apps, which function is used to navigate from one screen to another?
- GoTo()
- Navigate() (Correct answer)
- Launch()
- Redirect()
Correct answer: Navigate()
The Navigate() function in Power Apps canvas apps switches the user to a specified screen with optional transition effects.
Question 7: Which Power Platform component would you use to automate repetitive desktop-based tasks, such as data entry in a legacy application?
- Power Apps
- Power BI
- Power Automate Desktop (RPA) (Correct answer)
- Power Virtual Agents
Correct answer: Power Automate Desktop (RPA)
Power Automate Desktop provides Robotic Process Automation (RPA) to automate UI-based desktop and legacy application tasks.
Which Power Automate trigger type allows a flow to be called from another flow or an HTTP request?