Home Company Questions Accenture Interview Questions Accenture Interview Questions - 2

Login Form




Accenture Interview Questions - 2 Print E-mail

 

1. ___________ means allowing objects of difference types to be considered as examples of a higher level set :


2. If a member initialiser is not provided for a member object of a class .The object - is called

A) static fn                   B) non static fn                      C) default constructor                       D) none


3. Member function---------- and ----------- set and reset the format state of flags.

A) set,reset                         B) set,get                         C) set, unset                        D) set ,unsetf


4. Which of the following is not defined in string.h

A) memchr               B) strspn                 C) strchr                  D) strtod


5. memalloc and realloc . what it does and syntax.


6. By the time I arrived __ the pub she all ready left

A) on                  B) at                C) into                  D) in


7. ___panda & white tiger are in denger species ?

A) an                    B) the                C) a                    D) none


8. 10 play cabaddi,20 play kho kho only ,5 both how many in total ?

A) 35                   B) 28                    C) 40                     D) can’t say


9. A poll poniting towards east by accident started to point towards south. A man was travelling thing west  what is the actual dir ?

A) N                     B) S                      C) E                     D) W


10. Students from different universities.

A) hindi and english         B) english and bengali               C) tamil and hindi       D) speaks hindi and bengali            E) bengali and tamil


11. *= -, /=+,+=/,-=*

A) 12/20*4+80-4=31.8                     B) 20*4/4+80-4=-8.2                       C) 12*4/20+12-4=-12                     D) 4*12/4+80-4=-8


12. __ university of its status does’nt even need to advertise ?

A) a                B) an                    C) the                  D) none of the article required

 

13. Iimplement polymorphism when by object belonging to different class can respond to the same message in diff ways.

A) late binding                        B) dynamic binding                        C) dynamically created object                        D) virtual fun


14. frutful means

A) justify                  B)futile                  C)efficient                      D)productive


15. #include<iostream.h>
    struct abc
      {
       int i;
       abc(int j)
         { i=j;}
      public:
      void display()
       { cout<<i;}
      }

    void main()
     {
      abc ob(10);
      ob.disp();
      }

A) 10                B) error : constructor is not accessible                    C) abc: i not accessible                      D) none