MB6-821 MB6-821 MB6-821 www.cert24.com
Exam Number/Code : MB6-821
Exam Name: AX 2009 MorphX Solution Development
Version : Demo
1. Isaac, the Systems Developer has moved the axCUS.aod and axCONenus.
ald files from the development application directory to the test application
directory. What must he also do to ensure the labels are updated correctly?
A.Recompile the application.
B.Synchronize the database.
C.Delete the axCONen-us.ali file.
D.Synchronize the labels.
Answer: c
MB6-821 MB6-821 MB6-821 www.cert24.com
2. How can the best-practice error in a display method be turned off, after
it has been investigated whether record-level security is required?
A.Add the comment://Record-security documented
B.Add the keyword Secure to the method definition.
C.Add the comment://BP deviation documented
D.Add the keyword Ignore to the method definition.
Answer: c
MB6-821 MB6-821 MB6-821 www.cert24.com
3. When writing a direct SQL statement, what would be the correct syntax to
execute a statement and tell the Code-Access Security layer that it is safe?
A.newSqlStatementExecutePermission(sqlString).secure();stmt.executeQuer
y(sqlString);CodeAccessPermission::revertSecure();
B.newCodeAccessPermission(sqlString).assert();stmt.executeQuery(sqlStrin
g);CodeAccessPermission::revertAssert();
C.newSqlStatementExecutePermission(sqlString).assert();stmt.executeQuery
(sqlString);SqlStatementExecutePermission::revertAssert();
D.newSqlStatement Execute
Permission(sqlString).assert();stmt.executeQuery(sqlString);odeAccessPerm
ission:revertAssert();
Answer: d
