Microsoft PL-400 Microsoft Power Platform Developer Online Training
Microsoft PL-400 Online Training
The questions for PL-400 were last updated at Dec 22,2024.
- Exam Code: PL-400
- Exam Name: Microsoft Power Platform Developer
- Certification Provider: Microsoft
- Latest update: Dec 22,2024
HOTSPOT
A company is preparing to go live with their Dynamics 365Sales solution, but first they need to migrate data from a legacy system. The company is migrating accounts in batches of 1,000.
When the data is saved to Dynamics 365 Sales, the IDs for the new accounts must be output to a log file.
You have the following code:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
DRAG DROP
You are creating a business process flow for an organization’s Request for Quote process.
You need to ensure that the business process flow meets the company’s requirements.
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes to scroll to view content. Select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
A university manages grant applications using a model-driven app.
Users report that the message on the Grant Application screen is outdated.
The screen shows the following:
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
A manufacturing company uses a Common Data Service (CDS) environment to manage their parts inventory across two warehouses modeled as business units and named WH1 and WH2.
Data from the two warehouses is processed separately for each part that has its inventory quantities updates.
The company must automate this process, pushing inventory updates from orders submitted to the warehouses.
You need to build the automation using Power Automate flows against the CDS database. You must achieve this goal by using the least amount of administrative effort.
Which flow or flows should you recommend?
- A . Two automated flows with scope Business Unit, with triggers on Create/Update/Delete on orders.
- B . Two automated flows with scope Business Unit, with triggers on Create/Update/Delete and each flow filtering updates from each business unit.
- C . Two scheduled flows, each querying and updating the parts included in orders from each business unit.
- D . One scheduled flow, querying the parts included in orders in both business units.
- E . One automated flow, querying the orders in both business units.
- F . Two scheduled flows, each querying the orders from each business unit.
- G . Two automated flows with scope Organization, with triggers on Create/Update/Delete and filters on WH1 and WH2.
- H . Two automated flow with scope Business Unit, with triggers on Create/Update/Delete on orders and filters on WH1 and WH2.
An organization implements Dynamics 365 Sales.
You need to trigger a business rule when the main form in saved.
What should you do?
- A . Write a business rule to trigger on a change of ModifiedOn field.
- B . Set the scope of the business rule to one specific form where business rule triggers.
- C . Set the scope of the business rule to All Forms.
- D . Set the scope of the business rule to Entity.
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
HOTSPOT
A company has a model-driven app.
A custom button on a form calls a JavaScript function that validates form data fields and creates a web basket. The JavaScript function then displays a message to the user.
Users are located in the United States, which uses ISO Code 1033, and France, which uses ISO Code 1036.
Users in France report that the message displays in English.
You need to modify the RibbonDiffXml file to ensure that messages appear in the user’s language.
How should you complete the CommandDefinition node? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
A company has a model-driven app that captures applications from prospective students.
You are asked to create a new re-usable custom component using the Power Apps component framework (PCF).
The custom component must allow entry of a date of birth and validate that the applicant is not a minor.
You create the class AuditDatePicker in the TypeScript file Index.ts and the style sheet DatePicker.css.
You need to define the component to be available only for relevant fields and its properties when used in a form.
How should you complete the manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
An organization has a Dynamics 365 Sales environment.
You need to create a Power Apps component.
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 is creating a Power Apps portal to collaborate with vendors.
You need to implement custom functionality in the portal by using JavaScript code.
Which two portal entities can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Web pages
- B . Web resources
- C . Webforms
- D . Entity lists