Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Nov-2022] Check your preparation for Microsoft PL-200 On-Demand Exam [Q52-Q73]

Share

[Nov-2022] Check your preparation for Microsoft PL-200 On-Demand Exam

Practice Exam PL-200 Realistic Dumps Verified Questions


Schedule exam

Languages: English, Japanese

Retirement date: none

This exam measures your ability to complete the following tasks: configure Microsoft Dataverse; create apps by using Power Apps; create and manage Power Automate; implement Power Virtual Agents chatbots; and integrate Power Apps with other apps and services.

 

NEW QUESTION 52
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 53
You are designing a Power Virtual Agents chatbot for a store.
You need to teach the chatbot to acknowledge the store's product categories and the variations within specific categories.
You need to create custom entities to provide the chatbot with the knowledge of the product categories.
Which features should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling

 

NEW QUESTION 54
On a Contact record, a user creates a Note record that contains the word running.
One week later, the user reports that they cannot find the Contact record associated with the Note record.
You need to find the Note record.
Solution: Use Categorized Search to search for the word run.
Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
Instead use Relevance Search.
Note: Relevance Search finds matches to any word in the search term in any field in the entity. Matches may include inflectional words, like "stream," "streaming," or "streamed." Reference:
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#what-is-relevance-search

 

NEW QUESTION 55
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 56
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 57
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 a Dynamics 365 Sales administrator for a software company. The sales team wants to attach a large number of supporting documents to customer records, but management does not want to incur the cost of additional storage.
The company does not have any Office 365 application integrations enabled.
You need to recommend a storage solution that keeps storage costs low.
Solution: Enable server-based SharePoint integration.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: B

Explanation:
Explanation/Reference:
https://docs.microsoft.com/en-us/power-platform/admin/set-up-dynamics-365-online-to-use-sharepoint- online

 

NEW QUESTION 58
You plan to create user interface (UI) flows to automate several web-based business processes that you currently perform manually.
You need to ensure that users can create and run web UI flows.
Which three components must you install and configure on user's devices? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. UI Flows application
  • B. Latest version of Mozilla Firefox
  • C. On-premises data gateway
  • D. Latest version of Microsoft Edge
  • E. Selenium IDE

Answer: A,D,E

Explanation:
Explanation/Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/setup

 

NEW QUESTION 59
A user has access to an existing Common Data Service database.
You need to ensure that the user can create canvas apps that consume data from Common Data Service. You must not grant permissions that are not required.
Which out-of-the-box security role should you assign to the user?

  • A. Environment Maker
  • B. System Customizer
  • C. Environment Admin
  • D. Common Data Service User

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security#predefined-security-roles
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/data-platform-create-app

 

NEW QUESTION 60
You are a Dynamics 365 for Customer Service developer.
You must trigger a mobile notification whenever a specific hashtag is posted from Twitter. The notification will send email to the company's social media teams distribution list.
You need to create a connection to the Twitter service and build a solution.
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 61
You implement an editable grid for the Account entity.
The business team provides the following list of features that they would like you to implement:
* Group by or sort columns in the current view.
* Configure a business rule to show an error message.
* Edit values in calculated fields.
* Edit the Address composite field.
* Use the editable grid on mobile phones.
Which actions can you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

 

NEW QUESTION 62
The sales manager receives a list of leads from a partner company monthly. The field names that are provided do not match the fields in Dynamics 365. A data map does not exist.
You need to import the leads without changing the data from the partner company.
What should you do?

  • A. Create a data map in Data Management.
  • B. Create a data map on the first import by using the Import Data wizard.
  • C. Add a template for Import Data.
  • D. Use Import Field Translations.

Answer: B

Explanation:
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/basics/import-accounts-leads-other-data

 

NEW QUESTION 63
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 an action that selects the next screen that the user sees.
Which event should you handle?

  • A. OnSelect
  • B. OnLoad
  • C. ScreenTransition
  • D. OnCheck

Answer: B

 

