Hope it's Help .. if you need another exam question example .. you can send me a mail personaly ..
 
From: ptmhki [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 5:56 PM
To: [EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village] Unknow exam question



1. Which type of search syntax does the ¡¥Find¡¦ dialog in the AOT
use?
A.      Straight text
B.      Query range syntax
C.      Regular _expression_ syntax
D.      Internet search engine syntax
 
Answer : D. Regular _expression_ Syntax
 
2. Can numbers be pulled from the Axapta number sequences when
importing data through the Axapta import tools?
A.      Yes,through a parameter setting
B.      No.Axapta does not allow it
C.      No.SQL does not allow it
D.      Yes,but it requires X++ coding
 
Answer : D (not sure) 
3. What element are saved separately in the layer?(Choose all correct
answers.)
A.      Forms
B.      Report methods
C.      Class static methods
D.      DeleteActions
E.      Class instance methods
F.      Extended Data Types
G.      Base Enum elements
H.      Query Datasources
 
 
4. A client requires that the standard CustTable form receives a
completely new layout, What should you do?
A.      Modify the CustTable form to meet the client¡¦s
requirements.
B.      Create a new form that meets the client¡¦s requirements,
and then create a new menu item that.
C.      Create a new form that meets the client¡¦s requirements,
and then modify the CustTable menu item to address the new form.
D.      create a new form which extends the CustTable form and
overrides the design to meet the client¡¦s requirements. Then modify
the CustTable menu item to address the new form.
 
Answer :B (IMO)
 
 
5. what is needed in a runbase class to save and load variables in
the SysLastValue table?
A.      The pack() and unpack() methods must be implemented for to
the variables that must be saved and loaded
B.      The savelast() method must be implemented to save the
variables in the sysLastValue table, and the getLast() method must
select the sysLastValue record and extract the variables
C.      No action is needed because this is done automatically
D.      The variables must be loaded before using the runbase class
and then saved afterward.
 
Answer : B 
6. What is the main purpose of having IDs on tables and fields?
A.      They are used for reference in the application, so the user
can change the name without losing information
B.      They are used in the names of the tables and fields in the
database.
C.      They are only used for the native database.
D.      They are used for sorting the tables in the AOT.
 
Answer : A
 
7. What can be used for adding a dialog to a runbase class?(each
correct answer represents part of the solution .Choose two)
A.      The runbaseDialogable class
B.      A form from the AOT
C.      The form SysRunBase
D.      The dialogRunBase class
E.      Specifying which variables to use in the prompt method
 
Answer : A, C
 
 
8. What is the most detailed level on which the code profile records
information?
A.      Method call
B.      Line execution
C.      Operation
D.      Database call

Answer : B 
 
9. You want to include a subtotal of amounts in the auto design
report.What steps should you perform?(Each correct answer represents
part of solution.Choose two)
A.      Set the property ¡§Sumall¡¨ to ¡§yes¡¨ on the amount field
B.      Set Grand Total on the autodesign specification
C.      Set ordermode to ¡§Group by¡¨ on the data source
D.      Set the ¡§allow add¡¨ property on the data sourceto the
name of the amountfield
E.      code the summarization in the run method 
F.      Set ¡§Joinmode¡¨ to sum on the data source
G.      Add a ¡§sum-function¡¨ to the field list
H.      Choose ¡§Yes¡¨ on the autosum property on the sort field
 
Answer : A,B 
10. What is the difference between a static method and an instance
method
A.      A static method can be called without a declared object
B.      A static method can only be called once
C.      A static method does not support user dialogs
D.      Static methods are always used to construct objects
 
Answer : A 
11. what should be done to execute a query used by a datasource?
a.      The executeQuery() method on the data source must be called
b.      The refresh() method on the data source must be called.
c.      The init() method and the executeQuery() on the data source
must be called.
d.      No action is neded because this is done automatically.

Answer : D  







Sharing the knowledge on Axapta.




Sharing the knowledge on Axapta.


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to