Microsoft PL-100 Practice Test - Questions Answers, Page 13
List of questions
Question 121
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to design the quote form layout.
Where should the data be located on the form? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question 122
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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.
Explanation:
https://powerapps.microsoft.com/en-us/blog/introducing-simplified-ai-builder-experience-in-power-automate/
Question 123
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to implement the Microsoft Power Platform tools that meet the requirements of the office workers, office manager, and salespeople.
Which tools should you use? To answer, select the appropriate options in the answer area.
NOTE Each correct selection is worth one point.
Question 124
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
You need to create a Power Automate flow by using a minimum number of actions for the estimate approval process.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area arrange them in the correct order.
Question 125
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You need to create a Dataverse table view for the office workers who create estimates. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Sort by the Created on date in ascending order.
Add a filter for which Created by equals the current user.
Add a filter for which the owner equals the current user.
Sort by the Created on date in descending order.
Question 126
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to create the solution assets.
What should you use to create the visualizations? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Explanation:
Box 1: PowerBI Desktop
The Sales dashboard must reside in the Sales channel and must include information about active quotes, sales pipeline, and year-to-date sales KPIs for sales quotas by region.
PowerBI Desktop to support many data source.
Box 2: PowerBI Desktop or Power BI Service on
A dashboard that shows a capacity Heat map by month as well as expected sales that are likely to close for the next month.
Both support visualizations.
Reference:
https://docs.microsoft.com/en-us/power-bi/fundamentals/service-service-vs-desktop
Question 127
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You need to provide the app to Tailwind Traders.
What should you do?
Within Managed Properties, set the value of the Allow customizations option to true. Export the app as a managed solution.
Use the Share App feature.
Within Managed Properties, set the value of the Allow customizations option to false. Export the app as a managed solution.
Within Managed Properties, set the value of the Allow customizations option to false. Export the app as an unmanaged solution.
Explanation:
Scenario: The completed app and all supporting components must be provided to Tailwind Traders. Tailwind Traders must not be able to make changes to any of the components. 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
Question 128
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
You need to ensure that the app can support the needs of User2 and User3, and meets the production deployment requirements.
Which tools should you use? To answer, select the appropriate tool in the answer area.
NOTE: Each correct selection is worth one point.
Explanation:
Box 1: App Checker
Scenario: Several sales representatives have accessibility restrictions. User2 is visually impaired and cannot see images. User3 is unable to use a mouse.
Users who have vision, hearing, or other impairments can use your canvas app more easily and successfully if you consider accessibility as you design how the app looks and behaves. If you're not sure how to make your app more accessible, you can run the AppChecker Accessibility checker in Power Apps Studio.
Box 2: Solution Checker
Scenario: Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines.
Use solution checker to validate your model-driven apps in Power Apps.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/use-powerapps-checker
Question 129
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You need to resolve the issue for User1.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Explanation:
Box 1: Power Apps mobile app
Scenario:
User1 often works in a warehouse that does not have internet connectivity.
User1 needs to edit an existing status report and submit a new status report.
The app must be able to run both online and offline. If the mobile device on which the app runs is connected to the internet, the app must immediately submit the status report.
You can build offline capabilities in your PowerApps app so your app users can access some data or save some data even when they don't have an internet connection.
Box 2: Connector
Scenario: Azure SQL Database is used to store other data
Use the SQL Server connector to connect to SQL Server, in either Azure or an on-premises database, so that you can manage your data with create, read, update, and delete operations.
Reference:
https://powerapps.microsoft.com/en-us/blog/implementing-offline-capability-in-your-app/
Question 130
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
You need to modify the app design to meet the accessibility needs of the sales associates.
Which properties should you configure? To answer, drag the appropriate properties to the correct restrictions. Each property 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.
Explanation:
Box 1: AccessibleLabel
Scenario: Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines. User2 is visually impaired and cannot see images.
AccessibleLabel is a label for screen readers.
An empty value for Image, Icon, and Shape controls will hide the controls from screen reader users.
Box 2: TabIndex
User3 is unable to use a mouse.
TabIndex determines if the control participates in keyboard navigation.
Keyboard navigation is an important aspect of any app. For many, the keyboard is more efficient than using touch or a mouse. The navigation order should:
Mirror what is seen visually.
Only have a tab stop at controls that are interactive.
Follow either an intuitive across and then down "Z" order or a down and then across "reverse-N" order.
Question