PL-200試験無料問題集「Microsoft Power Platform Functional Consultant 認定」

You need to add the missing components to the Verification Process Automation solution.
Which two components should you add? Each correct answer presents a complete solution.
NOTE : Each correct selection is worth one point.

解説: (GoShiken メンバーにのみ表示されます)
You modify a model-driven app for a bicycle repair help desk. The model-driven app is for help desk users when customers have an issue with their bicycle.
After you add a custom table named bicycle, you configure the table for Microsoft Dataverse search. The table will contain information from callers about their bicycles. The account table is related to the custom table. Contact information is brought over to the custom table.
You add the following columns to the table:
* Bicycle type
* Tire brand
* Special equipment
Users must be able to perform the following types of searches:
* Search for all customers who have a bicycle type of Contoso and live in Florida.
* Search all tables for any record that contains the word broken.
* You need to decide which type of search will give you the results desired.
Which search should you configure? To answer, drag the appropriate search types to the correct requirements.
Each search type 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.
正解:

Explanation:

Box 1: Advanced find
Operators for advanced search: Lets you use simple Boolean operators in your search term and craft the query to get the results you want.
Box 2: Dataverse search
Dataverse search helps you quickly find what you ' re looking for. It delivers fast and comprehensive results across multiple tables in a single list, sorted by relevance.
Reference: https://docs.microsoft.com/en-us/power-apps/user/quick-find
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-orga nization
You need to configure the Primary Contact field.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
A company uses Microsoft Teams. You plan to create a Power Apps app for Microsoft Teams.
You need to determine the environment that will used by the app.
Which environment will the app use?

解説: (GoShiken メンバーにのみ表示されます)
A company uses model-driven apps.
Users in the sales department enter the first name, last name, and phone number of customers in the app. The users request a single screen in the app to enter the customer data.
You need to configure the app.
What should you do?

解説: (GoShiken メンバーにのみ表示されます)
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.
A company uses Dataverse.
The company plans to store and manage documents and data in the environment. The company requires a solution that minimizes Dataverse storage consumption.
You need to recommend a solution.
Solution: Configure SharePoint Online integration.
Does the solution meet the goal?

A company uses Power Apps.
You create a custom phone table that is a child of the contact table.
You need to configure the cascading rules for each action.
Which behavior should you use? To answer, drag the appropriate behaviors to the correct actions. Each behavior 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.
正解:

Explanation:
You need to embed the business card solution in the check-in app.
What you use?

A company is implementing a data model by using Dataverse.
The company requires the following columns in a new custom table:

You need to choose the column type that uses the least amount of database storage for each column.
Which column types should you choose? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
A company uses Power Apps. You enable auditing in Microsoft Dataverse. Users report the following issues when viewing the audit logs:
* Unable to view the read access audit logs.
* Unable to view the Account table audit logs.
You need to troubleshoot the issues.
What are the causes of the issues? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
A company is planning to create a Power Virtual Agents bot.
The bot has the following requirements:
* The bot must provide address information for the company.
* The bot must be available from Microsoft Teams and from the internet website of the company.
You need to configure the bot. Which component should you use?

解説: (GoShiken メンバーにのみ表示されます)
A company uses Power Apps and Power Automate.
There is an issue with the existing flow in the test environment. Development changes are allowed in the test environment.
You need to troubleshoot the issue with the flow.
Which command should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
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.
正解:

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.mi crosoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
A company has implemented server-side synchronization in Dataverse.
Users have the following synchronization requirements:
* As emails are moved to specific locations within an inbox, the emails must relate back to a specific record in Dataverse.
* Information about key individuals must sync automatically to Outlook.
* Tagged appointments in Outlook must sync automatically to Dataverse.
You need to recommend a solution for each requirement.
What should you recommend? To answer, move the appropriate features to the correct requirements. You may use each feature once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
正解:

Explanation: