Microsoft PL-200 Power Platform Functional Consultant 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...
Q1PL-200
Show answer
Correct answer: D. Business rule

To implement processing that dynamically shows and hides a field on the screen, you need to configure a business rule, so D is correct.
A static show/hide setting on the form only reflects a predefined state and cannot switch dynamically, so it is incorrect.
A business process flow guides user input by defining stages and steps and is not intended to control field visibility, so it is incorrect.
A workflow is background automation and cannot control the screen display in real time, so it is incorrect.
Create business rules to apply business logic

Q2PL-200
Show answer
Correct answer: A. By table, D. All user and system access logs, E. Audit logs older than a specified date

When auditing is enabled, audit logs accumulate automatically and consume Dataverse storage capacity, so unnecessary logs must be deleted.
For deleting audit logs, you can specify “By table,” “All user and system access logs,” and “Audit logs older than a specified date,” so A, D, and E are correct.
Deletion by units such as “By record” or “audit logs between two specified dates” is not available, so B and C are incorrect.
Recover database space by deleting audit logs
Reduce log storage: delete audit logs

Q3PL-200
Create a new collection variable

Delete table values from the collection

Show answer
Correct answer: Collect / Clear

A collection is a mechanism that can hold table-formatted data.
The Collect function lets you create a new collection variable, so “Collect” is correct for the first item.
To delete record values from a collection, use the Clear function, so “Clear” is correct for the second item.
Note that the ClearCollect function deletes all records in a collection and then adds new rows.
Collect, Clear, and ClearCollect functions

Q4PL-200
Show answer
Correct answer: D. Deactivate the Brazilian currency record

A currency already used in other records cannot be deleted; only deactivation is possible.
Even after deactivating a currency record, the currency information already stored in existing records is retained.
On the other hand, the deactivated currency can no longer be selected in newly created records, so D is correct.
Renaming does not stop selection, deletion cannot be performed because it is in use, and disabling the language pack is unrelated to currency availability, so A, B, and C are incorrect.
Delete a currency

Q5PL-200
Show answer
Correct answer: A. Enable manual authentication., C. Enable web channel security.

In Copilot Studio, configuring user authentication lets you restrict access to sensitive information, so A is correct.
Also, to allow chatbot access only from a specific website, you need to enable web channel security, so C is correct.
A data loss prevention policy is a mechanism to control data leakage between connectors, and enabling only Teams authentication or adding a new channel does not meet the requirements, so B, D, and E are incorrect.
Configure user authentication in Copilot Studio
Configure web channel security

Q6PL-200

Drag each option to the matching requirement’s drop zone, or tap to place it. Click a filled zone to send it back. (The same option may be used more than once.)

Edit the theme in system settings and upload a jpg file.
Replace the hexadecimal values of existing UI items.
Upload the theme element as a new web resource.
Use a component library.
Update the logo
Change the colors of the model-driven app
Show answer
Correct answer: Update the logo → Upload the theme element as a new web resource. / Change the colors of the model-driven app → Replace the hexadecimal values of existing UI items.

To change the logo, add a new image file as a web resource, so “Upload the theme element as a new web resource” corresponds to “Update the logo.”
To change the app’s color scheme, go to [Advanced Settings] → [Customizations] → [Themes] and specify the colors of links, headers, and so on as hexadecimal values in [#FFFFFF] format, so “Replace the hexadecimal values of existing UI items” corresponds to “Change the colors of the model-driven app.”
Uploading a jpg in system settings or using a component library does not address these requirements.
Customize the logo and app appearance by using themes

Q7PL-200
Extract specific text from a PDF document.

Determine the likelihood that a customer will purchase additional products.

Show answer
Correct answer: Text recognition model and key phrase extraction model / Prediction model

The text recognition model can extract text from images, PDFs, and so on.
The key phrase extraction model can extract key points and keywords from text, so for the first item the option combining both models is correct.
The prediction model can predict future outcomes based on past data, so “Prediction model” is correct for the second item.
Sentiment analysis, category classification, and entity extraction are not suited to predicting purchase likelihood.
AI Builder model types
Prediction model overview

Q8PL-200
Show answer
Correct answer: B. Fallback topic

A fallback topic is triggered when Copilot Studio cannot interpret the user’s utterance and is not confident enough to start an existing topic.
Using this mechanism, you can escalate to a human agent when unrecognized input is received, so B is correct.
A workstream, skill, queue, and entity are none of them features that handle branching on fallback, so A, C, D, and E are incorrect.
Use a fallback topic
Configure the system fallback topic

Q9PL-200
Statement Yes No
Create a duplicate detection rule for the columns.
Create a business rule for the columns.
Show answer
Correct answer: First “Yes” / Second “No”

Creating a duplicate detection rule detects duplicate data when records are created or updated and can display a warning to the user, so the first item is “Yes.”
A business rule can set dynamic show/hide behavior and required-field control on the screen, but it cannot implement processing that detects duplicate data, so the second item is “No.”
Note that because a duplicate detection rule’s warning can be ignored and the record saved, it does not completely eliminate duplicates in the database.
Duplicate detection rules

Q10PL-200

Drag each option to the matching requirement’s drop zone, or tap to place it. Click a filled zone to send it back. (The same option may be used more than once.)

Table
View
Column
Relationship
Add an alternate phone number
List of customers without an alternate phone number
Show answer
Correct answer: Add an alternate phone number → Column / List of customers without an alternate phone number → View

To allow entering an alternate phone number, you need to create a new column on the table, so “Column” is correct for the first item.
Also, creating a view with the condition “alternate phone number = blank” lets you display a list of customers who do not have an alternate phone number, so “View” is correct for the second item.
Table and relationship do not directly address these requirements, so they are not used.