ExamGecko
Home / Microsoft / MB-500 / List of questions
Ask Question

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

List of questions

Question 141

Report
Export
Collapse

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.


Microsoft MB-500 image Question 141 102665 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 141 102665 10052024010131000

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

asked 05/10/2024
Henrik Persson
34 questions

Question 142

Report
Export
Collapse

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?

Services Session Provider

Services Session Provider

Web Client Session

Web Client Session

Forms

Forms

GC

GC

Suggested answer: A

Explanation:

Reference:

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

asked 05/10/2024
Coropcianu Mihai
36 questions

Question 143

Report
Export
Collapse

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.


Microsoft MB-500 image Question 143 102667 10052024010131000
Correct answer: Microsoft MB-500 image answer Question 143 102667 10052024010131000

Explanation:

asked 05/10/2024
Ervin Loong
45 questions

Question 144

Report
Export
Collapse

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?

Yes

Yes

No

No

Suggested answer: A

Explanation:

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

asked 05/10/2024
Amardeep Kumar
32 questions

Question 145

Report
Export
Collapse

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?

Yes

Yes

No

No

Suggested answer: A

Explanation:

Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/details-master-form-pattern

asked 05/10/2024
DIGIX srl
32 questions

Question 146

Report
Export
Collapse

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?

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

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

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

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

Select Metadata Search from the Dynamics 365 menu.

Select Metadata Search from the Dynamics 365 menu.

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

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

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

asked 05/10/2024
ME BOX
30 questions

Question 147

Report
Export
Collapse

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.

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

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

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

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

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

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

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

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

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

asked 05/10/2024
Mihir Mishra
33 questions

Question 148

Report
Export
Collapse

You are a Dynamics 365 Finance developer.

You need to create an extension class.

Which action should you perform?

Mark the class as final.

Mark the class as final.

Add the class buffer as the first parameter.

Add the class buffer as the first parameter.

Mark the class as protected.

Mark the class as protected.

Mark the class as public.

Mark the class as public.

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

asked 05/10/2024
Thanh Phan
37 questions

Question 149

Report
Export
Collapse

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 project can contain elements from multiple models.

A project can contain elements from multiple models.

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

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

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

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

A model is a design time concept.

A model is a design time concept.

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

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

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

asked 05/10/2024
S Muchobor
37 questions

Question 150

Report
Export
Collapse

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

Microsoft MB-500 image Question 7 102538 10052024010131000000

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?

None

None

Cascade

Cascade

Cascade + Restricted

Cascade + Restricted

Restricted

Restricted

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/

asked 05/10/2024
Robert Fox
50 questions
Total 281 questions
Go to page: of 29
Search

Related questions