News:

GinGly.com - Used by 85,000 Members - SMS Backed up 7,35,000 - Contacts Stored  28,850 !!

Main Menu

Birlasoft Question

Started by sajiv, Aug 12, 2008, 08:02 PM

Previous topic - Next topic

sajiv


1. What is the function of the modulus operator in most languages ?
a) Sets a system environmental value to either base 10 ,base 8 or base 16
b) Returns the remainder after dividing one number by another
c) Returns the first argument raised to the second argument power
d) Prints out the actual code written to standard output rather than executing the code

2. class professor{}
class teacher: public virtual professor{};
class researcher: public virtual professor {}
class my professor :public teacher, public researcher {};
Referring to the sample code above ,if an object of class professor were created ,how many
instances of professor will it contain?
a) 0
b) 1
c) 2
d) 3

3. Modern RDBMS's perfom the following the following functionc except ______________.
a) Force column values in one table to match any of the values in a column of another table
b) Automatically replicate data on another server
c) Automatically create new indexes based on query history
d) Prevent unauthorized users from accessing data at the firls level

4. Which is not the characteristics of a view ?
a) Consumes Disk space for data
b) Multiple tables
c) Multiple rows
d) Updateable

5. RDBMS triggers are typically bound to a _____________and one or more _____________
a) Table,SQL statement types
b) SQL statement type,user
c) Column,rows
d) User, tables

:acumen