ExamGecko
Home Home / Microsoft / MB-500

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

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.

You create a new form in a project.

You need to display tabs in a vertical alignment.

Solution: Apply the Simple List pattern.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

Explanation:

Reference:

https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/user-interface/simple-list-details-form-pattern

HOTSPOT

You are a Dynamics 365 Finance developer.

You need to monitor system performance.

Which tools should you use? To answer, select the appropriate option in the answer area.

NOTE: Each correct selection is worth one point.


Question 152
Correct answer: Question 152

Explanation:

Box 1: LCS Environment Monitoring tool Microsoft Dynamics Lifecycle Services (LCS) provides to help you monitor, diagnose, and analyze the health of the Finance and Operations environments that you manage.

Box 2: Trace Parser

You can use the Trace parser to consume traces and analyze performance in your deployment.

Box 3: SQL Profiler

Incorrect Answers:

Fiddler:

Fiddler can help in different ways with Dynamics 365 troubleshooting, including determine what errors are being reported, and by speeding up the JavaScript development process.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics

HOTSPOT

You have a Dynamics 365 Finance development environment.

You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the text Wholesales.

You need to configure filtering.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 153
Correct answer: Question 153

DRAG DROP

You are configuring your developer environment by using Team Explorer.

There are several developers working on a customization.

You need to ensure that all code is checked in and then merged to the appropriate branches.

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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.


Question 154
Correct answer: Question 154

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/branching-strategies-with-tfvc?view=azure-devops

DRAG DROP

You are a Dynamics 365 Finance developer.

Users must be able to view a filtered customer list from within a workspace.

You need to add the customer form to a workspace.

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 on the correct order.


Question 155
Correct answer: Question 155

Explanation:

Step 1:Open the customer form and apply filters to the grid.

To add a list to a workspace, first sort or filter the list on the page so that it shows the information as you want it to appear in the workspace.

Step 2: Select the General menu item then select Add to workspace

This workspace will be selected in step 3.

Step 3: Select the Options actions pane tab and then select Add to workspace.

For some pages that include lists, the Add to workspace personalization feature is available in the Personalize group on the Options tab of the Action Pane. This feature lets you push relevant information from the current list to a specific workspace.

Step 4: Select Configure

After you select Configure, a dialog box appears, where you can select the columns that should appear in the list in the workspace.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/personalize-user-experience

DRAG DROP

You are a Dynamics 365 Finance developer.

You need to troubleshoot performance issues for a client.

Which Lifecycle Services (LCS) tools should you use for each environment? To answer, drag the appropriate environment types to the correct tools. Each environment type may be used once, more than once, or not at all. You may need to drag the split bar between panes scroll to view content.

NOTE: Each correct selection is worth one point.


Question 156
Correct answer: Question 156

Explanation:

Box 1: User Acceptance Testing (UAT) and Build

Box 2: User Acceptance Testing (UAT) Only

Not all environments contain all the tools. The following table shows the tools that are available for each type of environment.

Box 3: Build only

Reference:

http://axhelper.com/?p=16527

DRAG DROP

You need to map the Dynamics 365 Finance components into the standard models.

Which component belongs to which model? To answer, drag the appropriate models to the correct components. Each 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 157
Correct answer: Question 157

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/application-stack-server-architecture

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 create a new form in a project.

You need to display tabs in a vertical alignment.

Solution: Apply the Table of Contents pattern.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/table-of-contents-form-pattern

DRAG DROP

A company uses Dynamics 365 Supply Chain Management.

You need to monitor system performance.

Which tool 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 159
Correct answer: Question 159

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/performancetroubleshooting

A company uses Dynamics 365 Finance.

You ate performing a code review for several segments of code that use the Boolean data type.

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

Which two code statements will compile? Each correct answer presents a complete solution.

NOTE: Each coned selection a worth one point.

A.

boolean exprValue; exprvelue = (8*6 == 48) ? 1:0;

A.

boolean exprValue; exprvelue = (8*6 == 48) ? 1:0;

Answers
B.

boolean exprVelue - (8*6 -- '48') ? false:true;

B.

boolean exprVelue - (8*6 -- '48') ? false:true;

Answers
C.

boolean exprValue . (8*6 == '4') ? Yes:No;

C.

boolean exprValue . (8*6 == '4') ? Yes:No;

Answers
D.

boolean exprValue; exprValue • (8*6 == 48);

D.

boolean exprValue; exprValue • (8*6 == 48);

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