You are on page 1of 9

7317693579814367 UCF EAS-SAP ABAP 3.

1 Manager

Question block created by wizard


Welcome!! Unified Competency Framework - Instructions for the assessment Please read all the following instructions carefully before starting the assessment. CG (Competency Group) wishes you all the very best for the assessment ! 1. Switch off your mobile phone during the assessment. 2. Pass criteria threshold for the assessment is 70%. 3. The remaining time is displayed at the bottom of the screen. 4. Do not accidently switch off/reset your PC during the assessment. Your assessment is null and void if your machine goes down or gets disconnected from network during or at the end of the assessment. 5. In case you face any technical issues while taking the assessment and/or any ambiguous questions / errors in question display, Please log a Call using Service Connect http://serviceconnect.wipro.com within 2 days of taking the assessment. 6. Please do not press "Submit" button more than once. It could take a while for your assessment to get submitted after you press "Submit". Pressing Submit more than once might make your assessment null and void. 7. During the assessment, please do not press refresh / back / forward buttons on your browser. 8. Copying, taking/giving assistance or malpractices in any form is not permitted. Same in any form is viewed as breach of integrity and will lead to disciplinary action in accordance with TED policies. 9. The contents of this assessment are strictly Wipro confidential. Any unauthorized reproduction of the contents of this assessment in any form, or by any means, either in part or full, anytime during or after the assessment will be treated as a malpractice and hence a breach of integrity. 10. CG (Competency Group) reserves the right to re-invite you to take up this assessment in part or full

1.

What are the main events an interactive report have? a. b. c. d. a) Top-of-page during line selection b) At line-selection. c) At user-command. d) All of the above

2.

Where do the fixed values of a domain get checked a. b. c. d. a) When a SQL Update is performed b) When user presses F1 - Technical info c) In Screens only d) When a SQL Insert is performed

Page 1

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

3.

Which of the following are good technical criteria for buffering? a. b. c. d. a) Often read, but seldom changed b) Big, usually > 100MB c) Temporary data inconsistencies not acceptable d) Access rarely from Key fields

4.

Where does information come from when you press F1 on a screen field a. b. c. d. a) Domain Help values b) Domain short text c) Data element documentation d) Search help

5.

The statement Describe field f gives the properties of a. b. c. d. a) Field b) Internal Tables c) List d) All of the above

6.

The Output program associated with the layout set a. b. c. d. a) Extracts data from layout set b) Modifies layout set data c) Extracts data from Data dictionary d) None of the above

7.

What system field indicates the list you are on a. b. c. d. a) Sy-pfkey b) Sy-linct c) Sy-lsind d) Sy-linsz

8.

What is the purpose of a Lock Object a. b. c. d. a) To stop others from using Tables which is to be altered b) Lock Data dictionary domains c) Enable others to Access all the tables. d) All the above

Page 2

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

9.

Match the definition in group 1 with the exit type in group 2. Group 1 a. Placing your own code in the include of a supplied function module b. Defining your own text for the supplied function codes c. Creating subscreens for the subscreen areas d. Adding function modules for the data elements Group 2: 1. Field Exit 2. Screen Exit 3. Menu Exit 4. Function Exit a. a) A-3, B-2, C-1, D-4 b. b) A-4, B-3, C-2, D-1 c. c) B-1, A-4, C-3, D-2

10. Assuming a pushbutton with function code 'FUNC' is available in the toolbar of a list report, what
event is processed when the button is clicked? a. b. c. d. a) AT PFn b) AT USER-COMMAND c) AT SELECTION-SCREEN d) END-OF-SELECTION.

11. When PBO gets executed?


a. b. c. d. a) After screen is displayed b) After user has pressed a function code. c) After user enters some value d) Before screen is displayed

12. Communication IDOC is stored in memory and Master IDOC are stored in database.
a. a) True. b. b) False.

13. What makes up an ABAP Transaction.


a. b. c. d. a) ABAP Program b) GUI and User Dialogs c) Txn Code d) All the above

Page 3

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

14. For setting up an inbound process via workflow following are the steps:
1) Develop custom workflow that needs to be started. 2) Use WE42 to create and point a new process code to the new workflow. 3) In the partner profile for inbound message, make sure that the inbound message uses the process code. a. a) The above mentioned process is incomplete. b. b) The above mentioned process is complete.

15. For creating enhancement project you will use transaction


a. b. c. d. a) SMOD b) CMOD c) Any of the above d) None of the above

16. ABAP Syntax check is possible in SAP Smartforms.


a. a) True b. b) False

17. There are _____ types of Windows that can be defined in Smartforms. (Fill in the blanks)
a. a) 4

18. Main Window can be easily changed to Secondary window and vice-a-versa
a. a) TRUE b. b) False

19. Printing parameters of Smartform layout can defined using:


