MB-500 Practice Test Free – 50 Real Exam Questions to Boost Your Confidence
Preparing for the MB-500 exam? Start with our MB-500 Practice Test Free – a set of 50 high-quality, exam-style questions crafted to help you assess your knowledge and improve your chances of passing on the first try.
Taking a MB-500 practice test free is one of the smartest ways to:
- Get familiar with the real exam format and question types
- Evaluate your strengths and spot knowledge gaps
- Gain the confidence you need to succeed on exam day
Below, you will find 50 free MB-500 practice questions to help you prepare for the exam. These questions are designed to reflect the real exam structure and difficulty level. You can click on each Question to explore the details.
HOTSPOT - A user reports that a form takes a long time to load. You suspect that the issue relates to a display method. You need to resolve the issue. Which actions should you perform? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
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 - Munson's Pickles and Preserves Farm produces and sells jarred food goods. The organization has several production and warehouse locations across the United States. Each location runs both production and warehousing operations. The company has three locations: East, Central, and West. The company is upgrading its Dynamics AX 2009 system to Dynamics 365 Finance. Current environment. General - Munson's Pickles and Preserves Farm plans to migrate customizations, data, and integration from its legacy system into Dynamics 365 finance and operations apps. The Dynamics 365 finance and operations environment includes: • multiple cloud-hosted development environments using Microsoft Visual Studio 2017 • a Microsoft Azure DevOps project for source control • two tier 2 environments for user acceptance testing and staging, as well as production Munson's Pickles and Preserves Farm is currently in the planning and development phase of the upgrade process. The company's internal development team needs additional development resources to address issues. The company already created a project that is set up to use a custom model named GPExtensions. Current environment. Integrations Munson's Pickles and Preserves Farm has a new integration for its freight processing information. The internal development team created the secure file transfer protocol (SFTP) site for the source information to be stored and the staging table to house the source information once the data is added to Dynamics 365 Finance. Information from the source will be transferred once a day from the source system and integrated with the target system. More than 10,000 records will be transferred over the integration. The company created an aggregate entity for the integration to minimize the amount of transmitted data. Munson's Pickles and Preserves Farm has added a new integration for freight processing where all item weights, dimensions, and other factors will be configured in the external portal while planning the loads. Once the load is planned, it will be integrated into Dynamics 365 finance and operations apps for the freight invoice processing to occur. No duplicate invoices or posting are associated with the freight invoice charges. The integration of this information from the source system is intended only for report creation and compilation purposes. Current environment. Planned changes Munson's Pickles and Preserves Farm wants to change inventory forms to fit its current needs. Any modifications or enhancements must follow the existing functionality for forms in Dynamics 365 Finance. Requirements. Integrations - All data from integrations have the same format as an existing Dynamics 365 Finance apps field. All enhancements or customizations must use existing assets before creating new functionality. Munson's Pickles and Preserves Farm wants to change its integration strategy to include real-time data from the freight processing source system. The inventory must update as it is sold from the system. That information will be updated in Dynamics 365 Finance. The freight processing integration requires the use of an SFTP site to store XML files from the source system. The additional integration will use OData and must be transferred in real time. A periodic batch job must: • Pull data from the SFTP site. • Import the data to a staging table used to hold the information from the source system. • Map source data to the target table in Dynamics 365 Finance. The imported Load ID field must be added to the Sales Order header for all processed orders. Additional requirements for integrations, including other integration strategies, may be necessary as the company grows. Existing tables must be changed to include the Load ID. The database will need to be synched before adding the Load ID field. Requirements. Changes - Munson's Pickles and Preserves Farm must change the Inventory Status form to include more columns. It plans to create a table to enter the data for the Inventory Status form as a new data source. The company wants to add both the Product Name field and Batch ID field to this new table. The current form includes the item number, location, license plate, product inventory dimensions, and quantity. The grid on the Inventory Status form must include the product name by using the item number and legal entity. The user interface must be created to include the new columns and the data must be available to add to the grid. The form must have only an Action Pane, a Navigation List, a List Style Grid, a Details Header, and a Details Tab in the design and include the Load ID field. Munson's Pickles and Preserves Farm is currently in the process of adding the other required fields: one for Product Name and one for Batch ID. The new fields must be related to extended data types for the original fields on the existing data source for the Inventory Status form. Munson's Pickles and Preserves Farm plans to add the EcoResProductName and Batch ID data to the extended table for WHSTmpStatusChange. The fields on the table extension must be populated with data and visible on the Inventory Status form on insert. Issues - • The internal development team has created the SFTP site connections, the staging table, and the batch jobs for the new integration for freight processing. The development team needs to map the source data to the target table and the data management workspace. The development team notices errors with mapping target fields in the data management workspace. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. • The internal development team has issues adding the required fields to the Inventory Status standard form. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. 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. 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.
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 in the designer. Add a string field named Product Name to the table. Add an enumeration named Batch ID to the table.
D. Drag the EcoResProductName and InventBatchID extended data types (EDTs) from the Application Object Tree (AOT) to the table. Rename the fields appropriately.
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):You plan to modify properties of the EDTs by using an extension. You need to determine which operations can be performed. Which operation is possible?
A. Create an extension for AccountBase and decrease the field size.
B. Create a derived EDT for AccountBase and increase the field size.
C. Create an extension for AccountId and increase the field size.
D. Create an extension for AccountBase and modify the Form Help property.
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 - Munson's Pickles and Preserves Farm produces and sells jarred food goods. The organization has several production and warehouse locations across the United States. Each location runs both production and warehousing operations. The company has three locations: East, Central, and West. The company is upgrading its Dynamics AX 2009 system to Dynamics 365 Finance. Current environment. General - Munson's Pickles and Preserves Farm plans to migrate customizations, data, and integration from its legacy system into Dynamics 365 finance and operations apps. The Dynamics 365 finance and operations environment includes: • multiple cloud-hosted development environments using Microsoft Visual Studio 2017 • a Microsoft Azure DevOps project for source control • two tier 2 environments for user acceptance testing and staging, as well as production Munson's Pickles and Preserves Farm is currently in the planning and development phase of the upgrade process. The company's internal development team needs additional development resources to address issues. The company already created a project that is set up to use a custom model named GPExtensions. Current environment. Integrations Munson's Pickles and Preserves Farm has a new integration for its freight processing information. The internal development team created the secure file transfer protocol (SFTP) site for the source information to be stored and the staging table to house the source information once the data is added to Dynamics 365 Finance. Information from the source will be transferred once a day from the source system and integrated with the target system. More than 10,000 records will be transferred over the integration. The company created an aggregate entity for the integration to minimize the amount of transmitted data. Munson's Pickles and Preserves Farm has added a new integration for freight processing where all item weights, dimensions, and other factors will be configured in the external portal while planning the loads. Once the load is planned, it will be integrated into Dynamics 365 finance and operations apps for the freight invoice processing to occur. No duplicate invoices or posting are associated with the freight invoice charges. The integration of this information from the source system is intended only for report creation and compilation purposes. Current environment. Planned changes Munson's Pickles and Preserves Farm wants to change inventory forms to fit its current needs. Any modifications or enhancements must follow the existing functionality for forms in Dynamics 365 Finance. Requirements. Integrations - All data from integrations have the same format as an existing Dynamics 365 Finance apps field. All enhancements or customizations must use existing assets before creating new functionality. Munson's Pickles and Preserves Farm wants to change its integration strategy to include real-time data from the freight processing source system. The inventory must update as it is sold from the system. That information will be updated in Dynamics 365 Finance. The freight processing integration requires the use of an SFTP site to store XML files from the source system. The additional integration will use OData and must be transferred in real time. A periodic batch job must: • Pull data from the SFTP site. • Import the data to a staging table used to hold the information from the source system. • Map source data to the target table in Dynamics 365 Finance. The imported Load ID field must be added to the Sales Order header for all processed orders. Additional requirements for integrations, including other integration strategies, may be necessary as the company grows. Existing tables must be changed to include the Load ID. The database will need to be synched before adding the Load ID field. Requirements. Changes - Munson's Pickles and Preserves Farm must change the Inventory Status form to include more columns. It plans to create a table to enter the data for the Inventory Status form as a new data source. The company wants to add both the Product Name field and Batch ID field to this new table. The current form includes the item number, location, license plate, product inventory dimensions, and quantity. The grid on the Inventory Status form must include the product name by using the item number and legal entity. The user interface must be created to include the new columns and the data must be available to add to the grid. The form must have only an Action Pane, a Navigation List, a List Style Grid, a Details Header, and a Details Tab in the design and include the Load ID field. Munson's Pickles and Preserves Farm is currently in the process of adding the other required fields: one for Product Name and one for Batch ID. The new fields must be related to extended data types for the original fields on the existing data source for the Inventory Status form. Munson's Pickles and Preserves Farm plans to add the EcoResProductName and Batch ID data to the extended table for WHSTmpStatusChange. The fields on the table extension must be populated with data and visible on the Inventory Status form on insert. Issues - • The internal development team has created the SFTP site connections, the staging table, and the batch jobs for the new integration for freight processing. The development team needs to map the source data to the target table and the data management workspace. The development team notices errors with mapping target fields in the data management workspace. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. • The internal development team has issues adding the required fields to the Inventory Status standard form. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. You are working on the data structures for the company's implementation. You need to ensure that the data from the source system is mapped into the new staging table and can be used for synchronous and asynchronous integrations. Which three 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.
DRAG DROP - You are developing new features for an app. You must perform unit testing for the features by using the Unit Test framework. You need to create unit test code using appropriate test attributes. Which test attribute should you use? To answer, drag the appropriate test attributes to the correct descriptions. Each test attribute 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. Select and Place:
A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment. You need to create a software deployable package so that you can deploy the customization 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 package to the asset library.
C. In Azure DevOps, extract the model from a package and upload the model to the asset library.
D. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
A company has an extension that makes changes to a base form. You need to identify all extension changes made to the base form. 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 the search bar on the form extension element, enter the text c:.
B. In the search bar on the base form, enter the text e:.
C. Right-click the base form and select view references.
D. In the search bar on the form extension element, enter the text e:.
E. In the search bar on the base form, enter the text c:.
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.
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 - Munson's Pickles and Preserves Farm produces and sells jarred food goods. The organization has several production and warehouse locations across the United States. Each location runs both production and warehousing operations. The company has three locations: East, Central, and West. The company is upgrading its Dynamics AX 2009 system to Dynamics 365 Finance. Current environment. General - Munson's Pickles and Preserves Farm plans to migrate customizations, data, and integration from its legacy system into Dynamics 365 finance and operations apps. The Dynamics 365 finance and operations environment includes: • multiple cloud-hosted development environments using Microsoft Visual Studio 2017 • a Microsoft Azure DevOps project for source control • two tier 2 environments for user acceptance testing and staging, as well as production Munson's Pickles and Preserves Farm is currently in the planning and development phase of the upgrade process. The company's internal development team needs additional development resources to address issues. The company already created a project that is set up to use a custom model named GPExtensions. Current environment. Integrations Munson's Pickles and Preserves Farm has a new integration for its freight processing information. The internal development team created the secure file transfer protocol (SFTP) site for the source information to be stored and the staging table to house the source information once the data is added to Dynamics 365 Finance. Information from the source will be transferred once a day from the source system and integrated with the target system. More than 10,000 records will be transferred over the integration. The company created an aggregate entity for the integration to minimize the amount of transmitted data. Munson's Pickles and Preserves Farm has added a new integration for freight processing where all item weights, dimensions, and other factors will be configured in the external portal while planning the loads. Once the load is planned, it will be integrated into Dynamics 365 finance and operations apps for the freight invoice processing to occur. No duplicate invoices or posting are associated with the freight invoice charges. The integration of this information from the source system is intended only for report creation and compilation purposes. Current environment. Planned changes Munson's Pickles and Preserves Farm wants to change inventory forms to fit its current needs. Any modifications or enhancements must follow the existing functionality for forms in Dynamics 365 Finance. Requirements. Integrations - All data from integrations have the same format as an existing Dynamics 365 Finance apps field. All enhancements or customizations must use existing assets before creating new functionality. Munson's Pickles and Preserves Farm wants to change its integration strategy to include real-time data from the freight processing source system. The inventory must update as it is sold from the system. That information will be updated in Dynamics 365 Finance. The freight processing integration requires the use of an SFTP site to store XML files from the source system. The additional integration will use OData and must be transferred in real time. A periodic batch job must: • Pull data from the SFTP site. • Import the data to a staging table used to hold the information from the source system. • Map source data to the target table in Dynamics 365 Finance. The imported Load ID field must be added to the Sales Order header for all processed orders. Additional requirements for integrations, including other integration strategies, may be necessary as the company grows. Existing tables must be changed to include the Load ID. The database will need to be synched before adding the Load ID field. Requirements. Changes - Munson's Pickles and Preserves Farm must change the Inventory Status form to include more columns. It plans to create a table to enter the data for the Inventory Status form as a new data source. The company wants to add both the Product Name field and Batch ID field to this new table. The current form includes the item number, location, license plate, product inventory dimensions, and quantity. The grid on the Inventory Status form must include the product name by using the item number and legal entity. The user interface must be created to include the new columns and the data must be available to add to the grid. The form must have only an Action Pane, a Navigation List, a List Style Grid, a Details Header, and a Details Tab in the design and include the Load ID field. Munson's Pickles and Preserves Farm is currently in the process of adding the other required fields: one for Product Name and one for Batch ID. The new fields must be related to extended data types for the original fields on the existing data source for the Inventory Status form. Munson's Pickles and Preserves Farm plans to add the EcoResProductName and Batch ID data to the extended table for WHSTmpStatusChange. The fields on the table extension must be populated with data and visible on the Inventory Status form on insert. Issues - • The internal development team has created the SFTP site connections, the staging table, and the batch jobs for the new integration for freight processing. The development team needs to map the source data to the target table and the data management workspace. The development team notices errors with mapping target fields in the data management workspace. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. • The internal development team has issues adding the required fields to the Inventory Status standard form. The team needs another developer to configure the table extensions, class extensions, and form extensions that are required for the planned changes. You need to test and map the freight processing integration. Which data management concept is used for the XML file to import the freight processing data?
A. data project
B. data job
C. data entity
D. data package
DRAG DROP - You create a Visual Studio project named CustomerDetailUpdate. You must update data in a table named CustTable. You must be able to run the code from Visual Studio. 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. Select and Place:
HOTSPOT - You need to modify the CashDisc form to meet the requirements. Which objects should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
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 are developing a form for Dynamics 365 Finance. You need to add a button that allows users to run a report. Solution: Create a display menu item. Add the menu display item to the form button and then link the report to the display menu item. Does the solution meet the goal?
A. Yes
B. No
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. You must create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error. You have the following class: (Line numbers are included for reference only.)You need to ensure that the compiler will report an error if code calls the bike method. Solution: Create the following attribute class:
Insert the following code at line 04: [SysObsoleteAttribute("Deprecated. Please use the bicycle method instead", true)] Does the solution meet the goal?
A. Yes
B. No
A company is implementing Dynamics 365 Finance. You implement a risk rating for vendors. The risk rating is on the Vendor form. The rating is determined by a vendor's on-time delivery performance as well as their credit rating. The risk rating consists of the following values: 1 = Good 2 = Medium 3 = Risky The company plans to implement purchase requisitions. The company wants to prevent purchase orders from being confirmed when a vendor's risk rating is set to Risky. You need to implement the functionality. What should you do?
A. Create a method for the OnModified event of the vendor account.
B. Create a new business event.
C. Create a method for the OnInitializing event of the form.
D. Create a Chain of Command (CoC) class extension.
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.
The warehouse manager at Contoso, Ltd. wants to display a tile in the user interface that will show total RAFs per hour. You need to create a key performance indicator (KPI) that meets these requirements. What two components should you create? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A. aggregate dimensions
B. data entity
C. aggregate measurements
D. TempDB table
An organization has 1,000 vendors that are part of a vendor group named Employee. You have a field named DlvTerm that is used to describe the delivery terms for a vendor. You need to set the value of DlvTerm to Cash for all vendors in the vendor group. You must update all vendor records in the vendor group as a single bulk operation. Which two code segments can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
A.
B.
C.
D.
You are Dynamics 365 Finance developer. You need to initialize an embedded Microsoft Power BI report. Which code segment should you add to the form initialization method?
A. getPBIReportByResourceName(resourceName)
B. initializeReportControl(WorkspaceName, FormGroup)
C. importAndStoreReport(powerBIConfiguration, resourceName, isUpate)
D. deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)
A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app. The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365. You need to make the data available outside Dynamics 365. What should you do?
A. Enable IsPublic for the data entity linked to the LeadsTable.
B. Assign the create, read, update, and delete operations for the LeadsTable to the sales associate role.
C. Enable all create, read, update, and delete operations on the LeadsTable table.
D. Create an aggregate data entity for the LeadsTable.
E. Enable data management capabilities on the data entity.
DRAG DROP - You are a Dynamics 365 Finance developer. You need to use the Extensible Data Security (XDS) framework to restrict access to the data in the Sales table form based on the customer group and the role of the user. Which three 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. Select and Place:
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 form statistics.
B. Use the Application Object Tree (AOT).
C. Use metadata properties.
D. Use the designer.
HOTSPOT - A company plans to migrate purchase orders from an older system into Dynamics 365 Finance. You need to generate field mapping between the source and the target data structures. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
A company is implementing Dynamics 365 finance and operations apps. The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure. You need to create the custom business events within a development environment. Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A. BusinessEvent
B. BusinessEventsContract
C. BusinessEventsBase
D. BusinessEventsContractField
DRAG DROP - A company is implementing Dynamics 365 Finance. You are extending the standard fixed asset functionality to develop a new feature. You need to select the appropriate components for the solution. Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component 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.
DRAG DROP - A company uses Dynamics 365 Finance. You must create two data entities: • The first entity must allow access to customer groups by using OData. • The second entity must be able to bulk export customer data by using a batch process. You need to enable the properties for each entity you create. Which properties should you enable? To answer, drag the appropriate properties to the correct requirements. Each property 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.
You are a Dynamics 365 Finance developer. You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form. You need to display the required related sales total information. What should you add to the form?
A. a custom lookup
B. a tile
C. a factbox
D. an external feed
E. a quick filter
HOTSPOT - You are creating a Dynamics 365 Finance report. You cannot query the data for the report directly. You must include parameters to specify data for the report. You need to create the report. What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
DRAG DROP - A company uses Dynamics 365 Finance. You need to implement role-based security for a set of fields in a table. How should you arrange the security elements? To answer, drag the appropriate security elements to the correct locations. Each element 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. Select and Place:
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 implementing Dynamics 365 finance and operations apps. The company must test the functionality of its native Dynamics 365 finance and operations apps by using the Acceptance test library (ATL). You need to implement ATL classes on test data within a development environment. Solution: Create a set of navigation objects and creator classes to access entities and test data. Does the solution meet the goal?
A. Yes
B. No
HOTSPOT - You are a Dynamics 365 Finance developer. You launch the Performance Timer tool to troubleshoot performance issues with a business process. You need to view the results from the tool. What does the tool present? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
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 Simple List pattern. Does the solution meet the goal?
A. Yes
B. No
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. 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 BasicCalendarID that uses the BasicCalendarID EDT. You need to increase the length of the column by using an extension. Solution: Create derived EDT for CalendarName. Does the solution meet the goal?
A. Yes
B. No
A company uses Dynamics 365 Finance. You need to migrate all custom report artifacts from a development environment to a cloud-hosted Tier-1 test environment that has Visual Studio installed. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A. Apply a deployment package
B. Export the project as an .axpp file
C. Create a deployment package
D. Import the project into a cloud-hosted environment from an .axpp file and ensure that the Overwrite Elements option is selected
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records. Which value should you use for the OnDelete property?
A. None
B. Cascade
C. Cascade + Restricted
D. Restricted
DRAG DROP - You are a Dynamics 365 Finance developer. You need configure table caching. Which CacheLookup properties should you use? To answer, drag the CacheLookup properties to the correct table. Each property 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. Select and Place:
DRAG DROP - You need to map the Dynamics 365 Finance components into the standard models. Which component belongs to which model? To answer, drag the appropriate models to the correct components. Each model 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. Select and Place:
You develop apps for Dynamics 365 Supply Chain Management. You need to track changes only for sales header information by using data entities. Which change tracking option should you use?
A. Enable custom query
B. Enable entire entity
C. Enable primary table
D. Disable change tracking
DRAG DROP - A business needs a free-text field on the All customers form to enter notes about shipment requests. The field must allow users to enter a large number of characters. You need to create a new extended data type (EDT) for the form. 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
HOTSPOT - You are a Dynamics 365 Finance developer. You have the following entities.You must create the required fields and relationships in the staging tables. You need to develop a composite entity that uses the OrderHeader and OrderLine entities. Which object should you use for each action? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
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 have an enumeration named truckStatus that has the following statuses: ✑ Empty ✑ Loaded ✑ Completed You have the following code:You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement. Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.
Does the solution meet the goal?
A. Yes
B. No
You need to meet the requirements for the purchase order creation form. 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 class and add a form data source event handler method to the class.
B. In Application Explorer, create a table extension and implement validation.
C. In Application Explorer, create a form extension and implement validation.
D. Implement Chain of Command (CoC) and method wrapping by creating a form extension class.
DRAG DROP - An organization uses Visual Studio to develop customizations for Dynamics 365 Supply chain Management. You need to create an extension for the CustTable form and add the extension to the Visual Studio project. Which three 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. Select and Place:
A company uses Dynamics 365 Finance. You must add fields to a standard Dynamics 365 Finance form by using Visual Studio. You need to create an extension for the form. What should you do?
A. Drag the form from Application Explorer to the project.
B. Create a new class that extends the form.
C. Create an extension of the standard form in the AOT and add it to the project.
D. Add the form directly to the project and add the new fields.
DRAG DROP - You are working on a project in Dynamics 365 Finance. You use abstract and interface classes to implement the following requirements for the project: • Child classes must have common private and public methods. • All methods must be implemented in the child classes. • You must be able to implement the methods of the parent class. You need to select the type of class to use for each requirement. Which class types should you use? To answer, drag the appropriate class types to the correct requirements. Each class type 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.
You need to modify the environment to meet the requirements for the Cash Discount Records report. What should you do?
A. Create an extension of CashDisc in a new project and add the field to the extended table.
B. Create a new table named CashDiscExtension in the project.
C. Use Open Designer to add the field to the table.
D. Create an overlayer of CashDisc in a new project and add the field.
DRAG DROP - A company has a cloud-based installation of Dynamics 365 Finance. The company also has Dynamics 365 Sales and Customer Service systems. The company implements an analytical reports solution. You need to select the applicable storage feature for each requirement. Which storage feature should you use to meet each requirement? To answer, drag the appropriate storage options to the correct requirements. Each storage option 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. Select and Place:
A company uses a SQL Server Reporting Services (SSRS) report named SalesConfirmation. The report has a controller class named SalesConfirmController and a data provider class named SalesConfirmDP. The company requires a different layout for the report. You create a copy of the report and name the copy MySalesConfirmation. You modify the report design. You need to ensure that the new report design replaces the original report design. What should you do?
A. Extend the data provider class SalesConfirmDP to add a post-event handler method for the processReport method.
B. Extend the controller class SalesConfirmController to add a post-event handler method for a static method named construct.
C. Extend the controller class SalesConfirmController to add a pre-event handler method for a static method named construct.
D. Extend the data provider class SalesConfirmDP to add a pre-event handler method for the processReport method.
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 must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value. You need to create a class that extends SalesLineType and adds the new method. Solution: You create the following code:Does the solution meet the goal?
A. Yes
B. No
DRAG DROP - You are a Dynamics 365 Finance developer. A long running process times out in the system. You need to implement the asynchronous framework to resolve this issue. Which class runAsync method should you use for each use case? To answer, drag the appropriate classes to the correct use cases. Each class may be used once. more than once, or not at content. NOTE: Each correct selection is worth one point.
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. Cache lookup
B. Modified date time
C. Configuration key
D. Table group
Free Access Full MB-500 Practice Test Free Questions
If you’re looking for more MB-500 practice test free questions, click here to access the full MB-500 practice test.
We regularly update this page with new practice questions, so be sure to check back frequently.
Good luck with your MB-500 certification journey!