Microsoft MB-820 - Microsoft Dynamics 365 Business Central Developer Exam
Page: 2 / 21
Total 105 questions
Question #6 (Topic: Topic 1)
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.
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.

Answer:

Question #7 (Topic: Topic 1)
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?
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?
A. ForceUpgrade
B. ForceSync
C. Synchronize
D. Recreate
Answer: D
Question #8 (Topic: Topic 1)
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?
In which file should you specify the value of the allowDebugging property?
A. settings.json
B. rad.json
C. app.json
D. launch.json
Answer: C
Question #9 (Topic: Topic 1)
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?
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?
A. Use the CaptionML property and copy the same caption for each language used.
B. Set the GenerateLockedTranslations feature in the app.json file.
C. Add the Locked = true parameter to the Caption.
D. Delete the Caption property.
E. Copy the same caption for each language in the translation file.
Answer: C
Question #10 (Topic: Topic 1)
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?
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?
A. Get-BcArtifactUrl -type sandbox -select Current
B. Get-BcArtifactUrl -type sandbox -select Closest
C. Get-BcArtifactUrl -type sandbox -select NextMinor
D. Get-BcArtifactUrl -type sandbox -select NextMajor
Answer: A