Mixed Technology Concepts Quiz
A mixed quiz covering various technology topics including Business Objects reporting, Unix/Linux commands, and Java programming fundamentals
Questions
In Java, a source file is officially called a compilation unit.
- True
- False
What a Java programmer calls a __________ , a C/C++ programmer calls a function
- Classes
- Function
- Method
- Object
The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;
- True
- False
Java compiler is an executable code
- True
- False
The Java compiler requires that a source file use the ________ filename extension
- .h
- .java
- >java
- .class
Java run-time system is also called as Java Virtual Machine (JVM)
- True
- False
Java support RMI. What does this RMI stands for?
- Random Memory Interface
- Remote Method Invocation
- Random Method Invocation
- Remote Memory Interface
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension
- .h
- .java
- >java
- .class
Java is Architectural _____________
- Dependent
- Neutral
- Independent
- None of the above
____________ is a highly optimized set of instructions designed to be executed by the Java run-time system
- Byte Code
- Firewall
- Tetra Code
- View Code
The Command "w" is used to
- Tells you who's logged in, and what they're doing
- Tells you when the user last logged
- Lets you change your password
- None of the above
The command "whoami" is used to
- Returns error.
- Lists your last logins.
- Returns your username.
- Tells you where you currently are.
The command "wc" is used to
- Compares files, and shows where they differ.
- Tells you how many lines, words, and characters there are in a file.
- Removes a file
- Shows the first part of a file.
The "write" command is used to
- Lets you write data in file.
- Lets you change the read, write, and execute permissions on your files
- Converts plain text files into postscript for printing
- Lets you exchange one-line messages with another user
The command "who" is used to
- Show disk space available on the system
- Show the last few lines of a file
- Show who are all logged into the local system
- Show error
What is the type of Business Objects XI R2 ?
- MOLAP
- ROLAP
- DOLAP
- OLTP
What are all the reports will fall under thick clients ?
- Desktop Intelligence Reports
- Dashboards
- Crystal reports
- Web Intelligence Reports
If the user wants to create a new Desktop Intelligence report through Infoview, then it is not neccesary to install BO in the user's local machine ?
- True
- False
A table is having column called 'Timestamp', whose data type is timestamp(6)and stores the value '01-jan-2009 14:12:15'. When this column is pulled into the WEBI report, then the output will be '01-jan-2009'.
- True
- False
What is the symbol used for 'NOt equal to' in WEBI reports ?
- !=
- <>
- <>=
- ||