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
DRAG DROP
You are creating a plug-in for a Power Apps app for the human resources department at the company. The app will be used to process new employees and help employees apply for an identification card.
You have the following requirements:
• Applications must not be marked as complete if the employee has not completed mandatory drug screening.
• Add logic that stores the name of the human resources team member that approves an application. This step must be completed before an ID card is created for the applicant.
• Successful validation and ID card printing.
You need to configure the event pipeline.
In which stage should you register each step? To answer, drag the appropriate stages to the correct steps. Each stage 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.
DRAG DROP
An organization uses plug-in to retrieve specific information from legacy data stores each time a new order is submitted.
You review the Common Data Service analytics page. The average plug-in execution time is increasing.
You need to replace the plug-in with another component, reusing as much of the current plug-in code as possible.
Which five 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.
You are a Dynamics 365 developer working on a model-driven app.
You add a button to an entity form and to the view for the entity that calls a JavaScript function.
When you click the button, it results in an error.
You determine that the JavaScript function is calling another JavaScript function in a different web resource.
You need to resolve the error.
What should you do?
- A . In the JavaScript web resource, add the missing web resource as a dependency.
- B . Add &ribbondebug=true to the app URL and run the Command Checker tool.
- C . From the Ribbon Workbench, add the missing JavaScript web resource as a CustomRule in EnableRules.
You are a Dynamics 365 developer working on a model-driven app.
You add a button to an entity form and to the view for the entity that calls a JavaScript function.
When you click the button, it results in an error.
You determine that the JavaScript function is calling another JavaScript function in a different web resource.
You need to resolve the error.
What should you do?
- A . In the JavaScript web resource, add the missing web resource as a dependency.
- B . Add &ribbondebug=true to the app URL and run the Command Checker tool.
- C . From the Ribbon Workbench, add the missing JavaScript web resource as a CustomRule in EnableRules.
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?
- A . Add a response property to the custom API.
- B . Set the Is Private property of the custom API to False.
- C . Add a request property to the custom API.
- D . Set the Enabled for Workflow option of the customer API to True.
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?
- A . Add a response property to the custom API.
- B . Set the Is Private property of the custom API to False.
- C . Add a request property to the custom API.
- D . Set the Enabled for Workflow option of the customer API to True.
You need to determine the cause for the issue reported by the interviewers.
What is the root cause of the issue?
- A . The plug-in used to synchronize the Person of Interest field from Contact to Interview was not triggered.
- B . There was an error in the event pipeline and the entire transaction was rolled back.
- C . There is no plug-in registered to run when an interview record is created.
HOTSPOT
You work for a not-for-profit agency that manages business processes by using Power Platform custom entities.
Volunteer registration and onboarding are manual processes that include multiple related entities.
You need to implement a portal solution that replaces the manual processes.
Which modules should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
The engineering team in a company uses a SharePoint list to manage critical technical issues that are raised by clients. Other departments do not have access to this list. Departments use their own apps for their own processes.
All departments must be able to see the total number of client issues at any point in time.
You need to design a component that can be used in all the departmental apps to display the total number of client issues in bold colors.
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.
You are developing a Power Apps app to manage records in the Account table in Microsoft Dataverse. You must configure a Web API request to retrieve changes from the table. You need to configure the preference header for the API request.
What should you include in the request header?
- A . odata.nextLink
- B . odata-context
- C . odata.deltaLink
- D . odata.track-changes