Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 Exam Questions

Page: 1 / 14
Total 316 questions
Question 1

You are developing a customization for Dynamics 365 Finance.

The customization must extend objects from the Application Foundation package.

You need to create and configure a new model for the customization.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : A, E


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

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/model-split

Question 2

A company uses Dynamics 365 Finance

You implement the Insert method for a table you create. The class must meet the following requirements:

* If FieldA is equal to 'Hello." then FieldB must save the integer value 10.

* If FieldA is equal to "World," then FieldB must save the integer value 20.

* Otherwise FieldB must save the integer 0.

You need to implement the code

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A)

B)

C)

D)



Answer : A


Question 3

You are a Dynamics 365 Finance developer. You create a class.

You need to mark the class to ensure that when code is compiled, the process fails if a specific method is called in the source code.

Which attribute should you use?



Answer : C

One use of the SysObsoleteAttribute class is to notify the compiler that the compile should fail if a particular method is called in the source code. The compiler rejects the compile, and displays the specific message that is stored in this use of the attribute.


https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-attribute-classes

Question 4

You are a Dynamics 365 Finance developer.

You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.

You need to create an extension class.

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : C, D


https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/validations-defaults-unmapped-fields

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

Question 5

You need to implement the migration requirements.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : B, D

Scenario: Implement the Excel integration for the Vendor Exclusion List form.

B: By opening entity data in Excel, you can quickly and easily view and edit the data by using the Excel add-in.


https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/office-integration/use-excel-add-in

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

Question 6

A company uses Dynamics 365 Finance.

The company deploys a custom table named LoyaltyCustomerTable. The table has a 1:1 relationship with a table named CustTable. Both tables contain a unique field named AccountNum and share the same dat

a. Using event handlers, all edits to CustTable are reflected within LoyaltyCustomerTable.

The LoyaltyCustomerTable data is maintained by using the LoyaltyCustomerTable form. This form selects all data from both LoyaltyCustomerTable and CustTable and displays the records sorted by LoyaltyCustomerTableAccountNum.

LoyaltyCustomerTable was mistakenly created with no indexes. A significant delay occurs when users open the LoyaltyCustomerTable form.

You need to improve performance by creating an index.

Which method should you use?



Answer : C


Question 7

A company uses Dynamics 365 Supply Chain Management.

You are performing a review of the code that returns the total sum of transactions for all customers in customer group 10. You observe that the following query takes a long time to complete.

You need to modify the query to optimize performance.

Which code segment should you use?

A.

B.

C.

D.



Answer : B


Page:    1 / 14   
Total 316 questions