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
You are a Dynamics 365 Finance developer.
You make changes to an existing class.
You need to compare the code that is in source control with the updated class. In Visual Studio, you display Team Explorer.
What are three possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . In Team Explorer, select Compare with Latest Version.
- B . In Team Explorer, select Compare with Workspace Version.
- C . In Team Explorer, select Compare Files.
- D . Run the tf diff command.
- E . Run the vsdiffmerge command.
HOTSPOT
You are implementing record-level security by using Extensible Data Security (XDS) in Dynamics 365 Finance.
Users must be permitted to view sales orders only from customers they manage.
You need to configure the CustGroup form.
Which options should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You are creating a new form in Visual Studio.
You need to apply the Simple List pattern and apply the pattern to a form.
What are the two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Use the Application Object Tree (AOT).
- B . Use the designer.
- C . Use form statistics.
- D . Use metadata properties.
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.
A company is automating manual processes in the Dynamics 365 finance and operations apps.
The company has the following batch groups and priorities configured:
The batch processes run during the following times of day:
The company requires a process that meets the following requirements:
• Runs every weekday.
• Runs outside of work hours.
• Runs with at least a high priority.
You need to automate the manual process.
Solution: Create a batch job to have an active period of AFTERHOURS and a batch job recurrence of Daily. Set the batch job to run as part of BATCHGROUP2.
Does the solution meet the goal?
- A . Yes
- B . No
You need to add new fields to the table for the Inventory Status form to represent the product name and batch ID.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE Each correct selection is worth one point.
- A . Drag the EcoResProductName and inventBatchiD extended data types (EDTs) from the Application Object Tree (AOT) to the table. Rename the fields appropriately,
- B . Right-click the newly created table and add two new base enumerations to the table. Rename the new enumerations Product Name and Batch ID respectively.
- C . Right-click the newly created table. Add two new string fields to the table. Rename one string field to Product Name and rename the other to Batch ID. Change the property of the fields to the appropriate EDTs.
- D . Right-click the newly created table in the designer Add a string field named Product Name to the table. Add an enumeration named Batch ID to the table.
A company is implementing Dynamics 365 finance and operations apps.
The company must test the custom enhancements for its native Dynamics 365 finance and operations apps.
You need to create a test case within a development environment.
Which base class should the test class extend?
- A . SysTestSuite
- B . SysTestCase
- C . SysTestExecute
- D . SysTest
A company uses Dynamics 365 finance and operations apps.
A customer wants to ensure future customizations or application upgrades do not interfere with or interrupt business process steps. The customer must document the business process steps a user
performs in the user interface.
You need to select the options for exporting a task recording for testing.
Which three options could you select? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Generate Test Execution files only
- B . Save as developer recording
- C . Export as Word document
- D . Save to Lifecycle Services
- E . Create derived test case
You need to update the CashDisc report to meet the requirements.
What should you do?
- A . Customize the existing CashDisc report in the overlayering model and add the new field to the design.
- B . Extend the existing CashDisc report in the extension model and add the new field to the design.
- C . Duplicate the existing CashDisc report in the extension model and add the new field to the design.
- D . Delete the existing CashDisc report in the extension model and create a new report.
DRAG DROP
A company uses Dynamics 365 Unified Operations.
You need to integrate the system with third-party applications.
Which data integration strategies should you use? To answer, drag the appropriate data integration strategies to the correct scenarios. Each strategy 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 is developing a new solution in Dynamics 365 Supply Chain Management. Customers will be able to use the solution in their own implementations.
Several of the classes in the solution are designed to be extended by customers in other implementations to accommodate unique requirements.
Certain methods must show up in the output window during the build process to advise other developers about the intent of the methods.
You need to implement the statements for the methods.
What should you implement?
- A . global variables
- B . info () function
- C . properties
- D . comments
- E . attributes