Birlasoft Placement Paper - 3


ConvertWord documents to Clean HTML Clean HTMLOriginal HTMLview
There are two sections
1.technical qs -20
2.apptitute qs -25

Technical

1.largest integer can be written from 8 bits is
a. 256
b. 255
c. 8
d. 10
2. Change a hexadecimal no to octal

3. How many address lines needed to pass 1mb of data.

4. What is the function of the modulus operator in most language.
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

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

6. 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

7. 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, table

8. What relationship is resolved by an intersecting or associative entity ?
A) recursive
b) mandatory one to one
c) many to many
d) one to one

9. Make a copy of file upper in the directory two levels up .
A) jump -2 upper
b) cp upper ./.(Answer)
c) cp upper -2/
d) none of the above

10. I = 0;
j = 0;
for(j=1;j<10;j++)
i=i+1;

in the (generic) code segment above what will be the value of the variable i at completion ?
A) 0
b) 1
c) 3
d) 9
e) 10

11. Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class ?
A) each derived class object has base objects only from the non virtual instance
b) each base class object has derived objects only from the non-virtual instance
c) each derived class object has base objects only from the virtual instance
d) each derived class object has a base object from the virtual instance and a base object from non-virtual instance.

12. Class word
{
public:
word(const char*,int = 0);
};
referring to the sample code above what is the minimum number of arguments required to call the constructor ?
A) 0
b) 1
c) 2
d) 3

13. 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

14. Class professor{}
class teacher: public virtual professor{};
class researcher: public virtual professor {}
class myprofessor :public teacher,public researcher {};

15. Referring to the sample code above, if an object of class "myprofessor" were created ,how many instances of professor will it contain?
A) 0
b) 1
c) 2
d) 3

16. 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

17. Which is not the characteristics of a view ?
A) consumes disk space for data
b) multiple tables
c) multiple rows
d) updateable

18.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

19. What relationship is resolved by an "intersecting" or "associative" entity ?
A) recursive
b) mandatory one to one
c) many to many
d) one to one

20. Make a copy of file "upper" in the directory two levels up .
A) jump -2 upper
b) cp upper ./.
C) cp upper -2/
d) none of the above

Aptitude Section.

21. Question like a is engg. B is doctor c is artist etc then few condition related to them you have give Answer to 4 or 5 qs on these conditions .
22. Same as above with different data and conditions.
23. 3 qs onfinding error in english sentences
24. If father is three times as old as son . 5 years ago he was 4 times age of his son what is son age.
25. Same as above but now daughter and mother joined in and age in Question is that of daughter.
26. A figure is given find no of traingles in this figure
27. Same as above but figure is diffrent and find no of squares and triangles.

There are two sections 
        1.technical qs -20
        2.apptitute qs -25

Technical

   1.largest integer can be written from 8 bits is
      a. 256
      b. 255
      c. 8
      d. 10
   
   2. Change a hexadecimal no to octal

   3. How many address lines needed to pass 1mb of data.

   4. What is the function of the modulus operator in most language. 
      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

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

   6. 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

   7. 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, table

   8. What relationship is resolved by an intersecting or associative entity ? 
      A) recursive
      b) mandatory one to one
      c) many to many
      d) one to one

   9. Make a copy of file upper in the directory two levels up . 
      A) jump -2 upper
      b) cp upper ./.(Answer)
      c) cp upper -2/
      d) none of the above 

  10. I = 0;
      j = 0;
      for(j=1;j<10;j++)
      i=i+1;

      in the (generic) code segment above what will be the value of the variable i at completion ?
      A) 0
      b) 1
      c) 3
      d) 9
      e) 10

  11. Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class ?
      A) each derived class object has base objects only from the non virtual instance
      b) each base class object has derived objects only from the non-virtual instance 
      c) each derived class object has base objects only from the virtual instance
      d) each derived class object has a base object from the virtual instance and a base object from non-virtual instance.

  12. Class word
      {
      public: 
      word(const char*,int = 0);
      };
      referring to the sample code above what is the minimum number of arguments required to call the constructor ?
      A) 0
      b) 1
      c) 2
      d) 3

  13. 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 

  14. Class professor{}
           class teacher: public virtual professor{};
           class researcher: public virtual professor {}
           class myprofessor :public teacher,public researcher {};

  15. Referring to the sample code above, if an object of class "myprofessor" were created ,how many instances of professor will it contain? 
      A) 0
      b) 1
      c) 2
      d) 3

  16. 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

  17. Which is not the characteristics of a view ?
      A) consumes disk space for data
      b) multiple tables
      c) multiple rows
      d) updateable

  18.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 

  19. What relationship is resolved by an "intersecting" or "associative" entity ?
      A)   recursive
      b)  mandatory one to one
      c)   many to many
      d)   one to one

  20. Make a copy of file "upper" in the directory two levels up .
      A)  jump -2 upper
      b)  cp upper ./.
      C)  cp upper -2/
      d)  none of the above

   Aptitude Section.

  21. Question like a is engg. B is doctor c is artist etc then few condition related to them  you have give Answer to 4 or 5 qs on these conditions .
  22. Same as above with different data and conditions.
  23. 3 qs onfinding error in english sentences 
  24. If father is three times as old as son . 5 years ago he was 4 times age of his son what is son age.
  25. Same as above but now daughter and mother joined in and age in Question is that of daughter.
  26. A figure is given find no of traingles in this figure
  27. Same as above but figure is diffrent and find no of squares and triangles.

Copy HTML to clipboard Has word2cleanhtml helped you? Word2cleanhtml is a free service and we hope it has helped you. If you would like to say thank you, you can make a small contribution to the author of this site. PayPal - The safer, easier way to pay online! Start again | Report a bug home about api contact © 2007-2015 Olly Cope Designer and illustrator: Aurore Lefevre Made in Liège, Belgium.