NEW QUESTION 64
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. Referential
  • C. Parental
  • D. Restrict

Answer: C

 

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

  • A. 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.
  • B. Use the Reset (Control) formula and pass the gallery control as a parameter to the Reset formula.
  • C. Use the Reload(control) formula and pass the gallery control as parameter to the Reload formula.
  • D. Use the ForAall( ) function to iterate through each item of the Gallery and clear user selections.

Answer: B

Explanation:
Topic 1, Alpine SKi House Case Study
Background
Alpine SKi House is a boutique mountain resort that offers year-round spa and outdoor activities such as snow sports, hiking, mountain biking, and more. The resort has been family owned and operated for more than 50 years. The company has been able to remain profitable while not needing to adopt new technologies.
General
Booking at the resort have decreased. The company has decided to focus on creating a tailored, first-class experience for guest. The company also plans to target corporate meetings and events.
The company recently purchased a chatbot named FAQbot from AppSoure. The chatbot uses the resort's existing FAQS Communication
* Communication between staff members is primarily conducted through email and SMS text messages.
* Conversations between staff members and guest often lost.
* Conference calls are used for all group meeting
Event Registration
* Corporate customers can reserve a meeting room at the resort to host meetings. The meetings will include lunch and choice of either an inside-spa experience or a seasonally appropriate outdoor activity.
* Event registration is conducted three weeks prior to start of the event. It is assumed that all event attendees will attend the meeting Check-in process
* Guests wait in lines to check in and obtain name badges. At this time, guests can specify any dietary restrictions and select their activity preference. This can result in long wait times and crowding at the front desk.
* For health and compliance reasons, guests must answer a series of questions with a yes or no answer during check-in. The front desk will ask and record these answers for the resort's records.
Marketing
At the check-in counter, the guests can drop their business cards into a bowl for a chance to win an all-inclusive weekend stay at the resort. The resort uses the business card information to send announcements about promotions and upcoming events.
Resort policies and event inquiries
* A guest can call or send an email to the event coordinator at the resort to get information about hotel policies, snow conditions, or to pre-select their after-meeting event;
* Guests can also go to the website to view the extensive list of frequently asked questions (FAQ) compiled over the years. Many of the answers to the FAQ's are out of date.
General
Alpine Ski House does not employ technical staff and does not have the budget to hire an external firm to develop solutions. There are two team members who are proficient at Microsoft Excel formulas. Any solution created must use the capabilities of current team members.
All solutions must be simple to use, easy to maintain, and represent the brand of the resort.
You must implement the following solutions:
* a centrally managed communication solution
* a customer service solution
* a resort portal
* a chat solution
* a check-in solution
Communication
* Communication between team members must be centrally managed and unified in Microsoft Teams.
* When the company confirms an event they, must provide a list of guest's names and email addresses.
* You must send guests a welcome email that includes a unique registration number for authentication with the resort's portal.
* Guests must receive a separate email to verify proof of ownership for their registration.
Event attendance
* Guests must create an account and sign into a resort portal to confirm their attendance to an event and pre-select an after-meeting event
* Prior to the event, guests must be able to identify any personal dietary restrictions.
Check-in processes
* Check-in processes must be self-service. Each screen must ask for specific data from the guest. The check-in solution will use some data that is stored in Microsoft Excel.
* 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.
* The check-in solution must have a screen where the guest will select either yes or no to health and wellness questions.
* Guests must physically interact with each answer before proceeding to the next screen. Guests must be able to confirm any dietary restrictions they may have entered from the portal or add new ones at this time.
* Data must be entered in each screen before users move on to the next screen.
Marketing
* To eliminate the handling of business cards, the check-in solution must be able to translate the contents of the business cards into Alpine Ski House's marketing system.
* The solution must not require any effort or manual entry from the guest to prevent any mistyped information and to make it more appealing to the guest to participate.
Hotel policies and event inquiries
The portal must allow the guest to ask questions about hotel policies, event information, weather reports, and current weather condition at the resort.
Chat solution
The chat solution must specifically address the following key words. No additional key words will be added until a later implementation phase:
* Snow reports
* Weather conditions
* Start time
* End time
* Event date
* Outdoor activities
* Indoor activities
* Most popular
The chat solution must be available always and not require staff to answer all of the questions. If a question does require a staff member's attention, the solution must determine which staff member is best to assist the customer with the question.
The information in the FAQ on the legacy website must be used in the chat solution but retyping all the data from the website should not be required. If quests ask about topics that are not listed in the FAQ, the chat solution must identify the issue and escalate to a staff member.
Team members must be able to ask their own questions through a centrally managed communication solution instead of using the guest portal. Team members must be able to access the same FAQ across multiple solutions.
Issue
Guest1 inquires about snow conditions several times each day of their stay.

 

