I applied for Accenture through Accenture’s Job Post. The eligibility criteria included:-
- all branches are eligible
- minimum of 60% percentage
- no education gap or backlog
Cognitive and Technical Assessment
It was conducted using Accenture Hirepro Platform. There were 6 sections and in total 90 questions. Each section had a cutoff.
Coding Round
The coding round was conducted immediately after the cognitive round.
There were two coding questions:-
- Zellers Congurence
- String question using loop.
Communication Round
There was also a communication round. There were audio based questions and some grammar question.
Accenture Technical and HR Round
It was a 30 minute interview round. Questions that were asked included Technical questions, some situational based questions and personal question and resume based questions as well.
Questions
1.Introduce yourself.
Ans-I gave a brief introduction which included my qualifications, interest, strength and weakness and extra co-curricular activities.
2.Tell me about your project.
Ans- I gave a brief about my project.
3.Define OOPs concepts.
Ans- Object-oriented programming (OOPs) is a method of designing a program by binding their related properties and behaviours into individual objects. Here we will discuss, basics of object-oriented programming in Python.
For instance, an object could represent a Student with properties like a name, age, class, marks, stream etc.
Example:
4.What are the advantages of OOPS?
Advantages of OOPS:
- OOPS reduces the complexity of the program and make the structure clearer.
- Within OOPS, each structure forms a separate entity that is independent of other part of the system.
- Objects can be maintained separately which makes them easier to locate and modify
6.Write a program for calculating the length of string without using strlen() function.
Ans- You can find the solution: here
7. What is a constructor and a destructor?
Constructor is a special method used to initialize the instance members of the class. The task of constructors is to initialize and assign values to the data members of the class when an object of the class is created.
Destructor is called when an object gets destroyed.
7.Some situational based problems
8.Are you ready to relocate?
9.Why do you want to be a part of Accenture?
10.Where do you see yourself in 5 years?
This was all about my Accenture Interview. A few days later I got an email that I was selected.
Login/Signup to comment