Microsoft PL-400 Practice Test - Questions Answers, Page 32
List of questions
Related questions
DRAG DROP
You manage two Microsoft Power Platform solutions.
* Solution A contains a custom text column named customjext.
* Solution B contains a view that references the customjext column.
Both solutions in the managed state are installed in the destination environment.
You need to delete the customjext column and apply changes in the destination environment.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
HOTSPOT
You develop the following code as part of an OnSave event handler in a form.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
HOTSPOT
A manufacturing company takes online orders.
The company requires automatic validation of order changes. Requirements are as follows:
* If validation is successful, the order changes must be submitted.
* If exceptions are encountered, a message must be shown to the customer and the order changes must not be submitted.
You need to set up and deploy a plug-in that encapsulates the rules.
Which options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You create a custom API. You define the API as a function.
The custom API does not appear in the response received from https:/ [yourorg]. api.crm.dynamics.com/api/data/v9.2/$metadata and returns an error when called.
You need to identify why the custom API is not working.
What should you do?
Add a response property to the custom API.
Set the Is Private property of the custom API to False.
Add a request property to the custom API.
Set the Enabled for Workflow option of the customer API to True.
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 designing a one-way integration from Microsoft Dataverse to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Register a webhook in the Dataverse instance that connects to the Azure Function. Register a step on the webhook which runs synchronously on the record's Create message and in the post-operation stage.
Does the solution meet the goal?
Yes
No
HOTSPOT
You are developing a Power Platform solution that uses a plug-in. The plug-in includes the following code (line numbers are included for reference).
The plug-in includes a step that is registered in the execution pipeline within the PreOperation stage for the Create message.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
A Microsoft Dataverse database contains two custom tables named TableA and TableB. The tables are configured with the following:
* A one-To-many relationship is configured between TableA and TableB.
* A lookup to TableA appears on a form in TableB.
* Both tables are components of an unmanaged solution.
* Both tables are components in a Power Bl report.
You receive an error when attempting to delete Table
A) You need to delete the table.
What should you do?
Remove TableA from the unmanaged solution.
Remove the relationship between TableA and TableB.
Remove the lookup field to TableA on the TableB form.
Remove TableA from the Power Bl report.
A company designs a solution for use in an international organization.
The solution must provide multiple Ul languages and currencies.
You need to move components to include them as part of the solution.
Which three component types can you move? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
custom entity
modified standard security role
currencies enabled in the environment
scheduled power automate flow
available Ul languages
You are creating a Power Apps Component Framework (PCF) component.
You add the following markup to the component manifest. (Line numbers are included for reference only.)
You need to complete the component manifest.
Which XML markup segment should you insert at line 03?
HOTSPOT
You create a model-driven app.
You observe that the following issues occur with The app:
* One custom column displays an unexpected value when a new record is created.
* An error prevents the record from saving.
You need to use the browser to find the root cause of the issues.
Which events should you debug? To answer, select the appropriate options in the answer area.
Question