ExamGecko
Home Home / Microsoft / MB-500

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

Question list
Search
Search

List of questions

Search

Related questions











HOTSPOT

You are a Dynamics 365 Finance developer.

You launch the Performance Timer tool to troubleshoot performance issues with a business process.

You need to view the results from the tool.

What does the tool present? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 141
Correct answer: Question 141

Explanation:

Box 1: The number of open forms and ..(per second) Forms - Forms will show how many forms are currently open, plus the rate at which they opened and closed (per second), and a set of counters, such as the total amount of created or closed forms.

Box 2: Services Session provider - This is the total number of sessions created.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer

You use the performance timer to monitor and optimize Dynamics 365 performance.

You need to view information about how many users are currently using the application.

Which performance counter should you use?

A.

Services Session Provider

A.

Services Session Provider

Answers
B.

Web Client Session

B.

Web Client Session

Answers
C.

Forms

C.

Forms

Answers
D.

GC

D.

GC

Answers
Suggested answer: A

Explanation:

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer

DRAG DROP

A company uses Dynamics 365 Finance.

A user is unable to access the new Customer Credit Limit report.

You need to configure security for the report.

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

Explanation:

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 Operational Workspaces 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/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/workspace-form-pattern

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 Details Master 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/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/details-master-form-pattern

You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio.

You need to display the elements by model.

What should you do?

A.

Select Model management from the menu and then select View all package dependences.

A.

Select Model management from the menu and then select View all package dependences.

Answers
B.

Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.

B.

Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.

Answers
C.

Select Metadata Search from the Dynamics 365 menu.

C.

Select Metadata Search from the Dynamics 365 menu.

Answers
D.

Select Model Management from the menu and then select Refresh Models.

D.

Select Model Management from the menu and then select Refresh Models.

Answers
Suggested answer: B

Explanation:

1. In Microsoft Visual Studio, on the Dynamics 365 menu, click Model Management > Refresh Models.

2. Open Application Explorer by clicking View > Application Explorer.

3. Right-click the AOT root node, and then click Model view.

A list of installed models is displayed.

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packages

You need to prepare to deploy a software deployable package to a test environment.

What are two possible ways to achieve the goal?

Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

In Visual Studio, export the project and upload the project to the asset library.

A.

In Visual Studio, export the project and upload the project to the asset library.

Answers
B.

In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.

B.

In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.

Answers
C.

In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.

C.

In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.

Answers
D.

In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.

D.

In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.

Answers
Suggested answer: C, D

Explanation:

C: Dynamics Lifecycle Services (LCS) Asset Upload : Upload a software deployable package to an LCS project's Asset Library. This task is only available as a release pipeline task. It requires an LCS connection to be setup in the Azure

DevOps project's service connections.

D: Deployable packages can be created by using Visual Studio dev tools.

After a deployable package is created, it must be uploaded to the Lifecycle Services (LCS) project's asset library.

Reference: https://marketplace.visualstudio.com/items?itemName=Dyn365FinOps.dynamics365-finops-tools https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/create-apply-deployable-package

You are a Dynamics 365 Finance developer.

You need to create an extension class.

Which action should you perform?

A.

Mark the class as final.

A.

Mark the class as final.

Answers
B.

Add the class buffer as the first parameter.

B.

Add the class buffer as the first parameter.

Answers
C.

Mark the class as protected.

C.

Mark the class as protected.

Answers
D.

Mark the class as public.

D.

Mark the class as public.

Answers
Suggested answer: A

Explanation:

Extension classes are final classes that are adorned with the ExtensionOf attribute and that also have a name that has the _Extension suffix.Because the classes are instantiated by the runtime system, it's not meaningful to derive from the extension class. Therefore, the extension class must be marked as final.R

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc

You are training a new Dynamics 365 Finance developer.

You need to explain the relationships between models, packages, and projects to the new hire.

Which three design concepts should you explain? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

A project can contain elements from multiple models.

A.

A project can contain elements from multiple models.

Answers
B.

A model is a group or collection of elements that constitute a distributable software solution.

B.

A model is a group or collection of elements that constitute a distributable software solution.

Answers
C.

A Visual Studio project can belong to more than one model.

C.

A Visual Studio project can belong to more than one model.

Answers
D.

A model is a design time concept.

D.

A model is a design time concept.

Answers
E.

A package is a deployment unit that may contain one or more models.

E.

A package is a deployment unit that may contain one or more models.

Answers
Suggested answer: B, D, E

Explanation:

B: A model is a group of elements, such as metadata and source files, that typically constitute a distributable software solution and includes customizations of an existing solution.

D: A model is a design-time concept, for example a warehouse management model or a project accounting model.

E: A package is a deployment and compilation unit of one or more models.

Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/models

You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:

You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.

Which value should you use for the OnDelete property?

A.

None

A.

None

Answers
B.

Cascade

B.

Cascade

Answers
C.

Cascade + Restricted

C.

Cascade + Restricted

Answers
D.

Restricted

D.

Restricted

Answers
Suggested answer: D

Explanation:

Example of Restricted

Suppose we have two tables (Customer & Order) and the relation is of One-To-Many i.e Customer can have many orders.

So on a parent table i.e.(Customer) if I set a delete action property to "RESTRICTED" for Order table. Then If I go and delete the record from a Customer table. It will first check the record in the child table and if exist that warning prompt saying that first we need to delete a record from child table.

Incorrect Answers:

B: Example of Cascade:

Suppose we have two tables (Customer & Order) and the relation is of One-To-Many i.e. Customer can have many orders.

So on a parent table i.e.(Customer) if I set a delete action property to "CASCADE" for Order table. Then If I go and delete the record from a Customer table. It will also delete all the related records in Order table automatically.

C: Example of Cascade + Restricted Suppose we have three tables (Person ,Customer & Order) Now Person is a parent of Customer table, and Customer is a parent of Order table having (One-To-Many) relations If I set a Delete action property on Person table to "CASCADE" for customer table and If I set a Delete Action property on a CUSTOMER table for Order table to "CASCADE +RESTRICTED".

So if I delete a record from Customer table then It will first check the record in the child table(order table) and if exist that warning prompt saying that first we need to delete a record from child table.

But if I delete a record from Person table it will automatically delete a record in Customer table and all records related to customer table in Order table would also be deleted.

Reference:

https://amazingax.wordpress.com/2013/01/13/microsoft-dynamics-ax-2012example-of-cascaderestricted-and-cascade-restricted-delete-action-property-for-a-table-relation/

Total 281 questions
Go to page: of 29