Programming Languages Quiz: SAS, SAP/ABAP, Java, and PHP
Test your knowledge across multiple programming languages including SAS data formats and macros, SAP/ABAP development concepts, Java class declarations and instance variables, and PHP scripting.
Questions
This is script language and interpreter that is freely available and used primarily on Linux we server as and alternative to Microsoft ASP.
- Python
- PHP
- JavaScript
- ActionScript
which one of the keyword cannot be used with instance variables?
- transient
- synchronized
- volatile
- abstract
When writing a utility class, someclass, which extends mainclass class and will be used by several other classes in a large project. These other classes will be in different packages.Pick the correct class declaration
- class someclass extends mainclass
- protected class someclass extends mainclass
- public class someclass extends mainclass
- private class someclass extends mainclass
This is script language and interpreter that is freely available and used primarily on Linux web server as and alternative to Microsoft ASP.
- Python
- PHP
- JavaScript
- ActionScript
When writing a utility class, someclass, which extends mainclass class and will be used by several other classes in a large project. These other classes will be in different packages. Pick the correct class declaration
- class someclass extends mainclass
- protected class someclass extends mainclass
- public class someclass extends mainclass
- private class someclass extends mainclass
Which one of the keyword cannot be used with instance variables?
- transient
- synchronized
- volatile
- abstract
T-code to reduce an IDoc ?
- WE30
- WE31
- BD53
- BD64
Which FM is used for dynamic selection screens
- DYNAMIC_SEARCH_PARTNER
- FREE_SELECTIONS_INIT
- DYNAMICALLY_CREATE_ML_DATA
- DYNAMIC_MENUE
GETCURSOR is used to trace the data on double click of a field in the list
- True
- False
T-code for enhancement in SAP
- CMOD
- SMOD
- SM35
- SPROXY
"PACKAGE SIZE" addition is used to read selected lines of database table into an internal table in packages of predefined size.
- True
- False
"AUTHORITY_CHECK_OLE" function module would you used to check the user's authorization to access files before opening a file?
- True
- False
Name the function module used to convert logical file names to physical file names in ABAP/4 programs.
- FILE_GET_NAME
- FILE_READ_AND_GET_TAB
- LOGICAL_SYSTEM_GET_TEXT
- FKK_CHECK_PHYSICAL_VIEW
In subroutines internal tables that are passed by TABLES, are always called by value and result
- True
- False
sap scripts are Client dependent?
- True
- False
The AT-SELECTION-SCREEN event is triggered when
- ENTER key is hit on the selection-screen
- F8 key is hit on the selection-screen
- Any field on selection-screen is populated
- F4 key is hit on the selection-screen
Following Macro lists out the Process Identification Number (PID)
- SYSMAXLONG
- SYSDEVIC
- SYSENV
- SYSJOBID
Following is the extension of the sas bakup file
- sas7svew
- sas7bods
- sas7sbak
- sas7bitm
which of the following is the valid format?
- TIMEDATEAMPM9
- DATEDTMONYY7
- WORDDATX3
- YYMONDATE6
how many times of line pointer controls?
- 4
- 2
- 3
- 1