Microsoft PL-100 Practice Test - Questions Answers, Page 2
List of questions
Related questions
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services. You must also be able to connect to one or more industry data sources.
You need to configure the data sources.
What should you do?
Create a business process flow.
Create a data policy template.
Create a UI flow.
Use an existing data connector.
You use a Microsoft SharePoint list to record information about customers.
You must perform a series of actions only when a new item is added to a SharePoint list.
You need to configure a Power Automate flow.
Which trigger should you use?
When an item is created
When an item is created or modified
When a file is created (properties only)
For a selected item
A company has a Common Data Service custom entity that stores customer account data.
You need to create a relationship between the custom entity and the Account entity.
Which two tools can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Power Platform Admin center
Power Apps solution explorer
Power Apps Maker portal
SQL Server Management Studio
Visual Studio Code
You create a canvas app for technicians at a computer store. You assign technicians cases to work on. The technicians update cases at the end of customer site visit. The manager wants the technicians to sell warranties to the customers. If a customer agrees to purchase a warranty, technicians use the canvas app to immediately alert the sales team, and then the technician records details about the warranty into the app.
You need to create a flow to alert the sales team.
Which type of trigger should you use?
Flow button for mobile
Power Apps
Office 365 Outlook
Common Data Service
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?
The default solution does not contain all components and customizations from all solutions in the environment.
The prefix used when creating components as part of the default solution can be set to a specific value.
The default solution cannot be exported and distributed to another environment.
You are creating an app for an organization’s human resources (HR) department. You create an Employee entity in an unmanaged Common Data Service solution.
Another user creates the following Power Automate flows separately from the solution:
You need to incorporate the flows that can be added to the solution.
Which two flows can you include? Each correct selection presents a complete solution.
NOTE: Each correct selection is worth one point.
FlowA
FlowB
FlowC
FlowD
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.
Set the scope of the business rule to Entity.
Add a Recommendation action and configure it to enter the order type.
Set the scope of the business rule to All Forms.
Use the following condition expression:
(OrderType Does not begin with [test]) AND (Modified By Does not contain data)
A company uses data loss prevention (DLP) policies. You have a Power Automate flow that posts Twitter mentions into a Microsoft SharePoint list. You are not able to activate the flow.
You need to troubleshoot the issue.
What are two possible reasons why you cannot activate the flow? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
You are not assigned the Power Platform Admin role.
You placed all connectors into the Business group within the DLP policy.
You placed all connectors into the Non-Business group within the DLP policy.
You are not assigned the Environment Admin role.
You are an app maker. You are creating a canvas app.
You do not have access to Power BI.
You need to add charts to the app.
Which three chart types can you add directly to the canvas app? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
pie
area
funnel
column
line
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?
Yes
No
Question