ExamGecko
Home Home / Microsoft / MB-820

Microsoft MB-820 Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











HOTSPOT

You need to create the codeunit to read the POS terminal APIs.

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 51
Correct answer: Question 51

HOTSPOT

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.

Question 52
Correct answer: Question 52

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

A.

Integer for the N on-conformity Number field

Answers
B.

Date Time for the Non-Conformity Date field

B.

Date Time for the Non-Conformity Date field

Answers
C.

Char for the Non-Conformity Number field

C.

Char for the Non-Conformity Number field

Answers
D.

Date for the Non-Conformity Date field

D.

Date for the Non-Conformity Date field

Answers
E.

Code for the Non-Conformity Number field

E.

Code for the Non-Conformity Number field

Answers
Suggested answer: D, E

Explanation:

In Business Central, fields in tables are assigned specific data types that determine the kind of data they can store. For the Non-conformity table mentioned in the case study, the following data types should be used:

Date for the Non-Conformity Date field: This is because the Non-conformity Date field is required to store only the date when the non-conformity was recorded. The Date data type is appropriate for storing dates without times.

Code for the Non-Conformity Number field: The Non-conformity Number field is described to use alphanumeric values with a format that includes 'NC' and the year, like 'NC24-001'. In Business Central, the Code data type is used for fields that store alphanumeric keys. It is a text field with a limited length, which makes it suitable for number series that contain letters and numbers.

Other options are not suitable:

A) Integer for the Non-conformity Number field: This would not be appropriate because the Non-conformity Number includes alphanumeric characters and not just integers.

B) DateTime for the Non-Conformity Date field: This is not correct because there is no requirement to store the time alongside the date.

C) Char for the Non-Conformity Number field: Char data type is not typically used in Business Central for number series or identifiers. The Code data type is preferred for this purpose.

HOTSPOT

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.


Question 54
Correct answer: Question 54

HOTSPOT

You plan to create a table to hold client data.

You have the following data integrity requirements:

* Lookups into other records must be established.

* Validate if a record exists in a destination record.

You need to select the table field property to use for each requirement.

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

NOTE: Each correct selection is worth one point.


Question 55
Correct answer: Question 55

HOTSPOT

You are writing a procedure to block all inventory items with numbers that do not start with the letter S.

You need to complete the procedure.

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

NOTE: Each correct selection is worth one point.


Question 56
Correct answer: Question 56

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?

A.

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

A.

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

Answers
B.

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

B.

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

Answers
C.

Extend the base application permission set and configure the ExcludedPermissionSets property

C.

Extend the base application permission set and configure the ExcludedPermissionSets property

Answers
D.

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

D.

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

Answers
E.

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

E.

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

Answers
Suggested answer: E

Explanation:

Permission sets control access to objects (such as pages, tables, reports) in Business Central. By creating a new permission set that specifically excludes the critical table (or page) and assigning this permission set to the users in Department A, you can prevent them from accessing the page.

Option A (creating a different role center page) is incorrect because role centers control the user interface, but do not directly restrict access to specific pages or tables.

Option B and Option C (extending the base application permission set) are not the best options because extending permission sets typically involves adding permissions, not removing access. The question requires restricting access to a critical page, so simply including or excluding permission sets won't solve the issue at the table or page level.

Option D (creating an entitlement object) is not relevant here, as entitlements are used in more complex licensing scenarios or environments.

Summary:

Creating a permission set object that specifically excludes access to the critical table or page and assigning it to the users will solve the problem effectively.

HOTSPOT

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.


Question 58
Correct answer: Question 58

HOTSPOT

You are creating a new Business Central report.

You plan to use triggers and functions to dynamically create a dataset and control the report behavior.

You must provide the following implementation.

* Run when the report is loaded.

* Run when the data item is iterated for the last time.

* Skip the rest of the report.

You need to select the triggers and functions for the report.

Which triggers and functions should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 59
Correct answer: Question 59

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

A.

Change the server Instance parameter to TEST

Answers
B.

Add the port: 7149 parameter.

B.

Add the port: 7149 parameter.

Answers
C.

Change the name parameter to TEST.

C.

Change the name parameter to TEST.

Answers
D.

Change the authentication parameter to UserPassword.

D.

Change the authentication parameter to UserPassword.

Answers
E.

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

E.

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

Answers
Suggested answer: A, B

Explanation:

You are working on an on-premises Business Central instance and unable to download symbols for a new AL project. The current configuration in launch.json does not allow you to download symbols, and you need to make corrections.Key Points in the Scenario:Instance name is TEST.Developer services port is 7149.Windows authentication is being used.Answer:s:A . Change the server Instance parameter to TEST.The serverInstance parameter must match the name of the Business Central instance, which is TEST in this scenario. You need to modify this to reflect the correct instance name.B . Add the port: 7149 parameter.Since the developer services are using port 7149, you need to specify this in the launch.json file by adding the port parameter with the value 7149.Incorrect Options:C . Change the name parameter to TEST: The name parameter is just a label and does not affect downloading symbols, so changing this won't help.D . Change the authentication parameter to UserPassword: The authentication method is already set to Windows, which is valid for this scenario. Changing it to UserPassword is unnecessary unless specified by the system.E . Check which server the instance is installed on and replace http://localhost with the correct IP address: Since the server is on the same machine as Visual Studio Code (as specified), localhost is correct.

Total 98 questions
Go to page: of 10