Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 24.04.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 24.04.2025
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) that will enable users to be able to see the total sales per region. You create a tile named SalesRegion and link the KPI to the tile.
You need to ensure that users can view this tile on a form in the user interface.
What should you do?
- A . Create an extension of the form that will contain the new tile and KPI. Add the tile to the extended form.
- B . Open the form that will contain the new tile. Add the tile to the form.
- C . Create a new workspace. Add the KPI to the workspace from the user interface.
DRAG DROP
A company uses Dynamics 365 Finance.
The company plans to send banking information by using Electronic reporting (ER).
You need to create an ER data model.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
DRAG DROP
A company uses Dynamics 365 Finance. The company is implementing an independent software vendor (ISV) solution.
You overlay the ISV code to add functionality to the solution.
You need to configure code compare options.
Which code compare option should you use? To answer, drag the appropriate code compare options to the correct scenarios. Each code compare 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.
You are training a new Dynamics 365 Finance developer.
You need to recommend where asynchronous integrations should be used instead of synchronous integrations.
For which scenario should you recommend asynchronous integration?
- A . A warehouse wants to track movement of all inventory from scanners to the system.
- B . A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.
- C . A company uses an on-premises inventory management system that needs to receive sales order data every hour throughout the day.
- D . A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service.
A company uses Dynamics 365 Finance.
You must add fields to a standard table in Visual Studio.
You need to create an extension of the table.
What should you do?
- A . Create a table extension from the base table.
- B . Create an extension class for the base table.
- C . Create a new table object in the project.
- D . Drag the table from the AOT to the project.
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 must extend the class SalesLineType and add a new method that returns the day of week for the system’s current date as an integer value.
You need to create a class that extends SalesLineType and adds the new method.
Solution: You create the following code:
Does the solution meet the goal?
- A . Yes
- B . No
A company uses Dynamics 365 Finance.
You are customizing elements for the extended data types (EDTs) shown in the following table.
You have a Table named WorkCalendar. The table has a column named BasicCalendarlD that uses the BasicCalendariD EDT. You need to increase the length of the column by using an extension.
Solution: Create a derived EDT for BasicCalendarlD.
Does the solution meet the goal?
- A . Yes
- B . No
The warehouse manager at Contoso, Ltd. wants to display a tile in the user interface that will show total RAFs per hour.
You need to create a key performance indicator (KPI) that meets these requirements.
What two components should you create? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . aggregate dimensions
- B . data entity
- C . aggregate measurements
- D . TempDB table
An error message displays when a user tries to save an outgoing electronic reporting document. You need to ensure that the document format supports electronic reporting.
Which three formats can you use? Each correct answer presents a complete solution NOTE: Each correct selection is worth one point.
- A . OPENXML
- B . XML
- C . JSON
- D . Microsoft Excel workbook
- E . Microsoft Word document
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 a display menu item. Add the menu display item to the form button and then link the report to the display menu item.
Does the solution meet the goal?
- A . Yes
- B . No