DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Updated Microsoft MB-500 Exam Questions for Effective Preparation

The SPOTO Microsoft MB-500 Exam Questions provide a comprehensive set of exam questions and answers, test questions, mock exams, and study materials tailored for developers working with Finance and Operations apps in Microsoft Dynamics 365. These valuable exam resources cover all the essential topics required to successfully implement and extend applications to meet business requirements. With SPOTO's MB-500 exam preparation resources, you can assess your knowledge level, identify areas that require further study, and practice with realistic mock exams that simulate the actual exam environment. These meticulously crafted exam questions and answers are developed by subject matter experts to mirror the complexity and format of the real MB-500 exam, boosting your confidence and increasing your chances of passing successfully on your first attempt. By leveraging these exam resources, you can ensure a thorough understanding of the subject matter and enhance your readiness for the Microsoft Dynamics 365: Finance and Operations Apps Developer certification.
Take other online exams

Question #1
You have an enumeration named truckStatus that has the following statuses:? Empty? Loaded? CompletedYou have the following code:You need to add the following statuses to the enumeration: Quarantine, InTransitWhat should you do?
A. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value
B. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values
C. Add a new case statement in the model of the existing code
D. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration
View answer
Correct Answer: A
Question #2
HOTSPOT (Drag and Drop is not supported)You need to modify the CashDisc form to meet the requirements.Which objects should you use? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #3
HOTSPOT (Drag and Drop is not supported)You have a Dynamics 365 Finance and Operations development environment.You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the next Wholesales.You need to configure filtering.What should you do? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #4
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?
A. reate an extension for VendTable and then add the new display method
B. reate an extension of VendVendorV2Entity, select New, and then select Siting Unmapped Field
C. reate an extension for VendVendorV2Entity, select the Fields node, select New, and then select Mapped Field
View answer
Correct Answer: D
Question #5
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. ache lookup
B. ave data per company
C. odified date time
D. lustered index
View answer
Correct Answer: C
Question #6
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.Which value should you use for the OnDelete property?
A. one
B. ascade
C. ascade + Restricted
D. estricted
View answer
Correct Answer: D
Question #7
DRAG DROP (Drag and Drop is not supported)A banking company is creating custom functionality to consolidate and post financial transactions.You need to create menu items for the following business processes:•Process1 – Automatically check new transactions against validation rules every hour.•Process2 – Manually review and correct transactions that have errors. No preprocessing is done.•Process3 – Export transactions to another system when they successfully post.You need to select the menu item type for each
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #8
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. retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system
B. retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time
C. manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time
D. warehouse wants to track movement of all inventory from scanners to the system
View answer
Correct Answer: A
Question #9
DRAG DROP (Drag and Drop is not supported)A company uses Dynamics 365 Supply Chain Management. You need to monitor system performance.Which tool should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #10
DRAG DROP (Drag and Drop is not supported)A company has a Dynamics 365 Finance environment.You need to implement indices for new tables.Which types of indexes should you use? To answer, drag the appropriate types of indexes to the correct requirements. Each type of index 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:
A. mountMST
B. arkupValue
C. eight
D. eightBase
View answer
Correct Answer: A
Question #11
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 a
A. ee Explanation section for answer
View answer
Correct Answer: B
Question #12
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. You are customizing e
A. es
B. o
View answer
Correct Answer: B
Question #13
DRAG DROP (Drag and Drop is not supported)A company uses Dynamics 365 Finance.The company requires extended data types (EDTs) that meet the following requirements:•The new EDTs must use primitive base types without extending other EDTs.•One type must track the day that the user receives goods in the warehouse.•One type must track the quantity of items that the user receives.You need to create the EDTs.Which EDT types should you use? To answer, drag the appropriate types to the correct requirements. Each typ
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #14
HOTSPOT (Drag and Drop is not supported)You have a Dynamics 365 Finance environment.You have the following code: (Line numbers are included for reference only.)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #15
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. custom lookup
B. tile
C. factbox
D. n external feed
E. quick filter
View answer
Correct Answer: C
Question #16
You are a Dynamics 365 Finance developer.You have a table named FMVehicle that contains a field named VehicleId. The table has a clustered 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 table in ascending order based on VehicleId field in the vehicle variable.Which embedded-SQL statement should you use?
A. elect vehicle index VehicleId;
B. elect vehicle order by VehicleId;
C. elect VehicleId from vehicle order by VehicleId asc;
D. elect vehicle order by VehicleId desc;
View answer
Correct Answer: B
Question #17
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 enumer
A. reated by
B. able group
C. onfiguration key
D. ache lookup
View answer
Correct Answer: A
Question #18
HOTSPOT (Drag and Drop is not supported)You are creating entities that will have unmapped fields.You need determine which types of unmapped fields to use.Which field types should you use? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #19
HOTSPOT (Drag and Drop is not supported)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #20
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. reate an extension for AccountBase and decrease the field size
B. reate a derived EDT for AccountBase and increase the field size
C. reate an extension for AccountId and increase the field size
D. reate an extension for AccountBase and modify the Form Help property
View answer
Correct Answer: D
Question #21
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 an extension for AccountId and increase the field size
D. Create an extension for AccountBase and modify the Form Help property
View answer
Correct Answer: D
Question #22
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 enumer
A. es
B. o
View answer
Correct Answer: B
Question #23
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 create a new form in a project.You need to display tabs in a vertical alignm
A. es
B. o
View answer
Correct Answer: A
Question #24
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. rimary index
B. reated by
C. onfiguration key
D. able group
View answer
Correct Answer: B
Question #25
You are a Dynamics 365 Finance developer.You must extend the validate method of the SalesLine table by using Chain of Command. The value of a variable named SalesPrice must be greater than or equal to zero when adding new lines.You need to create an extension class.Which two code segments can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
A. reate an extension for AccountBase and decrease the field size
B. reate an extension for AccountId and increase the field size
C. reate a derived EDT for AccountId and decrease the field size
D. reate an extension for AccountBase and increase the field size
View answer
Correct Answer: AD
Question #26
You need to add data to the WHSTmpStatusChange table by extending the insert method.What should you do?
A. ight-click the project node in Solution Explorer synchronous and asynchronous to the project
B. ight-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and select View Code
C. ight-click the project node in Solution Explorer and add a new Table object to the project
D. ight-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and create an extension in the existing project
View answer
Correct Answer: D
Question #27
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 create a new form in a project.You need to display tabs in a vertical alignm
A. es
B. o
View answer
Correct Answer: A
Question #28
DRAG DROP (Drag and Drop is not supported)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #29
HOTSPOT (Drag and Drop is not supported)A user reports that a form takes a long time to load. You suspect that the issue relates to a display method. You need to resolve the issue.Which actions should you perform? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
A. es
B. o
View answer
Correct Answer: A
Question #30
A company has a cloud-based installation of Dynamics 365 Finance.A user reports slow response times in the application when accessing the production environment.You need to diagnose the performance issue by using the Environment monitoring tool.Which two features of the Environment monitoring tool should you use? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. ee Explanation section for answer
View answer
Correct Answer: CE
Question #31
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 have an enumeration named truckStatus that has the following statuses:? Empt
A. Yes
B. No
View answer
Correct Answer: A
Question #32
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. reate an extension for AccountId and decrease the field size
B. reate an extension for AccountBase and modify the Form Help property
C. reate a derived EDT for AccountId and increase the field size
D. reate a derived EDT for AccountBase and increase the field size
View answer
Correct Answer: A
Question #33
HOTSPOT (Drag and Drop is not supported)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.
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #34
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 create a new form in a project.You need to display tabs in a vertical alignm
A. es
B. o
View answer
Correct Answer: B
Question #35
DRAG DROP (Drag and Drop is not supported)You need to create an extension of the table and perform a build and synchronize the newly extended table.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.
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #36
You need to meet the requirements for the purchase order creation form.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.NOTE: each correct selection is worth one point.
A. ee Explanation section for answer
View answer
Correct Answer: CD
Question #37
A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment.You need to create a software deployable package so that you can deploy the customization 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. isplay menu item
B. enu reference
C. utput menu item
D. ction menu item
View answer
Correct Answer: BD
Question #38
HOTSPOT (Drag and Drop is not supported)You are a Dynamics 365 Finance and Operations developer. You need to monitor system performance.Which tools should you use? To answer, select the appropriate option in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #39
HOTSPOT (Drag and Drop is not supported)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #40
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 enumer
A. Yes
B. No
View answer
Correct Answer: A
Question #41
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 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. ee Explanation section for answer
View answer
Correct Answer: BC
Question #42
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 is automating manual processes in the Dynamics 365 finance and operati
A. es
B. o
.
View answer
Correct Answer: B
Question #43
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 answer presents a complete solution.NOTE: Each correct selection is worth one point.
A. ee Explanation section for answer
View answer
Correct Answer: AD
Question #44
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. reate a derived EDT for AccountId and decrease the field size
B. reate an extension for AccountId and increase the field size
C. reate an extension for AccountId and decrease the field size
D. reate an extension for AccountBase and increase the field size
View answer
Correct Answer: B
Question #45
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. Primary index
B. Created by
C. Configuration key
D. Table group
View answer
Correct Answer: B
Question #46
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.Yo
A. es
B. o
.
View answer
Correct Answer: B
Question #47
You create a new class.Class compilation must fail if a specific method in the source code is called. You need to mark the class with the appropriate attribute.Which attribute should you use?
A. ysAppSecurityAttribute
B. ysTestCategory
C. ysObsoleteAttribute
D. ysAttribute
View answer
Correct Answer: C
Question #48
A company is implementing Dynamics 365 finance and operations apps.The company must test the custom enhancements for its native Dynamics 365 finance and operations apps.You need to create a test case within a development environment.Which base class should the test class extend?
A. ysTestSuite
B. ysTestCase
C. ysTestExecute
D. ysTest
View answer
Correct Answer: B
Question #49
HOTSPOT (Drag and Drop is not supported)You are a Dynamics 365 finance developer. You check out elements from version control in order to make modifications.You need to check in the modified elements to version control.What should you do? To answer, select the appropriate option in the answer area.NOTE: Each correct selection is worth one point.
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #50
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.You are developing a form for Dynamics 365 Finance.You nee
A. es
B. o
View answer
Correct Answer: B
Question #51
DRAG DROP (Drag and Drop is not supported)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.
A. lass BigCar extends Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}
B. lass BigCar implements Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}
C. lass BigCar extends car { public real getWeight() { return weight; }}
D. lass BigCar : car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}
View answer
Correct Answer: A
Question #52
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 create a new form in a project.You need to display tabs in a vertical alignm
A. es
B. o
View answer
Correct Answer: B
Question #53
HOTSPOT (Drag and Drop is not supported)You need to implement the integration for the Vendor Exclusion List 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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #54
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. ee Explanation section for answer
View answer
Correct Answer: BDE
Question #55
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 have an enumeration named truckStatus that has the following statuses:? Empt
A. Yes
B. No
View answer
Correct Answer: B
Question #56
DRAG DROP (Drag and Drop is not supported)You need to add new fields to the standard form and organize the grid to meet the requirements.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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #57
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 create a new form in a project.You need to display tabs in a vertical alignm
A. es
B. o
View answer
Correct Answer: A
Question #58
HOTSPOT (Drag and Drop is not supported)A company is implementing Dynamics 365 Finance. Vendors receive a risk rating that is determined by their on-time delivery performance as well as their credit rating.You need to implement the following risk rating functionality:-The risk rating must accompany the credit rating when the credit rating is used.-The risk rating must be able to be used in other areas of the solution to determine processing outcomes.-The risk rating must consist of the following values:1 =
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #59
DRAG DROP (Drag and Drop is not supported)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.Select and Place:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #60
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 da
A. Yes
B. No
View answer
Correct Answer: B
Question #61
DRAG DROP (Drag and Drop is not supported)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.NOTE: Each correct selection is worth one point
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #62
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 da
A. es
B. o
View answer
Correct Answer: B
Question #63
DRAG DROP (Drag and Drop is not supported)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #64
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 da
A. es
B. o
View answer
Correct Answer: B
Question #65
You are a Dynamics 365 Finance developer. You make changes to an existing custom class.The code comparison tool shows version conflicts between your version and the latest checked-in version of the custom class.In Visual Studio, you open the Source Control Explorer. You locate the latest changeset for the class and you open the changeset in Team Explorer.You need to compare the latest code that is in source control with the code that you created. Which option should you use?
A. ompare with Workspace Version
B. ompare with Previous Version
C. iew History
D. ompare with Latest Version
View answer
Correct Answer: D
Question #66
HOTSPOT (Drag and Drop is not supported)You are building analytical components for users in Dynamics 365.You need to determine the appropriate component to use for several scenarios.Which component should you use for each scenario? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #67
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. You are customizing e
A. es
B. o
View answer
Correct Answer: B
Question #68
You need to configure filtering for the Vendor Past Due Invoices form.Which two filtering types can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
A. imple List and Details
B. able of Contents
C. ist Page
D. etails Master
View answer
Correct Answer: AC
Question #69
HOTSPOT (Drag and Drop is not supported)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:
A. ee Explanation section for answer
View answer
Correct Answer: A
Question #70
You are a Dynamics 365 Finance developer.You need to create an extension class.Which action should you perform?
A. ark the class as final
B. ark the class as public
C. dd the suffix
D. ark the class as protected
View answer
Correct Answer: A
Question #71
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. You are customizing e
A. es
B. o
View answer
Correct Answer: B
Question #72
You need to modify the environment to meet User1’s requirements. What should you do?
A. reate an extension of CashDisc in a new project and add the field to the extended table,
B. reate a new table named CashDiscExtension in the project
C. se Open Designer to add the field to the table
D. reate an overlayer of CashDisc in a new project and add the field
View answer
Correct Answer: A
Question #73
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. onfiguration key
B. ave data per company
C. reated by
D. lustered index
View answer
Correct Answer: C

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: