Microsoft PL-200 Real 2021 Braindumps Mock Exam Dumps [Q22-Q41]

Share

Microsoft PL-200 Real 2021 Braindumps Mock Exam Dumps

PL-200 Exam Questions | Real PL-200 Practice Dumps


Configuring the Common Data Service (25-30%)

The first section entails the expertise of the candidates in:

  • Configuring security settings (creating and managing business units; creating and managing security roles; creating and manage users as well as teams, etc.).
  • Creating and managing processes (defining the requirements for business rules; defining and implementing business rule logic; defining the scope for business rules, etc.);
  • Configuring Common Data Service settings (configuring Relevance Search; configuring auditing; performing data management tasks; configuring duplicate detection settings);
  • Managing an existing data model (assigning a type for an entity, such as virtual, standard, or activity; configuring entity ownership; creating new entities or modifying existing ones, etc.);

Creating and managing Power Automate

This section checks one's knowledge of the creation of flows, design and management of business flows, and building UI flows. Under this domain, applicants should master the logic control implementation, learn about the types of flow components, parallel branches configuration, the addition of action steps and workflows to the business process flow, and defining use cases when it comes to UI flows, to name a few.

 

NEW QUESTION 22
A guest asks about the start time of a specific scheduled event and wants to know what the snow conditions will be like during their stay.
You need to determine how to design the chat solution to answer those questions.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Graphical user interface Description automatically generated

Box 1: Load the extracted topic into a variable
Power Virtual Agents uses entities to understand and identify a specific type of information from a user's responses. When saving the identified information to a variable, a variable type will be associated with it. The variable type is analogous with the entity.
In Power Virtual Agents, a topic defines a how a bot conversation plays out.
A topic has trigger phrases - these are phrases, keywords, or questions that a user is likely to type that is related to a specific issue - and conversation nodes - these are what you use to define how a bot should respond and what it should do.
Box 2: Create a custom entity
The prebuilt entities cover commonly used information types, but on some occasions, such as when building a bot that serves a specific purpose, you'll need to teach the bot's language understanding model some domain-specific knowledge.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling

 

NEW QUESTION 23
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 administer the Microsoft 365 and Power Platform environments for Contoso, Ltd. The company has a model-driven app that is used to track customer interactions with employees. The app uses standard table types for customers. A user named Elisabeth Rice signs in to the app by using the following sign in name: [email protected].
After marriage, Elisabeth changes her legal name to Elisabeth Mueller.
You need to update the sign in name for the user without losing any application history.
Solution: Change Elizabeth's username in the user record for the app.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: B

 

NEW QUESTION 24
You plan to automate several different processes by using Power Automate.
Each process has unique characteristics.
You need to recommend components for each process.
Which components should you recommend? To answer, drag the appropriate components to the correct processes. Each component 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.

Answer:

Explanation:

 

NEW QUESTION 25
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?

  • A. Chart
  • B. view
  • C. Form
  • D. Field

Answer: B

Explanation:
If you use unified interface, you can display any record in a calendar view via the calendar control.
Go to Settings->Customization->Customize the System
Open the configuration for the entity that you want to use the calendar control (Opportunities in our example) Click the View tab Click "Add Control" and select the calendar control.
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/

 

NEW QUESTION 26
You need to design and create the solution for gathering contact information from guests for marketing purposes.
What should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

 

NEW QUESTION 27
A customer has a support website that includes FAQ pages, knowledge articles, and support content.
You plan to leverage an existing Power Virtual Agents bot to enhance and streamline existing support functionality for the existing support portal.
You need to create topics from existing website content. The process must minimize human errors during topic creation.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:
Explanation
* Select Suggest topics on the Topics page to extract content from FAQ/support pages or online files.
* Add the suggested topics to your bot.
* Enable the topics.
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-create-topics-from-web

 

NEW QUESTION 28
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.

Answer:

Explanation:
Explanation
Graphical user interface, text, application, email Description automatically generated

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

 

NEW QUESTION 29
You create a parent entity and a child entity. The parent entity has a 1:N relationship with the child entity.
You need to ensure that when the owner changes on the parent record that all child records are assigned to the new owner.
You need to configure the relationship behavior type.
What should you use?

  • A. Referential, Restrict Delete
  • B. Parental
  • C. Referential
  • D. Restrict

Answer: B

Explanation:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/create-and-edit-1n-relationships#relationship-behavior

 

