[Aug 28, 2023] Genuine PL-200 Exam Dumps Free Demo
Printable & Easy to Use Microsoft Power Platform PL-200 Dumps 100% Same Q&A In Your Real Exam
NEW QUESTION # 44
You need to embed the business card solution in the check-in app.
What you use?
- A. control
- B. Button control
- C. Custom component
- D. Al Builder component
Answer: D
Explanation:
Topic 1, Alpine SKi House
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 # 45
You use Power BI Desktop to configure Power BI reports.
You need to create a canvas app that displays user account information and include the app in a Power BI report.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Publish the report to the Power BI service
- B. From the Power Apps Insert menu, add a Power BI tile
- C. Connect to Common Data Service from Power BI Desktop
- D. From the Power BI Desktop menu, insert a Power Apps visual and include the required fields in the Power Apps data
Answer: A,C,D
Explanation:
Step 1 (B): Here's how we embed PowerApps into a Power BI report:
Download and login to the Power BI desktop application
Click on (...) and select "Import from the marketplace."
Step 2: Open Power BI desktop and use "Get data" to connect with the Common Data Service data source.
Step 3: Publish the report to Power BI service.
Reference:
https://purple.telstra.com/blog/powerbi-integration-with-powerapps
NEW QUESTION # 46
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 # 47
You create a desktop flow to interact with a certification authority's website.
You need to get data in and out of the desktop flow.
How should you set up the input and output parameters? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Connect by using the Dataverse connector from the desktop flow and retrieve the qualification data.
All information sent by clients for services is stored in Microsoft Dataverse with a model-driven app as the interface.
Qualification verification
The qualification table contains details about an individual school degree, professional qualifications, and other qualifications that must be verified.
A service request can have one or more Qualification records associated with it.
Record status is pending verification until the initial team member finishes, at which point the member changes the status to Complete.
When all qualification records related to a service request are verified either by manual or automated processes, the results are made available to ADatum Corporation's client.
In the rare event that results are questioned, a new service request is created and verified independently of the previous work that took place.
Box 2: Send data from the desktop flow to a cloud flow to update the qualification record.
To complete a service request, users perform the following actions:
Send a templated email by using Microsoft Outlook to the client after all qualifications for a service request are checked.
Change the service request status to Completed. Currently, service requests do not indicate when all Qualification records are addressed.
NEW QUESTION # 48
You are modifying a model-driven app. You set up a customer table in Microsoft Power Platform to retrieve user data. You set up a form with the following columns for users to enter their data. The form includes the following columns:
The form must do the following:
* The Country/region column must automatically populate with US when English is chosen as a language. If the user selects Other for this column, the column must remain blank so that user can enter a value.
* The Passport expiration date column must appear only if the user selects Yes in the Passport ownership column.
You need to configure the app with the least amount of effort.
What should you configure? To answer, drag the appropriate solution component to the correct requirements.
Each solution 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:
Explanation
Graphical user interface Description automatically generated with low confidence
NEW QUESTION # 49
A company plans to implement chatbots by using Power Virtual Agents.
The company has the following requirements for the bots:
* Users in the accounting department must be able to create a bot for frequently asked questions.
* The support desk users must be able to use the bot.
The users must not be able to change environment parameters in the Microsoft Power Platform environment.
You need to configure the permissions for the bots.
Which actions should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 50
You set up a new instance of Dynamics 365 for Customer Service.
Users report a variety of issues working with cases on mobile devices.
You need to configure the mobile app to be able to view cases.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
1. User is able to login but can't see Case Records --> "Configure Mobile Settings on Case Entity Level"
2. Users can open cases but cannot see the subject of the case --> "configure mobile settings at the field level within the case form
3. User reports that they cannot access the system from Dynamics 365 mobile app --> Configure a security role in the mobile permission set of the appropriate user
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/mobile-app/set-up-dynamics-365-for-phones-and-dynamics-365-for-tablets
NEW QUESTION # 51
You are designing a chatbot for a sports outlet.
You need to complete the chatbot.
Which features should you use? To answer, drag the appropriate features to the correct requirements. Each feature 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:
Explanation
Graphical user interface, text, application, email Description automatically generated
Box 1: Entities
Out of the box, Power Virtual Agents comes with a set of prebuilt entities, which represent the most commonly used stereotype information in real-world dialogs, such as age, colors, numbers, and names.
With the knowledge granted by entities, a bot can smartly recognize the relevant information from a user input and save it for later use.
Box 2: Topics
In Power Virtual Agents, a topic defines a how a bot conversation plays out.
You can author topics by customizing provided templates, create new topics from scratch, or get suggestions from existing help sites.
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 3: Variables
Variables let you save responses from your customers in a conversation with your bot so that you can reuse them later in the conversation.
For example, you can save a customer's name in a variable called UserName. The bot can then address the customer by name as the conversation continues.
You can use variables to create logical expressions that dynamically route the customer down different conversation paths.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-create-edit-topics
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-flow
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables
NEW QUESTION # 52
You are designing a chatbot for a sports outlet.
You need to complete the chatbot.
Which features should you use? To answer, drag the appropriate features to the correct requirements. Each feature 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:
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-create-edit-topics
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-flow
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables
NEW QUESTION # 53
You need to design the guest check-in solution.
Which technologies should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 54
You plan to create user interface (Ul) flows to automate several web-based business processes that you currently perform manually. You need to ensure that users can create and run web Ul 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. Ul Flows application
- B. Latest version of Microsoft Edge
- C. Selenium IDE
- D. Latest version of Mozilla Firefox
- E. On-premises data gateway
Answer: A,D,E
NEW QUESTION # 55
You need to set up the new service request completion process.
Which two components should you include in the solution? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. business process flow
- B. connection
- C. connection reference
- D. Power Automate flow
Answer: C,D
Explanation:
Reference: https://docs.microsoft.com/en-us/power-apps/maker/data-platform/create-connection-reference
NEW QUESTION # 56
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. Use the Reset (Contro1) formula and pass the gallery control as a parameter to the Reset formula.
- B. Use the Reload(control) formula and pass the gallery control as parameter to the Reload formula.
- C. Use the ForAall( ) function to iterate through each item of the Gallery and clear user selections.
- D. 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.
Answer: A
NEW QUESTION # 57
A company has employees in France, Mexico, and the United States. You are creating a Power Apps app to allow users to add client records to Microsoft Dataverse. The default language for the company is English.
The company wants the app to display each local language.
You need to add the Spanish and French languages.
Which four actions should you perform in sequence for each language? 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
Step 1: Select an unmanaged solution.
Export the localizable text
The scope of the localizable text that will be exported is the unmanaged solution that contains the localizable text.
* From Power Apps, select Solutions.
* In the All Solutions list, select the unmanaged solution that contains the localizable text you want.
* On the command bar, select Translations > Export Translations.
Step 2: Export translations.
Step 3: Add a language code column and a translated wording in the CrmTranslations.xml file.
Get the localizable text translated
You can send this file to a linguistic expert, translation agency, or localization firm.
If you have the knowledge to translate the text, or if you just want to see the format, you can extract the zip file that you exported you will see that it contains two XML files.
[Content_Types].xml
CrmTranslations.xml
You can open the CrmTranslations.xml file with Microsoft Office Excel.
When you view the data in Excel, look at the Localized Labels tab.
Graphical user interface, text, application, table, Excel Description automatically generated
Any custom tables or columns will have empty cells for the localizable text. Add the localized values for those items.
Step 4: Import translations.
Import the localized text
Importing the text requires compressing the files and importing them into the system.
Import the files
From the same unmanaged solution that you exported the translations from, in the menu choose Translations > Import Translations.
Note: If you have customized table or column text, such as column labels or drop-down list values, you can provide the users in your environment who are not working with the base language version of your environment with this customized text in their preferred languages.
The process has the following steps:
* Enable other languages for your environment
* Export the localizable text
* Get the localizable text translated
* Import the localized text
Reference: https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/translate-localizable-text
NEW QUESTION # 58
You create a Power Apps app for Microsoft Teams using Microsoft Dataverse for Teams. Users report that they are unable to view the app in Teams. You need to ensure that users can access the app. What should you do?
- A. Publish the app by using the Maker portal.
- B. Request that a tenant administrator pin the app to the app bar in Teams.
- C. Share the app with a security group by using the Maker portal.
- D. Share the app with individual users by using the Maker portal.
- E. Share the app with a security group in Teams.
Answer: B
NEW QUESTION # 59
You have a business process flow (BPF) that interacts with the Account entity.
You configure a new version for the BPF and add a new stage at the beginning.
You need to identify the impact of the new version on the existing account records.
What is the outcome in each scenario? 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/customerengagement/on-premises/customize/business-process-flows-overview
NEW QUESTION # 60
You need to design the resort portal to meet the business requirements. Which data source should you use?
- A. Azure SQL Database
- B. Common Data Service
- C. Microsoft Excel
- D. SQL Server
Answer: C
NEW QUESTION # 61
You have a business process flow.
You need to update the business process flow while minimizing administrative and maintenance efforts.
What should you implement? To answer, drag the appropriate features to the correct requirements. Each feature 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:
Explanation
NEW QUESTION # 62
You have a model-driven app. You create five Microsoft Excel templates for analyzing customer data.
Four of the templates must be available to all users. The remaining template must be available only to you.
You configure the appropriate security roles for users.
You need to determine how to upload the Excel templates.
Which method should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Table Description automatically generated with medium confidence
Box 1: In the Settings menu, select Document Templates
Templates uploaded from the Settings page are available to all users. You don't need to take any further action.
Administrators can use the Settings page to upload the Excel template. A template uploaded in Settings is available to all users.
For admins: Upload the Excel template
* Go to Settings > Templates > Document Templates.
* Click Upload Template.
* Drag the Excel file into the dialog box or browse to find and upload the file.
* Upload Template dialog box.
* Click Upload.
Box 2: In the view for the email records, select Excel templates
Note: For non-admins or admins wanting to create a personal template: Upload the Excel template Open a page with a list of records, for example, the list of Sales Opportunities. Go to Sales > Opportunities > My Open Opportunities.
* On the menu bar, click Excel Templates > Create Excel Template.
* Click Excel Template > Upload.
* Click Upload to add the Excel template.
* Drag the file into the dialog box or browse to find and upload the file.
* Click Upload.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/analyze-your-data-with-excel-templates
NEW QUESTION # 63
......
PL-200 Practice Test Give You First Time Success with 100% Money Back Guarantee!: https://actualtests.crampdf.com/PL-200-exam-prep-dumps.html