Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 06.05.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 06.05.2025
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?
- A . SysTestRowlnactive
- B . SysTestCategory
- C . SysTestRow
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?
- A . SysTestRowlnactive
- B . SysTestCategory
- C . SysTestRow
DRAG DROP
A company plans to deploy Dynamics 365 Unified Operations.
You need to recommend deployment options for the company.
What should you recommend? To answer, drag the appropriate deployment options to the correct application requirement. Each deployment 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. NOTE: Each correct selection is worth one point.
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.
A company uses Dynamics 365 finance and operations apps.
The company must implement the Excel Add-in to allow for data modification outside of Dynamics 365 finance and operations apps.
The company must modify the standard fields displayed for a particular entity to include additional columns.
You need to add the additional columns.
Which field group should you add the columns to?
- A . AutoBrowse
- B . AutoSummary
- C . AutoLookup
- D . AutoReport
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. Create an extension for the CarType base enumeration to add the MUV element.
Does the solution meet the goal?
- A . Yes
- B . No
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 developing a form for Dynamics 365 Finance.
You need to add a button that allows users to run a report.
Solution: Create an output menu item. Add the output menu item to the form button and then link the report to the output menu item.
Does the solution meet the goal?
- A . Yes
- B . No
DRAG DROP
You are working on a project that uses out-of-the-box OData endpoints and custom web services.
HTTP calls must be used to retrieve data and perform operations with minimal development effort.
All integration calls must be automated so that no user interaction is required once they are configured.
The following operations must be created:
• Obtain a list of customers from a customer group.
• Post a sales order invoice.
• Obtain a vendor balance.
You need to design the integrations.
Which integration endpoint should you use for each requirement? To answer, move the appropriate integration endpoints to the correct requirements. You may use each integration endpoint once, more than once, or not at all You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
DRAG DROP
You use Dynamics 365 Finance.
You must loop through the customers table and display in the Ul the customer account numbers that meet the following requirements:
• Include the first 100 customers.
• The account numbers must be greater than 1.000.
• Order the results from larger to smaller by the customer account number.
You need to write the SQL statement by using SQL in X++.
Which four statements should you include in sequence;1 To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.
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.
NOTE; Each correct selection is worth one point.