Microsoft PL-400 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PL-400
- Prüfungsname: Microsoft Power Platform Developer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 26.04.2025
You need to determine the primary cause of the issue reported by interns when they use the app.
What is the primary cause?
- A . Interns have the System Customizer security role but need the Environment Maker security role.
- B . Interns have the Common Data Service User security role but need the Environment Maker security role.
- C . Interns have the Environment Maker security role but need the Common Data Service User security role.
- D . Interns have the Environment Maker security role but need the System Customizer security role.
- E . Interns have the Environment Maker security role but need the Delegate security role.
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 once 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 developing a model-driven app for a company.
When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.
You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.
You need to configure the receiving form to accept the data parameter.
Solution: In the form editor, add an event handler for the data parameter.
Does the solution meet the goal?
- A . Yes
- B . No
A company has an application that provides API access. You plan to connect to the API from a canvas app by using a custom connector.
You need to request information from the API developers so that you can create the custom connector.
Which two types of files can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . YAML
- B . WSDL
- C . OpenAPI definition
- D . Postman collection
A company designs a Microsoft Dataverse Custom API to encapsulate business logic in it
The Custom API business logic must be encapsulated in a way that does not allow the business logic behavior to be modified or canceled.
You need to set the parameter value of the custom API so it cannot be customized.
Which parameter value should you set?
- A . Execute Privilege Name to prv. SdkMessageProcessingStep
- B . Binding Type to Entity
- C . Custom Processing Step to None
- D . Enabled for Workflow to No
You are creating a custom connector in Power Apps to connect to a third-party application.
The definition in the connector must be set so that it is not visible to the end user.
You need to select the appropriate visibility parameter.
Which parameter should you use?
- A . important
- B . none
- C . internal
- D . advanced
You are developing a Power Platform solution. The solution connects to a third-party accounting system by using a Web API through a Power Apps app that automatically exchanges contacts with the sales data.
You have the following code: (Line numbers are included for reference only.)
You need to ensure that the code only synchronizes data that was not previously synchronized.
Which code segment should you insert at line 02?
- A . Prefer: odata.track-changes
- B . Prefer: odata.allow-entityreferences
- C . Prefer: odata.allow-entityreferences
- D . Prefer: odata.include-annotations
DRAG DROP
A company creates a custom connector to use in a flow named Search Company.
When this custom connector is used, requests must be redirected to a different endpoint at runtime.
You need to apply a policy to the custom connector to route calls to a different endpoint.
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.
A company implements Dynamics 365 Sales.
An email notification must be sent automatically to the sales manager when a business process completes.
You need to ensure that emails are sent.
What should you create on the process completed trigger?
- A . a workflow
- B . an action step
- C . a data step
- D . a Power Automate flow step
You need to create the model-driven app for referral.
Which function should you add?
- A . Flow
- B . Workflow
- C . Business rule
- D . Chart
- E . Subgrid
HOTSPOT
You create a suite of Power Platform-based order management canvas apps for a bakery that has five retail stores. Each store uses a tablet device to manage inventory and process orders.
You need to make the following changes to the original order tracking app:
When an online order for delivery is received, send the order to the bakery that is located closest to the order destination.
When an online order for pickup is received, require store staff to enter an estimated time in an app. Staff must prepare the order and then use the app to notify the customer when the order is ready. Allow the store manager to personalize the company’s corporate weekly newsletter and add store-specific specials.
You must minimize the amount of custom code and configuration required to implement the solution.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.