NEW QUESTION 30
You create a report by using Power Bl Desktop and publish the report to the Power Bl service. You enable Power Bl visualization embedding in a model-driven app.
You need to configure the model-driven app to display a Power Bi tile
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

 

NEW QUESTION 31
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?

  • A. Fields in the Edit Filter Criteria option of the Quick Find view
  • B. the Field Security field on the Field Properties form
  • C. Fields in the Add Find Columns option of the Quick Find view
  • D. a searchable field on the Field Properties form

Answer: D

Explanation:
Reference:
https://community.dynamics.com/365/b/dynamics365apps/posts/kb-understanding-dynamics-365-field-ssearchable-property

 

NEW QUESTION 32
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 Power Virtual Agents chatbot that captures demographic information about customers.
The chatbot must determine the group a customer belongs to based on their age. The age groups are:
0 - 17
18 - 25
26 - 35
36 - 55
55 - 100
You need to configure the chatbot to ask a question that can be used to determine the correct age group.
Solution: Create a custom Age group entity and synonyms for each individual age in the corresponding item. Use Age group for Identify in the question.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: B

 

NEW QUESTION 33
You need to create the FAQ solution content
What should you do first?

  • A. Trigger phrases
  • B. Automate
  • C. Al Builder
  • D. Suggest topics

Answer: D

Explanation:
You need to make sure there are three main steps need to do while doing import FAQ and add the topic to your bot application.
Import Suggested Topics from FAQ webpage.
Add a topic.
Enable the topics
Reference:
https://social.technet.microsoft.com/wiki/contents/articles/53820.power-virtual-agents-faq-chatbot.aspx

 

NEW QUESTION 34
You need to embed the check-in solution into the communication solution. To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Graphical user interface, application, Word Description automatically generated

Box 1: Power Apps Web Studio
Scenario: The check-in solution must continue to function if there are internet issues. If the self-service kiosks are not available, staff must be able to use the check-in solution from within their communication solution.
PowerApps Studio is a browser application used to edit your apps. PowerApps Studio includes a drag-and-drop canvas in the center of the screen and a screen or object list pane on the left. Properties, Rules, and Advanced Properties for selected screens or controls are displayed in the right pane.
Box 2: in a tab
You can customize the Teams experience by adding Power Apps canvas apps to your channels in Teams using the PowerApps tab.

 

NEW QUESTION 35
You are a Dynamics 365 for Customer Service administrator.
You must create a form for team members to use. The form must provide the ability to:
* Lock a field on a form.
* Trigger business logic based on a field value.
* Use existing business information to enhance data entry.
You need to implement business rule components to create the form.
Which components should you use? To answer, drag the appropriate components to the correct requirements.
Each component 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.

Answer:

Explanation:

* Action
* Condition
* Recommendation

 

NEW QUESTION 36
You are designing a desktop user interface (Ul) flow.
The Ul flow automates legacy software.
You need to prepare data for transfer to a Microsoft SharePoint list.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

1 - Start recording the Ul flow.
2 - On the Output menu of the Ul flow, choose Select text on screen
3 - Select information to pass to the SharePoint list.
4 - Enter a name and description for the output.
Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/inputs-outputs-desktop#use-outputs-to-extract-information-from-the-app

 

NEW QUESTION 37
You manage the Dynamics 365 environment for a company.
You need to ensure that there are no leads for a customer before you create a new opportunity for the customer.
How can you use duplicate detection rules to achieve this goal? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 38
You need to design and create the solution for gathering contact information from guests for marketing purposes.
What should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

 

NEW QUESTION 39
A company uses Common Data Service to manage account and contact information.
The company plans to use the Al Builder model to make key business decision.
You need to integrate prebuilt Al Builder models with Power Automate.
Which models should you use? To answer, select the appropriate option the answer area.
NOTE Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 40
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.
Which actions should the salesperson perform? To answer, drag the appropriate actions to the correct users. Each action 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.

Answer:

Explanation:

 

NEW QUESTION 41
......

Verified PL-200 Exam Dumps Q&As - Provide PL-200 with Correct Answers: https://www.torrentexam.com/PL-200-exam-latest-torrent.html

Pass Your PL-200 Dumps Free Latest Microsoft Practice Tests: https://drive.google.com/open?id=1QxLgjnozn6pOOxWk__j1QEwYaBE6RrFm