最新のPL-200試験問題集でMicrosoft試験にはトレーニングを提供しています [Q76-Q101]

Share

最新のPL-200試験問題集でMicrosoft試験にはトレーニングを提供しています

合格できるMicrosoft Microsoft Power Platform Functional ConsultantのPDF問題集は最近更新された237問あります


マイクロソフトのPL-200試験は、Microsoft Power Platformの専門知識を証明したい人にとって貴重な認定資格です。この試験は、業界で認められた優れた標準を提供し、個人のキャリアアップや求人市場での差別化に役立つことができます。


PL-200 試験は、Power Platform での作業経験があり、スキルをさらに向上させたい個人に最適です。また、機能コンサルタントとしてのキャリアに転換したい人にも適しています。この試験は、複数の言語で提供され、テストセンターでの受験やオンラインでの受験が可能です。

 

質問 # 76
A company plans to implement a voice-enabled Power Virtual Agents bot. The company has the following requirements for the bot:
* Recognize when a caller states Tennis or any variation of the word.
* Provide options when a caller states the name of a sport.
You need to configure the bot.

正解:

解説:

Explanation


質問 # 77
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


質問 # 78
You need to embed the FAQbot into the communication solution.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation


質問 # 79
You ate a Dynamics 365 Customer Engagement administrator. You create workflows to automate business processes. You need to configure a workflow to meet the following requirements:
* Be triggered when a condition is met.
* Run immediately.
* Perform an action when a condition is met.
How should you configure the workflow? To answer, select the appropriate configuration in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 80
A company plans to implement a voice-enabled Power Virtual Agents bot. The company has the following requirements for the bot:
* Recognize when a caller states Tennis or any variation of the word.
* Provide options when a caller states the name of a sport.
You need to configure the bot.

正解:

解説:

Explanation


質問 # 81
You create a Power Virtual Agents chatbot to reduce the number of incoming support calls that require a live person.
The chatbot does not direct users to the correct information. You determine that this is because the chatbot is not able to identify which product a user is referring to in a conversation.
You need to present a list of products so that users can select the correct product.
What should you create?

  • A. Entity
  • B. Slot filling
  • C. Variable

正解:A

解説:
Explanation
Slot filling is a natural language understanding concept that means saving an extracted entity to an object.
However, in Power Virtual Agents, slot filling means placing the extracted entity value into a variable.
Reference: https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling


質問 # 82
You need to add controls to the check-in solution for the health and wellness questions.
Which form control should you use?

  • A. Check box
  • B. Text input
  • C. Drop down

正解:A


質問 # 83
You have a Power Apps portal app that supports a sales community and a service community in the same environment. The only language configured in the environment is English. The company wants to add support for two more languages.
The solution must meet the following requirements:
* Languages must be for both sales and service functions.
* The company logo and colors must be used and apply to all screens.
* Communities must be separate with different URLs and access lists.
You need to configure the solution.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Box 1: Create two portals, one for each community
Power Apps portal app languages
Box 2: Add themes
You can create a custom look and feel (a theme), for your app by making changes to the default colors and visual elements provided in the uncustomized system. For example, you can create your personal product branding by adding a company logo and providing table-specific coloring. A theme can be created by using the Themes area, without requiring a developer to write code. You can create, clone, change, or delete themes that are used in your environment.
Reference:
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-themes-organization-branding


質問 # 84
A company has a custom website.
You need to embed a Power Virtual Agents chatbot into the website.
What should you use?

  • A. Bot ID
  • B. Webpage URL
  • C. IFrame
  • D. Form ID

正解:C

解説:
Explanation/Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/publication-connect-bot-to-web-channels


質問 # 85
You need to capture the Date Completed value from the website using a desktop flow.
Which method should you use?

  • A. Use optical character recognition (OCR) on the screen to locate and extract the value.
  • B. Extract the value from the window the browser is using.
  • C. Retrieve the value from the HTML element in the webpage.
  • D. Display an input dialog and prompt the user to enter the value.

正解:B

解説:
Explanation
Record the name of the QV team member who performed the work and the date completed.


質問 # 86
A company deploys several model-driven apps. The company uses shared devices in their warehouse. The devices are always powered on. Users log on to the devices and then launch the apps to perform actions.
Unauthorized users recently uploaded several files after another user failed to log out of a device. The company needs to prevent these incidents from occurring in the future.
You need to configure the solution to prevent the reported security incidents.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Set a timeout in the Power Platform admin center.
To enforce users to reauthenticate after a pre-determined period of time, admins can set a session timeout for their individual environments. Users can only remain signed in the application for the duration of session. The application signs out the user when the session expires. Users need to sign in with their credentials to return to customer engagement apps.
Note: Configure session timeout
* In the Power Platform admin center, select an environment.
* Select Settings > Product > Privacy + Security.
* Set Session Expiration and Inactivity timeout. These settings apply to all users.
Incorrect:
Configure inactivity timeout
* In the Power Platform admin center, select an environment.
* Select Settings > Product > Privacy + Security.
* Set Session Expiration and Inactivity timeout. These settings apply to all users.
Box 2: Enter the restricted file types in the SharePoint admin center.
To block uploading of specific file types
* Go to the Settings page of the new SharePoint admin center,
* Select Sync.
Graphical user interface, text, application Description automatically generated

* Select the Block upload of specific file types check box.
* Enter the file name extensions you want to block, for example: exe or mp3.
* Select Save.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/user-session-management
https://docs.microsoft.com/en-us/onedrive/block-file-types


