Accenture Technical Interview Questions held on May 25th 2005 by Phani
If u are an MCA then they will surely ask u Dbms and some OOPS concepts IF u are fron CS stream then they will ask pointers and arrays probably I was asked only General Questions like Which Languages
1. Pointer to structure.2. Static variable and difference b/w (const char *p,char const*p,const char* const p). 3. Pass by value & reference.4. String library functions(syntax).5. Write a program to compare
1.Study the Following Points:a.One Cannot Take the address of a Bit Fieldb.bit fields cannot be arrayedc.Bit-Fields are machine Dependantd.Bit-fields cannot be declared as staticWhich of the Following
This interview was conducted for 1 year or more exp. guys in C++.1) Firstly he asked me about the project and i was thoroughlygrilled.2)Then he asked to list the various types of storage classes and asked
The pattern was :15 C questions---easy15 C++ ---tough15 DBMS---medium15 verbal reasnoing15 logical ---set theorey is important--6 questions overallmental application=============1. patterns like ZZZZZERETTT
Accenture Technical Interview Questions 1. Tell about your project. 2. Explain software development life cycle 4. What are your areas of interest in computer field 5. Explain memory management in Operating System. 6. Examples of Unix basic commands 7. Explain Doubly Linked List. 8. Write Fibonacci series and palindrome program in C. 9. Explain complier design phases.10. Explain TCP & IP and OSI Model.11. Explain OOPS concepts.
1. Draw an overview of your project and explain it?2. Explain OOPS Concept?3. State the difference between overloading and overriding?4. State the differences between C & C++?5. What are static members?6.
Latest Answer : How to measure 4 liters of water using a 3 liter and a 5 liter jug?1. Make sure both jugs are empty.2. Fill the 3 liter jug to the top.3. Pour the contents of the 3 liter jug into the 5 liter jug.4. Fill the 3 liter jug to the top.5. Pour the contents ...
1. What are the rules for RDBMS and who developed it?2. What is waterfall and spiral model?3. What are Primary key and foreign Key?4. What are commands in DDL, DML, DCL & TCL?5. What do you know about
Latest Answer : Primary key is a constraint that uniquely identifies each row in a table. The key can be built on a single column or two or more columns together to identify a row uniquely. Such a column cannot contain a null value.Foreign key is a key that ...
1. What is OS?2. What is Data Structures?3. What is the function of OS?3. Tell about oops concept?4. State differences between C++ & Java?7. Write a program to count the number of occurrences 'accenture'
Latest Answer : 4)OOP concepts are Data Abstraction: Abstrastraction of data from the collection of large amount of data.ex: Person driving a car must know how drive and no need to know all details of manufactuer its part. Encapsulation: Hiding of some informations ...