最新的Microsoft Dynamics 365: Finance and Operations Apps Developer - MB-500免費考試真題
You create a custom payroll form.
You must ensure that only the finance manager can view the form.
You need to set up security for the form.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You must ensure that only the finance manager can view the form.
You need to set up security for the form.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
正確答案: B,C,D
說明:(僅 Fast2test 成員可見)
Hotspot Question
You develop a customization for Dynamics 365 Supply Chain Management.
You need to optimize performance for this customization.
Which concurrency control options should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You develop a customization for Dynamics 365 Supply Chain Management.
You need to optimize performance for this customization.
Which concurrency control options should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:

A company uses Dynamics 365 Finance.
System users require a default value for a table to save time entering data. The value must appear each time users create a new record, before completing other fields and saving the record. After a user saves the record, the user must receive an email that contains the data.
You need to add the appropriate events for each case.
Which two objects you should use? Each correct answer presents part of a solution.
NOTE: Each correct selection is worth one point.
System users require a default value for a table to save time entering data. The value must appear each time users create a new record, before completing other fields and saving the record. After a user saves the record, the user must receive an email that contains the data.
You need to add the appropriate events for each case.
Which two objects you should use? Each correct answer presents part of a solution.
NOTE: Each correct selection is worth one point.
正確答案: B,D
說明:(僅 Fast2test 成員可見)
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 have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:

You need to extend this enumeration and add the following statuses to the enumeration:
Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Does the solution meet the goal?
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 have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:

You need to extend this enumeration and add the following statuses to the enumeration:
Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Does the solution meet the goal?
正確答案: A
說明:(僅 Fast2test 成員可見)
Users report that a company's Dynamics 365 Finance website is slow.
You suspect that a SQL query attached to the task GetFormInteractionTask is the cause.
You need to determine how long it takes for the query to run and return results.
What should you use?
You suspect that a SQL query attached to the task GetFormInteractionTask is the cause.
You need to determine how long it takes for the query to run and return results.
What should you use?
正確答案: D
Hotspot Question
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.

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.

正確答案:

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: The number of open forms and ..(per second)
This should really be: 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 are a Dynamics 365 Finance developer.
You must extend the validateWrite method of the SalesLine table by using Chain of Command.
The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.
You need to create an extension class.
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You must extend the validateWrite method of the SalesLine table by using Chain of Command.
The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.
You need to create an extension class.
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
正確答案: C,D
說明:(僅 Fast2test 成員可見)
Hotspot Question
You are a Dynamics 365 Finance developer.
You have the following entities.

You must create the required fields and relationships in the staging tables.
You need to develop a composite entity that uses the OrderHeader and OrderLine entities.
Which object should you use for each action? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You are a Dynamics 365 Finance developer.
You have the following entities.

You must create the required fields and relationships in the staging tables.
You need to develop a composite entity that uses the OrderHeader and OrderLine entities.
Which object should you use for each action? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities
Hotspot Question
A company uses Dynamics 365 finance and operations apps and Dataverse.
The company must be able to transfer data between the finance and operations apps and Dataverse by using virtual entities. The company requires the finance and operations apps security role to be assigned to a service user to successfully use a virtual entity.
You need to configure the virtual entities.
Which configuration values should you use for each scenario? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

A company uses Dynamics 365 finance and operations apps and Dataverse.
The company must be able to transfer data between the finance and operations apps and Dataverse by using virtual entities. The company requires the finance and operations apps security role to be assigned to a service user to successfully use a virtual entity.
You need to configure the virtual entities.
Which configuration values should you use for each scenario? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:

Drag and Drop Question
A company uses Dynamics 365 Finance.
You implement the unit rest framework. You must automate the testing for previously developed functionality.
You need to create unit tests in visual Studio.
Which five 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.

A company uses Dynamics 365 Finance.
You implement the unit rest framework. You must automate the testing for previously developed functionality.
You need to create unit tests in visual Studio.
Which five 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.

正確答案:

Drag and Drop Question
A company uses Dynamics 365 Unified Operations.
You need to implement role-based security for a set of fields in a table.
How should you arrange the security elements? To answer, drag the appropriate security elements to the correct locations. Each element 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.

A company uses Dynamics 365 Unified Operations.
You need to implement role-based security for a set of fields in a table.
How should you arrange the security elements? To answer, drag the appropriate security elements to the correct locations. Each element 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.

正確答案:

Explanation:
The following illustration shows the elements of role-based security and their relationships.

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/sysadmin/role-based-security
A company uses Dynamics 365 Finance.
You create an analytical report for the company by using Microsoft Power BI and add it as a resource in a project.
The company requires the report to be embedded in the Reservation management workspace within the application.
You need to embed the report.
Which two actions should you perform? Each correct answer presents part of the solution.
(Choose two.)
NOTE: Each correct selection is worth one point.
You create an analytical report for the company by using Microsoft Power BI and add it as a resource in a project.
The company requires the report to be embedded in the Reservation management workspace within the application.
You need to embed the report.
Which two actions should you perform? Each correct answer presents part of the solution.
(Choose two.)
NOTE: Each correct selection is worth one point.
正確答案: A,D
說明:(僅 Fast2test 成員可見)
A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment.
You need to create a software deployable package so that you can deploy the customization 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.
You need to create a software deployable package so that you can deploy the customization 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.
正確答案: B,C
說明:(僅 Fast2test 成員可見)
Drag and Drop Question
You have a test environment that has an independent software vendor (ISV) solution.
The ISV solution requires a license to enable it.
You need to add a license file to a software deployable package when the build is run.
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.

You have a test environment that has an independent software vendor (ISV) solution.
The ISV solution requires a license to enable it.
You need to add a license file to a software deployable package when the build is run.
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.

正確答案:
