Microsoft MB-500 Microsoft Dynamics 365: Finance and Operations Apps Developer Exam Online Training
Microsoft MB-500 Online Training
The questions for MB-500 were last updated at May 10,2025.
- Exam Code: MB-500
- Exam Name: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Certification Provider: Microsoft
- Latest update: May 10,2025
DRAG DROP
You are configuring your developer environment by using Team Explorer.
There are several developers working on a customization.
You need to ensure that all code is checked in and then merged to the appropriate branches.
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.
HOTSPOT
You have a Dynamics 365 Finance and Operations development environment.
You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the next Wholesales.
You need to configure filtering.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You are a Dynamics 365 Finance and Operations developer.
Users are experiencing slower load times for the All Customers form.
You need to update caching for CustTable to improve data retrieval times.
How should you configure CacheLookup properties? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Contoso. Ltd. uses Dynamics 365 Finance. You receive reports of performance issues with the app. You need to use Performance Timer to investigate the issues.
Which URL should you use?
- A . https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer
- B . https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop&mi=VendTableListPage
- C . https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer
- D . https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer
HOTSPOT
You are a Dynamics 365 Finance and Operations developer.
You need to monitor system performance.
Which tools should you use? To answer, select the appropriate option in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
A company uses Dynamics 365 Unified Operations.
You need to implement role-based security for a set of fields in a table.
How should you arrange the security elements? To answer, drag the appropriate security elements to the correct locations. Each element 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
You are a Dynamics 365 Finance and Operations developer.
You need to use the Extensible Data Security (SDS) framework to restrict to the data in the Sales table form based on the customer group and the role of the user.
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.
You are Dynamics 36S Finance developer.
You need to explain the performance advantages of the different concurrency models.
What are three performance advantages of optimistic concurrency control over pessimistic concurrency control? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . One record cannot be selected for update by two different processes at the same time.
- B . Records are locked as soon as they are retrieved from the database.
- C . Records are locked for a shorter length of time.
- D . Fewer resources are used to lock records during updates.
- E . Records remain available for other processes while they are selected from the database.
DRAG DROP
You are a Dynamics 365 Finance and Operations developer.
You have a report in an existing model that connects with the following objects:
✑ in-memory table
✑ data provider class
✑ controller class
✑ contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the extension.
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 are a Dynamics 365 Finance developer.
You need to deploy a new report in a developer 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 . Application Explorer
- B . Package deployment
- C . Solution Explorer
- D . Build Model option
- E . Build project