Exit demo MB6-890 Microsoft Dynamics AX Development Introduction PDF format · free preview

Microsoft MB6-890 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/mb6-890.html

Question 1
Single choice

You need to write an expression to calculate the compound interest that a bank needs

The formula for compound interest after one period is as follows:

I = (P * (1 + R)) - P

Where

I = Compound interest

P = Principal that was invested

R = Rate of interest

after one period.

Which X++ expression is equivalent to the formula above using operator precedence in X+- +-?

A.

I = P* 1 + R- P

B.

I = P*(1 + R-P)

C.

I = P*(1 + R)-P

D.

I = (P* 1) + (R-P)

Question 2
Multiple choice

You have a table named CustTable. which has the following three fields: AccountNum, Currency, and CustGroup. You need to wnte X++ code to insert a record into CustTable and set the values of the three fields as follows:

AccountNum = "5000-

Currency = "USD"

CustGroup="30"

Which two code segments can you use to achieve this goal? Each correct answer presents a complete solution.

A.
B.
C.
D.
Question 3
Single choice

You have an X++ class that has the following code:

You are writing a static method. You have an object of AssetBookCompareContract named assetBookCompareContractObj that is initialized within this method.

You need to print the current value of the firstAssetBookld variable from the

assetBookCompareContractObj object.

Which piece of code should you use to achieve this goal?

A.

irvFo(assetBookCompareContractObj : :fIrstAssetBookld);

B.

info(assetBookCompareContractObj.f IrstAssetBookld);

C.

info(assetBookCompareContractObj.panmFirstAssetBookId(""));

D.

info(assetBookCompareContractObj.parmFirstAssel:BookId());

Question 4
Single choice

You have the following X++ statement

What is the output of the statement?

A.

An error has occurred.
VariableB cannot be less than variableA.

B.

An error has occurred.
Process was aborted.

C.

An error has occurred.
VariableB cannot be less than variableA.

D.

VariableB cannot be less than variableA.
Process was aborted.

Question 5
Single choice

You want to have a form where you can display an image in a fast tab.

Which type of sub-pattern should you apply to the fast tab?

A.

Horizontal fields and Button group

B.

Section tiles

C.

Custom filters

D.

Image preview

Question 6
Single choice

You are using Visual Studio to manage development with Microsoft Dynamics AX. You need to complete a project for use within the application.

Which step must be performed?

A.

best practice check

B.

synchronization

C.

build

D.

validation

Question 7
Multiple choice

You have two classes written in X++ with the following code:

Which three methods of the DirParty class are accessible from the Write method? (Each correct answer presents a complete solution.)

A.

duplicateCurrentParty()

B.

addLocation()

C.

update()

D.

getContactlnfo()

E.

add LocationCI ientO

Question 8
Single choice

You need to develop a new XDS policy for employees. You employees' expense records.

Where should you apply the filter?

A.

Constrained tables

B.

Query

C.

Policy group

D.

Context string

Question 9
Single choice

You are developing a form that allows users to update an order status. You create a table named Tablel that you will use as a data source for this form.

You want to include a radio-button style selection so that the end user can choose between three different
order statuses: "Canceled", "Delivered", "Processing".

What should you add to Table1 so that you can add the radio button selection to the form?

A.

three different string fields that represent each order status

B.

three different Extended Data Types (EDTs) of type string with each order status

C.

a Boolean data type with values that represent each choice

D.

a base enumeration with three elements that represent each order status

Question 10
Single choice

A table named VendTable contains a field named MainContactWorker. which is the reference Recid. Many records in VendTable have the same value for MainContactWorker. Users frequently search for data in VendTable based on the MainContactWorker field.

You need to ensure that when users make Queries that include the MainContactWorker field in the where clause, the query results are returned in the least amount of time possible.

What should you create on VendTable?

A.

a Surrogate Key that is used as the primary index

B.

a unique index on MainContactWorker

C.

a non-unique index on MainContactWorker

D.

a primary index on MainContactWorker

Showing 10 of 91 questions · Unlock the full set