Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 23.04.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 23.04.2025
HOTSPOT
You are creating entities that will have unmapped fields.
You need determine which types of unmapped fields to use.
Which field types should you use? To answer, drag the appropriate field types to the correct requirements. Each field type 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.
A company uses Dynamics 365 for its supply chain operations.
A client wants to ensure current processes do not break when the client receives Microsoft updates for Dynamics 365 finance and operations apps.
The company has no development capabilities.
You need to build the scenarios to automate the process by using the Regression suite automation tool (RSAT).
Which file type should you include to run the scenarios?
- A . Business events schema
- B . Security customization
- C . Test automation/parameter
- D . SysTest frame work
HOTSPOT
You create the following cloud-based Dynamics 365 Finance environments:
A developer creates code extensions in the Development environment. The developer checks the code changes into an Azure DevOps branch.
You need to deploy the code changes to the Standard Acceptance Test environment.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You create a bring your own database (BYOD) entity that includes four tables.
You need to configure change tracking for specific fields in the entity.
Which option should you enable?
- A . custom query
- B . entire entity
- C . entity export
- D . primary table
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 have an enumeration named truckStatus that has the following statuses:
✑ Empty
✑ Loaded
✑ Completed
You have the following code:
You need to extend this enumeration and add the following statuses to the enumeration:
Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.
Does the solution meet the goal?
- A . Yes
- B . No
Note: This question is part of a scries 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 create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Details Master pattern.
Does the solution meet the goal?
- A . Yes
- B . No
DRAG DROP
A company is creating custom functionality to manage rentals by using Dynamics 365 Supply Chain Management.
You need to create menu items for the following business processes:
• Create new rental in a form grid.
• View a list of all rental assets in an interactive form.
• Create late fee charges once a week based on unreturned items. You need to create the menu items.
Which menu item types should you use? To answer, drag the appropriate menu item types to the correct business process. Each menu item type 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 Supply Chain Management.
You need to monitor system performance.
Which tool should you use? To answer, drag the appropriate tools to the correct requirements. Each 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.
A company uses Dynamics 365 Finance.
You have two tables as shown:
When an employee is deleted from EmplTable, the corresponding bank account information must automatically be deleted from EmplBankAccount.
You need to ensure that the requirement is met
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Select the foreign key relation properties from EmplBankAccount.
- B . Set the value of the OnDelete property to Restricted.
- C . Set the value of the OnDelete property to Cascade.
- D . Select the foreign key relation properties from EmplTable.
A company uses Dynamics 365 Finance.
You have two tables as shown:
When an employee is deleted from EmplTable, the corresponding bank account information must automatically be deleted from EmplBankAccount.
You need to ensure that the requirement is met
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Select the foreign key relation properties from EmplBankAccount.
- B . Set the value of the OnDelete property to Restricted.
- C . Set the value of the OnDelete property to Cascade.
- D . Select the foreign key relation properties from EmplTable.