Microsoft MB-500 Practice Test - Questions Answers, Page 18
List of questions
Related questions
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?
Created by
Table group
Configuration key
Cache lookup
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 determine which operations can be performed. Which operation is possible?
Create art extension for Accountid and decrease the field size.
Create an extension for AccountBase and modify the Form Help property.
Create a derived EDT for Accountid and increase the field size.
Create a derived EOT for AccountBase and increase the field size.
DRAG DROP
A company uses Dynamics 365 Finance.
You must create two data entities:
• The first entity must allow access to customer groups by using OOata.
• The second entity must be able to bulk export customer data by using a batch process.
You need to enable the properties for each entity you create.
Which properties should you enable? To answer, drag the appropriate properties to the correct requirements. Each property 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 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 overriding the table concurrency model.
Which Select statement should you use?
select firstonly optimisticLock custTable where custTable.AccountNum -- "©eoeei'j
select flrstonly forupdate CustTable where CustTable.AccountNum '000001*;
select firstonly pessimisticlock custTable where CustTable. AccountNum -- '000001*;
select firstonly firstFest custTable where custTable.AccountNum -- '000001';
DRAG DROP
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 equals EXT. You need to implement the query. You declare and initialize a query Object.
You need to run the query.
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.
A company uses Dynamics 365 Finance.
You implement an extension of a method named calc in Class
The calc method:
• Accepts an integer as an input parameter.
• Returns an integer as an output parameter.
You must implement an extension to:
• Extend the calc method.
• Prevent the standard code from running if the value of the input parameter is greater than 10-
You need to implement the correct solution. Which code segment should you use?
A company uses Dynamics 365 Finance.
You have an entity named Vend Vend orV2 Entity. You add a new column to the entity. You need to ensure that the new column is available in the entity (or data transfer activity. Which two actions should you perform? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.
Select the Modify target mapping button on the Entity list page.
Select the Generate mapping button on the Mapping details form.
Select the Entity structure button on the Entity page.
Select the Validate button on the Entity list page.
HOTSPOT
You are a Dynamics 365 Finance developer.
You have the following source control branches:
You need to move the list of changesets from the development environment to the test environment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
HOTSPOT
A company wants to Integrate Dynamics 365 Finance with third-party applications.
You need to select integration patterns for various scenarios.
Which integration patterns should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.
HOTSPOT
You are a Dynamics 365 Finance developer. You have The following code:
Which values does the info() method return? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Question