Question 351

You have a cloud-based Dynamics 365 Finance production environment.
You need to access the data to create Microsoft Power BI reports for the business.
What should you use?
  • Question 352

    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 integrating a third-party application with Dynamics 365 Finance.
    The incoming integration sends a high volume of data that contains journal lines that must be imported into Dynamics 365 Finance.
    You must import a Microsoft Excel file from the third party that contains the journal lines without the third-party application waiting for data to be processed.
    You need to select the appropriate integration API.
    Solution: Use the recurring integrations API.
    Does the solution meet the goal?
  • Question 353

    A company implements Dynamics 365 finance and operations apps.
    You are developing code to consume OData service endpoints. You complete the application registration process and gather the details required to create a C# console application.
    You need to ensure that the console application interacts with Dynamics 365 Finance OData services.
    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.

    Question 354

    You have an Azure DevOps project that has Dev and Test branches.
    The Test branch is used for deploying artifacts in a test environment.
    You must merge code from the last Dev branch and check-in the code to Test.
    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.

    Question 355

    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 must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value.
    You need to create a class that extends SalesLineType and adds the new method.
    Solution: You create the following code:

    Does the solution meet the goal?