Microsoft MB-500 Practice Test - Questions Answers, Page 23
List of questions
Related questions
HOTSPOT
You are designing a new layout for the Vendor Payment Advice report. You add fields to the table that the report uses.
The design must include the new fields.
You need to ensure the standard Payment Advice report always uses the new design.
Which class should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
A company is implementing Dynamics 365 finance and operations apps.
The company must test its native Dynamics 365 finance and operations apps by using multiple values.
You need to create a test case within a development environment.
Which attribute should the test case use?
SysTestRowlnactive
SysTestCategory
SysTestRow
DRAG DROP
You are a Dynamics 365 Finance developer.
A long-running process times out in the system.
You need to implement the asynchronous framework to resolve this issue.
Which class runAsync method should you use for each use case? To answer, drag the appropriate classes to the correct use cases. Each class may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
A company is implementing Dynamics 365 finance and operations apps.
The company must functionally test its native Dynamics 365 finance and operations apps with specific data values.
You need to add specific values on test data within a development environment.
Which two fluent setter methods can you use to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
post<CoandParaterUame>
for<ComntandParBTeterNate>
set<ComandParaweterfJatie>
create<ComandParameterHane>
save<ComanndParametername>
DRAG DROP
A company uses Dynamics 365 Finance.
You create two methods in a class:
* MethodA is called only from the class. MethodA is not called from other locations in the code. Within MethodA, you must access class variables.
* MethodB is called from other places in the app. MethodB does not need to instantiate the class or access the class variables.
You need to implement the methods.
Which method types should you use? To answer, drag the appropriate method types to the correct methods. Each method type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
DRAG DROP
A company plans to implement Dynamics 365 Finance.
The company is unsure whether to use a cloud implementation or an on-premises implementation.
You need to determine the features that you can use for each implementation.
Which feature can you use? To answer, drag the appropriate features to the correct implementation types. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
DRAG DROP
A company uses Dynamics 365 finance and operations apps. The company plans to integrate third-party products with Dynamics 365 Finance.
You need to select the appropriate data integration option for each scenario.
Which data integration option should you select? To answer, drag the appropriate data integration options to the correct scenarios. Each data integration option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
HOTSPOT
You are a Dynamics 365 Finance developer. You check out elements from version control in order to make modifications.
You need to check in the modified elements to version control.
What should you do? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
DRAG DROP
A company is implementing Dynamics 365 Finance.
You are extending the standard fixed asset functionality to develop a new feature.
You need to select the appropriate components for the solution.
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Add the MUV element to the CarType base enumeration.
Does the solution meet the goal?
Yes
No
Question