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 Dec 20,2024.
- Exam Code: MB-500
- Exam Name: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
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.
You need to prepare to deploy a software deployable package to a test environment.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . In Visual Studio, create a Dynamics 365 deployment package and upload the package to the as
- B . In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
- C . In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
- D . In Visual Studio, export the project and upload the project to the asset library.
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.