Microsoft MB-500 Actual Exam Questions

Last updated on Nov. 26, 2025.

Topic 1 - Question Set 1

Question #1 Topic 1

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 create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Operational Workspaces pattern.
Does the solution meet the goal?

  • A. Yes
  • B. No
Reveal Solution Hide Solution   Discussion   22

Correct Answer: B 🗳️

Question #2 Topic 1

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 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
Reveal Solution Hide Solution   Discussion   9

Correct Answer: A 🗳️
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/details-master-form-pattern

Question #3 Topic 1

HOTSPOT -
You are a Dynamics 365 Finance developer.
You need to monitor system performance.
Which tools should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Reveal Solution Hide Solution   Discussion   9

Correct Answer:
Box 1: LCS Environment Monitoring tool
Microsoft Dynamics Lifecycle Services (LCS) provides to help you monitor, diagnose, and analyze the health of the Finance and Operations environments that you manage.

Box 2: Trace Parser -
You can use the Trace parser to consume traces and analyze performance in your deployment.

Box 3: SQL Profiler -
Incorrect Answers:
Fiddler:
Fiddler can help in different ways with Dynamics 365 troubleshooting, including determine what errors are being reported, and by speeding up the JavaScript development process.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics

Question #4 Topic 1

You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio.
You need to display the elements by model.
What should you do?

  • A. Select Model management from the menu and then select View all package dependences.
  • B. Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.
  • C. Select Metadata Search from the Dynamics 365 menu.
  • D. Select Model Management from the menu and then select Refresh Models.
Reveal Solution Hide Solution   Discussion   7

Correct Answer: B 🗳️

Question #5 Topic 1

HOTSPOT -
You have a Dynamics 365 Finance development environment.
You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the text Wholesales.
You need to configure filtering.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Reveal Solution Hide Solution   Discussion   5

Correct Answer:

Question #6 Topic 1

You need to prepare to deploy a software deployable package to a test environment.
What are two possible ways to achieve the goal?
Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. In Visual Studio, export the project and upload the project to the asset library.
  • B. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
  • C. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
  • D. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
Reveal Solution Hide Solution   Discussion   2

Correct Answer: CD 🗳️
C: Dynamics Lifecycle Services (LCS) Asset Upload : Upload a software deployable package to an LCS project's Asset Library. This task is only available as a release pipeline task. It requires an LCS connection to be setup in the Azure DevOps project's service connections.
D: Deployable packages can be created by using Visual Studio dev tools.
After a deployable package is created, it must be uploaded to the Lifecycle Services (LCS) project's asset library.
Reference:
https://marketplace.visualstudio.com/items?itemName=Dyn365FinOps.dynamics365-finops-tools https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/create-apply-deployable-package

Question #7 Topic 1

DRAG DROP -
You are configuring your developer environment by using Team Explorer.
There are several developers working on a customization.
You need to ensure that all code is checked in and then merged to the appropriate branches.
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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

Reveal Solution Hide Solution   Discussion   28

Correct Answer:

Question #8 Topic 1

You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?

  • A. Mark the class as final.
  • B. Add the class buffer as the first parameter.
  • C. Mark the class as protected.
  • D. Mark the class as public.
Reveal Solution Hide Solution   Discussion   3

Correct Answer: A 🗳️

Question #9 Topic 1

You are training a new Dynamics 365 Finance developer.
You need to explain the relationships between models, packages, and projects to the new hire.
Which three design concepts should you explain? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. A project can contain elements from multiple models.
  • B. A model is a group or collection of elements that constitute a distributable software solution.
  • C. A Visual Studio project can belong to more than one model.
  • D. A model is a design time concept.
  • E. A package is a deployment unit that may contain one or more models.
Reveal Solution Hide Solution   Discussion   6

Correct Answer: BDE 🗳️

Question #10 Topic 1

DRAG DROP -
You are a Dynamics 365 Finance developer.
Users must be able to view a filtered customer list from within a workspace.
You need to add the customer form to a workspace.
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 on the correct order.
Select and Place:

Reveal Solution Hide Solution   Discussion   10

Correct Answer:
Step 1:Open the customer form and apply filters to the grid.
To add a list to a workspace, first sort or filter the list on the page so that it shows the information as you want it to appear in the workspace.
Step 2: Select the General menu item then select Add to workspace
This workspace will be selected in step 3.
Step 3: Select the Options actions pane tab and then select Add to workspace.
For some pages that include lists, the Add to workspace personalization feature is available in the Personalize group on the Options tab of the Action Pane. This feature lets you push relevant information from the current list to a specific workspace.



Step 4: Select Configure -
After you select Configure, a dialog box appears, where you can select the columns that should appear in the list in the workspace.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/personalize-user-experience

file Viewing page 1 out of 38 pages.
Viewing questions 1-10 out of 371 questions
Next Questions
Browse atleast 50% to increase passing rate cup
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Loading ...