ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

A company uses Dynamics 365 Unified Operations.

Client companies require weekly updates for services performed. You create data entity by using the Data Entity wizard.

You need to expose a list of services to external business companies.

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.


Question 61
Correct answer: Question 61

Explanation:

Step 1: Synchronize the database

Entities are created as views in Microsoft SQL Server, and staging tables are also added. Therefore, you must sync a database when you build entities.

Step 2: Build the solution

Build your project

In Solution Explorer, right-click your project, and then click Properties.

Change the value of the Synchronize database on build property to True, and then click OK. This property must be set only one time per project.

On the Visual Studio toolbar, click Build > Build Solution to build the project.

Step 3: Configure properties for the data entity

After build visually validate and customize an entity

Reference:

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

DRAG DROP

A company is migrating from a legacy system to Dynamics 365 Finance.

You need to import the customer data by using the Data Management workspace.

In which order should you perform the actions? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 62
Correct answer: Question 62

Explanation:

The import process is done through the Import tile in the Data Management workspace.

Import a data package

1. Log into the environment using a login with sufficient privileges (typically this is the Administrator role).

2. On the dashboard, click the Data Management workspace.

3. Click the Import tile.

4. On the next page, do the following:

Provide a name.

In the Source Data Format field, select Package.

Click the Upload button and choose the appropriate package file from the location for the data being imported. This will import all the files from the package.

Click Save, and then click Import.

Reference:

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

DRAG DROP

A company uses Dynamics 365 Unified Operations.

You need to integrate the system with third-party applications.

Which data integration strategies should you use? To answer, drag the appropriate data integration strategies to the correct scenarios. Each 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 63
Correct answer: Question 63

Explanation:

Box 1: custom service

Custom service peak data volume is 1,000 records per hour.

Box 2: batch data API

This scenario is best implemented by using batch data APIs, which has a peak data volume of 300,000 records per hour.

Box 3: OData endpoint

Peak data volume for reading Odata status of orders is 5,000 records per hour.

This scenario is best implemented by using the OData service endpoints to read order status information.

Reference:

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

DRAG DROP

A company plans to deploy Dynamics 365 Unified Operations.

You need to recommend deployment options for the company.

What should you recommend? To answer, drag the appropriate deployment options to the correct application requirement. Each deployment 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 64
Correct answer: Question 64

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/cloud-prem-comparison

DRAG DROP

You need to set up a recurring integration to enable file exchanges between Dynamics 365 Finance and a third-party system.

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 65
Correct answer: Question 65

Explanation:

Step 1: Set up a data project

Step 2: Create a recurring data job

1. Create a recurring data job

2. On the Data project page, select Create recurring data job (Step 2)

3. Enter a valid name and a description for the recurring data job.

4. On the Set up authorization policy tab, enter the application ID that was generated for your application, and mark it as enabled.

5. Expand Advanced options tab, and specify either File or Data package (Step 3)

6. Select Set processing recurrence, and then, in the Define recurrence dialog box, set up a valid recurrence for your data job (Step 4)

Step 3: Specify whether you are using a file or data package.

Step 4: Set up the processing recurrence

Step 5: Link a new application ID to the data recurring data job You can use integration REST endpoints to integrate with the client, submit documents (import), or poll available documents for download (export). These endpoints support OAuth.

Reference:

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

DRAG DROP

You are a Dynamics 365 Finance developer.

You need to configure integration between Dynamics 365 Finance and other tools.

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


Question 66
Correct answer: Question 66

Explanation:

Box 1: 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 2: Asynchronous

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

Box 3: synchronous

Box 4: Asynchronous

A typical Batch job.

Reference:

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

HOTSPOT

You are a Dynamics 365 Finance developer.

You need to export data from all products into a data package every day at 2 a.m. You open the Data Management workspace.

How should you complete the process? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 67
Correct answer: Question 67

Explanation:

Box 1: Export

Select the Import or Export (in this case) tile to create a new data project.

Box 2: Data source

Enter a valid job name, data source, and entity name.

Box 3: Data project page

O the Data project page, select Create recurring data job.

Box 4: Setup authorization policy

In the Set up authorization policy tab, enter the application ID that was generated for your application, and mark it as enabled.

Reference:

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

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.


Question 68
Correct answer: Question 68

Explanation:

Reference:

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

HOTSPOT

A company has a cloud-based Dynamics 365 Finance environment and uses an e-commerce website for retail operations. The website has business to business (B2B) capabilities. The company uses a middleware integration tool to process data.

You must create a batch job to automate some operations. The batch job must be able to process several thousand transactions in each run.

You need to configure the environment.

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


Question 69
Correct answer: Question 69

Explanation:

Reference:

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

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

You create a bring your own database (BYOD) entity that includes four tables.

You need to configure change tracking for specific fields in the entity.

Which option should you enable?

A.

custom query

A.

custom query

Answers
B.

entire entity

B.

entire entity

Answers
C.

entity export

C.

entity export

Answers
D.

primary table

D.

primary table

Answers
Suggested answer: A

Explanation:

Reference:

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

Total 281 questions
Go to page: of 29