Question 1

You plan to write unit test functions to test newly developed functionality in an app.
You must create a test codeunit to write the functions.
You need to select the property to use for the test codeunit.
Which property should you use to ensure that the requirements are fulfilled?
  • Question 2

    Drag and Drop Question
    You create a codeunit that works with a table named Boxes. You plan to filter the records and then modify them.
    You get an error that you do not have permission to work with the Boxes table.
    You need to assign the Indirect permissions for the Boxes table to the codeunit.
    Which four code blocks should you use in sequence to assign the correct permission? To answer, move the appropriate code blocks from the list of code blocks to the answer area and arrange them in the correct order.

    Question 3

    You need to determine why the extension does not appear in the tenant.
    What are two possible reasons for the disappearance? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 4

    You create a page with the PageType property set to RoleCenter.
    You navigate through the different sections of the page.
    You need to add functionalities to the page.
    What should you do?
  • Question 5

    You are developing an app that will be published to Microsoft AppSource.
    The app requires code analyzers to enforce some rules. You plan to add the analyzers to the settings.json file.
    You need to activate the analyzers for the project.
    Which three code analyzers should you activate to develop the app for AppSource? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.