Question. 51 DRAG DROP – A company uses Power Automate and Power Apps to streamline business processes. You need to use AI Builder to analyze customer reviews of the company’s products. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: ![]() |
51. Click here to View Answer
Answer:

Explanation:
Step 1: Connect data to the model.
First create an AI Builder form processing model for the customer reviews you want to process.
Step 2: Train the model.
Step 3: Publish the model.
Step 4: Use the model in a Power Automate flow.
Once you train and publish the model, create a solution-aware flow in Power Automate.
Question. 52 You are creating a multi-page canvas app that loads tabular data from an external data source. Once loaded, the data must be available to all screens within the canvas app. You need to reduce the number of times that the app must retrieve data from the data source. Which two data stores can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. parameter B. global variable C. collection D. environment variable |
52. Click here to View Answer
Answer:
BC
Explanation:
B. global variable
C. collection
Reference:
https://learn.microsoft.com/en-us/power-apps/guidance/planning/where-is-data
Question. 53 You are creating a model-driven app that allows users to create and edit a list of existing accounts. You need to display a list of all active accounts. Which user interface components should you use? A. view B. gallery C. data table D. form |
53. Click here to View Answer
Answer:
A
Explanation:
With Power Apps apps, use views to define how a list of rows for a specific table is displayed in the application.
Views as the questions say “Model-driven apps”. A data table is a function in a canvas app, Furthermore, the question says “allows users to create and edit a list of existing accounts” when using a data table in canvas apps, you can only display records, not able to edit or create new, not able to add buttons as you can do in a gallery. So if we use the word Model-driven app, the only thing that can be used in this type of app is Views to display (and edit if grid view is enabled) records.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-views
Question. 54 DRAG DROP – You create multiple apps as part of an unmanaged solution. You need to move the apps to a non-managed environment. You need to pick the appropriate solution type for each requirement. Which types of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. Each solution type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Select and Place: ![]() |
54. Click here to View Answer
Answer:

Explanation:
Box 1: Unmanaged –
Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution.
Box 2: Unmanaged –
Box 3: Unmanaged –
The question says “Which types of solutions should you create?”. It is impossible to create managed solutions. It is only possible to export unamanged solution as managed on source environment and install it on target environment. It would be pointless as well since managed solutions are not editable thus solution would be always empty.
Furthermore it is not possible to export managed solution that has been earlier installed on target environment
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685
Question. 55 Each maker at a company has a separate Common Data Service environment. You are customizing a canvas app. You create two new entities in your environment. You are leaving for a vacation. Another maker will continue customizing the app in your absence. You need to transfer the work to the other maker and ensure that you can work on the updated app when you return from your vacation. What should you export? A. an unmanaged solution that includes all customizations B. the default solution C. a managed solution that includes all customizations D. the app |
55. Click here to View Answer
Answer:
A
Explanation:
Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution.
Incorrect Answers:
C: Managed Solution: A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685