Microsoft PL-100 Real Exam Questions
The questions for PL-100 were last updated at Jan 04,2025.
- Exam Code: PL-100
- Exam Name: Microsoft Power Platform App Maker (beta)
- Certification Provider: Microsoft
- Latest update: Jan 04,2025
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.
You are creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
✑ Add an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
✑ Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
✑ Set the data source of the form to Accounts.
✑ Set the Item property of the form to Selected.
✑ Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate (Screen_Accounts).
Does the solution meet the goal?
- A . Yes
- B . No
HOTSPOT
You need to implement the student attendance requirements.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
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 . ununmanaged solution that includes all customizations
- B . the default solution
- C . a managed solution that includes all customizations
- D . the app
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 . ununmanaged solution that includes all customizations
- B . the default solution
- C . a managed solution that includes all customizations
- D . the app
You have a Power Platform solution that uses Common Data Service. You need to secure all fields that support field-level security.
Which field can you secure?
- A . createdon
- B . accountid
- C . owninguser
- D . cr7b_accountid
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
You create a canvas app within a Power Platform environment.
You need to identify potential accessibility issues for the canvas app before making the app available to other users.
Which tool should you use?
- A . Portal Checker
- B . App Checker
- C . Solution Checker
HOTSPOT
A coworker creates a canvas app.
The canvas app contains the following formula.
The formula is attached to the OnVisible property of the first screen that users see:
You are updating the canvas app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
You create a canvas app named Hardware Order that suggests computer hardware to customers.
A value must be entered for the EmployeeID field when creating a new order if the value in the
OrderType field does not contain the prefix test.
You need to configure the business rule.
Which two actions should you perform? Each correct answer presents part of the complete solution. NOTE: Each correct selection is worth one point.
- A . Set the scope of the business rule to Entity.
- B . Add a Recommendation action and configure it to enter the order type.
- C . Set the scope of the business rule to All Forms.
- D . Use the following condition expression:
(OrderType Does not begin with [test]) AND (Modified By Does not contain data)
HOTSPOT
You need to resolve the issues found during testing.
Which option should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.