Free Microsoft PL-100 Exam Actual Questions

The questions for PL-100 were last updated On Jan 15, 2025

Question No. 1

You are creating an app for a company.

You need to evaluate the default solution.

Which two behaviors should you expect from the default solution? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Answer Hide Answer
Question No. 2

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goal< Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are a Microsoft Power Apps developer.

Business users must use an app on mobile phones to access charts that display the sales data of customers. Microsoft Dataverse stores the sales data.

You need to propose a solution to meet the requirements.

Solution: Use a model-driven app that uses built-in charts and a dashboard.

Does the solution meet the goal?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

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.

Show Answer Hide Answer
Correct 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

Question No. 4

A company uses a canvas app to encourage employees to take reading breaks during their work schedule. The reading breaks are created automatically as Outlook tasks in the employees Outlook app. The app must trigger a Power Automate cloud flow when specific data is captured in the canvas app. You need to create and configure the flow. Which flow step should you configure first?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

A company has locations in multiple countries and regions across four continents.

The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table.

You need to create a visualization that displays the total amount of orders by country/region in USD.

Proposed solution: Create a model-driven chart on the country/region table that aggregates the total amount of the orders by country/region.

Does the solution meet the goal?

Show Answer Hide Answer
Correct Answer: B

Instead use a calculated field.

Need to calculate the exchange rate in USD.

Calculated columns are calculated in real-time when they are retrieved.


https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes