PL-400 Exam Question 61

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.
You are designing a one-way integration from Microsoft Dataverse 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 webhook in the Dataverse instance that connects to the Azure Function. Register a step on the webhook which runs synchronously on the record's Create message and in the post-operation stage.
Does the solution meet the goal?
  • PL-400 Exam Question 62

    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 the JavaScript library, add Building code with Code date and Work item with Elapsed time in the dependencies tab.
    Does the solution meet the goal?
  • PL-400 Exam Question 63

    You are creating an integration between Microsoft Dataverse and an external system.
    Messages from Dataverse must be sent to Microsoft Azure Service Bus. An Azure Function will process the messages. Events must be published directly to the ServiceEndpoint for Azure Service Bus.
    You need to create code for the messages.
    Which class should you use?
  • PL-400 Exam Question 64

    You are creating an app that connects to Microsoft Dataverse on a nightly basis. You plan to integrate the app with an external system.
    The application must not authenticate by using a Microsoft Azure Active Directory (Azure AD) user account.
    You need to enable the application to authenticate to Dataverse.
    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.

    PL-400 Exam Question 65

    A company designs a solution that contains a new real-time workflow. The workflow populates a lookup column that has a default value.
    A managed solution is imported to the test environment.
    An error occurs when a test engineer attempts to create a record. The error message states, "Record is not available.'' You need to resolve the error.
    What should you do?