ABAP, COBOL, and Java Programming Fundamentals

Quiz covering programming language concepts including ABAP dictionary and syntax, COBOL verbs and statements, Java identifiers, and generics in programming languages.

20 Questions Published

Questions

Question 1 True/False

A single type can not define multiple generic-type parameters.

  1. True
  2. False
Question 2 True/False

You can not use generics in structs.

  1. True
  2. False
Question 3 True/False

INDEX NAME MUST BE UNIQUE ?

  1. True
  2. False
Question 4 True/False

INDEXES CAN NOT BE MANIPULATED BY PERFORM/SET/SEARCH STATEMENTS ?

  1. True
  2. False
Question 5 True/False

A SEARCH STATEMENT AUTOMATICALLY INITIALIZE THE INDEX AT 1 ?

  1. True
  2. False
Question 6 True/False

INSPECT VERB IS USED TO REPLACE THE OCCURANCES OF SINGLE OR GROUP OF CHARACTERS IN DATA FIELD ?

  1. True
  2. False
Question 7 True/False

"OVERFLOW" AND "NOT ON OVERFLOW" OPTIONS CAN BE USED WITH COBOL STRING VERB?

  1. True
  2. False
Question 8 True/False

The String moves data from Left to Right just like alphanumeric fields are moved ?

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

What is the Transaction code for Menu painter?

  1. SE51
  2. SE41
  3. SE38
  4. SE37
Question 10 Multiple Choice (Single Answer)

If a table does not have MANDT as part of the primary key,then it is considered as

  1. A structure
  2. Client Independent
  3. Invalid
  4. Client Dependent
Question 11 Multiple Choice (Single Answer)

In regard to CALL, which of the following is NOT a valid statement?

  1. CALL FUNCTION
  2. CALL SCREEN
  3. CALL TRANSACTION
  4. CALL PROGRAM
Question 12 Multiple Choice (Single Answer)

Mapping of 1:1 relationship to database table is a

  1. Transparent
  2. View
  3. Cluster
  4. Pooled
Question 13 Multiple Choice (Single Answer)

What is the system field for the current date?

  1. SY-SDATE
  2. SY-DATE
  3. SY-DATUM
  4. SY-DATID
Question 14 Multiple Choice (Single Answer)

The SAP service that ensures data integrity by handling locking is called

  1. Enqueue/Dequeue
  2. Spool
  3. Update
  4. Dialog
Question 15 Multiple Choice (Single Answer)

Which keyword adds a line anywhere within an internal table?

  1. insert
  2. append
  3. add
  4. modify
Question 16 Multiple Choice (Single Answer)

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

  1. LOOP AT itab. _ ENDLOOP.
  2. SELECT SINGLE * FROM itab.
  3. READ itab.
  4. READ TABLE itab.
Question 17 Multiple Choice (Single Answer)

Which keyword adds rows to an internal table while accumulating numeric values?

  1. INSERT
  2. APPEND
  3. COLLECT
  4. GROUP
Question 18 Multiple Choice (Single Answer)

When creating a transparent table in the ABAP Dictionary, which step automatically creates the table in the underlying database?

  1. Adding technical settings to the table
  2. Checking the table syntax
  3. Saving the table
  4. Activating the table
Question 19 Multiple Choice (Single Answer)

Which of the following describes the internal representation of a type D data object?

  1. YYYYMMDD
  2. MMDDYYYY
  3. YYYYDDMM
  4. DDMMYYYY
Question 20 Multiple Choice (Multiple Answers)

What is the length of identifiers in java?

  1. 8 characters
  2. 128 characters
  3. 255 characters
  4. Any length