Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Career/ Jobs Zone » Placement Papers » Accenture
 Accenture Test Paper :83
Pages: [1]   Go Down
  Print  
Author Topic: Accenture Test Paper :83  (Read 1432 times)
Hellraiser
TWI Trailblazer
*******



Karma: 3
Offline Offline

Posts: 2476


View Profile
Accenture Test Paper :83
« Posted: August 07, 2007, 12:49:23 PM »


Accenture Test Paper :83

 Paper Type     : General - Interview
 

ACCENTURE INTERVIEW

This interview was conducted for 1 year or more exp. guys in C++.

1)  Firstly he asked me about the project and i was thoroughly grilled.

2)  Then he asked to list the various types of storage classes and asked me to explain the
     scope & lifetime of each one.. (Auto,Static,Register,Extern,and also mutable(only used
     for classes) )

3)   Right shift/Left shift + 1's complement concepts then asked me to give the output of this:-
      i = 10;
      int j = i >> 10;
      cout<<j;

4)   Then, difference b/w
      char *str = "Hello";
      char arr[] = "Hello";
      he started asking whether following statements get complied or not;
      arr++; // ERROR..its like a pointer constant
      *(arr + 1) = 's';
      cout<<arr; // o/p: Hsllo
      and other questions which i dont remember                   
5)   struct Date
          {
           int yr;
           int day;
           int month;
         } date1,date2;

         date1.yr = 2004;
         date1.day = 4;
         date1.month = 12;
          now how will you initialize date2 (without member by member assignment)                       
          ans: date2 = date1;
          diff. b/w c++ structures & c structures

6)    Explain Primary Memory, Secondary Memory, Virtual Memory...etc etc..??

7)    What happens when you run a programme.. he meant what all the basic steps that O/S
        would take??

Cool     Virtual functions/ Abstract classes/ Pointer functions

9)     Asked me to write a recurssive factorial prog.

10)    Then he gave me a prob. of inheritance. Asked me how u would invoke a base class member
         function using derived class pointer( that func is not a virtual func. && no virtual Base class
         inheritance) And some other Q's which i dont remember now...

I thought my performance was ok if not spectacular.. Anyway guys..this was interview..(1 hour)

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.201 seconds with 26 queries.