Question 6 of 75

HOTSPOT -

You develop a test application.

You must meet the following requirements:

Roll back changes to a test method after run time.

Run an approve action on a test page named TestPageA.

You need to implement the given requirements on the test codeunit.

Which actions should you perform? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Exam MB-820 Question 6
    Correct Answer:
    Exam MB-820 Question 6
Question 7 of 75

You are cleaning up sandbox environments for a company.

The company requires data to be cleared from the environments each time an extension is published.

You need to configure the launch.json file.

Which schemaUpdateMode property should you set?

    Correct Answer: D

    When you need to ensure that data is cleared from environments each time an extension is published, the correct schemaUpdateMode property to use is 'Recreate'. This property ensures that the database schema is dropped and recreated, leading to the clearing of all existing data, which is what the company requires.

Question 8 of 75

You need to allow debugging in an extension to view the source code.

In which file should you specify the value of the allowDebugging property?

    Correct Answer: C

    To enable debugging in an extension and view its source code, the allowDebugging property should be specified in the app.json file. This file contains configuration settings for the extension, and properties related to the extension’s behavior and permissions are usually defined here.

Question 9 of 75

A company uses Business Central.

The company plans to use a translation file in an extension. The extension has a caption that should not be translated.

You need to prevent the caption from being translated.

What should you do?

    Correct Answer: C

Question 10 of 75

A company plans to set up a local Business Central Development Docker container.

The environment will be used for testing new project ideas.

You need to ensure that the most recent Business Central artifact URL has been selected.

Which command should you use?

    Correct Answer: A

    To ensure that the most recent Business Central artifact URL is selected for setting up a local Business Central Development Docker container, you should use the command Get-BcArtifactUrl -type sandbox -select Current. The -select Current parameter is crucial as it specifies that the current, or latest, version of the artifact is to be retrieved, ensuring the Docker container is set up with the most up-to-date version for testing new project ideas.