Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 07.05.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 07.05.2025
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
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
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.
- A . Create a new model that builds into its own separate assembly.
- B . Reference the Application Foundation package when creating the extension model.
- C . Create a new model that is part of an existing package.
- D . Assign the model to the USR layer.
- E . Create an extension class that references the Application Foundation.
DRAG DROP
You are working on the data structures for the company’s implementation.
You need to ensure that the data from the source system is mapped into the new staging table and can be used for synchronous and asynchronous integrations.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
You need to resolve the issue for UserB.
Which framework should you use?
- A . SysExtension
- B . SysOperationSandBox
- C . SysOperation
- D . RunBaseBatch
You are a Dynamics 365 Finance and Operations developer.
You need to deploy a new report in a development environment.
From which two locations can you deploy the report? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Package deployment
- B . Build project
- C . Application Explorer
- D . Solution Explorer
- E . Build Models options
A company uses Dynamics 365 Finance.
Two processes attempt to update the same customer record at the same time. One of the updates fails.
You need to resolve the issue by overriding the table concurrency model.
Which Select statement should you use?
- A . select firstonly optimisticLock custTable where custTable.AccountNum — "©eoeei’j
- B . select flrstonly forupdate CustTable where CustTable.AccountNum ‚000001*;
- C . select firstonly pessimisticlock custTable where CustTable. AccountNum — ‚000001*;
- D . select firstonly firstFest custTable where custTable.AccountNum — ‚000001‘;
DRAG DROP
A company uses Dynamics 365 Finance.
The company needs to Hack deletions of purchase order header records only.
You need to enable the change tracking.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
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 adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.
You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.
Solution: Navigate to the user interface forms section for the SalesTable form and create an extension.
Does the solution meet the goal?
- A . Yes
- B . No
DRAG DROP
A company uses Dynamics 365 finance and operation apps.
The company must create test cases by using the SysTest framework.
The test cases must meet the following requirements:
• All insert statements must be tracked and deleted during cleanup.
• Transactions must be rolled back using SQL save points.
You need to select the TestTransactionMode options to use.