PL-200のPDF試験材料2025年最新の実際に出るPL-200問題集 [Q78-Q97]

Share

PL-200のPDF試験材料2025年最新の実際に出るPL-200問題集

更新されたのはMicrosoft PL-200問題集PDFオンラインエンジン

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


質問 # 79
You are examining several processes to determine if you can automate the processes by using Power Automate.
The processes must run without human intervention when possible.
You need to determine which flow type should be used for each process.
Which flow type should you use? To answer, drag the appropriate processes to the correct flow types. Each process 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:
Text Description automatically generated

Box 1: Attended desktop flow
Desktop flows are used to automate tasks on the Web or the desktop.
To run an attended desktop flow, you need to have an active Windows user session that matches the name of the user configured for your connection.
Note: Web applications are critical components of most organizations, and they are commonly used to access data from servers.
Most CRM and ERP platforms run through web browsers, while the most popular business productivity tools are web services. Web applications are unquestionably an integral part of the technological infrastructure of most companies.
To provide automation solutions for these applications, Power Automate Desktop supports all major browsers through its web automation actions.
Box 2: Unattended desktop flow.
Unattended desktop flows are best for applications that do not need human supervision.
References:
https://docs.microsoft.com/en-us/learn/modules/pad-web/1-introduction
https://docs.microsoft.com/en-us/power-automate/desktop-flows/run-pad-flow


質問 # 80
A company uses Common Data Service to store sales data.
For the past few quarters, the company has experienced a decrease in sales revenue. The company wants to improve sales forecasting.
The company plans to use Al Builder to implement the solution. You select fields that will be used for prediction.
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
Graphical user interface, application Description automatically generated

Step 1:
Before you can use your prediction model, you have to train it to perform the way you want.
Step 2:
After you train your model, publish it to make it available.
Publish your model when you want to make it available to users in your Power Apps environment.
Step 3: Use the model with Power Apps
Reference:
https://docs.microsoft.com/en-us/ai-builder/prediction-train-model


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


質問 # 82
A company has a canvas app that includes the following screens: Screen1 and Screen2.
The OnVisible property for Screen1 contains the following expression.
Set(AgeGroups, ["1-25", "26-54", "55+"])
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 83
You are building a model-driven app. The environment has Advanced settings enabled.
A form in the app requires a custom interface.
You need to embed the custom interface onto the form without using custom code.
What should you do?

  • A. Create a canvas app and add it to a solution.
  • B. Use the classic experience to add a canvas app.
  • C. Modify the model-driven app to use mobile form factor.
  • D. Modify the model-driven app to use tablet form factor.

正解:A


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

正解:

解説:


質問 # 85
You plan to create a Power Virtual Agents bot.
The bot must support single sign-on.
You need to publish the bot.
Which two locations should you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Microsoft Teams
  • B. Azure Bot Service channels
  • C. Mobile app developed for iOS and Android
  • D. Website developed using pro developer tools

正解:A、D


質問 # 86
You need to configure a Power Automate flow to send the email with the results to the client.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:
Box 1: Apply to each
You can use the Apply to each action to process a list of items periodically.
Box 2: Do until
The Do Until control in Power Automate is a loop that repeatedly forces an action until a certain condition becomes true.
Reference: https://docs.microsoft.com/en-us/power-automate/apply-to-each
https://blog.enterprisedna.co/do-until-loop-control-in-power-automate/


質問 # 87
The app needs to store temporary data
* Each screen must maintain a separate copy of data and pass the data to another screen.
* The app must be able to update separate rows of a table independently.
You need to configure variables for the data.
Which variable types should you use? To answer, drag the appropriate variable types to the correct requirements. Each variable 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.

正解:

解説:


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

正解:

解説:


質問 # 89
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 OneNote integration.
Does this meet the goal?

  • A. No
  • B. Yes

正解:A


質問 # 90
A company has a Power Apps app.
The app must meet the following requirements:
* Managers assign lead records to the sales department. A new phone call record must be created if a lead record has no activities.
* An email must be sent to the manager if the phone call record created is not completed after one day.
A classic workflow must run when a lead record is assigned.
You need to configure the check conditions for the workflow.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 91
You create a new Power Virtual Agents chatbot for an organization.
Testing and production deployment of the chatbot are not complete.
You need to ensure that appropriate users can access the chatbot.
Which methods should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

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


質問 # 92
A company has a Power Apps app.
The app must meet the following requirements:
* Managers assign lead records to the sales department. A new phone call record must be created if a lead record has no activities.
* An email must be sent to the manager if the phone call record created is not completed after one day.
A classic workflow must run when a lead record is assigned.
You need to configure the check conditions for the workflow.
NOTE: Each correct selection is worth one point.

正解:

解説:


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


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

正解:

解説:


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

正解:C

解説:
https://debajmecrm.com/quick-tip-resetting-controls-inside-gallery-in-canvas-app/


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


質問 # 97
......

Microsoft PL-200問題集PDFのベストを目指すなら問題集を使おう!高得点目指すならここ:https://www.jpntest.com/shiken/PL-200-mondaishu

PL-200のPDFで問題解答!PDFサンプル問題は信頼され続ける:https://drive.google.com/open?id=1ebjBHI_RWVVTdGmj_NrsH8Xjh2xmkKUi

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