Microsoft MB-500 Practice Test - Questions Answers, Page 17
List of questions
Related questions
A company uses Dynamics 365 Finance.
There are performance issues with the sales order list page and Invoicing process.
You need to diagnose the issues by using the Performance timer.
Which two processes can the Performance timer monitor? Each correct answer presents a complete solution
NOTE: Each correct selection is worth one point.
the longest-running SQL statement
the X ++ process call stack
the metadata of a web session
the time consumed by a client and a server
DRAG DROP
You need to integrate Dynamics 365 Finance win the following applications.
Which integration patterns should you use? To answer, drag the appropriate patterns to the correct applications. Each pattern 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
A company uses Dynamics 365 finance.
The company wants to create test cases by using the SysTest framework.
You need to select the appropriate TestTransactionMode option for each requirement
Which options should you use? To answer, drag the appropriate options to the correct requirements.
Each option 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.
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.
DRAG DROP
You are creating a new class and adding methods to the class.
You need to control extensibility capabilities of some of the methods in the class.
Which attribute should you use? To answer, drag the appropriate attributes to the correct requirements. Each attribute 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
A company uses Dynamics 365 Supply Chain Management.
You are developing multiple integrations.
You need to select the appropriate integration models for the integrations.
Which integration model should you select? To answer, drag the appropriate data integration models to the correct requirements. Each data integration model 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
A company uses Dynamics 365 Finance.
You create the following tables.
You need to configure the system to meet the requirements.
Which delete actions should you use? To answer, drag the appropriate delete action types to the correct scenarios. Each delete action 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.
You develop apps for Dynamics 365 Supply Cham Management.
You need to track changes only for sales header information by using data entities.
Which change tracking option should you use?
Enable primary table
Disable change tracking
Enable entire entity
Enable custom query
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 must extend the class SalesLineType and add a new method that returns the day of week for the system's current date as an integer value.
You need to create a class that extends SalesLineType and adds the new method.
Solution: You create the following code:
Does the solution meet the goal?
A developer submits code for a quality assurance review. Several lines of code use the var data type.
You need to validate the segments tor the correct X++structure.
Which code statement will pass validation?
var var1 = systemDateGet (); var1 = var1 ? today(); ''No today'';
var var1 = true ? 10:''10''
var var1 = true; var1 = true ? 10:falase;
var var1 = (var1 >= false) ? true :10;
Question