Free Microsoft MB-500 Exam Actual Questions

The questions for MB-500 were last updated On Nov 7, 2024

Question No. 1

A company is implementing Dynamics 365 finance and operations apps.

The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure.

You need to create the custom business events within a development environment.

Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Answer Hide Answer
Correct Answer: C, D

Question No. 2

You need to set up the recurring data integration to pull data from the SFTP site into Dynamics 365 Finance Which API architecture type should you use?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?

Show Answer Hide Answer
Correct Answer: A

A list page presents a set of data on a user interface that is optimized so that you can browse records, find the right record, and then take an action upon that record. The list page lets the user search, filter, and sort the data. FactBoxes on the right side of the grid show related data for the active record. Actions that are relevant to the record are located on the ActionPane at the top of the page.

Scenario: You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination. The solution must meet the following requirements:

Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.

Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.

Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.


https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/list-page-form-pattern

Question No. 4

A company uses Dynamics 365 Finance. You implement an abstract class named Car. The Car class has the following:

* A real member called weight that is used to store the weight of the car.

* An abstract getWeight method that returns the value of the weight member.

The Car class code is:

You must create a child class named BigCar.

You need to implement the Car class by using the BigCar child class.

Which code segment should you use?

A.

B.

C.

D.

Show Answer Hide Answer
Correct Answer: C

Question No. 5

You have a table in which multiple properties must be changed. Multiple table properties are locked down at

the base table and must not be overwritten.

You need to modify the table properties by extending the table.

Which table property can you populate in a table extension by using the property sheet?

Show Answer Hide Answer
Correct Answer: D

You can now modify the following properties through the property sheet:

Modified Date Time

Created By

Created Date Time

Modified By

Country Region Codes


https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties