This is the free Microsoft MB-500 practice question bank —
150 of 295 total questions, each with a full explanation, free to
read with no signup required. Updated 2026-08-06.
Every answer is verified against official Microsoft documentation —
see our methodology.
Question 1
DRAG DROP
-
A company plans to implement Dynamics 365 Finance.
The company requires the ability to perform the following activities:
• Create and use AI agents.
• Use a local file system to store Electronic reporting (ER) configurations.
• Integrate Finance with Power BI desktop.
You need to recommend whether the company should use the cloud or on-premises version for each requirement.
What should you recommend? To answer, move the appropriate versions to the correct requirements. You may use each version once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Create and use AI agents. — Cloud
Use a local file system to store ER configurations. — On-premises
Integrate with Power BI desktop. — On-premises
Explanation: AI agent capabilities are cloud-based. On-premises supports using a local file system for ER configuration storage and direct Power BI Desktop integration.
Question 2
A company uses Dynamics 365 Finance.
The company requires more than 10 new custom fields for the SalesTable table.
You need to add the custom fields without creating an extension of the table.
What should you do?
A. Use the SysExtensionSerializer framework.
B. Create the new fields in the SalesTable table.
C. Use chain of command to add the fields.
Show Answer
Correct Answer: A
Explanation: When many custom data elements are required without extending the table schema, the SysExtensionSerializer framework can be used to serialize and persist additional data instead of adding physical fields. Creating fields in SalesTable would require a table extension, and Chain of Command extends behavior, not the data model.
Question 3
DRAG DROP
-
A company uses Dynamics 365 Finance and Azure Pipelines.
The company requires a new YAML-based pipeline to be built with each commit to a branch named Develop.
You need to create the pipeline.
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.
Show Answer
Correct Answer: Create the pipeline based on the requirements.
Select the repository that requires the new pipeline.
Configure the pipeline.
Add a trigger for the Develop branch.
Explanation: In Azure DevOps, you first create a new pipeline, select the repository, configure the YAML pipeline, then define a CI trigger so commits to the Develop branch automatically start builds.
Question 4
DRAG DROP
-
Case study
-
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
-
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.
Background
-
ADatum Corporation is a market leader in the design and distribution of innovative aluminum systems. The company provides services to the architectural, residential, industrial, and home improvement markets in Australia.
The company has warehouses in Perth. Sydney, and Melbourne. A team of warehouse employees provides delivery to the customer sites.
Current Environment
-
ADatum Corporation currently uses Microsoft Dynamics AX 2009.
Customers use email or phone calls to place orders. After the company provides a quote to customers, the customer must agree to the sale price before the company places a sales order.
The company is migrating to Dynamics 365 Finance and Dynamics 365 Supply Chain Management using a phased rollout strategy to its sites. The company has the Lifecycle services project to manage various environments and releases.
The company has the following Finance and Supply Chain Management environments:
• Development
• Quality assurance (QA)
• User acceptance testing (UAT)
• Production
The company uses Azure DevOps for a code repository. All developers use a development branch to check in code and a release branch to maintain the code for production releases.
Requirements. General
-
• Configure a cloud-based development environment for Finance and Supply Chain Management. Enable a code extension that supports updates.
• Configure Microsoft-supported version control and an Azure-hosted build pipeline.
• Migrate all document handling attachments for the customers to Finance and Supply Chain Management from Dynamics AX 2009.
• Audit X++ code for a best practice check.
• All new code must be unit tested in a development environment and then validated by the QA team before the code is merged into the Release branch for further releases.
Requirements. Business processes
• All changes that are deployed to the UAT environment must be approved for code release to production.
• The sales manager requires a solution that is extensible to ensure that new master tables document handling attachments are migrated to the new system.
• A base class named MigrateAttachment must be designed with methods that all child classes must implement.
• A method named processAttachment must be created so that extenders are not able to subscribe to pre-events and post-events.
• On the All sales orders list page, two new fields must be added for the total sales order amount. One field uses goods and services tax (GST) and the other field does not use GST.
• A process named Populate check data must be designed based on the following:
o The process must run from the All customers list page and populate a custom table named CustCheckData with 1000 rows.
o The table must have two fields named CheckNumber and BankNumber.
o The process must return to the current session after the data is processed.
• The generated check data must be available for users to access in a tabular form without additional details and preview panes.
• The purchase manager requires a new data entity to send out the information for purchase order inquiries that are generated in Finance and Supply Chain Management
• The sales manager must be able to access the total quotation for the sites and item types.
• The sales manager requires a quotation number to be printed on the sales invoice business document. Customers must be able to access the reference number on the invoice documents.
• The purchase manager requires a new approval workflow for approving purchase orders that are more than $10,000.
Requirements. Business systems
-
• After a user named UserA posts a packing slip for a sales order, customers must be informed of the product delivery in real-time. This information is provided using business events.
• Purchase order inquiries must be exported from the Finance and Supply Chain Management using data packages. Users must be able to query using OData but should not be able to update or create the data in the system.
• A sales manager’s workspace must display the total quotations using key performance indicators.
• The purchase order approval workflow must be configured from the procurement and sourcing module.
Issues
-
• UserA reports delays when opening the All sales orders list page.
• A customer is unable to access the business events for a packing slip that is posted by UserA.
• A user named UserB reports that the system is unresponsive when they run the Populate check data process for a customer.
• UserA reports that the print management settings in the accounts receivable module do not display the new layout when testing a new sales invoice report layout in the UAT environment.
You need to design the workspace for the sales manager.
Which object types should you use? To answer, move the appropriate object types to the correct key performance indicators. You may use each object type once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Item type — Aggregate dimension
Total quotation — Aggregate measurement
Sites — Aggregate dimension
Explanation: KPIs use measures for numeric values and dimensions for categorical slicers/groupings. Total quotation is a numeric aggregate measure, while Item type and Sites are dimensions.
Question 5
You are a Dynamics 365 Finance developer.
You have a table named FMVehicle that contains a field named VehicleId. The table has an index named VehicleIdIdx on the VehicleId field. You declare a table buffer named vehicle to refer to the table.
You need to select all records from the FMVehicle table in ascending order based on VehicleId field in the vehicle variable.
Which embedded-SQL statement should you use?
A. select vehicle order by VehicleIdIdx desc;
B. select vehicle index VehicleId;
C. select vehicle order by VehicleIdIdx asc;
D. select vehicle index VehicleIdIdx;
Show Answer
Correct Answer: D
Explanation: In X++ embedded SQL, the 'order by' clause orders by fields, not index names. To read records using a specific index, use the 'index' keyword followed by the index name. Since the index is named VehicleIdIdx, the correct statement is 'select vehicle index VehicleIdIdx;' which traverses the records using that index (ascending by the index definition).
Question 6
A company uses Dynamics 365 finance and operations apps.
The company must implement efficient business events to allow an external system to subscribe to events coming from Dynamics 365 finance and operations apps.
You need to ensure the business events are efficient.
Which two methods should you use for the configuration? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. HTTP time-out
B. Endpoints allowed per event
C. Processing threads
D. Bundle size
E. Retry count
Show Answer
Correct Answer: C, D
Explanation: For Dynamics 365 Finance and Operations business events, the primary performance-tuning configuration options are Processing threads (to increase parallel event processing) and Bundle size (to batch events efficiently and improve throughput). Options such as HTTP timeout, retry count, and endpoints allowed per event are not the key performance configuration methods for making business event processing efficient in this context.
Question 7
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. SysTest framework
C. Task recording XML
D. Workflow export
Show Answer
Correct Answer: C
Explanation: RSAT automates regression testing for Dynamics 365 finance and operations by replaying Task Recorder recordings. The scenarios are built from Task recording XML files, with Excel parameter files supplying test data. This approach is designed for functional users and does not require development capabilities. SysTest is a developer testing framework, while business event schemas and workflow exports are unrelated to RSAT scenario execution.
Question 8
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. Security customization
B. Workflow export
C. Acceptance test library (ATL)
D. Test automation/parameter
Show Answer
Correct Answer: D
Explanation: RSAT automates regression testing using Task Recorder recordings together with test automation files, including the Excel parameter file used to supply test data. To run automated scenarios, you include the test automation/parameter file. Security customizations, workflow exports, and ATL are not the required input for running RSAT scenarios.
Question 9
A company uses Dynamics 365 finance and operations apps.
The company must implement the Excel Add-in to allow for data modification outside of Dynamics 365 finance and operations apps.
The company must modify the standard fields displayed for a particular entity to include additional columns.
You need to add the additional columns.
Which field group should you add the columns to?
A. AutoReport
B. AutoBrowse
C. AutoSummary
D. AutoLookup
Show Answer
Correct Answer: B
Explanation: The Excel Add-in uses the entity's AutoBrowse field group to determine the default set of fields exposed for browsing and editing. To include additional columns in the Excel Add-in, add those fields to the AutoBrowse field group. AutoLookup controls lookup displays, AutoSummary summary information, and AutoReport reporting-related defaults.
Question 10
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. Select the Every Weekday setting, and set the batch job to run as part of BATCHGROUP1.
Does the solution meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: The solution does not meet the requirement. Although the active period of AFTERHOURS and a weekday daily recurrence satisfy the scheduling requirements, assigning the job to BATCHGROUP1 does not satisfy the requirement to run with at least a high priority if BATCHGROUP1 is configured with normal priority. Therefore the proposed solution fails the priority requirement.
$19
Get all 295 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.