Microsoft PL-400 Übungsprüfungen
Zuletzt aktualisiert am 10.05.2025- Prüfungscode: PL-400
- Prüfungsname: Microsoft Power Platform Developer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 10.05.2025
You have the following code:
You have a contact record that uses the GUID 2CFB1599-DEAD-425F-AB4A-76E6CAB51B09.
You need to assign the contact record as the primary contact for an account when you create the account.
Which two code segments can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Option A
- B . Option B
- C . Option C
- D . Option D
DRAG DROP
You need to resolve the performance issue with the Total Billed customer plug-in.
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.
DRAG DROP
You need to select the appropriate methods using Azure Event Grid.
Which method should you use for each requirement? To answer, drag the appropriate methods to the correct requirements. Each method 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.
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.
An organization has an Azure SQL Database instance that must be synchronized daily with data from Dynamics 365 Sales. A large amount of data might need to be synchronized on some days.
You need to reduce the time required to synchronize data.
Solution:
Enable change tracking for entities that will be synchronized.
Use the Data Export Service to sync data between the database and Dynamics 365 Sales.
Does the solution meet the goal?
- A . Yes
- B . No
HOTSPOT
Fabrikam, Inc, has two divisions as shown in the Business Unit exhibit. (Click the Business Unit tab.)
✑ Fabrikam Residences rents units short term to clients.
✑ Fabrikam Property Management deals with the maintenance of the units and manages the contractors who perform the maintenance.
✑ Clients and contractors are both stored in the Contact entity.
The manager of the Property Management business unit is a member of a Fabrikam business unit, which has the root security role as shown in the Security Role exhibit. (Click the Security Role tab.)
The manager cannot see the contact record shown in the Contact exhibit. (Click the Contact tab.)
You need to ensure that the manager can view contact records owned by someone in the Residences business unit.
For each of the following statements, select Yes if the statement achieves the goal. Otherwise, select No.
You need to ensure that Adventure Works Cycles can track information from visitors to bike fairs.
What should you create?
- A . a Power Automate flow that connects with the bike fair Power Apps app to create a lead in Dynamics 365 Sales
- B . a Power Automate flow that generates a new customer record in SharePoint.
- C . a Power Automate flow to capture customer data from the bike fair Power Apps app in SharePoint and create a lead in Microsoft Teams.
- D . a business process flow in Dynamics 365 Sales for capturing leads.
You need to resolve the address validation API error.
Which method should you use to connect?
- A . an Azure function triggered by a webhook
- B . JavaScript code
- C . a custom connector used in a cloud flow
- D . a plug-in attached to a custom action called from JavaScript
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 Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.
A JavaScript library is used with these custom entities and fields to apply complex logic.
You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.
Solution: In form properties of the consolidated form, add the JavaScript library in the events tab and add the two custom fields to the dependent fields section of the non-event dependencies tab.
Does the solution meet the goal?
- A . Yes
- B . No
You create a custom page that is used as a contextual dialog in a model-driven app.
The app must be able to receive two contextual parameters by passing a concatenated string. The string must use the pipe (|) symbol with the recordld parameter. You need to compose the formulas to extract parameter information.
Which two formulas should you compose? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
A financial institution that has a Dynamics 365 Customer Engagement environment requires that the account balance field from the account entity be visible to specific users only.
You need to set up the field security for the account balance field.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Create a field security profile.
- B . Set the field to Read-Only and then publish the entity.
- C . Create a security role and add the specific users to the role.
- D . Enable field security and then publish the entity.
- E . Set the field permission Allow Read to Yes and add the users to the members section.