PL-400 Exam Question 71

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.

PL-400 Exam Question 72

A company plans to replicate a Dynamics 365 Sales database into an Azure SQL Database instance for reporting purposes. The data Export Service solution has been installed.
You need to configure the Data service.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 73

    An organization implements Dynamics 36S Supply Chain Management.
    You need to create a Microsoft Flow that runs daily.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • PL-400 Exam Question 74

    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.

    PL-400 Exam Question 75

    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: Configure the Azure Function with a timer trigger that runs every five minutes. The function will query the Common Data Service and process records created in the last five minutes.
    Does the solution meet the goal?