Mixed Technology Concepts Quiz

A mixed quiz covering various technology topics including Business Objects reporting, Unix/Linux commands, and Java programming fundamentals

20 Questions Published

Questions

Question 1 True/False

In Java, a source file is officially called a compilation unit.

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

What a Java programmer calls a __________ , a C/C++ programmer calls a function

  1. Classes
  2. Function
  3. Method
  4. Object
Question 3 True/False

The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;

  1. True
  2. False
Question 4 True/False

Java compiler is an executable code

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

The Java compiler requires that a source file use the ________ filename extension

  1. .h
  2. .java
  3. >java
  4. .class
Question 6 True/False

Java run-time system is also called as Java Virtual Machine (JVM)

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

Java support RMI. What does this RMI stands for?

  1. Random Memory Interface
  2. Remote Method Invocation
  3. Random Method Invocation
  4. Remote Memory Interface
Question 8 Multiple Choice (Single Answer)

When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension

  1. .h
  2. .java
  3. >java
  4. .class
Question 9 Multiple Choice (Single Answer)

Java is Architectural _____________

  1. Dependent
  2. Neutral
  3. Independent
  4. None of the above
Question 10 Multiple Choice (Single Answer)

____________ is a highly optimized set of instructions designed to be executed by the Java run-time system

  1. Byte Code
  2. Firewall
  3. Tetra Code
  4. View Code
Question 11 Multiple Choice (Single Answer)

The Command "w" is used to

  1. Tells you who's logged in, and what they're doing
  2. Tells you when the user last logged
  3. Lets you change your password
  4. None of the above
Question 12 Multiple Choice (Single Answer)

The command "whoami" is used to

  1. Returns error.
  2. Lists your last logins.
  3. Returns your username.
  4. Tells you where you currently are.
Question 13 Multiple Choice (Single Answer)

The command "wc" is used to

  1. Compares files, and shows where they differ.
  2. Tells you how many lines, words, and characters there are in a file.
  3. Removes a file
  4. Shows the first part of a file.
Question 14 Multiple Choice (Single Answer)

The "write" command is used to

  1. Lets you write data in file.
  2. Lets you change the read, write, and execute permissions on your files
  3. Converts plain text files into postscript for printing
  4. Lets you exchange one-line messages with another user
Question 15 Multiple Choice (Single Answer)

The command "who" is used to

  1. Show disk space available on the system
  2. Show the last few lines of a file
  3. Show who are all logged into the local system
  4. Show error
Question 16 Multiple Choice (Multiple Answers)

What is the type of Business Objects XI R2 ?

  1. MOLAP
  2. ROLAP
  3. DOLAP
  4. OLTP
Question 17 Multiple Choice (Multiple Answers)

What are all the reports will fall under thick clients ?

  1. Desktop Intelligence Reports
  2. Dashboards
  3. Crystal reports
  4. Web Intelligence Reports
Question 18 True/False

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 ?

  1. True
  2. False
Question 19 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'.

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

What is the symbol used for 'NOt equal to' in WEBI reports ?

  1. !=
  2. <>
  3. <>=
  4. ||