최신 PL-400 무료덤프 - Microsoft Power Platform Developer

You are creating a model-driven app for users to submit and manage budgets for projects.
You must create a business process flow to ensure any lead with a budget over $10,000 requires approval by a manager. You must add a custom control that allows users to select the estimated budget cost for a project.
You need to add the control to the business process flow.
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.
정답:

1 - Export the business process flow and the Lead form...
2 - Copy all control description FormXML from the Lead form of the...
3 - Add a control to the Lead form by using the form designer.
4 - Import the solution into the system and publish.
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.
정답:

Reference:
https://docs.microsoft.com/en-us/azure/event-grid/event-handlers
https://docs.microsoft.com/en-us/azure/event-grid/overview
You need to connect to the background check API.
Which mechanism should you use?

정답: C
You need to configure a Power Automate flow to update account records by using the response from the Web API.
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.
정답:

1 - Add an initialize variable step and set the value to the Datald...
2 - Add an initialize variable step and set the value to the response...
3 - Add a condition step to check if the variable value equals 200.
A company delivers packages to businesses and consumers. A custom entity named Package captures the package details.
You need to add the following sets of fields to the entity and leverage the built-in operations of the platform:
A set of fields to represent the package length, width, depth, and weight. The maximum value for any dimension is 100 centimeters.
A set of fields for time-sensitive attributes to calculate the efficiency of a delivery based on when the delivery is entered in the system and the existing custom fields: Pickup time and Delivery time.
Which constructs should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
정답:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/define-calculated-fields
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.
정답:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/portal-templates
https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/invite-contacts#invitation-attributes
A company has a Common Data Service (CDS) environment. The company creates model-driven apps for different sets of users to allow them to manage and monitor projects.
Finance team users report that the current app does not include all the entities they require and that the existing project form is missing cost information. Cost information must be visible only to finance team users.
You create a security role for finance team users.
You need to create a new app for finance team users.
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.
정답:

1 - Edit the Project main form. Select Save as..
2 - Create a new model-driven app. Add the project entity, and select the Finance form.
3 - Enable security roles and select the Finance Security role on the Finance
4 - In the Maker portal, share the Finance app and select the Finance Security role.
Reference:
https://docs.microsoft.com/dynamics365/customer-engagement/admin/assign-security-roles-for
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.
정답:

1 - Create a connection to the engineering issues list and retrieve the total number of critical issues.
2 - Create an output parameter and set the value of the parameter to the total number of critical issues.
3 - Create a new component in the first department app.
4 - Create and format a label to display the total number of critical issues, and display the counter output parameter in the department app.
You are creating a Power Automate flow.
You create an Azure Service Bus listener app that receives requests from a third-party application.
When the flow calls the message queue, it must delete the message as soon as it is read.
You need to ensure that the queue is cleared properly.
Which method or class should you use?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)
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 designing a one-way integration from the Common Data Service to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Register a service endpoint in the Common Data Service that connects to an Azure Service Bus queue.
Register a step at the endpoint which runs asynchronously on the record's Create message and in the portoperation stage.
Configure the Azure Function to process records as they are added to the queue.
Does the solution meet the goal?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You need to develop a set of Web API's for a company.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
정답:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/use-web-api-actions
You are a Power App maker.
You are developing an app in a development environment. You create the following custom forms in the Account entity:
* FormB contains a message that appears in the Onload function of the form.
* FormC contains a message that appears in the OnSave function of the form.
You add the forms to a solution and export the solution as managed. Importing the managed solution into the test environment produces an error indicating the solution is missing a component.
You need to identify the issue.
What is the cause of the import error?

정답: D
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

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기