MB-500 Exam Question 101

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 create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Operational Workspaces pattern.
Does the solution meet the goal?
  • MB-500 Exam Question 102

    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 command classes to run business practices. Call the classes by using the SysTest framework.
    Does the solution meet the goal?
  • MB-500 Exam Question 103

    You are training a new Dynamics 365 Finance developer.
    You need to recommend where asynchronous integrations should be used instead of synchronous integrations.
    For which scenario should you recommend asynchronous integration?
  • MB-500 Exam Question 104

    You are a Dynamics 365 Finance and Operations developer.
    You have a report in an existing model that connects with the following objects:
    * in-memory table
    * data provider class
    * controller class
    * contract class
    The report is locked for modifications.
    You need to create an extension of the in-memory table in a model and you add the new field to the extension.
    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.

    MB-500 Exam Question 105

    You are a Dynamics 365 Finance developer. You create a class.
    You need to mark the class to ensure that when code is compiled, the process fails if a specific method is called in the source code.
    Which attribute should you use?