Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Microsoft MB-500 Practice Exam with Questions & Answers | Set: 4

Questions 31

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.

MB-500 Question 31

Options:
Microsoft MB-500 Premium Access
Questions 32

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.

Options:
A.

Drag the EcoResProductName and inventBatchiD extended data types (EDTs) from the Application Object Tree (AOT) to the table. Rename the fields appropriately,

B.

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.

C.

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.

D.

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.

Questions 33

You need to select an integration strategy to meet the new freight processing requirement. Which two integration strategies can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options:
A.

custom web service

B.

batch data API EC.

C.

OData

D.

asynchronous integration

Questions 34

You need to create a chain of command method for inserting the data on the table for the new fields. How should you complete the code? To answer, select the appropriate configuration m the answer area. NOTE: Each correct selection is worth one point.

MB-500 Question 34

Options:
Questions 35

You need to design integrations for the freight processing source system

Which integration strategies should you implement? To answer, select the appropriate options In the answer area.

NOTE: Each correct selection is with one point.

MB-500 Question 35

Options:
Questions 36

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.

MB-500 Question 36

Options:
Questions 37

You have an enumeration named truckStatus that has the following statuses:

    Empty

    Loaded

    Completed

You have the following code:

MB-500 Question 37

You need to add the following statuses to the enumeration: Quarantine, InTransit

What should you do?

Options:
A.

Add a new case statement in the model of the existing code,

B.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.

C.

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.

D.

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.

Questions 38

You need to add data to the WHSTmpStatusChange table by extending the insert method.

What should you do?

Options:
A.

Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and select View Code

B.

Right-click the project node in Solution Explorer and add a new Class object to the project.

C.

Right-click the WHSTmpStatusChange table in the Application Object Tree (AOT) and create an extension in the existing project

D.

Right-click the project node in Solution Explorer and add a new Table object to the project.

Questions 39

A company uses Dynamics 365 Finance. You have two tables as shown:

MB-500 Question 39

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.

Options:
A.

Select the foreign key relation properties from EmplBankAccount.

B.

Set the value of the OnDelete property to Restricted.

C.

Set the value of the OnDelete property to Cascade.

D.

Select the foreign key relation properties from EmplTable.