ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











A company uses Dynamics 365 Finance.

There are performance issues with the sales order list page and Invoicing process.

You need to diagnose the issues by using the Performance timer.

Which two processes can the Performance timer monitor? Each correct answer presents a complete solution

NOTE: Each correct selection is worth one point.

A.

the longest-running SQL statement

A.

the longest-running SQL statement

Answers
B.

the X ++ process call stack

B.

the X ++ process call stack

Answers
C.

the metadata of a web session

C.

the metadata of a web session

Answers
D.

the time consumed by a client and a server

D.

the time consumed by a client and a server

Answers
Suggested answer: A, D

DRAG DROP

You need to integrate Dynamics 365 Finance win the following applications.

Which integration patterns should you use? To answer, drag the appropriate patterns to the correct applications. Each pattern 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 162
Correct answer: Question 162

DRAG DROP

A company uses Dynamics 365 finance.

The company wants to create test cases by using the SysTest framework.

You need to select the appropriate TestTransactionMode option for each requirement

Which options should you use? To answer, drag the appropriate options to the correct requirements.

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.


Question 163
Correct answer: Question 163

HOTSPOT

You are using the Metadata search tool in Visual Studio.

You need to select the appropriate query string for various scenarios.

Which query string should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 164
Correct answer: Question 164

DRAG DROP

You are creating a new class and adding methods to the class.

You need to control extensibility capabilities of some of the methods in the class.

Which attribute should you use? To answer, drag the appropriate attributes to the correct requirements. Each attribute 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 165
Correct answer: Question 165

Explanation:

DRAG DROP

A company uses Dynamics 365 Supply Chain Management.

You are developing multiple integrations.

You need to select the appropriate integration models for the integrations.

Which integration model should you select? To answer, drag the appropriate data integration models to the correct requirements. Each data integration model 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 166
Correct answer: Question 166

Explanation:

DRAG DROP

A company uses Dynamics 365 Finance.

You create the following tables.

You need to configure the system to meet the requirements.

Which delete actions should you use? To answer, drag the appropriate delete action types to the correct scenarios. Each delete action 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 167
Correct answer: Question 167

You develop apps for Dynamics 365 Supply Cham Management.

You need to track changes only for sales header information by using data entities.

Which change tracking option should you use?

A.

Enable primary table

A.

Enable primary table

Answers
B.

Disable change tracking

B.

Disable change tracking

Answers
C.

Enable entire entity

C.

Enable entire entity

Answers
D.

Enable custom query

D.

Enable custom query

Answers
Suggested answer: D

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 must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value.

You need to create a class that extends SalesLineType and adds the new method.

Solution: You create the following code:

Does the solution meet the goal?

Question 169
Correct answer: Question 169

Explanation:

Open Visual Studio as an administrator.

Create a new project.

Add a new class to project.

Extend the SysTestCase class in the class declaration.

Add methods to the class decorate the methods with the [SystestMethod] attribute

A developer submits code for a quality assurance review. Several lines of code use the var data type.

You need to validate the segments tor the correct X++structure.

Which code statement will pass validation?

A.

var var1 = systemDateGet (); var1 = var1 ? today(); ''No today'';

A.

var var1 = systemDateGet (); var1 = var1 ? today(); ''No today'';

Answers
B.

var var1 = true ? 10:''10''

B.

var var1 = true ? 10:''10''

Answers
C.

var var1 = true; var1 = true ? 10:falase;

C.

var var1 = true; var1 = true ? 10:falase;

Answers
D.

var var1 = (var1 >= false) ? true :10;

D.

var var1 = (var1 >= false) ? true :10;

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