c taw12 71 or sap netweaver 7 02 certification imp faq

13
I was planning to do SAP ABAP certification, so I joined ATOS to pursue the C_TAW12_71, i.e. SAP Netweaver 7.02. I attended the course of theirs, In the end, both the faculty & a senior student gave me a list of expected questions with answers. I had a look at it. It proved to be too useful. So guys if u want to clear C_TAW12_71, revise this. I did the revision 15 times & cleared the certification. Here is the list of expected questions with answers. Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!

Upload: arun-krishna

Post on 26-Oct-2014

14 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

I was planning to do SAP ABAP certification, so I joined ATOS to pursue the C_TAW12_71, i.e. SAP Netweaver 7.02. I attended the course of theirs, In the end, both the faculty & a senior student gave me a list of expected questions with answers. I had a look at it. It proved to be too useful. So guys if u want to clear C_TAW12_71, revise this. I did the revision 15 times & cleared the certification. Here is the list of expected questions with answers.

Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!

Let’s START!!

1. You have program with event INITIALIZATION, START-OF-SELECTION, AT START-OF- SELECTION, AT START-OF-SELECTION OUTPUT. In which order it will be execute.

a) INITIALIZATION, , AT START-OF-SELECTION OUTPUT,AT START-OF-SELECTION.START-OF-SELECTION, (correct)b) Obviously changing the order for rest of the options.

Page 2: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

2. components of Netweaver . ( 2 correct answers)( frndz imp note, there is no answer available for this q in the book please go through the URL... http://www.sap.com/platform/netweaver/components/index.epx )

a) Data warehouse . (correct)b) Master data management. (correct)c) ERP.d) CRM.e) SDM.

3.Which of the following part of SAP business suite (3 Answers)

a)SAP Design Byone

b)SAP Design All

c)Product life cycle management (correct)

d)ERP (correct)

e)CRM (correct)

4. Size of Integer.A) 8 bytesb) 6 bytesc) 4 bytes (correct)d) Assigns as you declare the value.

5. There are two classes CL_SUPER and CL_SUB. Class CL_SUPER has method say SUPER_METHOD and CL_SUB has a method SUB_METHOD. [This q gave me confidence and put me into confusion!!....what is wrong (TRICKY thing is they dint mention CL_SUB is inherited from CL_SUPER )].

DATA: GO_SUPER type ref to CL_SUPER, GO_SUB type ref to CL_SUB.

a) GO_SUPER->SUPER_METHOD.b) GO_SUPER->SUB_METHOD.( i CHOSE THIS BUT PLEASE READ THE Q WELL)

c) GO_SUB->SUB_METHOD.

Page 3: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

d) GO_SUB->SUPER_METHOD.

6. What you can do in class builder. ( A NEW Q!!)...(3 ans)a) Local class and Local interface from your local program.b) Redefine classes and interfaces.c) When you can define global class, you can use in F8 Function.

7. What are the components of ABAP Workbench.(3 ans)a) Function builder.b) Class Builder c) Screen Painterd) Two more options.

8. In a table, when buffering settings are switched on and buffering style is single,What would be the option .a) SELECT SINGLE.(correct)b) SELECT SINGLE...... UPDATEc) SELECT... LOOPd) One more option.

9. Relationship between Buffering and Index.( The toughest q i faced!!) [ So plz find out the relation between the two]

a) When Retrieving a record using index, you can’t use Buffer.

10. What is defined in ABAP Dictionary.(3 ans)a) Type tools.(correct)b) Transparent tables.(correct)c) Domains.(correct)d) Internal tablese) Methods

Page 4: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

11. What are the components of elementary Search help.( One more new q!!)(3 ans)[ I hav no clue guys bt these r d few options i rem..)

a) Fixed values.b) Value check.

12. What are the parameters of Functional method.(2 ans) [ i dnt hav t giv d ans here :P]a)Importingb)Exportingc)Changingd)Returninge)Transporting

13. Order of ALV Grid Control.a) Create Container

ALV gridPass the values.

b) Of course change the order (:P)

14. When you press Double_Click, What will happen.( 3 ans) [Im nt sure guys, This is from e-

learning part 3 ending ).a) Handler class.b) Handler method.c) event handler class method triggers d) 2 more options.

15. How you will define BADI.(This is a very good Q)...a) Define interface of BADI.(correct)b) Define Class which describes interface.c) Call BADI.

16. When is the authorization of user checked for entering data.a) When entered.b) At selection screenc) At selection screen Outputd) End of page.

Page 5: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

17. If you want the data in the internal table to be copied without using the headerline.. , how will you pass [ Even this q was tricky, so get the ans from ma’am n i only rem the option i ticked]

a) Field symbols ASSIGNING ( someting like this).

18. How can you debug the program (3 answer)a) Place /h in command field (correct)b) Execute - > debug (correct)c) set break point and execute(correct)d) set watch point in the ABAP editor windowe) One more option.

19. What can be done using watchpointa) The contents of internal table can be changed.(correct)b) Change the components of the structure.c) Change the content of constants.d) One more option.

20. There is a local type variable defined gty_1. Which possible definition is allowed in ABAPStatement.( I got littile confused )a) Data Var LIKE gty_1 (correct).b) Data Var TYPE gty_1 Value ‘1’.c) Constant Var TYPE gty_1.d) Data Var TYPE gty_1 DEFAULT 1.

21. How can you define an internal table using a Transparent table [ My Favorite Q guys!! JUST LUV THIS]..Page 359 of 10_1.(Caution Beginners error----TWICE)a) Data gt_itab type <transparent table>b) Data gt_itab line type of <transparent table>

c) DATA gt_itab TYPE TABLE OF <table type>. d) One more option.

22. Parameters for table type.(3 ans)

