MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer Part 3
Question #: 61
Topic #: 4
HOTSPOT –
You are a Dynamics 365 Finance developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code.
What is the correct output for the method? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 62
Topic #: 7
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.
Hot Area:
Suggestion Answer:
Question #: 63
Topic #: 6
DRAG DROP –
A company uses Dynamics 365 Finance.
Client companies require weekly updates for services performed. You create a custom data entity by using the Data Entity wizard.
You need to expose a list of services to external business companies.
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.
Select and Place:
Suggestion Answer:
Question #: 64
Topic #: 1
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.
B. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
C. In Azure DevOps, queue a build from the corresponding branch 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.
Selected Answer: CD
Question #: 65
Topic #: 5
You have a cloud-based Dynamics 365 Finance production environment.
You need to access the data to create Microsoft Power BI reports for the business.
What should you use?
A. aggregate measurements
B. aggregate dimensions
C. Analysis Cubes
D. Entity store
Selected Answer: D
Question #: 66
Topic #: 2
You are a Dynamics 365 Supply Chain Management developer.
You are working on a project by using Visual Studio.
Several users check out a custom form version control and modify the form.
You need to find the user that has added a specific line of code to the form.
What should you do?
A. Open the object in Object Designer, select the title of the object, and then right-click View History.
B. In Solution Explorer, navigate to the object and right-click View History.
C. Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History.
D. Using Visual Studio, navigate to the object in Application Explorer and right-click View History.
Selected Answer: B
Question #: 67
Topic #: 3
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 are developing a form for Dynamics 365 Finance.
You need to add a button that allows users to run a report.
Solution: Create a display menu item. Add the menu display item to the form button and then link the report to the display menu item.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 68
Topic #: 2
DRAG DROP –
An error occurs when an employee creates a new workflow using a custom approval element to track the status of a document.
You need to ensure that the workflow is created correctly.
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.
Select and Place:
Suggestion Answer:
Question #: 69
Topic #: 1
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.
Select and Place:
Suggestion Answer:
Question #: 70
Topic #: 6
DRAG DROP –
A company is migrating from a legacy system to Dynamics 365 Finance.
You need to import the customer data by using the Data Management workspace.
In which order should you perform the actions? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Suggestion Answer:
Question #: 71
Topic #: 4
HOTSPOT –
You have the following code:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 72
Topic #: 7
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 HcmHumanResourceManager Role
Which settings should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 73
Topic #: 5
You have a cloud-based Dynamics 365 Finance production environment.
You need to access the data to create Microsoft Power BI reports for the business.
What should you use?
A. Power BI embedded
B. views
C. aggregate dimensions
D. data entities
Selected Answer: D
Question #: 74
Topic #: 5
HOTSPOT –
You are a Dynamics 365 Finance developer.
A form uses a synchronous call based on a saleID value. There are long wait times for the form to complete processing. You must allow the user to continue to work while the form processes and inform the user immediately when the processing completes.
You need to implement the correct method calls and behavior.
Which code segments should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 75
Topic #: 2
HOTSPOT –
A company uses Dynamics 365 Finance and Dynamics 365 Supply Chain Management. The company wants to use new functionality that relates to purchase requisitions.
You need to promote the new functionality to a test environment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 76
Topic #: 6
DRAG DROP –
A company uses Dynamics 365 Supply Chain Management.
You need to integrate the system with third-party applications.
Which data integration strategies should you use? To answer, drag the appropriate data integration strategies to the correct scenarios. Each strategy 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.
Select and Place:
Suggestion Answer:
Question #: 77
Topic #: 7
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.
Hot Area:
Suggestion Answer:
Question #: 78
Topic #: 4
You are using the SysTest framework to test code in Visual Studio.
You need to create a unit test class.
Which three attributes can you use to create the class? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. TestFilter
B. Priority
C. Owner
D. EntryPoint
E. Test Property
Selected Answer: ABC
Question #: 79
Topic #: 1
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.
B. Add the class buffer as the first parameter.
C. Mark the class as protected.
D. Mark the class as public.
Selected Answer: A
Question #: 80
Topic #: 3
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):
You plan to modify properties of the EDTs by using an extension.
You need to determine which operations can be performed.
Which operation is possible?
A. Create an extension for AccountBase and decrease the field size.
B. Create a derived EDT for AccountBase and increase the field size.
C. Create a derived EDT for AccountId and decrease the field size.
D. Create an extension for AccountBase and increase the field size.
Selected Answer: D
Question #: 81
Topic #: 6
HOTSPOT –
A company plans to migrate purchase orders from an older system into Dynamics 365 Finance.
You need to generate field mapping between the source and the target data structures.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 82
Topic #: 2
HOTSPOT
–
You are a Dynamics 365 Finance developer.
You have the following source control branches:
You need to move the list of changesets from the development environment to the test environment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Suggestion Answer:
Question #: 83
Topic #: 4
HOTSPOT –
You have the following class definition:
You need to create an extension class and create a new static method in it that converts miles to kilometers and then call the method from another class.
How should you complete the code and call the method? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 84
Topic #: 5
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?
A. initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)
B. importAndStorageReport(powerBIConfiguration, resourceName, isUpdate)
C. initializeCustomReportControl(resourceName, formGroupControl, reportCustomParams)
D. addReportControl (formGroupControl)
Selected Answer: C
Question #: 85
Topic #: 1
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.
B. A model is a group or collection of elements that constitute a distributable software solution.
C. A Visual Studio project can belong to more than one model.
D. A model is a design time concept.
E. A package is a deployment unit that may contain one or more models.
Selected Answer: BDE
Question #: 86
Topic #: 3
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 are adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.
You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.
Solution: Navigate to the user interface forms node for the SalesTable form and modify the form.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 87
Topic #: 7
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 correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Records are locked as soon as they are retrieved from the database.
B. Records remain available for other processes while they are selected from the database.
C. Records are locked for a shorter length of time.
D. Fewer resources are used to lock records during updates.
E. One record cannot be selected for update by two different processes at the same time.
Selected Answer: BCD
Question #: 88
Topic #: 2
HOTSPOT
–
You are using the Metadata search tool in Visual Studio.
You need to select the appropriate query string for various scenarios.
Which query string should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Suggestion Answer:
Question #: 89
Topic #: 5
DRAG DROP –
You are a Dynamics 365 Finance developer.
The sales department manager must to be able to view total customers by region and total sales by regions.
You need to build key performance indicators (KPIs) and display them on a tile in the application.
How should you model the KPI? To answer, drag the appropriate objects to the correct KPI components. Each object 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.
Select and Place:
Suggestion Answer:
Question #: 90
Topic #: 1
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.
Select and Place:
Suggestion Answer:
Question #: 91
Topic #: 7
DRAG DROP –
A company uses Dynamics 365 Finance.
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.
Select and Place:
Suggestion Answer:
Question #: 92
Topic #: 3
HOTSPOT –
You are a Dynamics 365 Finance developer.
You need to add a new status named InTransit to the SalesTable.SalesStatus field and use the status in code.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggestion Answer:
Question #: 93
Topic #: 4
You are a Dynamics 365 Finance developer. You create an integer variable named totalSales.
You need to display the value from totalSales in an info statement.
Which three code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. info(int2str(totalSales));
B. info(totalSales);
C. info(any2str(totalSales));
D. info(strfmt(“%1”, totalSales));
E. info(strLine(totalSales, 1));
Selected Answer: ACD
Question #: 94
Topic #: 6
You are training a new Dynamics 365 Finance developer.
You need to recommend where asynchronous integrations should be used instead of synchronous integrations.
For which scenario should you recommend asynchronous integration?
A. A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.
B. A service company needs workers to be able to access just-in-time inventory data from the field by using a third-party Software as a Service (SaaS) application to ensure they have parts to complete a service.
C. A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.
D. A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.
Selected Answer: A
Question #: 95
Topic #: 2
DRAG DROP
–
You are a Dynamics 365 Finance developer.
A long running process times out in the system.
You need to implement the asynchronous framework to resolve this issue.
Which class runAsync method should you use for each use case? To answer, drag the appropriate classes to the correct use cases. Each class may be used once. more than once, or not at content.
NOTE: Each correct selection is worth one point.
Suggestion Answer:
Question #: 96
Topic #: 7
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.
Select and Place:
Suggestion Answer:
Question #: 97
Topic #: 1
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.
Select and Place:
Suggestion Answer:
Question #: 98
Topic #: 4
DRAG DROP –
You create a Visual Studio project named CustomerDetailUpdate.
You must update data in a table named CustTable. You must be able to run the code from Visual Studio.
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.
Select and Place:
Suggestion Answer:
Question #: 99
Topic #: 5
DRAG DROP –
You are a Dynamics 365 Finance developer.
You have a report in an existing model that connects with the following objects:
✑ in-memory table
✑ data provider class
✑ controller class
✑ contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the extension.
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.
Select and Place:
Suggestion Answer:
Question #: 100
Topic #: 3
You add a field to the SalesTable table by using an extension.
You need to ensure that the new field is available for use in forms, reports, and code.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Right-click the table and select Synchronize.
B. Navigate to the Dynamics 365 menu and select Synchronize database.
C. Right-click the solution and select Synchronize with database.
D. Set the project property for Synchronize database on build to true and build the solution.
E. Right-click the project and select Synchronize with database.
Selected Answer: BDE