Microsoft MB-500 Practice Test - Questions Answers, Page 22
List of questions
Related questions
DRAG DROP
A company uses Dynamics 365 Finance. The company creates an asset library.
You need to upload assets for a solution to the asset library.
Which asset types should you use? To answer, drag the appropriate asset types to the correct activities. Each asset type 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 is implementing Dynamics 365 Supply Chain Management.
A developer creates a new form in Visual Studio. The developer must conduct manual unit testing on the functionality of the form before releasing it for functional testing by non-developers.
You need to preview the new form to conduct manual unit testing.
Which action should you conduct first on the form object?
Performance Profiler
Debug
Set as Startup Object
Attach to process
Scope to this
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Create an extension for the CarType base enumeration to add the MUV element.
Does the solution meet the goal?
Yes
No
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the Is Extensible property to true for the CarType enumeration. Create a new enumeration to add the MUV element.
Does the solution meet the goal?
Yes
No
Users report that a company's Dynamics 365 Finance website is slow. You suspect that a SQL query attached to the task GetFormlnteractionTask is the cause. You need to determine how long it takes for the query to run and return results. What should you use?
Fiddler
Performance monitor
Microsoft Edge debugging tools
Performance timer
A company uses Dynamics 365 Supply Chain Management.
You need to list all classes in the Application Suite model that contain a cross-company query.
Which query string should you use?
type:class, method name=insert code:'crosscompany' model:'Application Suite'
type:class code:'crosscompany' model:'Application Suite'
type:class, method name-run code:'crossconpany' model:'Application Suite'
type:class, table code:'crosscompany' model:'Application Suite'
You are working with extended data types in Visual Studio.
You need to create an extension of a base Extended Data Types (EDT) that is part of another model. Which three properties can be modified? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Alignment
IsExtensible
Form help
String size
Label
A company uses Dynamics 365 Finance. You are customizing elements for the extended data types (EDTs) shown in the following table.
You have a table named WorkCalendar. The table has a column named BasicCalendailD that uses the BasicCalendarlD EDT. You need to increase the length of the column by using an extension.
Solution: Create an extension for CalendarName.
Does the solution meet the goal?
Yes
No
A company uses Dynamics 365 Finance.
You must add fields to a standard table in Visual Studio.
You need to create an extension of the table.
What should you do?
Create a table extension from the base table.
Create an extension class for the base table.
Create a new table object in the project.
Drag the table from the AOT to the project.
DRAG DROP
You are developing new features for an app.
You must perform unit testing for the features by using the SysTest framework.
You need to create unit test code using appropriate test attributes.
Which test attribute should you use? To answer, drag the appropriate test attributes to the correct descriptions. Each test 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.
Question