Nothing Special   »   [go: up one dir, main page]

Microsoft MB6-704 Exam

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Microsoft MB6-704 Exam

Volume: 90 Questions

Question No : 1
Which two statements accurately describe the code?

Each correct answer presents a complete solution.

A. The code does not enforce field-level security.

B. The results variable only contains data from the partition into which the user is logged.

C. The code does not enforce row-level security.

D. The results variable only contains data from the legal entity in to which the user is logged.

Answer: A,B

Question No : 2
You create a duty to maintain customer master information.
You need to identify to which elements you can add the duty.
Which two elements should you identify? Each correct answer presents a complete solution.

A. Process Cycles

B. Policies

C. Permissions

D. Privileges

E. Roles

Answer: A,B

Leading the way in IT testing and certification tools, www.examkiller.net


Microsoft MB6-704 Exam

Question No : 3
You need to ensure that when the users create queries that are filtered based on the Description field, the
query results must be returned in the least amount of time possible.
What should you do on Tablel?

A. Create a non-unique index in Description.

B. AddDescription to the AutoSummary field group.

C. Create a full text index in Description.

D. Write a find method.

Answer: C

Question No : 4
Which three statements accurately describe views in Dynamics AX?
Each correct answer presents a complete solution.

A. A view can be created from a query.

B. You can update a view by using the Table Browser.

C. Views can be used to display a subset of the data from the source tables.

D. The data for the view is refreshed periodically by using a batch job.

E. The definition of the view is stored in the database when the view is synchronized.

Answer: A,B,D

Question No : 5
You need to extract the last three characters from the string value of 122018 by using X++ code.
Which two code segments achieve this goal? Each correct answer presents a complete solution.

A. = substr('122018', 0,3)

B. =substr('122018', 4,3)

C. = substr('122018', 6,-3)

Leading the way in IT testing and certification tools, www.examkiller.net


Microsoft MB6-704 Exam

D. =str2num('122018', 3)

E. = str2num('122018', -3)

Answer: A,C

Question No : 6
You are planning the Dynamics AX architecture for a company that has two legal entities.
You need to recommend a solution that meets the following requirements:
. Application logic must be shared between the two legal entities.
. Integration ports must be shared between the two legal entities.
. Data must not be shared between the two legal entities.
What should you recommend creating?

A. Two separate Dynamics AX instances that each has one data partition and one legal entity

B. One Dynamics AX instance that has one data partition and two legal entities

C. One Dynamics AX instance that has two Application Object Server (AOS) instances with a legal entity
for each AOS instance

D. One Dynamics AX instance that has two data partitions with one legal entity in each partition

Answer: B

Question No : 7
Which three types of components can be customized by using the MorphX development environment?
Each correct answer presents a complete solution.

A. Dynamics AX security roles

B. Dynamics AX Enterprise Portal pages

C. Dynamics AX client forms

D. Microsoft SQL Server Reporting Services (SSRS) reports

E. Dynamics AX tables

Answer: A,B,D

Leading the way in IT testing and certification tools, www.examkiller.net


Microsoft MB6-704 Exam

Question No : 8
You have two tables named Tablel and Table2. There is a relationship between the tables.
You need to display data from both tables in a form.
How should you create the data source for the form?

A. Add both babies t0 a perspective and use the perspective as the data source.

B. Create a new table named Tabie3 that is related to Tablel and Table2. Use Tables as the data source.

C. Add both tables to a map and use the map as the data source.

D. Add both tables to a query and use the query as the data source.

Answer: B

Question No : 9
You need to display data on a new form.
What should you do?

A. Add a data source and create a design.

B. Add a data source and set a caption.

C. Add a data source and create a method.

D. Add a form part and set a caption.

Answer: A

Question No : 10
You have a form that displays a list of items from a table named Tablel.
You need to prevent all users from updating the records by using the form. What should you modify?

A. The table field groups

B. The menu items

C. The form template

D. The data source

Leading the way in IT testing and certification tools, www.examkiller.net


Microsoft MB6-704 Exam

Answer: A

Question No : 11
You are writing logic to fetch data from a database. The logic will use a select statement. You need to
identify which keyword to use to fetch a single record from the database. Which keyword should you use?

A. FirstFast

B. Forupdate

C. Exists

D. FirstOnly

Answer: B

Question No : 12
You are developing a solution to insert and update records in a table named Tablel. Tablel is structured as
shown in the following table.

You have the following X++ code:

Leading the way in IT testing and certification tools, www.examkiller.net

You might also like