ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











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.

a data entity and bring your own database (BYOD)

A.

a data entity and bring your own database (BYOD)

Answers
B.

a public data entity and the Excel add-in

B.

a public data entity and the Excel add-in

Answers
C.

a data entity and Entity store

C.

a data entity and Entity store

Answers
D.

a data entity and a Data management import job

D.

a data entity and a Data management import job

Answers
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

You need to investigate the Vendor exclusion list issue.

What should you do?

A.

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

A.

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

Answers
B.

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

B.

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

Answers
C.

Navigate to the Options tab and select Database log.

C.

Navigate to the Options tab and select Database log.

Answers
D.

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

D.

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

Answers
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

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.

a data contract class that uses the DataContractAttribute attribute

A.

a data contract class that uses the DataContractAttribute attribute

Answers
B.

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

B.

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

Answers
C.

a class that extends SysOperationServiceBase

C.

a class that extends SysOperationServiceBase

Answers
D.

an UIBuilder class that extends SysOperationAutomaticUIBuilder

D.

an UIBuilder class that extends SysOperationAutomaticUIBuilder

Answers
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

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.


Question 24
Correct answer: Question 24

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

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.


Question 25
Correct answer: Question 25

Explanation:

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

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?

A.

REST

A.

REST

Answers
B.

SOAP

B.

SOAP

Answers
C.

RPC

C.

RPC

Answers
D.

JSON

D.

JSON

Answers
Suggested answer: A

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.


Question 27
Correct answer: Question 27

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.

A.

custom web service

A.

custom web service

Answers
B.

batch data API EC.

B.

batch data API EC.

Answers
C.

OData

C.

OData

Answers
D.

asynchronous integration

D.

asynchronous integration

Answers
Suggested answer: A, C

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.


Question 29
Correct answer: Question 29

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

A.

Table of Contents

A.

Table of Contents

Answers
B.

Simple Let and Details

B.

Simple Let and Details

Answers
C.

List Page

C.

List Page

Answers
D.

Details Master

D.

Details Master

Answers
Suggested answer: B
Total 281 questions
Go to page: of 29