ExamGecko
Home Home / Microsoft / MB-500

Microsoft MB-500 Practice Test - Questions Answers, Page 8

Question list
Search
Search

List of questions

Search

Related questions











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.


Question 71
Correct answer: Question 71

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.

A warehouse wants to track movement of all inventory from scanners to the system.

A.

A warehouse wants to track movement of all inventory from scanners to the system.

Answers
B.

A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.

B.

A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.

Answers
C.

A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.

C.

A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.

Answers
D.

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.

D.

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.

Answers
Suggested answer: C

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview#synchronous-vs-asynchronous-integration-patterns

A company uses Dynamics 365 Finance.

You have an entity named VendVendorV2Entity. You add a new column to the entity.

You need to ensure that the new column is available in the entity for data transfer activity.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Select the Generate mapping button on the Mapping details form.

A.

Select the Generate mapping button on the Mapping details form.

Answers
B.

Select the Validate button on the Entity list page.

B.

Select the Validate button on the Entity list page.

Answers
C.

Select the Entity structure button on the Entity list page.

C.

Select the Entity structure button on the Entity list page.

Answers
D.

Select the Modify target mapping button on the Entity list page.

D.

Select the Modify target mapping button on the Entity list page.

Answers
Suggested answer: A, B

Explanation:

Using the configuration key metadata built during entity refresh list, run time validations are performed in the following use cases.

When user clicks Validate on the entity list.

When the user generates mapping.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities

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

A.

Apply a deployment package

Answers
B.

Export the project as an .axpp file

B.

Export the project as an .axpp file

Answers
C.

Create a deployment package

C.

Create a deployment package

Answers
D.

Import the project into a cloud-hosted environment from an .axpp file and ensure that the Overwrite Elements option is selected

D.

Import the project into a cloud-hosted environment from an .axpp file and ensure that the Overwrite Elements option is selected

Answers
Suggested answer: B, D

Explanation:

Reference:

https://community.dynamics.com/365/financeandoperations/b/howtodynamics365/posts/how-to-import-and-export-project-in-dynamics-365

DRAG DROP

A company implements Dynamics 365 Finance and Dynamics 365 Supply Chain Management.

Customers place orders from the company website store or through sales representatives.

You create a Power Platform app to manage sales quotes for sales representatives who do not have direct access to the Finance and Supply Chain Management environment. The app must meet the following requirements:

Sales representatives must be able to create new customers.

Ensure that only approved products can be sold.

Be available when the sales representatives do not have internet access.

Web sales are imported nightly.

You need to determine a strategy to integrate apps.

What should you use? To answer, drag the appropriate options to the correct app features. Each 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.


Question 75
Correct answer: Question 75

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-overview

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/get-started-ve

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities

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.

A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.

A.

A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.

Answers
B.

A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service.

B.

A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service.

Answers
C.

A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.

C.

A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.

Answers
D.

A warehouse wants to track movement of all inventory from scanners to the system.

D.

A warehouse wants to track movement of all inventory from scanners to the system.

Answers
Suggested answer: A

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview

You need to configure filtering for the Vendor Past Due Invoices form.

Which two filtering types can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

QuickFilter

A.

QuickFilter

Answers
B.

Advanced Filter

B.

Advanced Filter

Answers
C.

Grid Column Filtering

C.

Grid Column Filtering

Answers
D.

Filter pane

D.

Filter pane

Answers
Suggested answer: A, C

Explanation:

A: QuickFilter: A framework-provided filtering mechanism that can appear above any list or grid, and that provides fast single-column filtering.

C: Grid column filtering: The user can define filter conditions and perform single-column sorting by using a drop dialog that is opened from the grid column header.

Scenario: You must create a batch job that runs on the last day of each month to update the current unpaid invoices with changes in the minimum invoice amount. The job must meet the following requirements:

Allow users to specify vendors to include in the job.

Accept the following parameters: Vendor, DueDate.

Be callable by an Action menu item.

Use SysOperation Framework for all batch jobs.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/filtering

You need to configure models for the project.

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.

Create a new model that extends the existing FinanceExt model.

A.

Create a new model that extends the existing FinanceExt model.

Answers
B.

Overlay the existing FinanceExt model and populate the solution definition.

B.

Overlay the existing FinanceExt model and populate the solution definition.

Answers
C.

Extend the existing FinanceExt model and populate the project model definition.

C.

Extend the existing FinanceExt model and populate the project model definition.

Answers
D.

Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.

D.

Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.

Answers
Suggested answer: B, C

Explanation:


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 are adding a new field to the SalesTable form.

You must use an extension to add a status field onto the form.

You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.

Solution: Add a new form object to the project and name the form SalesTable.Extension.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Instead navigate to the user interface forms section for the SalesTable form and create an extension.

Note: In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.

Reference: https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/

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:.

A.

In the search bar on the form extension element, enter the text c:.

Answers
B.

In the search bar on the base form, enter the text e:.

B.

In the search bar on the base form, enter the text e:.

Answers
C.

Right-click the base form and select view references.

C.

Right-click the base form and select view references.

Answers
D.

In the search bar on the form extension element, enter the text e:.

D.

In the search bar on the form extension element, enter the text e:.

Answers
E.

In the search bar on the base form, enter the text c:.

E.

In the search bar on the base form, enter the text c:.

Answers
Suggested answer: C, D

Explanation:

C: Customization and Extension

D: Example: Navigate to FMRental.Extension in the Tree Designer

1. In the Visual Studio, in Solution Explorer, in the FleetManagement Discounts project, expand User Interface > Form Extensions.

The FMRental.Extension element is an extension element that extends the functionality of the FMRental form by adding two new data sources and a new tab control.

2. In Solution Explorer, double-click FMRental.Extension to open the designer.

3. In the designer's search box, type 'e:' as shown in the image below. This filters the current designer to only show nodes that belong to the current extension.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/customize-model-elements-extensions

Total 281 questions
Go to page: of 29