Microsoft PL-400 Übungsprüfungen
Zuletzt aktualisiert am 12.05.2025- Prüfungscode: PL-400
- Prüfungsname: Microsoft Power Platform Developer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 12.05.2025
HOTSPOT
You need to correct the portal query issues.
Which code should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You need to connect to the background check API.
Which mechanism should you use?
- A . JavaScript
- B . Flow with a custom connector
- C . Azure Function
- D . Plug-in
DRAG DROP
A company has a Common Data Service (CDS) environment.
All accounts in the system with a relationship type of Customer set must have an account number. A plug-in has been developed.
When a Customer is updated with a relationship type, the plug-in sets the account number if not provided by the user.
You need to register the plug-in.
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.
You need to configure the trigger for the priority field in the Account entity.
Which expression should you use?
- A . DIFFINWEEKS(now,1)
- B . SUBTRACTDAYS(10, Now())
- C . ADDWEEKS(1, CreatedOn)
- D . DIFFINDAYS(Createdon, now())
- E . ADDDAYS(10, CreatedOn)
DRAG DROP
You need to develop a Power Apps Component Framework (PCF) component for a company.
You must follow Microsoft’s application lifecycle management (ALM) process for code components.
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.
DRAG DROP
A company implements Dynamics 365 Sales.
Only sales managers must be able to perform the approval to move high value sales on in the opportunity qualification process. A new field must be created to capture the approval.
You need to create and secure the new field.
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.
DRAG DROP
Teachers in a school district use Azure skill bots to teach specific classes. Students sign into an online portal to submit completed homework to their teacher for review. Students use a Power Virtual Agents chatbot to request help from teachers.
You need to incorporate the skill bot for each class into the homework bot.
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.
You need to resolve the issue with the new command button.
What should you do?
- A . Pass the value PrimaryControl to the function in the action definition.
- B . Pass ExecutionContext To The function in the action definition.
- C . Pass the value SclcctcdControl to the function in the action definition.
- D . Select the Pass execution context as first parameter option on the event registration form.
A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type.
Users experience errors when updating cases. The plug-in trace log files show that the PostOperation plug-in update of case times out after two minutes.
You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work.
You need to reduce the number of errors. You need to achieve this goal with the test amount of
changes.
Solution:
* In the Plug-in Registration tool, add a post Image to the plug-in step and include the Fields that the plug-in needs.
* Remove the retrieves statement from the plug-in code and reference the post image.
Does the solution meet the goal?
- A . Yes
- B . No
You need to improve warehouse counting efficiency.
What should you create?
- A . a flow that updates the warehouse counts as the worker performs the count
- B . a model-driven app that allows the user to key in inventory counts
- C . A Power BI dashboard that shows the inventory counting variances
- D . a canvas app that scans barcodes to allow a warehouse worker to select inventory counts