Microsoft Dynamics AX 2012 R3 CU8 Development Introduction
Published: December 15, 2014
Languages: English
Audiences: Developer
Technology: Microsoft Dynamics AX
Credit toward certification: Specialist
Describe the Microsoft Dynamics AX architecture, manage the data dictionary, and manage the user interface (30–35%)
Work with X++ (35–40%)
Manage security and database access (30–35%)
Books
Microsoft Dynamics AX 2012 MB6-704 시험은 빨리 패스해야 되는데 어디서부터 어떻게 시험준비를 시작해야 하는지 갈피를 잡을수 없는 분들은 Pass4Test가 도와드립니다. Pass4Test의 Microsoft Dynamics AX 2012 MB6-704 덤프만 공부하면 시험패스에 자신이 생겨 불안한 상태에서 벗어날수 있습니다.덤프는 시장에서 가장 최신버전이기에 최신 시험문제의 모든 시험범위와 시험유형을 커버하여 Microsoft Dynamics AX 2012 MB6-704 시험을 쉽게 패스하여 자격증을 취득하여 찬란한 미래에 더 가깝도록 도와드립니다.
NO.1 You have the following X++ code: (Line numbers are included for reference
only.)
Methodl and method2 are in Classl. Method3 is in Class2.
You need
to set the value of vanable3 to the value of variablel from classlObj.
Which
code segment should you insert at line 22?
A. Veriable3-classlObj
.methodl();
B. Variable3 - new Classl{) .variablel;
C. Variable3 =
classlObj.variablel;
D. Variable^ - this.variablel;
Answer: B
NO.2
You have the following X++ statement:
You need to identity the output of the
statement. What should you identify?
A. 2 2 3
B. 4 2 3 2
C. 2 3 4
2
D. 2 3 2 4
Answer: A
NO.3 You need to explicitly request
permission to invoke a secured class.
Which two methods should you use? Each
correct answer presents part of the solution.
A. Set
B. Define
C.
Assert
D. Invoke
E. Demand
Answer: A,B
NO.4 You have two tables
named Tablel and Table2. There is a many to one relationship between
Table2
and Tablel. You discover that following X++ statement is very slow to
execute;
Tablelfield cannot have duplicate data in Table 1
You need to
reduce the amount of time it takes for the code to execute.
What should you
create?
A. Aunique index in table 1Field and a unique index in
table2.refField
B. Anon-unique index in table 1Field and a unique index in
table2.refField
C. Aunique index in table 1Field and a non-unique index in
table2refField
D. Anon-unique index in table 1Field and a non-unique index in
table2refField
Answer: C
NO.5 You need to develop X++ code to fetch
data from a database by using a query object.
Which class should you use to
perform the fetch operation?
A. Query Run
B. QueryBuildRange
C.
Query
D. QueryBuildDataSource
Answer: A
NO.6 You have two tables
named CustTable and CustGroup. Each record in CustTable references a
record
in CustGroup.
You need to create a delete action to ensure that the records
in CustGroup can be deleted only if
there are no records in CustTable that
reference the record in CustGroup.
What should you do?
A. On CustGroup,
create a Cascade delete action for CustTable.
B. On CustGroup, create a
Restricted delete action for CustTable.
C. On CustTable, create a Restricted
delete action for CustGroup.
D. On CustTable, create a Cascade delete action
for CustGroup.
Answer: A
NO.7 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
NO.8 What can you prevent an object from
accessingby using a display method authorization?
A. Data from forms
B.
Data from jobs
C. Data from reports
D. Data from tables
Answer:
A