Practice Free MB-500 Exam Online Questions
DRAG DROP
A company uses Dynamics 365 Commerce for sales and distribution operations.
The following reporting changes are required based on feedback from user acceptance testing:
• Add a field to a business document template.
• Adjust the location of the customer address on an SSRS report. You need to implement the changes.
Which development tools should you use? To answer, drag the appropriate development tools to the correct requirements. Each development 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.


HOTSPOT
You need to design integrations for the freight processing source system
Which integration strategies should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is with one point.


A company uses Dynamics 365 Finance.
You are customizing elements for the extended data types (EDTs) shown in the following table.

You have a Table named WorkCalendar. The table has a column named BasicCalendarlD that uses the BasicCalendariD EDT. You need to increase the length of the column by using an extension.
Solution: Create a derived EDT for BasicCalendarlD.
Does the solution meet the goal?
- A . Yes
- B . No
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
DRAG DROP
You are a Dynamics 365 Finance and Operations developer.
You need to use the Extensible Data Security (SDS) framework to restrict to the data in the Sales table form based on the customer group and the role of the user.
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.

Explanation:
Step 1: Create a new user role and add required privileges.
Individual security permissions are combined into privileges, and privileges are combined into duties. The administrator grants security roles access to the program by assigning duties and privileges to those roles.
Step 2: Assign the newly created role to the user.
Step 3: Define the list of constrained tables.
Add the constrained tables and views.
Step 4: Define the context of the rule.
Set the context.
Set the ContextType property to one of the following:
✑ ContextString C Set the property to this value if a global context is to be used to determine whether the policy should be applied. When required, this context string needs to be set by the application using the XDS::SetContext API.
✑ RoleName C Set the property to this value if the policy should be applied only if a user in a specific role accesses the constrained tables.
✑ RoleProperty C Set the property to this value if the policy is to be applied only if the user is a member of any one of a set of roles that have the ContextString property set to the same value.

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/sysadmin/security-architecture
https://community.dynamics.com/365/b/exploringdynamics365/posts/extensible-data-security-in-d365
DRAG DROP
A company uses Dynamics 365 Finance.
You implement the unit rest framework. You must automate the testing for previously developed functionality.
You need to create unit tests in visual Studio.
Which five 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.


You are training a new Dynamics 365 Finance developer.
You need to recommend where asynchronous integrations should be used instead of synchronous integrations.
For which scenario should you recommend asynchronous integration?
- A . When products are updated in Finance and Operations, a third-party application that contains the same product information needs to also be updated in near real-time.
- B . A company uses an on-premises inventory management system that needs to receive sales order data every hour throughout the day.
- C . A company uses workflow for purchasing approvals, which then sends just-in-time approval information to a third-party application for approvers to review.
- D . A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.
B
Explanation:
Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview
HOTSPOT
You are using the Metadata search tool in Visual Studio.
You need to select the appropriate query string for various scenarios.
Which query string should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
type:table,method name:insert
type:form ccount
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/metadata-search-visual-studio
HOTSPOT
You need to implement the reporting requirements for the Vendor exclusion list.
Which options you should use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
SQL Server Reporting Services
Controller class
Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/create-nextgen-reporting-solutions
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
