Free PL-100 Exam Dumps

Question 6

- (Exam Topic 3)
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?

Correct Answer:B
Find accessibility issues
* 1. In the upper-right corner of Power Apps Studio, select the icon for the App checker.
PL-100 dumps exhibit
* 2. In the menu that appears, select Accessibility.
PL-100 dumps exhibit
A list of issues appears, sorted first by severity and then by screen. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker

Question 7

- (Exam Topic 3)
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:
PL-100 dumps exhibit Add an edit form to Screen_AccountDetail and set the Default Mode of the form to New
PL-100 dumps exhibit Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
PL-100 dumps exhibit Set the data source of the form to Accounts.
PL-100 dumps exhibit Set the Item property of the form to Selected.
PL-100 dumps exhibit Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

Correct Answer:B
FormMode.New: the form is populated with default values and the user can modify the values of the fields. Once complete, the user can add the record to the data source.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form

Question 8

- (Exam Topic 1)
You publish the first version of the app and solution on November 1, 2020. You need to create the version numbers for the app and the solution.
Which version numbers should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
PL-100 dumps exhibit
Solution:
Box 1: 1.0.0.0
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.
A solution’s version has the following format: major.minor.build.revision. An update must have a higher major, minor, build or revision number than the parent solution. For example, for a base solution version 3.1.5.7, a small update could be a version 3.1.5.8 or a slightly more signficant update could have version 3.1.7.1. A substantially more significant update could be version 3.2.0.0.
Box 2: 20.11.1.1
Scenario:
PL-100 dumps exhibit You must use the following version control numbering scheme:
- Major: The last two digits of the year the app is packaged
- Minor: Two digits that represent the month when the app is packaged
- Build: A number that is incremented to represent significant changes to the app
- Revision: The incremented revision for a package
New versions of the application must completely replace previous versions of the app. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/update-solutions

Does this meet the goal?

Correct Answer:A

Question 9

- (Exam Topic 3)
You are an app builder for a medical office. The medical office uses activities to book appointments and business process flows to track patient status. The cleaning staff wants the app to connect directly to a Microsoft Excel workbook to track cleaning tasks. The office does not have access to reporting tools including Power BI.
You need to create apps for the following groups of users. Apps must not require customizations or the use of additional products.
PL-100 dumps exhibit
Which type of app should you build for each group? To answer, drag the appropriate app types to the correct groups. Each app 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.
PL-100 dumps exhibit
Solution:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps

Does this meet the goal?

Correct Answer:A

Question 10

- (Exam Topic 3)
You are an app maker.
You want to create apps and track customizations as part of the default solution. You need to determine the impact of performing the work in the default solution. What should you conclude?

Correct Answer:C
Default Solution. This is a special solution that contains all components in the system. The default solution is useful for discovering all the components and configurations in your system.
Why you shouldn't use the default solutions to manage customizations
There are a few reasons why you shouldn't create apps and make customizations in either of the default solutions:
PL-100 dumps exhibit The default solution can't be exported; therefore, you can't distribute the default solution to another
environment.
The default solution contains all components and customizations from all solutions in the environment.
By default, all enabled users can create apps and customize components in the Common Data Services Default Solution.
It's difficult to locate or identify the customizations you've made in the environment by using either default solution.
When you use either default solution to create components, you'll also use the default publisher assigned to the solution. This often results in the wrong publisher prefix being applied to some components.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/use-solutions-for-your-customizations