1.
You are developing a Microsoft Dynamics AX 2012 class. You need to display multiple messages at the same time. Which communication tool should you use?
2.
You are developing a Microsoft Dynamics AX 2012 class. You need to add messages to the infolog. Which of the following code segments can you use? (Choose all that apply.)
3.
In a Microsoft Dynamics AX 2012 class, you need to refer to a method in the same class. Which keyword should you use?
4.
You are developing a Microsoft Dynamics AX 2012 class. Which of the following statements about a method defined with the Protected modifier is true?
5.
In Microsoft Dynamics AX 2012, which type of class methods can be called only by methods of the same class?
6.
In Microsoft Dynamics AX 2012, which of the following can be used for modeled eventing?
7.
In Microsoft Dynamics AX 2012, you need to execute the methods of a class from a menu item. Which method should you use?
8.
A Microsoft Dynamics AX 2012 database contains three different companies. When using the crossCompany keyword and a select statement, which of the following statements is true?
9.
In Microsoft Dynamics AX 2012, which of the following statements about order by and group by clauses of an X++ select statement is true?
10.
You are developing a Microsoft Dynamics AX 2012 class that removes multiple records from a database table. You need to consolidate several database calls into one operation. Which command should you use?