a. b. c. d. a) CONTROL_PARAMETERS b) OUTPUT_OPTIONS c) USER_SETTINGS d) All of the above.

20. Name the parameter that is required with a filter dependent Business Add-In
a. b. c. d. a) service class parameter cl_flt_val b) interface parameter flt_parm c) export parameter ex_val d) import parameter flt_val

Page 4

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

21. In workflow development , container element --- is represents actually a self reference
a. b. c. d. a) _WI_SELF_OBJECT b) _WF_SELF_OBJECT c) _WI_OBJECT_ID d) _WF_OBJECT_ID

22. Notifications of work items to external mail address can be sent using
a. b. c. d. a) Performing settings in SCOT b) Using Enhanced Notifications c) Using Extended Notifications d) All of the above

23. What is the customer name range for fields in an append structure?
a. b. c. d. a) Z_ or Y_ b) ZZ or YY c) Z or Y d) ZZ_ or YY_

24. Name the transaction Code for Creating a BADI implementation


a. b. c. d. a) SE80 b) SE19 c) SE18 d) SE24

25. It is not possible to have a watermark (for example, a company logo as watermark) on the
Smartform output a. a) True b. b) False

26. ESOA is associated with


a. b. c. d. a) Enterprise Architecture b) ABAP c) JAVA d) C++

Page 5

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

27. Base component of SAP NetWeaver


a. b. c. d. a) EP b) WAS c) XI d) MI

28. CATT stands for


a. b. c. d. a) Computer Aided Training Tool b) Computer Aided Testing Tool c) Both of these d) None of these

29. The Standard set up of SAP Office provides you an opportunity of


a. b. c. d. a) Sending mails b) sending attachments c) sending mails to non SAP user d) Only a and b

30. SAP SRM stands for


a. b. c. d. a) Supplier relationship management b) Supplier revenue management c) Supplier review and management d) none of the above

31. What is the mandatory frequency for changing SAP User Password ?
a. b. c. d. a) 60 days b) 45 days c) Defined by System administrator d) User defined in user profile settings

32. During the first logon system expects you to


a. b. c. d. a) no specific expectation b) change the password c) set up menu d) set up GUI

Page 6

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager 33. Using ASAP Implementation Roadmaps, the project team will benefit from a set deliverables, accelerators, role descriptions, and additional guides that are provided according to the structure of the entire project life cycle. a. a) true b. b) False

34. To ensure that the system is secure


a. a) the user logged on must only be able to access SAP transactions and cannot access data base or operating system services b. b) the user should be able to only access database c. c) the user should be only allowed to access the authorization profiles d. d) none of the above

35. A database administrator is responsible for


a. b. c. d. a) Backup b) Recovery c) Monitoring d) all of the above

36. Missing authorization\'s can be checked by transaction


a. b. c. d. a) SM01 b) SU53 c) RZ20 d) SM50

37. Customizing is the setting of system parameters via SAPs own interface.
a. a) True b. b) False

38. Which of the following is not a category of SAP notes in service market place
a. b. c. d. a) Consulting b) Correction c) Configuration d) Customer

39. Before you log on the first time


a. a) System will prompt you to input the new password

Page 7

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager b. b) system administrator will have to give you an initial password c. c) both of the above

40. What is background processing used for


a. b. c. d. a) perodic task b) excutables c) third party tools d) performance tunning

41. In SAP context SCM Stands for


a. b. c. d. a) Supply Chain Management b) Supplier Cost Management c) Source Cost Management d) None of these

42. Project Preparation means Define project and system landscape


a. a) True b. b) False

43. Modification to standard SAP objects are stored in


a. b. c. d. a) Workbench Request b) Local Request c) Customizing request d) Repair request

44. Configuration data is stored in


a. b. c. d. a) Workbench Request b) Customizing request c) Local Request d) Standard request

45. Data in an R/3 system can be either client specific (meaning that it is usually different in different
clients) or client independent (meaning that it is the same data for all client sin a system). The following data is client specific: a. b. c. d. a) All User master data b) All Transactional Data c) All Master Data d) All of the above

Page 8

7317693579814367 UCF EAS-SAP ABAP 3.1 Manager

46. The standard practice followed in system landscape for SAP projects has __________ clients
a. b. c. d. a) Only production b) Production & Development c) Production, Quality and Development d) Production, Development and Sandbox

47. Customizing data and Repository objects in Training client - can be /is
a. b. c. d. a) Changed b) Created c) not allowed d) Deleted

48. Transcation code to Transport management system in SAP is


a. b. c. d. a) ATMS b) STMS c) CTMS d) none of the above

49. While selecting from multiple options, when you can select more than one, the options are identified
by a. b. c. d. a) Check boxes b) Radio buttons c) Both of above d) None of above

50. SAP R/3 Enterprise version is


a. a) 4.6c b. b) 4.7 c. c) ERP 2004

Page 9

You might also like