RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Danang Ismu Suryonugroho





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 PMTo: 
[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 
textB. Query range 
syntaxC. Regular _expression_ 
syntaxD. 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 
settingB. No.Axapta does not allow it 
C. No.SQL does not allow 
itD. Yes,but it requires X++ coding
Answer 
: D (not sure)3. What element are saved separately in 
the layer?(Choose all correct answers.)A. 
FormsB. Report 
methodsC. Class static 
methodsD. 
DeleteActionsE. Class instance 
methodsF. Extended Data 
TypesG. Base Enum 
elementsH. 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 
loadedB. 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 
variablesC. No action is needed because this 
is done automaticallyD. The variables must be 
loaded before using the runbase class and then saved afterward.
Answer 
: B6. 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 
informationB. 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 classB. A form from the 
AOTC. The form 
SysRunBaseD. The dialogRunBase 
classE. 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 
callB. Line 
executionC. 
OperationD. Database callAnswer : 
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 fieldB. Set Grand Total on the 
autodesign specificationC. Set ordermode to 
¡§Group by¡¨ on the data source D. Set the 
¡§allow add¡¨ property on the data sourceto the name of the 
amountfieldE. code the summarization in the 
run method F. Set ¡§Joinmode¡¨ to sum on 
the data sourceG. Add a ¡§sum-function¡¨ to 
the field listH. Choose ¡§Yes¡¨ on the autosum 
property on the sort field
Answer: A,B10. What is the difference 
between a static method and an instance 
methodA. A static method can be called 
without a declared objectB. A static method 
can only be called onceC. A static method does 
not support user dialogsD. Static methods are 
always used to construct objects
Answer 
: A11. what should be done to execute a query used by a 
datasource?a. The executeQuery() method on the 
data source must be calledb. 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 : 
DSharing the 
knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Francisco Orozco




Does anyone knows any trade and logistics exam questions I would really appreciate.
Thanks.
- Original Message -From: "Danang Ismu Suryonugroho" <[EMAIL PROTECTED]>To: [EMAIL PROTECTED]Subject: RE: [Axapta-Knowledge-Village] Unknow exam questionDate: Fri, 3 Dec 2004 10:48:00 +0700

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 PMTo: [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 textB. Query range syntaxC. Regular _expression_ syntaxD. 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 settingB. No.Axapta does not allow it C. No.SQL does not allow itD. Yes,but it requires X++ coding
Answer : D (not sure)3. What element are saved separately in the layer?(Choose all correct answers.)A. FormsB. Report methodsC. Class static methodsD. DeleteActionsE. Class instance methodsF. Extended Data TypesG. Base Enum elementsH. 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 loadedB. 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 variablesC. No action is needed because this is done automaticallyD. The variables must be loaded before using the runbase class and then saved afterward.
Answer : B6. 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 informationB. 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 classB. A form from the AOTC. The form SysRunBaseD. The dialogRunBase classE. 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 callB. Line executionC. OperationD. Database callAnswer : 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 fieldB. Set Grand Total on the autodesign specificationC. Set ordermode to ¡§Group by¡¨ on the data source D. Set the ¡§allow add¡¨ property on the data sourceto the name of the amountfieldE. code the summarization in the run method F. Set ¡§Joinmode¡¨ to sum on the data sourceG. Add a ¡§sum-function¡¨ to the field listH. Choose ¡§Yes¡¨ on the autosum property on the sort field
Answer: A,B10. What is the difference between a static method and an instance methodA. A static method can be called without a declared objectB. A static method can only be called onceC. A static method does not support user dialogsD. Static methods are always used to construct objects
Answer : A11. what should be done to execute a query used by a datasource?a. The executeQuery() method on the data source must be calledb. 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 : DSharing the knowledge on Axapta. Sharing the knowledge on Axapta. 
-- 
___Sign-up for Ads Free at Mail.com
http://www.mail.com/?sr=signup




Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.













RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Peng Qing Hua











Hi,
Danang

I am looking for question examples. Could you send
me more questions? 

Thanks for you big help!!





Best
Regard!

Andy.
Peng Qing hua











From:
Danang Ismu Suryonugroho [mailto:[EMAIL PROTECTED] 
Sent: 2004123
11:48
To:
[EMAIL PROTECTED]
Subject: RE:
[Axapta-Knowledge-Village] Unknow exam question





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








Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.