ExamGecko
Home / Microsoft / PL-200 / List of questions
Ask Question

Microsoft PL-200 Practice Test - Questions Answers, Page 6

List of questions

Question 51

Report
Export
Collapse

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

Fields in the Edit Filter Criteria option of the Quick Find view

a searchable field on the Field Properties form

a searchable field on the Field Properties form

Fields in the Add Find Columns option of the Quick Find view

Fields in the Add Find Columns option of the Quick Find view

Suggested answer: B

Explanation:

Setting Searchable property to No, makes the field disappear from the available fields for the Filter configuration, but it won’t hide the field when adding columns to the view. This property has no impact on behaviour of the Global and Quick Find Search.

Reference:

https://community.dynamics.com/365/b/dynamics365apps/posts/kb-understanding-dynamics-365-field-s-searchable-property

asked 05/10/2024
Dubravko Jerkovic
33 questions

Question 52

Report
Export
Collapse

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


Microsoft PL-200 image Question 52 105978 10052024010700000
Correct answer: Microsoft PL-200 image answer Question 52 105978 10052024010700000

Explanation:

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps

asked 05/10/2024
Samuel rodriguez
30 questions

Question 53

Report
Export
Collapse

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 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.

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.

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 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.

Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.

Suggested answer: B

Explanation:

The Reset function resets a control to its Default property value. Any user changes are discarded.

You cannot reset controls that are within a Gallery or Edit form control from outside those controls. You can reset controls from formulas on controls within the same gallery or form.

Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-reset

asked 05/10/2024
Harry Vervelde
40 questions

Question 54

Report
Export
Collapse

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.


Microsoft PL-200 image Question 54 105980 10052024010700000
Correct answer: Microsoft PL-200 image answer Question 54 105980 10052024010700000

Explanation:

Box 1: Yes

If the data source doesn't already exist, a collection is created.

Box 2: No

Note: The Collect function adds records to a data source. The items to be added can be:

A single value: The value is placed in the Value field of a new record. All other properties are left blank. A record: Each named property is placed in the corresponding property of a new record. All other properties are left blank. A table: Each record of the table is added as a separate record of the data source as described above. The table isn't added as a nested table to a record. To do this, wrap the table in a record first.

Box 3: No

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect

asked 05/10/2024
Malik Rubio
40 questions

Question 55

Report
Export
Collapse

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.


Microsoft PL-200 image Question 55 105981 10052024010700000
Correct answer: Microsoft PL-200 image answer Question 55 105981 10052024010700000

Explanation:

Box 1: Timeline

The timeline helps agents see all customer interaction history across channels, personnel, and the support lifecycle. The timeline is used across Dynamics 365 applications to capture activities like notes, appointments, emails, tasks, and more, to ensure that all interactions with the customer are tracked and visible over time. Agents use the timeline to quickly catch up on all of the latest activity details with the customer to provide the most personalized support experience.

Box 2: Lists

Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/customer-service-hub-user-guide-timeline-admin

asked 05/10/2024
PATRICK ADUSEI
36 questions

Question 56

Report
Export
Collapse

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 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 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.

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.

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.

Suggested answer: A
asked 05/10/2024
Suman Konda
46 questions

Question 57

Report
Export
Collapse

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

Form

Subgrid

Subgrid

Chart

Chart

View

View

Suggested answer: D

Explanation:

If you use unified interface, you can display any record in a calendar view via the calendar control.

1. Go to Settings->Customization->Customize the System

2. Open the configuration for the entity that you want to use the calendar control (Opportunities in our example) 3. Click the View tab

4. Click “Add Control” and select the calendar control.

5. Click the dot for every interface from which you want the calendar control to be available.

Reference:

https://crmtipoftheday.com/1206/view-any-dynamics-365-record-on-a-calendar/

asked 05/10/2024
Larry Wong
34 questions

Question 58

Report
Export
Collapse

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

ScreenTransition

OnSelect

OnSelect

OnLoad

OnLoad

OnCheck

OnCheck

Suggested answer: B

Explanation:

Add navigation

1. With the Source screen selected, open the Insert tab, select Icons, and then select Next arrow.

2. With the arrow still selected, select the Action tab, and then select Navigate.

3. The OnSelect property for the arrow is automatically set to a Navigate function.

Microsoft PL-200 image Question 13 explanation 105984 10052024010700000000

4. When a user selects the arrow, the Target screen fades in.

5. On the Target screen, add a Back arrow, and set its OnSelect property to this formula:

6. Navigate(Source, ScreenTransition.Fade)

7. While holding down the Alt key, toggle between screens by selecting the arrow on each screen.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-screen-context-variables

asked 05/10/2024
giancarlo bagnetti srl
42 questions

Question 59

Report
Export
Collapse

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.


Microsoft PL-200 image Question 59 105985 10052024010700000
Correct answer: Microsoft PL-200 image answer Question 59 105985 10052024010700000
asked 05/10/2024
Diogo Vitor
38 questions

Question 60

Report
Export
Collapse

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.

Share the chart with the team.

Assign the chart to each person on 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 to Power BI. Import the chart as a Power BE visualization.

Export the user chart for import as a user chart.

Export the user chart for import as a user chart.

Suggested answer: A
asked 05/10/2024
Emanuel Popescu
37 questions
Total 290 questions
Go to page: of 29
Search

Related questions