I am new too. My question is where do you learn this material? Have you had formal training in Axapta, MorphX and X++? if so, where.
--- In Axapta-Knowledge-Village@yahoogroups.com, "vlnarasimhan2004" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am new to Axapta. And now i am concentrating in technical > certification. I had faced problems with these questions while > giving exam. If possible please give me correct answers for the below > mentioned questions. > It would be of great help to me in clearing certification. > > Thanks > Lakshmi Narasimhan > > 1 After class import, what do you do ? > > A. Recompilation > B. Synchronize > C. Nothing > > > 2 During Table import, what is the factor you must take into > consideration: > > > A. Changed Table Ids can make you loose data > B. Cannot import tables with more than 50 fields > C. Table Security Rights > D. Label Ids > E. Rec Ids > F. Whats in other layers > > > 3 If we have lots of projects of many programmers to import What do > you > do before ? > > A. Verify conflicts before import > B. AXAPTA solve conflicts automaticaly > C. Import directly > > > 4 How do you get the best performance out of 3-tier configuration? > > A. Concentrating code on the tables > B. Placing all code in the classes > C. Only calling stored procedures > D. Making only necessary system calls > > > > 5 You have to choose between writing a select statement and defining > a query..what factor is the decisive factor for your choice. > > A. Always write select stats. Always faster. > B. Layer Model. Queries in AOT execute faster than select stats in > 3 > tier model > C. If you require user interaction, then queries in AOT is the way > to > go. > > > > 6 How to Debug a client server code ? > > A. Impossible > B. On 2/3 RICH Client > C. On 3/3 with Debugger activated in the server > D. On 3/3 with debugger executed in the server > > > > > 7 How to update "relations" of DS of Query Automaticaly ? > > A. Prop « Update » = YES du DS de la Query > B. Refresh the Query > C. Nothing to do > D. Propriété "Relations"=YES of DS of Query > > > > 8 How to create his own Help Book in the HELPTOC of AXAPTA ? > > A. under node HelpTOC of AppliDevDoc > B. under node HelpTOC > C. create a new Help in the HelpDocumentation > > > 9 In a posting process like LedgerTransaction, when can we use a > journal rather than an API ? > > A. Critical performances > B. Big transactions colume > C. In order to test user transactions > D. NumberSequence->vouchernumber > > > 10 Does Intellimorph handle the drawing of the forms in axapta, does > it > also handle the showing/hiding of fields? > > > > 11 Import of an Adress Form USR layer -> VAR layer where it's > modified in this last layer ? > > A. Overwrite > B. Import is ignored > C. Deleting of VAR layer Form > D. CopyOfAdress is created auto > > > 12 Import of an Adress Form SYS layer -> USR layer where it's > modified > in this last layer ? > > A. Overwrite > B. Import is ignored > C. Deleting of USR layer Form > D. CopyOfAdress is created auto > > > > > 13 What types of relations can you put on extended data types? > > A. 1-N > B. N-1 > C. N-N > > > 14 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 > > > > 15 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 > > > 16 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 > Clients requirements. > B. Create a new form that meets the clients requirements, > and then create a new menu item that. > C. Create a new form that meets the clients 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 clientsrequirements. Then modify > the > CustTable menu item to address the new form. > > > > 17 What is the most detailed level on which the code profile > records > information? > > A. Method call > B. Line execution > C. Operation > D. Database call > > > > 18 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 Small 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 source to 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 > > > 19 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. > > > 20 When is it appropriate to define table relation directly on > table > Instead of using EDT ? > > A. when 1 field in a table relates to 1 field in a another table > B. when multiple fields in a table define 1 relation to multiple > fields > in another table > C. when 1 field relates to multiple fields in another table > D. never relation should always be setup on the EDT > > > 21. When is recid created > > When you save record > When you insert a record > When you delete a record > > > 22. Where are help docs stored in Axapta > > System Documentation > Application documentation > Application development documentation > > > > 23. Differentiate between forms and web forms > > Web forms have no data source > Web forms have less controls > Web forms runs on different engine > Web forms have no design > > > 24. Can you declare run on property of a method in a form as server, > client or both > > Server > Client > Client server > Set in class > > > 25. Which method is to be initiated for calling your progress bar in > your code > > Progressbar > Sysprogressoperation > Sysoperationprogress > Operationprogress > > > 26. What should be done in a auto generated report if you want to > print the subtotals of some fields > > > 27. You need to print only one record in one page which method will > you use to insert page break > > Send > Fetch > New > Next > > > > 28. Which of these cannot be found from system monitoring > > Client server connection > Calls to methods > Calls to Classes > Amount of inserted data > > > 29. What is the standard of label file id > > Must consist 3 character > Character must be integer > Character must be letters > > > 30. How can you see 2 tables in table browser > > Using X++ > Using Sql Syntax > It is not possible > > > 31. What is the search syntax for find > > String > Straight text > Regular expression text > None of this > > > 32. Which method is called when you change programming effect to a > query > > execute query > refresh > init & execute query > init > > > 33. What will you do to solve this problem. A customer has complain > that some forms are very slow, what will you do to solve this > problem. > > a. Get clients N/W card updated > b. Get clients database updated > c. Get clients machine updated > d. Set the form to run on server in place of run on clients. > > > 34. If a form on server needs GUI interface where should you place > the dll > > a. Client > b. Server > c. Anywhere > d. Client & server both > > > 35. How can u modify a table of a field on a form > > > > 36. How can a relation be automatically updated in a query > > It is not possible > U refresh the query > U refresh the table > > > > 37. Where should the dll be placed > > Client > Server > Both > Anywhere > > > > > 38. What function is used for other dlls used in axapta > > User32.dll > Kernel-32.dll > Dll > Function.dll > > > 39. What will you not find on system monitoring form > > No of insert > Calls to select > n/w connection > latency > > > 40. If you are asked to modify a class what will u do > > Create a copy and then make modification to class > Create a copy and make modification to copy class and make the menu > item point to the copy class > Make modification directly as layer system will help to get back to > the original class > > > 41. Security key is used for {multiple} > > Controlling functionality > Limiting the access level > A replacement for feature key > > > 42. Access for menu item is used for > > Table access level > Underlying form access level > > > > 43. What database replication does Axapta support > > Standard data replication > Does not support > It is done only by sqlserver > It is done only by oracle > > > 44. What is true about intellimorph {multiple} > > It prompts the methods > It designs the formsby default > When security keys are changed it changes the appearance of forms > and reports. > > > 45. How are global methods created > > > 46. While debugging for a client server method what should u do > It is not possible > Enable debugger on server > Execute debugger on server > > > > 47. In one environment which type of setups will be possible > > 2&3 tier both > All similar client > 3 tier fat & 3 tier thin client > > > 48. You follow a standard of 3 letter prefixing to all EDT. When you > use the EDT in yor table as field what is suitable > > Nothing to be done > Always use the 3 letter prefix > No need to give prefix as the fields extend EDT > Names are used for identification > > > 49. When you will use map instead of table in a form > > > 50. You want to run the debugger just before the error message pops > up what will you do > > Press Ctrl+Break and start debugger > Place a break point from well known point in the code before the > error message pops up > Start debugger from first > > > 51. While running your code with error handling mechanism what will > you do > > Use infolog with message as warning, error or information > Use infolog with throws and show the error message > > > > 52. The object is called in a menu item and it is not opening what > is the error > > The main is not declared static > Main doesn't have args > Declare main as public > > > 53. Advantage of menu items > > Used to restrict access > Ability of passing args parameter > > > > 54. What is the query to find count of customer who have or not have > transactions? > > > 55. Where display method is written to display custname while > printing customer transaction information in form or customer > transaction report > > Custtable table > Custtrans table > Form method > Report method > > > 56. Configuration keys are used for > > Enabling disabling functionalities > Specify access level to different users. > Replacement of function keys > Directly connects with Axapta windows security > > > 57. In a constructor controlled inheritance what the inheritor > class has to do > > Call super class constructor > Call constructor class > Extend runbase class > > > > 58. What will you do to manage more user access > > Create clustered AOS > Create multiple database replications > Create clustered network card > > > 59. Where will you place all the codes related to database calls > > Class > tables to increase performance in 3 tier > Form > > > > 60. Import of an Form VAR layer where you have done modification > to USR layer already what will hapen > > A. use USR layer methods > B. override VAR layer with USR > C. override USR layer with VAR > > > 61. Difference between Recid and Id > > Recid is created by kernel and id is created by application > Recid can be reused & id is not possible > > > 62. What will you do to remove the class from the memory > Class.freemem > Class.finalize > When class is out of scope Axapta automatically removes > > > 63. When using temporary table what does settempdata(common) do > > Set the table temporarily as temporary > Set table permanently as temporary > Points to the record in temp table where the cursor common points to > Sets common as temporary > > > 64. When a user can directly access database server > 2 tier > 3 tier rich client > 3 tier thin client > Never. > > > 65. If you see @SYS12345 in place of label what may be the problem > > Label file is not deployed > Label file is corrupted > Some client files are corrupted > Sql server is corrupted ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hd6qk0f/M=362131.6882500.7825259.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123598840/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Sharing the knowledge on Axapta. 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: http://docs.yahoo.com/info/terms/