Microsoft PL-200 Practice Test - Questions Answers, Page 6
List of questions
Related questions
You have a form that displays a custom field from an entity.
A customer wants to restrict users from filtering on the custom field.
You need to prevent users from filtering the field in Advanced Find.
What should you modify?
Fields in the Edit Filter Criteria option of the Quick Find view
a searchable field on the Field Properties form
Fields in the Add Find Columns option of the Quick Find view
HOTSPOT
You are designing a canvas app that connects to Common Data Service.
You need to configure the app to meet the requirements and ensure that the canvas app is available offline.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point
You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products. When users select items from the product catalog, they move to a different screen to complete a purchase. Users must be able to clear all product selections when they click the button.
You need to configure the button.
What should you do?
Use the Reload(Control) formula and pass the gallery control as parameter to the Reload formula.
Use the Reset(control) formula and pass the checkbox to the formula to clear user selections.
Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear the collection when the user selects the button.
Use the Revert(Products) formula and pass the checkbox to the formula to clear user selections.
Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.
HOTSPOT
You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1. The OnSelect property for Button1 contains the following expression:
Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text})
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
HOTSPOT
You are a Dynamics 365 Customer Service administrator.
A user must be able to view system posts and activities in a dashboard.
You need to create the dashboard for the user.
Which components should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products. When users select items from the product catalog, they move to a different screen to complete a purchase. Users must be able to clear all product selections when they click the button.
You need to configure the button.
What should you do?
Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.
Use the Reload(Control) formula and pass the gallery control as a parameter to the Reload formula.
Use the ForAll() function to iterate through each item of the Gallery and clear user selections.
Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear collection when the user selects the button.
A customer tracks events by using a custom entity.
The custom entity includes a custom field for the venue of the events. The customer must be able to display the events by venue in a calendar. You need to ensure that all events display by venue in the calendar.
To which component should you add a control?
Form
Subgrid
Chart
View
You are creating a canvas app.
A user will click a button on each screen of a Power Apps app to proceed to the next screen.
You need to implement the action which selects the next screen that the user sees.
Which event should you handle?
ScreenTransition
OnSelect
OnLoad
OnCheck
HOTSPOT
A company has a canvas app that includes the following screens: Screen1 and Screen2.
The OnVisible property for Screen1 contains the following expression.
Set(AgeGroups, ["1-25", "26-54", "55+"])
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 are a Dynamics 365 Customer Service developer.
A salesperson creates a chart.
You need to ensure that the chart is available to all users on the team.
What should you do?
Share the chart with the team.
Assign the chart to each person on the team.
Export the user chart to Power BI. Import the chart as a Power BE visualization.
Export the user chart for import as a user chart.
Question