Microsoft MB-500 Practice Exams
Last updated on Apr 01,2025- Exam Code: MB-500
- Exam Name: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Certification Provider: Microsoft
- Latest update: Apr 01,2025
HOTSPOT
A company uses Dynamics 365 Finance and Dynamics 365 Supply Chain Management. The company wants to use new functionality that relates to purchase requisitions.
You need to promote the new functionality to a test environment.
What should you do? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You need to create the new table for the vendor exclusion list.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
What type of form extension allows the addition of a new data source?
- A . Table extension
- B . Form part extension
- C . Form extension
- D . Data entity extension
A company is implementing Dynamics 365 finance and operations apps.
The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure.
You need to create the custom business events within a development environment.
Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Business EventsContractField
- B . BusinessEvent
- C . BusinessEventsContract
- D . Business Events Base
DRAG DROP
A company uses Dynamics 365 Commerce for sales and distribution operations.
The following reporting changes are required based on feedback from user acceptance testing:
• Add a field to a business document template.
• Adjust the location of the customer address on an SSRS report.
You need to implement the changes.
Which development tools should you use? To answer, drag the appropriate development tools to the correct requirements. Each development tool 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 Commerce for sales and distribution operations.
The following reporting changes are required based on feedback from user acceptance testing:
• Add a field to a business document template.
• Adjust the location of the customer address on an SSRS report.
You need to implement the changes.
Which development tools should you use? To answer, drag the appropriate development tools to the correct requirements. Each development tool 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.
HOTSPOT
You are a Dynamics 365 Finance developer.
You need to add a new status named InTransit to the SalesTable.SalesStatus field and use the status in code.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
A company is implementing Dynamics 365 Supply Chain Management
The company must import initial business document management templates to act as a start for future business documents. The templates must be configured to work with print management.
No templates or configurations have been set up for the implementation.
You need to select and configure templates for printing.
Which solution components should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You need to design integrations for the freight processing source system
Which integration strategies should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is with one point.
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:
You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
Which value should you use for the OnDelete property?
- A . None
- B . Cascade
- C . Cascade + Restricted
- D . Restricted