placement papers, gd topics, hr interview questions, IT interview questions - e-sparc.com - http://e-sparc.com
Accenture Placement Paper 3
http://e-sparc.com/articles/49/1/Accenture-Placement-Paper3/Page1.html
By Moderator .
Published on 03/27/2006
 

Accenture Placement Paper 3
  Accenture Paper 3 1.      data model is 
 a) Entity b) Constriants c) Entity relationship d) All the above
  ans:- c
  1. Choise the correct one select emp.name ,emp.age from emp1,emp2 where emp.sno = 456;
      a) cluster   b) non-cluster c) index   d) none of these
  2. What is index?
      a) atrendum selectio of colum 
        ans) a
  3. Match the following
      1- one to one      a) manager to employ 
      2- one to many    b) employ to employ
      3- many to one    c) unique object
      4- many to many d) employ to manager 
     a) 1-a ,2-b ,3-c,4-d b) 1-c,2-d,3-a,4-b c) 1-c,2-a,3-d,4-b d) 1-d,2-b,3-a,4-  c         ans) c
  4.     
1 max 222
2 allen 333
3 rony 444
  1. Select first.name from first where first.age = (select first.age from first where first.sno = 3);
      a) max   b) allen   c) rony   d)  noneof these 
  2. THERE were 3 question on same type of queries(u should be good in foreign key relationship and relationship with in a single table).
  3. One question was based on INDEX
  4. Also one more mapping relationship given based upon the figure.
  REASONING
  1. Questions based upon equality of number’s …means  three no’s given ……
      a) if all equal
      b) if 1,2 same
      c) if 2,3 same
      d) none…..
      DAM –easy
  2. Questions based upon equality of symbols …means if + means * and * means / and – means + and + means –
    then mean of 28*40/4+2-6
  3. Question upon set theory means   if 100 r selecting in maths and 90 in physics 120 in chemistry & 22 in physics& maths both ,33 in maths & chemisty both 44 in chemistry & physics…11 in all  then 
1.      How many only in maths……. 2.      Only in physics… 3.      Only in chemistry……. 4.      How many in atleast 2……     C
  1. Question on pointers
  2. On file handling…
  3. On functions….
  4. Structures and unions
  5. From bitwise

      
    C++
  6. Inheritance 
  7. Scope of protected 
  8. Static member function
  9. File handling
  10. Copy constructor