ExamGecko
Home / Microsoft / MB-500 / List of questions
Ask Question

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

List of questions

Question 21

Report
Export
Collapse

You need to implement the migration requirements.

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

NOTE: Each correct selection is worth one point.

a data entity and bring your own database (BYOD)

a data entity and bring your own database (BYOD)

a public data entity and the Excel add-in

a public data entity and the Excel add-in

a data entity and Entity store

a data entity and Entity store

a data entity and a Data management import job

a data entity and a Data management import job

Suggested answer: B, C

Explanation:

Scenario: Implement the Excel integration for the Vendor Exclusion List form.

B: By opening entity data in Excel, you can quickly and easily view and edit the data by using the Excel add-in.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/office-integration/use-excel-add-in https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/power-bi-integration

asked 05/10/2024
Maria Deras
40 questions

Question 22

Report
Export
Collapse

You need to investigate the Vendor exclusion list issue.

What should you do?

Navigate to the General tab, select Record Info, and then select Show all fields.

Navigate to the General tab, select Record Info, and then select Show all fields.

Navigate to the Options tab, select Record Info, and then select Show all fields.

Navigate to the Options tab, select Record Info, and then select Show all fields.

Navigate to the Options tab and select Database log.

Navigate to the Options tab and select Database log.

Navigate to the Page options tab, select Record Info, and then select Show all fields.

Navigate to the Page options tab, select Record Info, and then select Show all fields.

Suggested answer: C

Explanation:

Scenario: A sales manager suspects a data-related issue in the vendor exclusion list. User1 must identify the user who created the referenced exclusion records.

Database logging is a feature in D365FO which helps us to track inserts, updates, and deletes on the intended tables provided if we are fine with the overhead of extra logging for every database operation on enabled tables.

Reference: https://community.dynamics.com/365/financeandoperations/b/daxology/posts/database-logging-setup-in-d365fo

asked 05/10/2024
Ken Mak
43 questions

Question 23

Report
Export
Collapse

You need to implement the payroll application data process.

Which two objects should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

a data contract class that uses the DataContractAttribute attribute

a data contract class that uses the DataContractAttribute attribute

a service class that has a public method which accepts a single parameter for a contract

a service class that has a public method which accepts a single parameter for a contract

a class that extends SysOperationServiceBase

a class that extends SysOperationServiceBase

an UIBuilder class that extends SysOperationAutomaticUIBuilder

an UIBuilder class that extends SysOperationAutomaticUIBuilder

Suggested answer: A, C

Explanation:

Scenario: You must develop a process to import payroll journals into the system.

A: Data Contract: Data contract class is the model class defining attributes needed for batch operations. These attributes are provided by the user, in a dialog. DataContractAttribute attribute is needed for the class and the properties methods requires DataMemberAttribute attribute.

C: Service: Service class extends from the SysOperationServiceBase class and contains the business logic for the batch operation. Developers often tend to add the business logic in controller classes, which violates the Single responsibility principle.

Incorrect Answers:

D: UI Builder: UI Builder class extends from SysOperationAutomaticUIBuilder class and is used for adding custom behavior to dialog / dialog fields dynamically constructed by the SysOperation framework.

Reference: http://daxingwitheshant.blogspot.com/2018/06/sysoperation-framework.html

asked 05/10/2024
Krzysztof Dyrdal
48 questions

Question 24

Report
Export
Collapse

DRAG DROP

You need to implement the company's integration requirements.

Which integration strategies should you use? To answer, drag the appropriate integration strategies to the correct requirements. Each integration strategy 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.


Microsoft MB-500 image Question 24 102634 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 24 102634 10052024010131000

Explanation:

Box 1: asynchronous

An asynchronous pattern is a non-blocking pattern, where the caller submits the request and then continues without waiting for a response.

Box 2: Synchronous

A synchronous pattern is a blocking request and response pattern, where the caller is blocked until the callee has finished running and gives a response.

Box 3: Synchronous

Box 4: asynchronous

Batch data is asynchronous.

Reference:

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

asked 05/10/2024
Melvin Bruijnaers
33 questions

Question 25

Report
Export
Collapse

HOTSPOT

You need to create a chain of command method for inserting the data on the table for the new fields.

How should you complete the code? To answer, select the appropriate configuration m the answer area. NOTE: Each correct selection is worth one point.


Microsoft MB-500 image Question 25 102668 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 25 102668 10052024010131000

Explanation:

https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-method-table

asked 05/10/2024
Amidou Florian TOURE
33 questions

Question 26

Report
Export
Collapse

You need to set up the recurring data integration to pull data from the SFTP site into Dynamics 365 Finance Which API architecture type should you use?

REST

REST

SOAP

SOAP

RPC

RPC

JSON

JSON

Suggested answer: A
asked 05/10/2024
Christheo Van Rooyen
30 questions

Question 27

Report
Export
Collapse

DRAG DROP

You need to add new fields to the standard form and organize the grid to meet the requirements.

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.


Microsoft MB-500 image Question 27 102670 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 27 102670 10052024010131000
asked 05/10/2024
Maria Gervasi
42 questions

Question 28

Report
Export
Collapse

You need to select an integration strategy to meet the new freight processing requirement. Which two integration strategies can you use? Each correct answer presents a complete solution. NOTE:

Each correct selection is worth one point.

custom web service

custom web service

batch data API EC.

batch data API EC.

OData

OData

asynchronous integration

asynchronous integration

Suggested answer: A, C
asked 05/10/2024
Romain PAILLAS
32 questions

Question 29

Report
Export
Collapse

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.


Microsoft MB-500 image Question 29 102672 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 29 102672 10052024010131000
asked 05/10/2024
shvoal gerama
32 questions

Question 30

Report
Export
Collapse

You need to apply a pattern to the newly created form to satisfy the requirements. Which form pattern should you apply?

Table of Contents

Table of Contents

Simple Let and Details

Simple Let and Details

List Page

List Page

Details Master

Details Master

Suggested answer: B
asked 05/10/2024
Louis Flink
43 questions
Total 281 questions
Go to page: of 29
Search

Related questions