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

Microsoft MB-500 Practice Test - Questions Answers, Page 12

List of questions

Question 111

Report
Export
Collapse

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.

You have an enumeration named truckStatus that has the following statuses:

Empty

Loaded

Completed

You have the following code:

Microsoft MB-500 image Question 33 102592 10052024010131000000

You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.

Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.

Microsoft MB-500 image Question 33 102592 10052024010131000000

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: A
asked 05/10/2024
Hemanth Gangabattula
38 questions

Question 112

Report
Export
Collapse

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.

You are adding a new field to the SalesTable form.

You must use an extension to add a status field onto the form.

You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.

Solution: Navigate to the user interface forms node for the SalesTable form and modify the form.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: B

Explanation:

Instead navigate to the user interface forms section for the SalesTable form and create an extension.

Note: In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.

Reference:

https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/

asked 05/10/2024
Sari Bukhari
33 questions

Question 113

Report
Export
Collapse

HOTSPOT

A company is implementing Dynamics 365 Finance. Vendors receive a risk rating that is determined by their on-time delivery performance as well as their credit rating.

You need to implement the following risk rating functionality:

The risk rating must accompany the credit rating when the credit rating is used.

The risk rating must be able to be used in other areas of the solution to determine processing outcomes.

The risk rating must consist of the following values:

1 = Good 2 = Medium 3 = Risky

The risk rating must be displayed in the Miscellaneous Details tab below the Credit Rating and Credit Limit fields in the Vendor form.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Microsoft MB-500 image Question 113 102594 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 113 102594 10052024010131000

Explanation:

Box 1: Create a new enum base data type.

An enum is a list of literals.

Box 2: Create a table extension

After base enums and EDTs are created, they are usually added to a table to enable data capture.

Box 3: Use a field group

Field and Field Groups is the most common data entry subpattern and uses a dynamic number of columns to present multiple fields or groups of fields.

The group controls within this pattern can be used either to group fields under a label or to bind to a table field group.

Reference:

https://docs.microsoft.com/en-us/learn/modules/build-edt-enums-finance-operations/

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/fields-field-groups-subpattern

asked 05/10/2024
Arash Rind
42 questions

Question 114

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You need to create an extension class.

Which action should you perform?

Mark the class as final.

Mark the class as final.

Add the class buffer as the first parameter.

Add the class buffer as the first parameter.

Add the suffix .extension to the file name.

Add the suffix .extension to the file name.

Add the suffix _myextension to the file name.

Add the suffix _myextension to the file name.

Suggested answer: A

Explanation:

Extension classes are final classes that are adorned with the ExtensionOf attribute and that also have a name that has the _Extension suffix.

Because the classes are instantiated by the runtime system, it's not meaningful to derive from the extension class. Therefore, the extension class must be marked as final.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc

asked 05/10/2024
Evelina Turco
34 questions

Question 115

Report
Export
Collapse

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.

You must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value.

You need to create a class that extends SalesLineType and adds the new method.

Solution: You create the following code:

Microsoft MB-500 image Question 37 102596 10052024010131000000

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: B
asked 05/10/2024
Petya Pavlova
43 questions

Question 116

Report
Export
Collapse

You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

Microsoft MB-500 image Question 38 102597 10052024010131000000

You plan to modify properties of the EDTs by using an extension.

You need to determine which operations can be performed.

Which operation is possible?

Create an extension for AccountBase and decrease the field size.

Create an extension for AccountBase and decrease the field size.

Create a derived EDT for AccountBase and increase the field size.

Create a derived EDT for AccountBase and increase the field size.

Create an extension for AccountId and increase the field size.

Create an extension for AccountId and increase the field size.

Create an extension for AccountBase and modify the Form Help property.

Create an extension for AccountBase and modify the Form Help property.

Suggested answer: D

Explanation:

asked 05/10/2024
sheldan simeina
36 questions

Question 117

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You need to deploy a new report in a development environment.

From which two locations can you deploy the report? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Package deployment

Package deployment

Build project

Build project

Application Explorer

Application Explorer

Solution Explorer

Solution Explorer

Build Models options

Build Models options

Suggested answer: A, D

Explanation:

A: An AOT package is a deployment and compilation unit of one or more models that can be applied to an environment. It includes model metadata, binaries, reports and other associated resources.

D:

Microsoft MB-500 image Question 1 explanation 102615 10052024010131000000

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/create-apply-deployable-package

asked 05/10/2024
Michael Costello
36 questions

Question 118

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You need to initialize an embedded Microsoft Power BI report.

Which code segment should you add to the form initialization method?

addReportControl(formGroupControl)

addReportControl(formGroupControl)

initializeReportControl(WorkspaceName, FormGroup)

initializeReportControl(WorkspaceName, FormGroup)

initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)

initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)

deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)

deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)

Suggested answer: B

Explanation:

PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/add-analytics-tab-workspaces?toc=%2Ffin-and-ops%2Ftoc.json

asked 05/10/2024
Debaparna Bandyopadhyay
39 questions

Question 119

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You need to create a key performance indicator (KPI) that shows total sales by region.

Which two objects should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

dimension for region

dimension for region

dimension for total sales

dimension for total sales

aggregated view for total sales

aggregated view for total sales

measure for region

measure for region

measure for total sales

measure for total sales

Suggested answer: B, E

Explanation:

An aggregate measurement is a model that contains a collection of measures together with their corresponding dimensions. Measures are aggregate numbers, such as Total Sales or Number of Orders. Dimensions are slicers, such as Product, Vendor, or Customer, that help you analyze the measure. For example, the measure of Total Sales isn't useful unless it can be sliced by Product, Region, and Customer.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/analytics

asked 05/10/2024
Jailson Batista
35 questions

Question 120

Report
Export
Collapse

The warehouse manager at Contoso, Ltd. wants to display a tile in the user interface that will show total RAFs per hour.

You need to create a key performance indicator (KPI) that meets these requirements.

What two components should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

aggregate dimensions

aggregate dimensions

data entity

data entity

aggregate measurements

aggregate measurements

TempDB table

TempDB table

Suggested answer: B, C

Explanation:

When you have completed modeling the aggregate measurement, you can deploy the aggregate measurement and continue with building KPIs and visualizations. You have 2 deployment choices: Stage in Entity Store

In-memory real-time Note: RAF = report as finished

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/model-aggregate-data

asked 05/10/2024
Jonathan McGurgan
34 questions
Total 281 questions
Go to page: of 29
Search

Related questions