MB-500 practice questions
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
Discussion forum
Question
You are a Dynamics 365 Finance developer. You have a table named FMVehicle that contains a field named VehicleId. The table has an index named VehicleIdIdx on the VehicleId field. You declare a table buffer named vehicle to refer to the table. You need to select all records from the FMVehicle tab
le in ascending order based on VehicleId field in the vehicle variable. Which embedded-SQL statement should you use?
A. select vehicle index VehicleId;
B. select vehicle index VehicleIdIdx;
C. select VehicleId from vehicle order by VehicleIdIdx asc;
D. select vehicle order by VehicleId desc;
Discussion forum
Question
You are a Dynamics 365 Finance developer. You create a class. You need to mark the class to ensure that when code is compiled, the process fails if a specific method is called in the source code. Which attribute should you use?
A. SysEntryPointAttribute
B. getAttributes
C. SysAttribute
D. SysObsoleteAttribute
Discussion forum
Question
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten. You need to modify the table properties by extending the table. Which table property can you populate in a table extension by using the property sheet?
A. Cache lookup
B. Modified date time
C. Configuration key
D. Table group
Discussion forum
Question
You are working with extended data types in Visual Studio. You need to create an extension of an Extended Data Types (EDT) that is derived from base data types. Which three properties can be modified? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
A. String size
B. IsExtensible
C. Form help
D. Alignment
E. Label
Discussion forum
Question
You are developing a model extension for Dynamics 365 Finance that extends objects from the Application Foundation package. You need to create and configure a new model for the extension. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A. Create an extension class that references the Application Foundation.
B. Assign the model to the USR layer.
C. Reference the Application Foundation package when creating the extension model.
D. Create a new model that builds into its own separate assembly.
E. Create a new model that is part of an existing package.
Discussion forum
Question
You are a Dynamics 365 Finance developer. You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form. You need to display the required related sales total information. What should you add to the form?
A. a custom lookup
B. a tile
C. a factbox
D. an external feed
E. a quick filter
Discussion forum
Question
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten. You need to modify the table properties by extending the table. Which table property can you populate in a table extension by using the property sheet?
A. Cache lookup
B. Save data per company
C. Modified date time
D. Clustered index
Discussion forum
Question
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. 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. Add the MUV element to the CarType base enumeration. Does the solution meet the goal?
A. Yes
B. No
Discussion forum
Question
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. 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 false for the CarType enumeration. Create a new enumeration to add the MUV element. Does the solution meet the goal?
A. Yes
B. No
Discussion forum
Question
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. 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?
A. Yes
B. No
Discussion forum
Question
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. Add the suffix .extension to the file name.
D. Add the suffix _myextension to the file name.
Discussion forum
Question
A company has an extension that makes changes to a base form. You need to identify all extension changes made to the base form. 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 the search bar on the form extension element, enter the text c:.
B. In the search bar on the base form, enter the text e:.
C. Right-click the base form and select view references.
D. In the search bar on the form extension element, enter the text e:.
E. In the search bar on the base form, enter the text c:.
Discussion foVrum
Question
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: Add a new form object to the project and name the form SalesTable.Extension. Does the solution meet the goal?
A. Yes
B. No
Discussion forum
Question
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?
A. Decorate the class with the ExtensionOf attribute.
B. Add the class buffer as the first parameter.
C. Mark the class as public.
D. Mark the class as private.
Discussion forum
Question