Está en la página 1de 9

8753188258675771 UCF EAS-SAP ABAP 1.

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.

For an inequality check between two variables, the symbol used is: a. b. c. d. a) NE b) <> c) >< d) All of the above

2.

Transaction for creating domains is: a. b. c. d. a) SE31 b) SE11 c) SM51 d) None of the above

Page 1

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

3.

What determines if a table is Client Specific versus client independent. a. b. c. d. a) The first field is mandt with a domain CLNT but not specified as a key field b) The option 'Client Specified' is added to the Select statement c) Depends how Basis has configured the client d) The first field is mandt with a external data type CLNT and specified as a key field

4.

What is the basic object of data Dictionary a. b. c. d. a) Domains b) Documentation c) Data Models d) Dynpro

5.

Which dictionary structure contains system fields. a. b. c. d. a) SYTAB b) SYS c) SY d) SYST

6.

Which statement prevents duplicate internal table entries a. b. c. d. a) Insert b) Delete Duplicates c) Append d) Collect

7.

What requirement exists if a field is defined in the dictionary of type CURR? a. b. c. d. a) Decimals must be defined in the domain b) The field must be numeric c) No other requirement exists d) The field must be linked to another field of type CUKY

8.

Character data types allows character ( A to Z, a to z) , * a. a) TRUE b. b) False

9.

Given the two ABAP Dictioary tables below, the Customer number field in table one must contain a value from table two. The Customer number field is known as a ____. a. a) Scenodary Index

Page 2

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager b. b) Primary Key c. c) Foreign Key d. d) Validation field

10. Following is the modularization technique in ABAP


a. b. c. d. a) FORM b) METHOD c) FUNCTION d) All the above

11. In regard to field selection, what option of the SELECT statement is required?
a. b. c. d. a) FOR ALL ENTRIES b) WHERE c) INTO d) MOVE-CORRESPONDING

12. The number of iterations in a 'LOOP' construct can be controlled using sy-index field.
a. a) True b. b) FALSE

13. Tabstrips must contain which one of the following?


a. b. c. d. a) PAI b) PBO c) Menu d) Subscreen

14. What is the alternative to batch input session ?


a. b. c. d. a) Call transaction b) Call function c) Call method d) All of the above

15. The following statements will clear the header-line of an internal table:
a. b. c. d. a) DELETE ITAB. b) FREE ITAB. c) REFRESH ITAB. d) CLEAR ITAB

Page 3

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

16. CLEAR statement clears the field memory


a. a) True b. b) FALSE

17. PERFORM ROUTINE1 USING val1.


FORM ROUTINE1 USING temp1. Temp1 = 10. ENDFORM. Is the value of val1 changed? a. a) YES b. b) NO

18. How would you set breakpoints in your program for debugging?
a. b. c. d. a) In the program editor, set breakpoint b) In Development workbench, set breakpoint c) Start program in background mode d) Not possible

19. When creating a transparent table in the ABAP Dictionary, which step automatically creates the table
in the underlying database a. b. c. d. a) Adding technical settings to the table b) Checking the table syntax c) Saving the table d) Activating the table

20. To read a single line of an internal table, use the following:


a. b. c. d. a) LOOP AT itab. _ ENDLOOP b) : SELECT SINGLE * FROM itab c) READ itab d) READ TABLE itab

21. The Ok_code serves what purpose


a. b. c. d. a) Determines successful user action b) Contains function codes c) Contains screen field values d) None of the above

Page 4

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

22. Which is not a valid R3 configuration


a. b. c. d. a) Three Tier b) Two tier client server c) Central d) Single Database

23. The shared memory of a database consist of


a. b. c. d. a) SQL cache b) Log buffer c) Data buffer d) All the above

24. While modifying in ternal table it is always better to use field symbols than using work area.
a. a) TRUE b. b) False

25. A screen output element that is not available in ABAP


a. b. c. d. a) Combo box b) Status icon c) I/O field d) All the above

