Microsoft MB-500 Practice Exams
Last updated on Apr 07,2025- Exam Code: MB-500
- Exam Name: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Certification Provider: Microsoft
- Latest update: Apr 07,2025
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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 uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements:
Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Add the MUV element to the CarType base enumeration.
Does the solution meet the goal?
- A . Yes
- B . No
DRAG DROP
A company uses Dynamics 365 finance and operations apps. The company uses Power 61 Desktop to fetch a list of customers.
You need to create a Power Bl report to view the list. You authenticate a Power Bl Desktop instance by using a Dynamics 365 finance and operations app.
Which four actions should you perform next in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
HOTSPOT
You are a Dynamics 365 Finance and Operations developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code.
What is the correct output for the method? To answer, select the appropriate option in the answer area. NOTE: Each correct selection is worth one point.
A company uses Dynamics 365 Finance. You implement an abstract class named Car.
The Car class has the following:
• A real member called weight that is used to store the weight of the car.
• An abstract getWeight method that returns the value of the weight member.
The Car class code is:
You must create a child class named BigCar.
You need to implement the Car class by using the BigCar child class.
Which code segment should you use?
A)
B)
C)
D)
A. Option A
B. Option B
C. Option C
D. Option D
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
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?
- A . Created by
- B . Table group
- C . Configuration key
- D . Clustered index
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.
You need to configure security for the Vendor Exclusion List report.
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 . Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.
- B . Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.
- C . Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension.
- D . Create a new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
DRAG DROP
You have an Azure DevOps project that has Dev and Test branches.
The Test branch is used for deploying artifacts in a test environment.
You must merge code from the last Dev branch and check-in the code to Test.
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.
A company uses Dynamics 365 Finance. The company has a customized version of the sales invoice report.
The sales department requires a new field in the header of the report. You add the field in the report in Visual Studio. You build the Visual Studio solution and test the changes to the report in your development environment.
The new field does not appear in the print preview of the report.
You need to ensure that the new field appears in the header.
What should you do?
- A . Synchronize the database from Visual Studio.
- B . Restart the SQL Server Reporting Services service.
- C . Restart IIS/IIS Express
- D . Deploy the report.