Exit demo MB-820 Microsoft Dynamics 365 Business Central Developer PDF format · free preview

Microsoft MB-820 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/mb-820.html

Question 1
Drag & drop

DRAG DROP

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.

Question 2
Multiple choice

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 app.json file.

D.

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

E.

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

Question 3
Hotspot

HOTSPOT

You need to create the API page according to the requirements.

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.

Question 4
Hotspot

HOTSPOT

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.

stem image

Question 5
Single choice

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

Which action should you use?

A.

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

B.

PATCH /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/Microsoft.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)/Microsoft.NAV.Copy

Question 6
Drag & drop

DRAG DROP

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.

Question 7
Multiple choice

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.

traces | where timestamp > ago(7d) | where customDimensions has 'RT0008' |
where customDimensions.category !in ('ODataV4', 'ODataV3', 'Api')

B.

traces | where timestamp > ago(7d) | where customDimensions has 'RT0008' |

where customDimensions.category == 'SOAP'

C.

traces | where timestamp > ago(7d) | where customDimensions == 'RT0008' |
where customDimensions.category == 'SOAP'

D.

traces | where timestamp > ago(7d) | where customDimensions has 'RT0008' |
where customDimensions.category != 'ODataV4'

E.

traces | where timestamp > ago(7d) | where customDimensions has 'RT0008' |
where customDimensions.category !in ('ODataV4', 'Api')

Question 8
Single choice

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

What is the cause of the problem?

A.

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

B.

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

C.

The "userId" 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".

Question 9
Single choice

You need to create the access modifier for IssueTotal.

Which variable declaration should you use?

A.

Protected vat IssueTotal: Decimal

B.

Internal var IssueTotal: Decimal

C.

Public var IssueTotal: Decimal

D.

Local var IssueTotal: Decimal

E.

Var IssueTotal; Decimal

Question 10
Drag & drop

DRAG DROP

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.

Showing 10 of 142 questions · Unlock the full set