ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











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.

A company is automating manual processes in the Dynamics 365 finance and operations apps. The company has the following batch groups and priorities configured:

The batch processes run during the following times of day:

The company requires a process that meets the following requirements:

* Runs every weekday.

* Runs outside of work hours.

* Runs with at least a high priority.

You need to automate the manual process.

Solution: Create a batch job to have an active period of AFTERHOURS and a recurrence of Daily. Select the Every Weekday setting, and set the batch job to run as part of BATCHGROUP2.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

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.

A company is automating manual processes in the Dynamics 365 finance and operations apps. The company has the following batch groups and priorities configured:

The batch processes run during the following times of day:

The company requires a process that meets the following requirements:

* Runs every weekday.

* Runs outside of work hours.

* Runs with at least a high priority.

You need to automate the manual process.

Solution: Create a batch job to have an active period of AFTERHOURS and a batch job recurrence of Daily. Set the batch job to run as part of BATCHGROUP2.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

DRAG DROP

You create a table in Dynamics 365 Finance.

You must create a unique index from an existing field named FMAssetld

You need to set the index as the primary key of the table after you create the index.

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.

Question 233
Correct answer: Question 233

Explanation:

In the Indexes node in the table designer, select New index.

Drag the FMAssetld field to the new index.

In the Indexes node, change the allow duplicates property to No.

In the table properties, set the index in the primary index property.


DRAG DROP

A company uses Dynamics 365 Finance. The company is implementing an independent software vendor (ISV) solution.

You overlay the ISV code to add functionality to the solution.

You need to configure code compare options.

Which code compare option should you use? To answer, drag the appropriate code compare options to the correct scenarios. Each code compare 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 234
Correct answer: Question 234

DRAG DROP

You use Dynamics 365 Finance.

You must loop through the customers table and display in the Ul the customer account numbers that meet the following requirements:

* Include the first 100 customers.

* The account numbers must be greater than 1.000.

* Order the results from larger to smaller by the customer account number.

You need to write the SQL statement by using SQL in X++.

Which four statements should you include in sequence;1 To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

Question 235
Correct answer: Question 235

Explanation:

while select firstonly100 custTable

order by AccountNUm desc

where custTable.AccountNum > 1000

{ info(custTable.AccountNum); }


DRAG DROP

You are importing data packages into Dynamics 365 Finance from external systems.

You must import the data packages by using the Data management package REST API. You must check the status alter the import is triggered.

You need to call the HTTP operations.

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

Explanation:

Call an HTTP POST mdthod to the...

Trigger a Post call to the /data...SummaryStatus endpoint.

Call a POST method to the /data.... GetExecutionErrors endpoint.


A company is implementing Dynamics 365 finance and operations apps.

The company must test the custom enhancements for its native Dynamics 365 finance and operations apps.

You need to create a test case within a development environment.

Which base class should the test class extend?

A.

SysTestSuite

A.

SysTestSuite

Answers
B.

SysTestCase

B.

SysTestCase

Answers
C.

SysTestExecute

C.

SysTestExecute

Answers
D.

SysTest

D.

SysTest

Answers
Suggested answer: B

You ate Dynamics 365 Finance developer.

You need lo initialize an embedded Microsoft Power Bl report.

Which code segment should you add to the form initialization method?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
Suggested answer: D

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.

Business EventsContractField

A.

Business EventsContractField

Answers
B.

BusinessEvent

B.

BusinessEvent

Answers
C.

BusinessEventsContract

C.

BusinessEventsContract

Answers
D.

Business Events Base

D.

Business Events Base

Answers
Suggested answer: C, D

You are a Dynamics 365 Finance developer.

Users report that a sales table details form takes a long time to load and display data. You need to optimize the performance by implementing caching.

Which two actions should you perform? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Associate all display and edit methods with the form data source instead of the table.

A.

Associate all display and edit methods with the form data source instead of the table.

Answers
B.

Call the FormDataSource.research method.

B.

Call the FormDataSource.research method.

Answers
C.

Call the FormDataSource.cacheAddMethod method.

C.

Call the FormDataSource.cacheAddMethod method.

Answers
D.

Create display and edit methods on the table instead of the form data source.

D.

Create display and edit methods on the table instead of the form data source.

Answers
Suggested answer: A, C
Total 281 questions
Go to page: of 29