Microsoft MB-500 Practice Test - Questions Answers, Page 4
List of questions
Related questions
DRAG DROP
You need to map the target data fields in the Data management workspace for the custom data entity.
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.
DRAG DROP
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 company uses Dynamics 365 Finance. You have two tables as shown:
When an employee is deleted from EmplTable, the corresponding bank account information must automatically be deleted from EmplBankAccount.
You need to ensure that the requirement is met
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Select the foreign key relation properties from EmplBankAccount.
Set the value of the OnDelete property to Restricted.
Set the value of the OnDelete property to Cascade.
Select the foreign key relation properties from EmplTable.
DRAG DROP
You are working on the data structures for the company's implementation.
You need to ensure that the data from the source system is mapped into the new staging table and can be used for synchronous and asynchronous integrations.
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.
You need to add new fields to the table for the Inventory Status form to represent the product name and batch ID.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE Each correct selection is worth one point.
Drag the EcoResProductName and inventBatchiD extended data types (EDTs) from the Application Object Tree (AOT) to the table. Rename the fields appropriately,
Right-click the newly created table and add two new base enumerations to the table. Rename the new enumerations Product Name and Batch ID respectively.
Right-click the newly created table. Add two new string fields to the table. Rename one string field to Product Name and rename the other to Batch ID. Change the property of the fields to the appropriate EDTs.
Right-click the newly created table in the designer Add a string field named Product Name to the table. Add an enumeration named Batch ID to the table.
You need to test and map the freight processing integration.
Which data management concept is used for the XML file to import the freight processing data?
data package
data job
data entity
data project
You need to add data to the WHSTmpStatusChange table by extending the insert method.
What should you do?
Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and select View Code
Right-click the project node in Solution Explorer and add a new Class object to the project.
Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and create an extension in the existing project
Right-click the project node in Solution Explorer and add a new Table object to the project.
DRAG DROP
You need to design the new data entity for the purchase order inquiries records.
Which values should you set on the data entity properties? To answer, move the appropriate values to the correct data entity properties. You may use each value once, more than once, or not at all- You may need to move the split bar between panes or scroll to view content
NOTE: Each correct selection is worth one point.
DRAG DROP
You must merge the code change that you performed and which was tested by QA to the production environment.
You need to merge a specific changeset.
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.
HOTSPOT
You need to create the new approval workflow for purchase orders.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question