Microsoft Power Platform App Maker PL-100 Exam Practice Test

Page: 1 / 14
Total 278 questions
Question 1

You need to set the value for a global variable named RunningTotal to 5 and navigate to the previous screen named MainScreen.

Which formula should you use?



Answer : D

You set the value of the global variable with the Set function. Set( MyVar, 1 ) sets the global variable MyVar to a value of 1.

Use the Back and Navigate function to change which screen is displayed.


https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-variables

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-navigate

Question 2

You need to implement the concrete calculator. Which Microsoft Power Platform tool or component should you use?



Answer : D


Question 3

A company uses Microsoft Power Apps.

You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.

You need to propose the right solution.

Solution: Add Power Apps to Power BI using Power Apps for Power BI visualization.

Does the solution meet the goal?



Answer : B


Question 4

You need to provide all app components of the application to Tailwind Traders.

What should you do?



Answer : B

Scenario: When identifying versions of the app solution, all dependencies, entities, and user interfaces components must be identified to avoid any unintentional issues caused by reverting individual components to a previous version.

Power Apps has added components to the rule set that encourages best practices in the Power Apps Checker. You can check your canvas apps and flows that are included in solutions and then review all issues in a single, consolidated report.


https://docs.microsoft.com/en-us/power-platform-release-plan/2019wave2/microsoft-powerapps/checker-includes-rules-canvas-apps-flows

Question 5

A company delivers products to multiple communities. The company creates a canvas app connected to a Common Data Service database. The app tracks communities to see where the delivery volume is the highest.

Drivers must enter delivery information on a form that uses an entity named Delivery. Depot staff must enter information on a pick-up form that uses an entity named Pick-up. Each form contains a community field that is based on a shared list across both forms.

You need to create the community field.

Which type of field should you create?



Answer : C

Can use a global option set, no need to use localized option sets.

Note: In PowerApps Option set is one of the field types you can use in your Entity. The information type that Option Set stores is a list of text values. And here comes the Option Set advantage -- once you define its text

values you can centrally managed it.


https://powerapps.microsoft.com/en-us/blog/option-sets-and-many-to-many-relationships-for-canvas-apps/

Question 6

You have a Power Apps solution that includes three model-driven apps, a business process flow, and a scheduled flow. The solution is deployed to a datacentre in the United States.

You plan to deploy the solution to Canada.

You need to identify applicable government regulations for all components of the solution.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : A, D, E

A: The Microsoft Service Trust Portal provides a variety of content, tools, and other resources about Microsoft security, privacy, and compliance practices.

D: The Service Trust Portal contains details about Microsoft's implementation of controls and processes that protect our cloud services and the customer data therein.


https://docs.microsoft.com/en-us/microsoft-365/compliance/get-started-with-service-trust-portal

Question 7

You are creating a canvas app. You plan to use variables that are scoped to a screen to store values.

You need to create and update the value of the variables.

Which three functions can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : B, C, E

B: Use the Patch function to modify records in complex situations. Such as, when you do updates that require no user interaction or use forms that span multiple screens.

CE: Context variables are scoped for Screen. They are great for passing values to a screen, much like parameters to a procedure in other languages. Can be referenced from only one screen.

Functions available for context variables:

UpdateContext

Navigate

Note:

Use the UpdateContext function to create a context variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result of a data operation.

Context variables are also preserved when a user navigates between screens. You can use Navigate to set one or more context variables for the screen that the formula will display, which is the only way to set a context variable from outside the screen.


https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-navigate

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-updatecontext

Page:    1 / 14   
Total 278 questions