Answer: A, D: Exam Name: Exam Type: Exam Code: Total Questions
Answer: A, D: Exam Name: Exam Type: Exam Code: Total Questions
Answer: A, D: Exam Name: Exam Type: Exam Code: Total Questions
Question: 1
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. Now according to the instruction of your manger, you have to move
modifications between a development and a test system. So what should you do to achieve this?
(choose more than one)
A. In order to achieve this, from the development application file directory, export the
modifications to a .xpo file and import it into the test system.
B. In order to achieve this, in the test application use the application merge tool, specify the
development application directory.
C. In order to achieve this, from the development application run the application upgrade wizard,
specify the test application file directory.
D. In order to achieve this, from the development application file directory Copy the .aod and .ald
files to the test application file directory.
Answer: A, D
Question: 2
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. You are writing a direct SQL statement, to execute a statement and tell the
Code-Access Security layer that it is safe, what would be the correct syntax to achieve this?
A. new SqlStatementExecutePermission(sqlString).assert();
stmt.executeQuery(sqlString);
odeAccessPermission::revertAssert();
B. new SqlStatementExecutePermission(sqlString).secure();
stmt.executeQuery(sqlString);
CodeAccessPermission::revertSecure();
C. new CodeAccessPermission(sqlString).assert();
stmt.executeQuery(sqlString);
CodeAccessPermission::revertAssert();
D. new SqlStatementExecutePermission(sqlString).assert();
stmt.executeQuery(sqlString);
SqlStatementExecutePermission::revertAssert();
Answer: A
Question: 3
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. Now the manager of your company has assigned a task to you, you have
to write X++ code to iterate through the elements in a Map object. In order to achieve this, what
class(es) can you use?
Answer: B, D
Question: 4
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. Do you know when literals will be used by the default behavior of a select
statement?
Page 1 of 20
Exam Name: AX 2009 MorphX Solution Development
Exam Type: Microsoft
Exam Code: MB6-821 Total Questions: 75
A. The default behavior of a select statement will use literals when no locking (forupdate) is
specified on the select statement.
B. The default behavior of a select statement will use literals when the number of records
exceeds the threshold specified in the Server Configuration Utility.
C. The default behavior of a select statement will use literals when an update is performed using
an array operation like update_recordset or delete_from.
D. The default behavior of a select statement will use literals when the select joins more than two
tables from the table groups: Miscellaneous, Main, Transaction, Worksheet Header Worksheet
Line.
Answer: D
Question: 5
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. Now one of your colleagues ask for your helo, he has no idea about where
the entire table cache is located?
A. When browsing the data in a grid, the entire table cache will be present on the client to reduce
response time.
B. The entire table cache will be present on a dedicated cache server to support clustering of
multiple AOS servers.
C. The entire table cache will be resent on the server to make the cached data available for all
clients connected.
D. The entire table cache will be present on the database server as this will reduce the internal
disk I/O and improve scalability.
Answer: C
Question: 6
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. You have to install a new DLL which you will reference in your X++ code in
Microsoft Dynamics AX. When installing DLL assemblies that will be referenced by Microsoft
Dynamics AX, which of the following is true?
A. The DLL can be installed into the Bin directory of the Microsoft Dynamics AX Client, on each
machine where a Client is installed.
B. Install each DLL into the Global Assembly Cache on each machine where a Microsoft
Dynamics AX Application Object Server is installed.
C. The DLL can be installed into the Global Assembly Cache on the machine where the Microsoft
Dynamics AX application files are installed.
D. The DLL can be installed into the Bin directory of the Microsoft Dynamics AX Application
Object Server, on each machine where an Application Object Server is installed.
Answer: A, B
Question: 7
You work in a company named Tocota and you work as the Systems Developer of Micorsoft
Dynamics AX Morphx. Now one of your colleagues asks for your company, he has no idea about
web service references are created under which node in the AOT. So what's your answer?
Page 2 of 20