Skip to main content

Posts

Showing posts with the label ax dumps

AX 2009 Development Introduction question 51 to 100

Question: 51 You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. The code below creates a query on the item table. While he has no idea about how to obtain the same results using a while select statement. So what's your answer? 010045010067 Query = new query(); query.addDataSource(tableNum(InventTable)).addRange(fieldNum(InventTable,itemId)).value("12345"); A. while select InventTable ItemId <= "12345" B. while select InventTable ItemId != "12345" C. while select InventTable ItemId >= "12345" D. while select InventTable ItemId == "12345" Answer: D  Question: 52 You work in an International company which is called DONEX. And you're in charge of the network of your company. When manipulating the data source in a query, which system class is used to do this? A. Query_ds() B. QueryDataSource C

AX 2009 Development Introduction question 101 to 149

Question: 101 You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about which function can be used to return a subset of a string variable. So what's your answer? A. subStr() B. strFind() C. subString() D. string::substring() Answer: A  Question: 102 You work in an International company which is called DONEX. And you're in charge of the network of your company. Which of the following sections of code include an example of a conditional statement? (choose more than one) A. custTable.Name = custTable.Name custTable.Name : newName; update(); B. if (custTable.RecId) { update(); } C. for ( I ; I < x ; i++) { clear(); .. insert(); } D. select custTable; recId) { .. update(); next custTable; } Answer: A,B  Question: 103 You work in an International company which is called DONEX. And you're in charge of the network of

AX 2009 Installation & Configuration Question 57 to 100

Exam Name: AX 2009 Installation & Configuration Exam Type: Microsoft Exam Code: MB6-820 Total Questions: 100 Page 14 of 23 Question: 58 You work in an International company which is called Luxwet. And you're in charge of the network of your company. Configurations contain startup and tracing settings for the Application Object Server (AOS) , where is this configuration information stored? (choose more than one) A. In the user database. B. In the system database. C. In the Windows registry. D. In a configuration file. Answer: B, C C D Question: 59 You work in an International company which is called Luxwet. And you're in charge of the network of your company. Microsoft Dynamics AX 2009 is being setup to have multiple environments, for testing, development and production. How should the Application Object Servers (AOS) be configured? A. Each AOS should point to a different database but the same application file location. B. Each AOS should point to the sam

AX 2009 Installation and Configuration question 1 to 56

Exam Name: AX 2009 Installation & Configuration Exam Type: Microsoft Exam Code: MB6-820 Total Questions: 100 Question: 1 You work in an International company which is called Luxwet. And you're in charge of the network of your company. Now you work as an installer intending to install multiple application instances. So how is this done in Microsoft Dynamics AX 2009? A. There cannot be multiple Application instances on the same server. B. The installer will need to create a separate logical drive for each application instance. C. The instances can be installed on the same machine, but the installer must provide a separate root directory for each application. D. The installer supplies an application instance name for each instance. Then, all applications are installed in the same root folder. Answer: C Question: 2 You work in an International company which is called Luxwet. And you're in charge of the network of your company. Now you work as an implementer in