ExamGecko
Home / Microsoft / MB-820 / List of questions
Ask Question

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

List of questions

Question 51

Report
Export
Collapse

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.


Microsoft MB-820 image Question 51 103314 10052024010327000
Correct answer: Microsoft MB-820 image answer Question 51 103314 10052024010327000
asked 05/10/2024
frederic dohen
36 questions

Question 52

Report
Export
Collapse

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.

Microsoft MB-820 image Question 52 103315 10052024010327000000

Microsoft MB-820 image Question 52 103315 10052024010327000
Correct answer: Microsoft MB-820 image answer Question 52 103315 10052024010327000
asked 05/10/2024
Garvey Butler
44 questions

Question 53

Report
Export
Collapse

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.

Integer for the N on-conformity Number field

Integer for the N on-conformity Number field

Date Time for the Non-Conformity Date field

Date Time for the Non-Conformity Date field

Char for the Non-Conformity Number field

Char for the Non-Conformity Number field

Date for the Non-Conformity Date field

Date for the Non-Conformity Date field

Code for the Non-Conformity Number field

Code for the Non-Conformity Number field

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.

asked 05/10/2024
adnan ayyash
43 questions

Question 54

Report
Export
Collapse

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.


Microsoft MB-820 image Question 54 103317 10052024010327000
Correct answer: Microsoft MB-820 image answer Question 54 103317 10052024010327000
asked 05/10/2024
Ted Kang
37 questions

Question 55

Report
Export
Collapse

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.


Microsoft MB-820 image Question 55 103318 10052024010327000
Correct answer: Microsoft MB-820 image answer Question 55 103318 10052024010327000
asked 05/10/2024
PKE Holding AG Leitgeb
36 questions

Question 56

Report
Export
Collapse

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.


Microsoft MB-820 image Question 56 103319 10052024010327000
Correct answer: Microsoft MB-820 image answer Question 56 103319 10052024010327000
asked 05/10/2024
Christopher Castillo
35 questions

Question 57

Report
Export
Collapse

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?

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

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

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

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

Extend the base application permission set and configure the ExcludedPermissionSets property

Extend the base application permission set and configure the ExcludedPermissionSets property

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

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

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

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

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.

asked 13/10/2024
Rolf Johannesen
43 questions

Question 58

Report
Export
Collapse

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.


Microsoft MB-820 image Question 58 120310 10132024090839000
Correct answer: Microsoft MB-820 image answer Question 58 120310 10132024090839000
asked 13/10/2024
Siegfried Paul
33 questions

Question 59

Report
Export
Collapse

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.


Microsoft MB-820 image Question 59 120311 10132024090839000
Correct answer: Microsoft MB-820 image answer Question 59 120311 10132024090839000
asked 13/10/2024
Adrien Gallais
38 questions

Question 60

Report
Export
Collapse

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:

Microsoft MB-820 image Question 60 120312 10132024210839000000

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.

Change the server Instance parameter to TEST

Change the server Instance parameter to TEST

Add the port: 7149 parameter.

Add the port: 7149 parameter.

Change the name parameter to TEST.

Change the name parameter to TEST.

Change the authentication parameter to UserPassword.

Change the authentication parameter to UserPassword.

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

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

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.

asked 13/10/2024
Pradap Singh
32 questions
Total 113 questions
Go to page: of 12
Search

Related questions