MB-500 Exam Questions
341 real MB-500 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #191Design and develop AOT elements
Drag and Drop Question 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...
delete actionscascade deleterestricted deletetable relationships - Question #192Implement data and application integration
You develop apps for Dynamics 365 Supply Chain Management. You need to track changes only for sales header information by using data entities. Which change tracking option should y...
change trackingdata entitiescustom querysales header - Question #193Design and develop AOT elements
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...
table extensiontable propertiesproperty sheetCreated by - Question #194Develop business logic
A company uses Dynamics 365 Finance. Two processes attempt to update the same customer record at the same time. One of the updates fails. You need to resolve the issue by overridin...
concurrency modelpessimistic lockoptimistic lockX++ select - Question #195Develop business logic
A company uses Dynamics 365 Finance. You implement an extension of a method named calc in ClassA. The calc method: - Accepts an integer as an input parameter. - Returns an integer...
class extensionchain of commandmethod overrideX++ extension - Question #196Design and develop AOT elements
Drag and Drop Question A company uses Dynamics 365 Finance. You must create two data entities: - The first entity must allow access to customer groups by using OData. - The second...
data entity propertiesPublic APIODatadata management capabilities - Question #197Develop and test code
Drag and Drop Question A company uses Dynamics 365 Finance. You implement the unit rest framework. You must automate the testing for previously developed functionality. You need to...
unit test frameworkSysTestCaseVisual Studioautomated testing - Question #198Develop business logic
Drag and Drop Question A company uses Dynamics 365 Finance. You must use QueryBuilder classes to implement a query that loops through all customers for whom the customer group equa...
QueryBuilderQueryBuildDataSourceQueryRunX++ query - Question #200Apply developer tools
Drag and Drop Question 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 s...
LCS asset libraryGER configurationlocalized financial reportsolution assets - Question #201Design and develop AOT elements
A company uses Dynamics 365 Finance. You create a new form that must have the ability to open from the menu. You need to set up the form for the menu. What should you add to the me...
menu itemsdisplay menu itemform navigationAOT - Question #202Plan the architecture and solution design
Drag and Drop Question A company is implementing Dynamics 365 Finance. You are extending the standard fixed asset functionality to develop a new feature. You need to select the app...
ModelPackageProjectsolution structure - Question #204Apply developer tools
You need to prepare to deploy a software deployable package to a test environment. What should you do to prepare?
deployable packageAzure DevOpsdeployment pipelinetest environment - Question #205Design and develop AOT elements
Drag and Drop Question A banking company is creating custom functionality to consolidate and post financial transactions. You need to create menu items for the following business p...
Action menu itemDisplay menu itemOutput menu itemmenu item types - Question #206Implement data and application integration
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...
async integrationsync integrationintegration patternsdata integration - Question #207Design and develop AOT elements
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?
extension classaugmentationX++ class modifiersfinal keyword - Question #208Plan the architecture and solution design
Drag and Drop Question A company plans to implement Dynamics 365 Finance. The company is unsure whether to use a cloud implementation or an on-premises implementation. You need to...
cloud deploymenton-premises deploymentPower BItask recordings - Question #209Develop business logic
Drag and Drop Question 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 is...
async frameworkrunAsyncFormRunGlobal class - Question #211Design and develop AOT elements
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?
table extensionAOTfield extensionVisual Studio - Question #212Implement data and application integration
A company plans to integrate Dynamics 365 finance and operations apps with an external application. The apps must send each vendor's name and address in a single field to the exter...
data entitycomputed fieldVendVendorV2Entityunmapped field - Question #213Design and develop AOT elements
You create an extension of ProjTable. You need to configure the extension. Which three table properties can you modify in the extension? Each correct answer presents a complete sol...
table extensiontable propertiesProjTableextension limitations - Question #214Develop business logic
A company uses Dynamics 365 Finance. You implement an abstract class named Car. The Car class has the following: - A real member called weight that is used to store the weight of t...
abstract classclass inheritanceextends keywordX++ OOP - Question #215Plan the architecture and solution design
You are developing a model extension for Dynamics 365 Finance. You must create a model extension that extends objects from the Application suite package. You need to create and con...
model extensionApplication Suitemodel configurationpackage reference - Question #216Design and develop AOT elements
You create an extension for the InventTable table. Which two field properties can you modify in the extension? Each correct answer presents a complete solution. NOTE: Each correct...
table extensionfield propertiesEDTextension limitations - Question #217Design and develop AOT elements
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 q...
enum extensionenumerationEDT extensionCarType - Question #219Design and develop AOT elements
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the properties of the EDTs by using an extension. You need to determ...
EDT extensionAccountBaseForm Help propertyfield size - Question #220Design and develop AOT elements
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the properties of the EDTs by using an extension. You need to determ...
EDT extensionAccountBasefield sizederived EDT - Question #221Design and develop AOT elements
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...
table extensionproperty sheetCreated byextension limitations - Question #222Design and develop AOT elements
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...
table extensionproperty sheetCreated byextension limitations - Question #223Design and develop AOT elements
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the properties of the Edits by using an extension. You need to deter...
EDT extensionAccountBasefield sizeextension operations - Question #224Design and develop AOT elements
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 th...
EDT extensiontable customizationfield propertiesextension - Question #225Design and develop AOT elements
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 th...
EDT customizationextended data typesAOT elementsprimitive base types - Question #226Develop business logic
You create a new interface class in Dynamics 365 Finance. The class has two methods. You need to create a valid interface class. Which two actions should you perform? Each correct...
interface classX++ OOPmethod declarationpublic access modifier - Question #227Design and develop AOT elements
Drag and Drop Question A company uses Dynamics 365 Finance. The company requires extended data types (EDTs) that meet the following requirements: - The new EDTs must use primitive...
EDT typesprimitive base typesDate typeInt type - Question #228Develop business logic
Drag and Drop Question You are working on a project in Dynamics 365 Finance. You use abstract and interface classes to implement the following requirements for the project: - Child...
abstract classinterface classOOP designclass hierarchy - Question #229Design and develop AOT elements
Drag and Drop Question A business needs a free-text field on the All customers form to enter notes about shipment requests. The field must allow users to enter a large number of ch...
EDT creationstring typeCustTable extensionform extension - Question #230Design and develop AOT elements
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?
extension classfinal modifierX++ class extension - Question #231Develop business logic
A company is implementing Dynamics 365 Finance. You implement a risk rating for vendors. The risk rating is on the Vendor form. The rating is determined by a vendor's on-time deliv...
Chain of CommandCoC extensionvendor risk ratingpurchase order validation - Question #232Develop and test code
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....
X++ SQLembedded SQLorder by clausetable buffer - Question #233Develop and test code
A company uses Dynamics 365 Finance. You are performing a code review for several segments of code that use the Boolean data type. You need to validate the segments for the correct...
Boolean data typeX++ syntaxternary operatortype validation - Question #234Develop and test code
You are a Dynamics 365 Finance developer. You create an integer variable named inventQuantity. You need to display the value from inventQuantity in an info statement. Which code se...
info functionint2str conversioninteger displayX++ built-in functions - Question #235Design and develop AOT elements
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?
extension classExtensionOf attributeX++ class extension - Question #236Design and develop AOT elements
You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?
extension classExtensionOf attributeclass decoration - Question #237Develop and test code
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....
X++ SQLindex keywordascending ordertable buffer - Question #238Develop and test code
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....
X++ SQLindex keywordselect statementtable buffer - Question #239Apply developer tools
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 u...
code searchcross-company queryApplication Suite modeldeveloper tools - Question #240Develop and test code
A company uses Dynamics 365 Finance. You must create a process that updates the following: - A single record for customer number A0001 in the customer table. - The value of its cus...
X++ SQLforupdatetransaction managementrecord update - Question #241Develop business logic
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 th...
attribute classerror levelsISV solutionclass decoration - Question #242Develop business logic
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 th...
attribute classerror levelsISV solutionclass decoration - Question #243Develop business logic
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 th...
attribute classerror levelsISV solutionclass decoration - Question #244Design and develop AOT elements
Drag and Drop Question A company uses Dynamics 365 Finance. You create a new extension for a standard table. You need to add a new method in the extension. Which five actions shoul...
table extensionExtensionOf attributeVisual Studioextension class