Question 6

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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 create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error. You have the following class: (Une numbers are included for reference only.)

You need 10 ensure that the compiler will report an error if code calls the bike method.
Solution:
Create the following attribute class:

Insert the following code at line 01:

Does the solution meet the goal?
  • Question 7

    You are a Dynamics 365 Finance developer.
    A long-running process times out in the system.
    You need to implement the asynchronous framework to resolve this issue.
    Which class runAsync method should you use for each use case? To answer, drag the appropriate classes to the correct use cases. Each class 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.

    Question 8

    You are a Dynamics 365 Finance developer. You create an integer variable named totalSales.
    You need to display the value from totalSales in an info statement.
    Which three code segments can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 9

    You need to develop, test, and deploy the Vendor Exclusion list solution.
    What should you create? To answer, drag the appropriate objects to the correct actions. Each element 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.

    Question 10

    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 company is implementing Dynamics 365 finance and operations apps.
    The company must test the functionality of its native Dynamics 365 finance and operations apps by using the Acceptance test library (ATL).
    You need to implement ATL classes on test data within a development environment.
    Solution: Create a set of navigation objects and creator classes to access entities and test data.
    Does the solution meet the goal?