26. Any changes that your development teams make to Customizing or Repository objects in the
development system are automatically transported to the target systems (such as the quality assurance and production systems) when they are released a. a) True b. b) False

27. What are IDocs?


a. b. c. d. a) Documentation of executable programs b) Documents used for data-transport between SAP and non-SAP s/w. c) Documents used for data-transport between two different SAP systems d) Both b & c

28. ALE is a technology for ____________ between logical systems


a. a) Connecting b. b) Exchanging data

Page 5

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager c. c) Remote logging d. d) none of the above

29. For a user with two user ids to the same SAP R/3 client, the maximum number of sessions that
could be open a. b. c. d. a) 6 b) 9 c) 12 d) 18

30. Which of the following is not a output format supported by SAP


a. b. c. d. a) Printout b) Fax c) ALE d) none of the above

31. You call the initial screen of the Transport Organizer with Transaction
a. a) SE09 b. b) SE10 c. c) both of the above

32. LSMW stands for


a. b. c. d. a) Legacy Systems Mitigation workbench b) Legacy System Migration Workbench c) Local system migration work d) None of these

33. eSOA as defined by SAP is


a. b. c. d. a) enterprise SOA b) extended SOA c) enhanced SOA d) none of the above

34. What does SAP stand for


a. b. c. d. a) Systems Application and Products b) Systems Application and Processes c) Systems Application and Products in data processing d) Systems Application and Product in data application

Page 6

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

35. You have muliple sessions open and you are ending the last session. The system displays the
following messages a. a) You are about to log off b. b) Save data before quitting c. c) both of the above

36. Which of the following is true for configuration settings


a. b. c. d. a) These are client independent b) These are client dependent c) Can be setup for client relevance d) None of the above

37. Report variant are used for


a. b. c. d. a) Defaulting set of selection criteria for the report b) Group together a set of selection criteria to be used for transaction c) Set up the system so that the selection criteria can not be changed d) All of the above

38. Many SAP system in SAP landscape can be monitored using


a. b. c. d. a) ECC b) Solution Manager c) Exchange infrastructure d) Portal

39. The Basis system administrator\'s tasks are


a. b. c. d. a) User administration b) Transport management c) Database administration d) all of the above

40. What is the difference between F1 Help & F4 help.


a. b. c. d. a) F1 is for possible values and F4 is for application help b) F1 is for Application Help and F4 is for Technical Help c) F1 is for Field Help and F4 is for possible entries. d) None of the above

Page 7

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

41. customization changes are ideally done in system


a. b. c. d. a) sand box b) production c) quality d) development

42. Configuration data is stored in


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

43. Process intergration in SAP Netwevear is accomplished by


a. b. c. d. a) EP b) PI c) BW d) SCM

44. The spool administrator is responsible for


a. b. c. d. a) Administration of output devices b) Definition of a spool server landscape for continuous, reliable operation c) Monitoring to ensure output is correct d) all of the above

45. The function of a tester are


a. b. c. d. a) Test according to the test case description. b) Maintain test case notes and status. c) Analyze automatic test case logs d) all of the above

46. During realisation you can display and edit the project documentation from the Business Blueprint
phase a. a) Completely true b. b) Completely False c. c) Partially False

Page 8

8753188258675771 UCF EAS-SAP ABAP 1.1 Manager

47. SAP EWM stands for


a. b. c. d. a) Enhanced Warehouse Management b) Extended Warehouse Management c) Expanded Warehouse Management d) none of the above

48. You use the Customizing Distribution to transfer customizing changes made in one SAP R/3
development system into other development systems in your system landscape. a. a) True b. b) False

49. The Project Preparation phase is the first of five phases of the standard ASAP
implementation methodology. a. a) true b. b) False

50. In a SAP R/3 environment there exist separate name spaces for programs, tables and other
repository objects. Which of the following statements are correct? a. a) The Name of executable customer programs usually starts with Y or Z or with a reserved Name space /.../. b. b) The name of all SAP programs begins with SAP c. c) customer programs should start with SAP d. d) None of the above

Page 9

También podría gustarte