2025年最新の実際に出るPL-200問題集テストエンジン試験問題はここにある
更新された公式資料はPL-200認証済みのPL-200問題集PDF
PL-200試験は、Microsoft Power Platformの機能コンサルタントとして自己を確立したい人にとって必要不可欠です。この試験は、ソリューションの設計、Power Appsの作成と管理、データの管理、Power Automateワークフローの作成と管理、Power Virtual Agentsを使用したチャットボットの作成と管理、Power BIを使用したレポートの設計と分析など、さまざまなトピックをカバーしています。 認定は、候補者がクライアントの要件を満たすPower Platformソリューションを設計、構築、実装するために必要なスキルを持っていることを示しています。
質問 # 25
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.
正解:
解説:
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.
質問 # 26
You are using power Automate to create a list of customers from a Microsoft Excel file, The list must contain customers who meet one of the following criteria:
* Sales of less than $500,000.
* Customers who are on credit hold.
You need to create a condition to filter the list Of customers.
How should you complete the filter condition? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point
正解:
解説:
Explanation
Graphical user interface, application, Word Description automatically generated
Box 1: or
Or: Takes two arguments and returns true if either argument is true.
Box 2: equals(item()?['credithold'],'true')
Equals: Returns true if two values are equal.
For example, if parameter1 is someValue, this expression returns true:
equals(parameters('parameter1'), 'someValue')
Reference:
https://docs.microsoft.com/en-us/power-automate/use-expressions-in-conditions
質問 # 27
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.
正解:
解説:
質問 # 28
You are a Dynamics 365 Customer Service help desk administrator.
Cases entered in forms require different types of data to be stored in different types of fields.
You need to create forms for each of the following case types:
Which form types should you create? To answer, drag the appropriate form types to the meet the data entry requirements. Each source 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.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dynamics365/customer-service/create-design-forms-customer-service-hub
質問 # 29
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
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
質問 # 30
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.
正解:
解説:
Explanation
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/control-user-access
質問 # 31
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.
正解:
解説:
* Action
* Condition
* Recommendation
質問 # 32
You need to resolve the issue reported by substitute employees after they are assigned service requests.
How should you configure the system? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation
Box 1: Service Request 1:N Qualification
When users go on vacation, all their outstanding Service Request records are assigned to a substitute employee. The substitute employees are unable to see all the qualifications related to their service requests.
Box 2: Cascade All
Cascade All - Perform the action on all referencing table records associated with the referenced table record.
Reference:
https://docs.microsoft.com/en-us/power-apps/developer/data-platform/configure-entity-relationship-cascading-be
質問 # 33
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.
正解:
解説:
Explanation
質問 # 34
You are designing a Power Virtual Agents chatbot.
You observe that the environment you plan to use does not appear as an option in the Power Virtual Agents user interface.
You need to ensure that you can create the chatbot in the environment that you want to use.
What should you do?
- A. Create an environment in a supported region.
- B. Convert the environment to a sandbox environment.
- C. Change the region for the environment.
正解:A
質問 # 35
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 is. As a result, these questions will not appear in the review screen.
A company uses a Dataverse environment. The environment is accessed from canvas and model-driven apps.
The Dataverse environment contains a table that has the following columns:
* Name
* Company
* Contacted On
The company requires that the table not contain any duplicate rows when users create data in the environment. You need to implement a solution that meets the requirement.
Solution: Create an alternate key for the columns.
Does the solution meet the goal?
- A. Yes
- B. No
正解:A
質問 # 36
You need to recommend a role for users to perform several required tasks. The solution must use the principle of least privilege.
Which roles should you recommend? To answer, drag the appropriate roles to the correct functions. Each role 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:
Graphical user interface, text, application Description automatically generated
Box 1: Office 365 Global Administrator
You may think that the Dynamics 365 system administrator would have power to do all the actions needed to manage Dynamics 365, but this is not the case. What's different in Microsoft cloud deployments is that licenses and user accounts are managed in Office 365 by an Office 365 Global Administrator. This role is analogous to a network administrator for an on premises deployment. The Global Administrator is the only role to create new user accounts and assign subscription licenses for Dynamics 365 (and other Office 365 apps such as Skype, Power BI and SharePoint).
Box 2: Dynamics 365 system administrator
The Dynamics 365 system administrator may assign roles and permissions to the Dynamics 365 user within an instance of Dynamics 365. The Dynamics 365 system administrator also controls all the settings in Dynamics
365.
Box 3: Dynamics 365 admin
The Dynamics 365 admin can perform backups and restores.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/use-service-admin-role-manage-tenant
https://community.dynamics.com/crm/b/govandthecity/posts/understanding-dynamics-365-and-office-365-admin
質問 # 37
A company uses Power Apps.
You create a custom table and configure a child table relationship with 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:
質問 # 38
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.
正解:
解説:
質問 # 39
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 Quick Find search on the Notes list to search for the word run.
Does the solution meet the goal?
- A. No
- B. Yes
正解:A
質問 # 40
A company is creating a business process flow in Power Automate to analyze the probability that a customer will buy a specific product.
The company uses ratings from zero to one hundred. The company assigns likelihoods based on the following table:
You need to define the business process steps. All logic must be included in a single evaluation statement.
Which step should you use? To answer, drag the appropriate steps to the correct ratings. Each step 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:
質問 # 41
You ate a Dynamics 365 help desk administrator
You need to create a dashboard that displays information on help desk cases that ate handled each week.
Which dashboard components should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation
System
Personal
Personal
Personal
System
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/basics/add-edit-power-bi-visualizations-da
質問 # 42
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.
正解:
解説:
質問 # 43
You need to design the chat solution to answer the inquiry from Guest1.
Which three components can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Topics
- B. Variables
- C. Synonyms
- D. Smart match
- E. Escalations
正解:B、C、D
解説:
Scenario: Guest1 inquires about snow conditions several times during each day of their stay.
Variables let you save responses from your customers in a conversation with your bot so that you can reuse them later in the conversation.
Synonyms allows you to manually expand the matching logic by adding synonyms. Smart match and synonyms seamlessly work together to make your bot even smarter.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
質問 # 44
You are creating a business process flow for a Power Apps app.
The business process flow must meet the following requirements:
* Must be available offline.
* Send an email to the team when a record is created.
You need to set up business process flow.
What should you do? To answer, select the appropriate options in the answer are a.
Each correct selection is worth one point
正解:
解説:
質問 # 45
......
PL-200試験は、パワープラットフォームを使用してビジネスソリューションを設計および実装するための専門知識を実証する優れた方法です。この認定は世界的に認識されており、競争力のある雇用市場で際立っているのに役立ちます。試験に合格することで、幅広い産業や企業に適用できる貴重なスキルを獲得できます。あなたがビジネスアナリスト、プロジェクトマネージャー、またはITプロフェッショナルであろうと、Microsoft PL-200認定は、あなたがあなたのキャリアを昇進させるのに役立つ貴重な資産です。
最新版無料体験を掴み取れ!Microsoft PL-200問題集PDFは更新された:https://www.goshiken.com/Microsoft/PL-200-mondaishu.html
最新リリースのPL-200問題集はMicrosoft Power Platform認証済み:https://drive.google.com/open?id=1MS0RXFP_rZ3nYQlCTyV7wItCh-CoJoyr