Page 6: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

A) Line type(correct)B) Access type(correct)C) Primary key(correct)D) Buffering settingsE) One more option.

23. What is allowed in internal tale.(3 ans)a) Insert.(correct)b) Delete.(correct)c) Modify.(correct)d) Select.e) Update.

24. Role of Database Interface.(3 ans)a) Converts open SQL statements to the underlying suitable native SQL(correct)b) SAP Buffering.(correct)c) Application independent program.(correct)d) 2 more options

25. A and B are two tables, User wants the output in a way such that it should have all records common from Table A and Table B , and also contain records from table A.

a) Select... A Outer join Bb) Select....A Inner join B.c) Select... Ajoin B.d) Select... loop A into B.

26. Which modularization unit can be used cross client.( Good q!!)a) Function module.b) Subroutines.c) Events.

27. What can be implemented using BADI’s? (3 ans)

Page 7: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

a) Screen enhancements.(correct)b) Menu enhancements(correct)c) Source code enhancements. (correct)

28. What are the options, If you want to read data from Database, using select statement...(3ans)

a) Polled table.b) Nested select statement.c) Database View.d) One more option.

29. What happen when authorization check has been rejected.a) SY-SUBRC<>0.(correct)b) Error message e.c) Program abruptly ends.

30. When user is allowed to use where clause.a) EQ.(correct)b) LIKE. (correct)c) GT. (correct)d) CTe) CO.

31. When large table is buffered and there is a condition such that you always have to specify The full unique key of the table . which table gives better access.

a) Standard table.b) Access table.c) Hashed table. (correct)d) Sorted table.32. For a Database view, what are the required components.(AN AWESOME Q!!)

a) The tables which you want to join. (correct)b) The fields from different labels you want in view. (correct)c) Join condition. (correct)d) Select condition.( This is also possible but not compulsory)

33. A customer is doing changes in SAP source code.

Page 8: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

a) Customizing.

b) Modification. (correct)

c) Enhancement.

e) Correction.

33. How do you declare a internal table with the line type of a Transparent table.( im not sure bout the ans)..a) Data it type <transparent table>.b) Data it type line of <transparent table>.c) Data it type structure of <transparent table>.

34. What are implicit enhancements used for?a) Add source code.(correct)b) Replace source codec) Add menu option.

35.You have two controllers A and B.A use B as used controller than which of B’s component A can use (2 Answers)

a. Context Attributeb. Context Nodec. Supply functiond. Normal Method

36.Which of the following objects are “deep”? (3 Answers)a. Internal tableb. Nested Loop statementc. Nested Structured. Data type string with elementary typee. Data type Ff. Reference variable

37.Which table have one-to-one relationship with database tablea. Transparentb. Hashedc. Pool

Page 9: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

d. Cluster38.If you want to create structure in two table with same field C_TIME and

C_DATE but with different name structure which method you will use?a. Append Structureb. Includec. Define the field in both tables separately.

39.How are Dialog step processed w.r.t work process in the application layera) A dialog work process is assigned till the end of each SAP LUWb) Usually, each dialog step is assigned to different work

processes(correct)c) Different steps in different application servers.

40.What can we get using Code inspector (3 Answers)a) Possible to get to know the time for program execution.b) Database tables used c) Variables not usedd) Two more options.

41.What is the common between local and global typesa. Documentationb. Technical informationc. Search helpd. Fields

42.What are the components of domain (3 Answer)a. Fixed valueb. Search helpc. Conversion exitsd. Semantic information

43.You have classical (dynpro) screen. You want to add documentation for your input field. How you will do it(2 ans)

a. Add documentation in data element of data dictionaryb. Use screen table component DOCUMENTATION to enter in the PBO. c. POH( I forgot the full form).d. One more option.

44.How you can create Singleton class (3 Answer)a. Create Abstract class

Page 10: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

b. Create class with visibility privatec. Create instance of class in its static methodd. Create event to return the instance of class

45.You have got error with warning message for input field in a classical dynpro, how will you process it.

a. Enter the value and press Enterb. Enter the value and Execute (F8)c. Leave the field blank and press Enterd. Leave the field blank and Execute (F8)

46.Which of the following conversion is invalida. Xstring Type to String Typeb. Char Type To Ic. Char Type Value ‘123’ into char type length ‘2’

47.Which of the following object have LEAD_SELECTION_INDEX( ) method.a. Listb. Parameterc. ContextNoded. Context attributese. Window

48. How will you call a subscreen as a dialog modal in a window ?a) CALL SUBSCREEN STARTING AT 5 5 in flow logicb) CALL SCREEN STARTING AT 5 5 abap editorc) SET SCREEN abap editord) SET SUBSCREEN STARTING AT 5 5 in flow logic.

49. Task T1 is processed by a team O1 and team leader wants to release it.Another developer

who is not from team O1 wants to do some changes in T1.When he can do changes.

a) When T1 is activated.b) After O1 released the task T1.c) During T1 is processed by O1.d) One more option.

50. You want to append table to append table.

a) Append structure start with ZZ or YY.

Page 11: C TAW12 71 or SAP Netweaver 7 02 Certification Imp FAQ

b) Fields of append structure start with ZZ or YY.

51. Parameters are used in (Select 3)

a) Methods.b) Functions.c) Interface.d) Two more options.

52. Which of following are controllers of Web Dynpro component(3)

a) Custom controller(correct)b) Window controller(correct)c) View controller(correct)d) Instane controller.e) User controller.

53. when a user is using a update function module for updating the database and has realized that all the previous work should be undone to get back database to previous sate..

a) ROLLBACK

b) exit

c) message E type.

I HOPE U GUYS GET ATLEAST 64% USING THESE Q’s.