Microsoft MB-500 Practice Test - Questions Answers, Page 14
List of questions
Related questions
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power BI report.
Which code segment should you add to the form initialization method?
initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)
importAndStorageReport(powerBIConfiguration, resourceName, isUpdate)
initializeCustomReportControl(resourceName, formGroupControl, reportCustomParams)
addReportControl (formGroupControl)
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power BI report.
Which code segment should you add to the form initialization method?
initializeReportControlInternal(
powerBIConfiguration,
reportParameters,
reportControl,
showError
)
getPBIReportByResourceName(
resourceName
)
importAndStorageReport(
powerBIConfiguration,
resourceName,
isUpdate
)
initializeCustomReportControl(
resourceName,
formGroupControl,
reportCustomParams
)
Contoso, Ltd. uses Dynamics 365 Finance. You receive reports of performance issues with the app.
You need to use Performance Timer to investigate the issues.
Which URL should you use?
https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer
https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop
https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer
https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer
You are Dynamics 365 Finance developer.
You need to explain the performance advantages of the different concurrency models.
What are three performance advantages of optimistic concurrency control over pessimistic concurrency control? Each control answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Records are locked as soon as they are retrieved from the database.
Records remain available for other processes while they are selected from the database.
Records are locked for a shorter length of time.
Fewer resources are used to lock records during updates.
One record cannot be selected for update by two different processes at the same time.
DRAG DROP
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.
DRAG DROP
You are a Dynamics 365 Finance developer.
You need to use the Extensible Data Security (SDS) framework to restrict to the data in the Sales table form based on the customer group and the role of the user.
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 in the correct order.
HOTSPOT
You are a Dynamics 365 Finance developer.
Users are experiencing slower load times for a data table on the All Customers form.
You need to update caching for the table in Dynamics 365 to improve data retrieval times.
How should you configure CacheLookup properties? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
DRAG DROP
You are a Dynamics 365 Finance developer.
You need configure table caching.
Which CacheLookup properties should you use? To answer, drag the CacheLookup properties to the correct table. Each property 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.
HOTSPOT
You are a Dynamics 365 Finance developer. You create a form.
You must ensure that only sales managers can view the form.
You need to set up security for the form.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
HOTSPOT
You are a Dynamics 365 Finance developer.
You need to create a security rule that meets the following requirements:
Provide the same permissions as HcmWorkerActionHireRead
Assign the Update level access and the HcmHumanResourceMamager Role
Which settings should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Question