NEW QUESTION 66
You are a Dynamics Sales administrator for a car dealership. The dealership uses only out-of-the-box functionality. When a new car is sold, the salesperson uses a Word template to generate a letter from the quote to thank the customer.
You need to determine if you can revise the template.
Which Word template change can you make?

  • A. Format the table to have alternating color rows.
  • B. Add the address of the customer.
  • C. Format the Created On field to a long date format.
  • D. Add the Discount field conditionally.

Answer: B

 

NEW QUESTION 67
You are a Dynamics 365 Customer Services administrator. You have a Production instance and Sandbox instance.
Users record Production instance data in the Sandbox instance.
You need to ensure that the users only record data in the Production instance.
Which security function needs to be edited to prevent access to the Sandbox? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/control-user-access

 

NEW QUESTION 68
You manage Dynamics 365 for a company.
You must prevent users from launching and using Power Automate.
You need to hide the Flows button on the user interface.
Which configuration setting should you change?

  • A. the Site Map
  • B. the Customizations section of System Settings
  • C. the Entity component of the default solution
  • D. the Buttons tab of Flow

Answer: B

Explanation:
Reference:
https://www.inogic.com/blog/2018/10/show-or-hide-microsoft-flow-button-in-dynamics-365/

 

NEW QUESTION 69
You need to design the FAQ solution to handle unknown responses.
Which component should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Explanation

Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-hand-off

 

NEW QUESTION 70
You create and publish a Power Bl report that contains an embedded canvas app. The report will be used by multiple people.
The canvas app has an issue that must be corrected.
You update the canvas app.
You need to ensure that the updated canvas app is available in the published Power Bl report.
What should you do?

  • A. Manually refresh the data source on the published Power Bl report.
  • B. Publish the Power Bl report from Power Bl Desktop and reshare to any users.
  • C. Publish the canvas app.
  • D. Publish the Power Bl report from Power Bl Desktop.

Answer: C

 

NEW QUESTION 71
A company's sales staff wants a simplified way to manage their opportunities in Dynamics 365 Sales without adding custom code.
You need to provide a solution for each requirement.
Which solutions should you provide? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dynamics365-release-plan/2020wave1/dynamics365-sales/work-opportunities-kanban-view
https://crmtipoftheday.com/1206/view-any-dynamics-365-record-on-a-calendar/
https://fivep.com.au/how-to-get-visibility-and-report-on-an-opportunities-active-current-sales-stage-without-code-microsoft-dynamics-365/

 

NEW QUESTION 72
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 73
......


Integrating Power Apps with Other Services and Apps

This is the last topic that candidates must cover when preparing for PL-200 exam. It confirms if one has the skills related to integrating Power BI with Power Apps, implementing the AI builder, and integrating the Power Apps with Microsoft 365. Here, one should demonstrate the ability to filter data, publish dashboards and reports, test and train models, perform the configuration of the app policies, and others.

 

Valid PL-200 Dumps for Helping Passing Microsoft Exam: https://www.validexam.com/PL-200-latest-dumps.html

Download Free Microsoft PL-200 Exam Questions & Answer: https://drive.google.com/open?id=113tkHpOLa_P48r3rEOXL4DuccfpdWBsL