Big Winter Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Microsoft MB-820 Practice Exam with Questions & Answers | Set: 3

Questions 21

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

Microsoft MB-820 Premium Access
Questions 22

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?

Options:
A.

Normal attribute

B.

Handler method

C.

Test attribute

Questions 23

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.

MB-820 Question 23

Options:
Questions 24

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.

A company plans to optimize its permission sets.

The company has the following permission sets:

MB-820 Question 24

You need to provide the following implementation for a third permission set:

• Create a new Permission Set C that is a composite of Permission Set A and Permission Set B.

• Assign Permission Set C to a user.

You need to ensure that the user has only read access to the Job table.

Solution: Set the Excluded Permission Sets property to Permission Set B.

Does the solution meet the goal?

Options:
A.

Yes

B.

No

Questions 25

A company uses Business Central Users in DepartmentA are assigned a base application permission set.

The company observes that Departments can display a critical page that should be unavailable to the department.

You need to resolve the system control issue.

What should you do?

Options:
A.

Create a different role center page that excludes the critical page and assigns it to the users.

B.

Extend the base application permission set and configure the Included PermissionSets property.

C.

Extend the base application permission set and configure the ExcludedPermissionSets property

D.

Create an entitlement object that excludes the base application permission set.

E.

Create a permission set object that excludes the critical table and assigns it to the users.

Questions 26

A company is setting up a custom telemetry trace signal to send traces on failed customer statement emails.

MB-820 Question 26

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

MB-820 Question 26

Options:
Questions 27

You need to provide the endpoint to the PMS provider for the RoomsAPI page.

How should you complete the API page endpoint? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

MB-820 Question 27

Options:
Questions 28

You need to populate the Incident Date and Status fields in the Room Incident table.

Which instructions or trigger should you use? To answer, select the appropriate options in the answer area

NOTE: Each correct selection is worth one point

MB-820 Question 28

Options:
Questions 29

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 29

Options:
Questions 30

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.