質問 # 87
You are customizing a model-driven app for a company. You create a Theme template to ensure the company logo and colors are properly used within these apps.
The theme must meet the following requirements:
* Updated to add the logo
* Downloaded by the makers to create the app
You need to configure the assets. To answer, drag the appropriate configurations to the correct requirements.
Each configuration 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: Upload the theme elements as new web resources.
Each type of icon is stored as a web resource. Create a web resource first and then set the icons to use them.
Alternatively, you can add the icon by creating a new web resource when you define the table properties.
Box 2: Replace an existing UI item's hexadecimal number.
Copy and alter the existing theme
The easiest and quickest way to create a new theme is to clone and alter an existing theme. Then save, preview, and publish it.
* Sign in to Power Apps, select Settings icon (upper right), and then select Advanced settings.
* Select Customizations, and then select Themes.
* Under All themes, select the theme you want to clone, such as the CRM Default Theme. Select Clone on the command bar.
* Replace an existing UI item's hexadecimal number, such as the Title Text Color, with the hexadecimal value that represents the color you want.
For example, the CRM Default Theme was cloned and changed using mostly varying shades of green color.
The following screenshots show the new colors for navigation and highlighting. A custom logo was also added that will appear in the upper left corner of an app.


Reference:
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-themes-organization-branding


質問 # 88
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. Restrict
  • D. Referential

正解:B


質問 # 89
A company has a portal. Users sign into the portal by using a social media account.
The company wants to replace the existing portal with a Power Apps portal. users must sign up for access to the portal by using a Microsoft account and a unique invitation code that will be provided to the users.
You need to configure authentication for the home page.
Which values should you use? To answer, drag the appropriate values to the appropriate authentication settings. Each value 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
NO
NO


質問 # 90
You configure and test a user interface (UI) flow. You plan to run the flow as a scheduled flow.
The UI flow must run on a Windows 10 device. As part of process automation, the UI flow must sign into the Windows 10 device with the credentials for a user account named User1.
You need to ensure that the flow runs during non-peak hours and requires no physical user intervention.
What should you do?

  • A. Ensure that the User1 account has an active user session on the device.
  • B. Ensure that there are no active user sessions on the device.
  • C. Ensure that all user sessions are signed out.
  • D. Ensure that all user sessions are signed out except for locked user sessions.

正解:B

解説:
Answer B is incorrect because it will work if you have disconnected sessions. The sessions do not need to be signed out; they just cannot be active.
Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/run-ui-flow


質問 # 91
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.

正解:

解説:

Explanation


質問 # 92
A company that manufactures medical devices uses Power Apps to manage their sales and device maintenance.
A Table named Devices in Microsoft Dataverse has a column named Status. The Status column must have a new status value of Review added to the existing Choice values of Active and Inactive.
The table must be added to a solution to be promoted once the change is made.
Only this change must be promoted to the test environment. The changes must not be able to be changed once promoted. You need to add the change to a solution for promotion.

正解:

解説:

Explanation


質問 # 93
The owner of a company needs to know who signs into the system.
You need to ensure that the owner can view the user audit logs.
Where does each action need to be performed? 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/audit-data-user-activity


質問 # 94
You are a Dynamics 365 administrator.
You create a new app.
You need to create the site map for the app.
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.

正解:

解説:

Explanation


質問 # 95
You ate a Dynamics 365 Customer Engagement administrator. You create workflows to automate business processes. You need to configure a workflow to meet the following requirements:
* Be triggered when a condition is met.
* Run immediately.
* Perform an action when a condition is met.
How should you configure the workflow? To answer, select the appropriate configuration in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
1) Be triggered when a condition is met - Subject contains data
2) Run Immediately - Configure the workflow to run now
3) Perform an action when a condition is met - send an email


質問 # 96
You are a Dynamics 365 Customer Service system administrator. You create an app for the sales team.
Members of the sales team cannot access the app.
You need to ensure that sales team members can access the app.
Where should you configure app permissions?

  • A. Manage Roles
  • B. Security Roles
  • C. Dynamics 365 home
  • D. Dynamics administration center

正解:A

解説:
Explanation
References:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/manage-access-apps-security-ro


質問 # 97
You plan to create a Power Bi dataflow.
The Power BI dataflow has the following requirements:
* Be able to create a copy of the dataflow to separate Power Bl workspaces-
* Schedule the dataflow to update every day at 11:00 AW.
You need to configure the dataflow.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 98
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


質問 # 99
You need to add controls to the check-in solution for the health and wellness questions.
Which form control should you use?

  • A. Text input
  • B. Check box
  • C. Drop down

正解:C


質問 # 100
You deploy a Power Vitlu.il Agents chatoot that integrates with Dynamics 365 Omnichannel for Customer Service.
You observe that the chatbot is not able to recognize the questions asked by use's.
You need to ensure that the chatbot can respond to unrecognized questions. The solution must minimize administrative effort.
What should you do?

  • A. Create an entity.
  • B. Add a fallback topic
  • C. Modify the Escalate system topic.
  • D. Create new topics.

正解:B


質問 # 101
......


マイクロソフトPL-200試験は、40-60の問題で構成された選択式試験です。試験時間が設定されており、受験者は120分以内に受験する必要があります。オンラインまたはテストセンターで試験を受けることができます。試験に合格するための合格点は、1000点中700点以上です。

 

更新されたテストエンジン練習PL-200問題集と練習試験で使おう:https://jp.fast2test.com/PL-200-premium-file.html

問題集お試しセットPL-200テストエンジン問題集トレーニングには237問あります:https://drive.google.com/open?id=1QFUT915rBC9MOoYo04ehtkh4-VpfI2uE


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어