Microsoft PL-400 Übungsprüfungen
Zuletzt aktualisiert am 09.05.2025- Prüfungscode: PL-400
- Prüfungsname: Microsoft Power Platform Developer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 09.05.2025
DRAG DROP
You are testing the deployment of a model-driven app. Microsoft Entra ID groups are used exclusively to manage environment- and team-level permissions.
Users encounter several access-related issues that prevent them from testing the app.
You need to select the component to use to resolve each issue by using the principle of least privilege.
What should you assign to resolve each issue? To answer, move the appropriate resolutions to the correct issues. You may use each resolution once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
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.
A company requires custom validation when users save form records that use a synchronous plug-in.
If validation fails, a message that explains how to resolve the issue must be displayed on the form to the user.
You need to implement the custom validation.
Solution: Include the message in the output parameters of the plug-in.
Does the solution meet the goal?
- A . Yes
- B . No
You plan to create a Microsoft Power Apps Component Framework (PCF) code component for a record form in a model-driven app.
The code must be able to read the record’s Id column.
You need to configure the manifest.
Which solution should you use?
- A . resources
- B . property
- C . feature-usage
- D . type-group
You are creating an integration between Microsoft Dataverse and an external system. Messages from Dataverse must be sent to Microsoft Azure Service Bus. An Azure Function will process the messages. Events must be published directly to the ServiceEndpoint for Azure Service Bus.
You need to create code for the messages.
Which class should you use?
- A . lExecutionContext
- B . IPIuginExecutionContext
- C . RemoteExecutionContext
- D . WorkflowContext
A company is migrating from an on-premises Dynamics 365 installation to a Power Platform solution.
You are creating plug-ins for the new solution.
You need to register the plug-ins.
Which isolation mode should you use?
- A . None
- B . Global Assembly Cache (GAC)
- C . Sandbox
- D . Disk
You need to improve the efficiency of counting warehouse inventory.
What should you create?
- A . a model-driven app that allows the user to key in inventory counts
- B . a Power BI dashboard that shows the inventory counting variances
- C . a flow that updates the warehouse counts as the worker performs the count
- D . a canvas app that scans barcodes to allow a warehouse worker to select inventory counts
A client requires that the system send an email from a button on their customer contact form.
You need to call the action from JavaScript.
Which two functions achieve this result? Each correct presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Xrm.WebApi.online.createRecord()
- B . Xrm.WebApi.online.updateRecord()
- C . Xrm.WebApi.online.execute()
- D . Xrm.WebApi.online.executeMultiple()
You are developing a model-driven app. The app uses data from two custom tables. The tables have a parent-child relationship. The parent record form contains a subgrid that displays the child records.
When creating a new child record from the parent form, data must automatically populate in the child record form to reduce data input errors.
You need to implement the solution.
What should you do?
- A . Use a Power Automate flow to read data from the parent record and update the child record upon creation.
- B . Map table columns from the parent record to the child record.
- C . Create a business rule that sets the default values on the child record fields to values from the parent record.
- D . Include a quick view form on the child record showing the data from the parent record.
DRAG DROP
You are creating a model-driven app for users to submit and manage budgets for projects.
You must create a business process flow to ensure any lead with a budget over $10,000 requires approval by a manager. You must add a custom control that allows users to select the estimated budget cost for a project.
You need to add the control to the business process flow.
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.
A company has a model-driven app that uses Microsoft Dataverse.
The company requires a web application that retrieves information from the model-driven app.
The requirements for the web application include:
• Must be a single-page web application that uses the Web API.
• Must display the correct company information.
• Must authenticate using OAuth without additional verification.
You need to configure the web application.
Which two methods should you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . NTLM authentication
- B . multifactor authentication
- C . Kerberos Authentication
- D . Microsoft Authentication Library (MSAL)
- E . Microsoft Azure Active Directory Authentication Libraries (ADAL)