Winter Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

MB-820 Questions and Answers

Question # 6

A company has an on-premises Business Central instance named TEST The instance uses Windows authorization and a developer services port of 7149 Visual Studio Code is installed on the same server.

You create a new AL project but cannot download the symbols.

The launch json file contains the following code:

You need to download the symbols.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Change the server Instance parameter to TEST

B.

Add the port: 7149 parameter.

C.

Change the name parameter to TEST.

D.

Change the authentication parameter to UserPassword.

E.

Check which server the instance is installed on and replace http//localhost with the correct IP address.

Full Access
Question # 7

You need to write the code to call the subcontractor's REST API.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 8

You need to call the Issue API action from the mobile application.

Which action should you use?

A.

POST/issues (88122e0e-5796-ec11-bb87-000d3a392eb5yMicrosoit.NAV.copy

B.

PATCH /issues {88122 eOe-5796-ed 1 -bb87-000d3a392eb5)/Mkrosotl.NAV.Copy

C.

POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/Copy

D.

POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/copy

E.

POST/issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/MicrosoftNAV.Copy

Full Access
Question # 9

You need to determine If you have unwanted incoming web service calls in your tenant during the last seven days.

Which two KQL queries should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

B.

C.

D.

E.

Full Access
Question # 10

You need to configure telemetry for the SaaS tenant and test whether the ingested signals are displayed.

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.

Full Access
Question # 11

You need to handle the removal of the Description field and the Clone procedure without breaking other extensions.

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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Full Access
Question # 12

You are developing a test application to test the posting process of a sales order. You must provide the following implementation:

• Specify the value of post options (dialog: Ship, Invoice, Ship & Invoice) as Invoice.

• Perform calculations and values checking.

You need to complete the development of the test codeunit.

Which methods should you use? To answer, move the appropriate methods to the correct implementation. You may use each method once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Full Access
Question # 13

A company plans to import and export data with Business Central

You must configure an XMLport that provides the following implementation;

• Specifies import 01 export on the Request page at run time

* Formats the data in a non-fixed length CSV format

You need to create the XMLport.

How should you complete the code segment' To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 14

A company owns and operates hotels, restaurants, and stores.

When the staff orders materials from the purchasing department, the requests are not directed to the correct approvers.

The staff requires a new field named Approver from which they can select the appropriate approver. The field must include the following options:

• Hotel manager

• Restaurant manager

• Store manager

• Purchasing manager

You need to create the Approver field in the Item table by using an AL 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.

Full Access
Question # 15

You have a decimal variable named AmountlCY.

You need to round up the variable to four decimal places.

Which result value should you use?

A.

Result: = Round (AmountLCY,A. '>"}:

B.

Result: = Round {AmountLCY. 0.0001. =');

C.

Result: = Round (AmountLCY. 0.0001. '<'):

D.

Result: = Round (AmountLCY, 0.0001, >');

Full Access
Question # 16

A company plans to integrate tests with its build pipelines.

The company has two Docket sandbox environments: SandboxA and SandboxB.

You observe the following:

• SandboxA is configured without the Test Toolkit installed.

• SandboxB must be configured from scratch. The Test Toolkit must be installed in SandboxB during configuration.

You need to configure the sandbox environments.

How should you complete the cmdlets? To answer, select the appropriate options in the answer area.

Full Access
Question # 17

You must simulate the user interaction of selecting a posting option. The options must include:

• Ship

• Invoice

• Ship & Invoice

You need to create a test codeunit to run the test.

What should you use?

A.

Normal attribute

B.

Handler method

C.

Test attribute

Full Access
Question # 18

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.

Full Access
Question # 19

You need to parse the API JSON response and retrieve each order no. in the response body.

How should you complete the code segment? To answer select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 20

You need to access the RoomsAPI API from the canvas app.

What should you do?

A.

Use the default API configuration in Business Central

B.

Enable the APIs for the Business Central online environment.

C.

Open the Web Services page and publish the RoomsAPI page as a web service.

D.

Include in the extension a codeunit of type Install that publishes RoomsAPI.

Full Access
Question # 21

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.

A.

The extension was published as a DEV extension.

B.

The extension was not compatible with the new version within 60 days of the first notification.

C.

The extension was published as PTE. and the Platform parameter was not updated in the application file.

D.

The extension was published as PTE. and the Platform and Runtime parameters were not updated in the application file.

E.

The extension was not compatible with the new version within 90 days of the first notification.

Full Access
Question # 22

You need to define the tables used for the non-conformity entity.

What should you use?

A.

document history table to introduce the non-conformity entities

B.

document table to introduce the non-conformity entities

C.

supplemental table to introduce the non-conformity lines

Full Access
Question # 23

You need to download a stored picture from the Room Incident page.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

F

Full Access
Question # 24

You need to define the properties of the comments field of the Non-conformity page.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Full Access
Question # 25

You need to create the configuration table and page for the non-conformity functionality.

Which table configurations should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

Full Access
Question # 26

You need to select the appropriate page types to solve the reporting requirements.

Which page types should you use? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Full Access
Question # 27

You need to define the data types for the fields of the N on-conformity table.

Which two data types should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Integer for the N on-conformity Number field

B.

Date Time for the Non-Conformity Date field

C.

Char for the Non-Conformity Number field

D.

Date for the Non-Conformity Date field

E.

Code for the Non-Conformity Number field

Full Access
Question # 28

You need to create the Install codeunit that is requited in the extension used for installing or updating the Housekeeping app.

Which data type or declaration should you use? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Full Access
Question # 29

You need to improve performance when ticketAPI is used to analyze the POS data. What should you do?

A.

Set the ODataReadonlyGetEnabled parameter to True in the Business Central admin center.

B.

Set the AceesByPermission property to Read on the ticketAPI API page.

C.

Enable read scale-out on the Business Central database.

D.

Set the DataAccesslntent property to Readonly on the ticketAPI API page.

Full Access
Question # 30

You need to define the properties for the Receipt No. field in the Non-conformity table when storing the information to the purchasing department

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point.

Full Access