aiotestking uk

MB6-890 Exam Questions - Online Test


MB6-890 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1.  You need to create a table to serve as a data source for an SSRS report You estimate that this SSRS re potentially returning over 50,000 rows of data.

Which type of table should you use?

A. an InMemory table

B. a TempDB table

C. an inherited table

D. a regular table

Answer: C

Topic 2, Exam Pool B

Q2. 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.

Answer: B

Q3.  You have tables named Table1 and Table2 The tables have a relation to each other. You need to display data from both of the tables in a form. How should you create the data source for the form?

A. Add both of the tables into a perspective, and use the perspective as the data source.

B. Create a new table named Table3 that has a relation to Tablel and to Table2, and use Table3 as the data source.

C. Add both of the tables into a query, and use the query as the data source.

D. Add both of the tables into a map. and use the map as the data source.

Answer: C

Q4. You are planning to give a presentation on Microsoft Dynamics AX to your development team. What should you state as an advantage of creating and using labels?

A. decreases database references

B. provides multi-language and translation support

C. reduces the number of pointers

D. duplicates the value throughout the database

Answer: D

Q5. You are using the Visual Studio development environment to perform a customization for your client You need to synchronize project elements related to the data dictionary along with the build operation. Where should you set the property "Synchronize database on Build" to achieve this goal?

A. package properties

B. individual data dictionary element properties

C. project properties

D. model properties

Answer: D

Q6. You need to determine the output of the following code:Which X++ code segment should you use to achieve this goal?

What is the output in the Infolog after runn.ng the code.

A. 10 A

B. 20 C

C. 30 B

D. 40 C

Answer: D

Q7. 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

Answer: A

Q8. You need to access the external resources that reside on an Internet Information Services (IIS) server instance with an established photo library. You also need access for Microsoft Dynamics AX and other applications.

What should you use to access these resources?

A. Adding Resources r

B. Resource Library

C. Label File

D. URL Location

Answer: D

Q9. What is the output of the statement?

A. Wrong value of variableB variable Process was cancelled.

B. Process was cancelled.

Wrong value of variableB variable

C. Wrong value of variableB variable

D. Variable2 cannot have value greater than 2. Process was aborted.

Answer: C

Q10. 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

Answer: A,B,D