programming languages Online Quiz - 112

programming languages Online Quiz - 112

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Transaction code for the Database utility is _______

  1. se14
  2. se11
  3. se16n
  4. All the Above
Question 2 Multiple Choice (Single Answer)

Transaction code for the Database Browser is ___________

  1. se16
  2. /nn
  3. se16n
  4. All the Above
Question 3 Multiple Choice (Single Answer)

Maximum "Include Structure" you can use in a Database Table

  1. 1
  2. None
  3. 9
  4. 4
Question 4 Multiple Choice (Single Answer)

Transaction for Table Maintenance Generator is?

  1. sm30
  2. /nn
  3. sap_maintain
  4. All the Above
Question 5 Multiple Choice (Single Answer)

__________structure contains System field values.

  1. SYST
  2. SLIS
  3. STXT
  4. None
Question 6 Multiple Choice (Single Answer)

The complete technical definition of a table field is determined by the field's

  1. Data Element
  2. Domain
  3. Predefined
  4. All the Above
Question 7 Multiple Choice (Single Answer)

Data Element can point to _______ Domain?

  1. One
  2. Multiple
  3. Two
  4. None
Question 8 Multiple Choice (Single Answer)

Which of the following is not ABAP dictionary table?

  1. Transparent
  2. Cluster
  3. Pool
  4. Internal
Question 9 Multiple Choice (Single Answer)

What must be assigned to search help parameters

  1. Nothing
  2. Domain
  3. Values
  4. Data Element
Question 10 Multiple Choice (Single Answer)

Can View have Indexes?

  1. Multiple
  2. Single Index
  3. Two are Allowed
  4. None
Question 11 Multiple Choice (Single Answer)

Maximum Indexes preferable for the database table.

  1. 2
  2. 6
  3. 9
  4. None
Question 12 Multiple Choice (Single Answer)

The standard function key used for displaying a list of possible values is:

  1. F1
  2. F2
  3. F3
  4. F4
Question 13 Multiple Choice (Single Answer)

SAP stands for?

  1. Systems Applications and Products in Data Processing
  2. SAP Application and Products in Data Processing
  3. Systems Applications and Products
  4. Systems Applications and Programming in Data Processing
Question 14 Multiple Choice (Single Answer)

What is the Transaction code for Function Module Creation?

  1. se38
  2. se36
  3. se37
  4. se39
Question 15 True/False

Function module required Function Group?

  1. True
  2. False
Question 16 True/False

RFC can return references

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

Where will you declared changeable parameters in Function Module .

  1. Import
  2. Export
  3. Exception
  4. Tables
Question 18 Multiple Choice (Single Answer)

Which Attribute is mandatory for BAPI?

  1. Normal Function Module
  2. Update Module
  3. Remote enable
  4. None
Question 19 Multiple Choice (Single Answer)

What is the associated type for the parameter RETURN?

  1. BAPIRET2
  2. BAPIRETURN
  3. BAPIRET
  4. All the Above
Question 20 Multiple Choice (Single Answer)

What will print out? main() { char *p1=“name”; char p2; p2=(char)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(“%sn”,p2); }

  1. empty string
  2. 20
  3. 0
  4. error