New Year Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

MB-820 Microsoft Dynamics 365 Business Central Developer Questions and Answers

Questions 4

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.

MB-820 Question 4

Options:

Buy Now
Questions 5

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

What should you do?

Options:

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.

Buy Now
Questions 6

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

What should you use?

Options:

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

Buy Now
Questions 7

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.

FMB-820 Question 7

Options:

Buy Now
Questions 8

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?

Options:

A.

SubType

B.

Access

C.

Description

Buy Now
Questions 9

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

MB-820 Question 9

Options:

Buy Now
Questions 10

You plan to call a web service by using the data type HttpClient from a Business Central AL extension

You must provide the following implementation for the web service call:

• The web service must authenticate the client with a certificate.

• The certificate must include a password.

• The password must be hidden when you debug the code

You need to include the certificate in the web service call. Which instruction should you use?

Options:

A.

Httpclient.Addertifieate(certificate: Text, Password: Text);

B.

HttpClient.AddCertificate{Certifkate: SecretText, Password: SecretText);

C.

Httpclient.Addeertifieate(Certifieate: Blob, Password: secretText);

D.

HttpClient.AddCertificate{Password: SecreTiext);

Buy Now
Questions 11

You create the following Vendor table and Item table in Business Central.

MB-820 Question 11

You require the following data set to assign vendors to items.

MB-820 Question 11

You need to create a query to assign the vendors.

MB-820 Question 11

Which three code blocks should you use to develop the solution? To answer, move the appropriate code blocks from the list of code blocks 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.

MB-820 Question 11

Options:

Buy Now
Questions 12

A company plans to customize its per tenant extension reports. The company has the following requirements for the customization:

• Child data items must not be displayed on the request page for some master detail reports.

• Selecting key filter fields takes users too much time. The customization must decrease the amount of time to select the fields.

You need to optimize the report request page.

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

NOTE: Each correct selection is worth one point.

MB-820 Question 12

Options:

Buy Now
Questions 13

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.

MB-820 Question 13

Options:

Buy Now
Questions 14

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.

MB-820 Question 14

Options:

Buy Now
Questions 15

A company is examining Connect apps and Add-on apps for use with Business Central.

You need to describe the development language requirements for Connect apps and Add-on apps.

How should you describe the app language requirements? To answer, move the appropriate app types to the correct descriptions. You may use each app type 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.

MB-820 Question 15

Options:

Buy Now
Questions 16

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.

MB-820 Question 16

Options:

Buy Now
Questions 17

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

Options:

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.

Buy Now
Questions 18

You create a 'Contoso Post" procedure to send an http POST request in JSON format. You publish the procedure to your environment.

You write the following procedure code:

MB-820 Question 18

The procedure does not work as expected.

You need to find and fix all errors in HTTP class usage.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

MB-820 Question 18

Options:

Buy Now
Questions 19

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.

MB-820 Question 19

Options:

Buy Now
Questions 20

A company has a test application.

A user observes the following error messages when running the test:

• "Unhandled Ul: Message'

• "Unhandled Ul: Confirm"

You need to resolve the errors. Which action should you take?

Options:

A.

Create a separate test runner codeunit that has Message Handler and Confirm Handler methods.

B.

Create the Message Handler and Confirm Handler methods in the test runner codeunit.

C.

Create a separate test codeunit that has Message Handler and Confirm Handler methods.

D.

Create the Message Handler and Confirm Handler methods in the test codeunit.

Buy Now
Questions 21

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.

Options:

A.

MB-820 Question 21 Option 1

B.

21

C.

21

D.

21

E.

21

Buy Now
Questions 22

You need to log an error in telemetry when the business process defined in the custom application developed for Contoso, Ltd fails.

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.

MB-820 Question 22

Options:

Buy Now
Questions 23

You need to write an Upgrade codeunit and use the DataTransfer object to handle the data upgrade.

Which solution should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

MB-820 Question 23

Options:

Buy Now
Questions 24

You need to determine why the debugger does not start correctly.

What is the cause of the problem?

Options:

A.

The "userld" parameter must have the GUID of the user specified, not the username.

B.

The "breakOnNext" parameter is not set to -WebServiceClient".

C.

The "userld" parameter is specified, and the next user session that is specified in the 'breakOnNext" parameter is snapshot debugged.

D.

The "executionContext* parameter is not set to "Debug".

Buy Now
Questions 25

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.

Options:

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.

Buy Now
Questions 26

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.

MB-820 Question 26

Options:

Buy Now
Questions 27

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.

MB-820 Question 27

Options:

Buy Now
Questions 28

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.

MB-820 Question 28

Options:

Buy Now
Questions 29

You need to implement the Issue Management module and expose the Postlssue method.

Which four 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: Note than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

MB-820 Question 29

Options:

Buy Now
Questions 30

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.

MB-820 Question 30

Options:

Buy Now
Exam Code: MB-820
Exam Name: Microsoft Dynamics 365 Business Central Developer
Last Update: Dec 13, 2024
Questions: 102

PDF + Testing Engine

$61.25  $174.99

Testing Engine

$47.25  $134.99
buy now MB-820 testing engine

PDF (Q&A)

$40.25  $114.99
buy now MB-820 pdf