Skip to main content

Posts

Showing posts with the label sample of axapta paper

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