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

Page: 1 / 14
Total 304 questions
Question 1

A company is implementing Dynamics 365 finance and operations apps.

The company must test the custom enhancements for its native Dynamics 365 finance and operations apps.

You need to create a test case within a development environment.

Which base class should the test class extend?



Answer : B


Question 2

You are working with extended data types in Visual Studio.

You need to create an extension of an Extended Data Types (EDT) that is derived from base data types. Which three properties can be modified? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.



Answer : A, B, E

String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions.

Labels and Help text properties can be changed by an extension, but only one value can remain.


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

Question 3

You add a new field in an extension to the SalesTable table in Dynamics 365 Finance.

You must test the field in the SalesTable form to ensure that you can enter data from the UI. When you open the form in the browser, you receive a SQL error.

You need to resolve the issue.

What should you do?



Answer : D


Question 4

You ate Dynamics 365 Finance developer.

You need lo initialize an embedded Microsoft Power Bl report.

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

A.

B.

C.

D.



Answer : D


Question 5

You create a method that uses the Async framework.

You need to capture the result of calling the Async method.

Which three elements should you include in the signature or parameters of the result method? Each correct answer presents part of the solution. Choose three.

NOTE: Each correct selection is worth one point.



Answer : C, D, E


Question 6

You need to update the CashDisc report to meet the requirements.

What should you do?



Answer : B


Question 7

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:

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.

Does the solution meet the goal?



Answer : A


Page:    1 / 14   
Total 304 questions