Upload Button Icon Add office photos

Filter interviews by

Accenture Associate Consultant Interview Questions, Process, and Tips

Updated 4 Dec 2024

Top Accenture Associate Consultant Interview Questions and Answers

Accenture Associate Consultant Interview Experiences

11 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Explain about your project and the stack
  • Q2. Explain about the oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
Round 2 - Aptitude Test 

Basics of maths,logical,technical

Round 3 - Technical 

(2 Questions)

  • Q1. Write a code to find the prime number
  • Ans. 

    Code to find prime numbers

    • Iterate through numbers from 2 to n

    • Check if number is divisible by any number from 2 to its square root

    • If not divisible, it is a prime number

  • Answered by AI
  • Q2. SQL questions about select all employees in a dpt
Round 4 - Aptitude Test 

Try on reasoning,basics of maths,oops,dsa etc...

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction about u r self
  • Q2. Powerapps quest ion
Round 2 - HR 

(2 Questions)

  • Q1. Expected ctc jjjkkkk
  • Q2. Why you want switch

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
Q2. PuzzleSuppose there are N balls. out of which only 1 ball is ligh ... read more
asked in KPMG India
Q3. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q4. Could you tell me, which tools do you have used in test managemen ... read more
Q5. Reverse the StringYou are given a string 'STR'. The string contai ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mostly on Spring boot JPA
  • Q2. On lambda function and java 8 features
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops, aptitude, coding

Round 2 - Coding Test 

Oops, python, java, php, c++

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for problem-solving and teamwork.

    • Recent graduate with a degree in Business Administration

    • Passionate about problem-solving and teamwork

    • Strong communication and analytical skills

    • Experience in internships at consulting firms

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong background in consulting and a proven track record of delivering results for clients.

    • I have a Bachelor's degree in Business Administration with a focus on consulting.

    • I have completed multiple successful consulting projects for various clients, resulting in increased efficiency and cost savings.

    • I have excellent communication and problem-solving skills, which are essential for consulting roles.

    • I am highly...

  • Answered by AI

Accenture interview questions for designations

 Associate SAP Consultant

 (2)

 Senior Associate Consultant

 (1)

 Senior Consultant

 (14)

 SAP Consultant

 (13)

 Functional Consultant

 (4)

 Technical Consultant

 (3)

 Technology Consultant

 (3)

 Salesforce Consultant

 (3)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easiest round to clear

Round 2 - Coding Test 

2 codes will be given easy and moderate level only

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic b.tech project and managerial questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Nothing is difficult .

Round 2 - Coding Test 

Coding test is moderate and easy questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - be bold and confident. always beleieve in yourslef
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

The questions were based on logical , verbal , pseudo code , networking and cloud.

Round 2 - Coding Test 

You get 2 questions(Medium Level) that needs to be solved in 1 hour

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NRI Institute of Technology, Ranga Reddy and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were three sections, aptitude, english, verbal

Round 2 - Coding Test 

They have given two questions, simple and easy questions.

Round 3 - HR 

(1 Question)

  • Q1. They asked me about my project, my strength, basic hr questions they asked me.

Interview Preparation Tips

Topics to prepare for Accenture Associate Consultant interview:
  • DSA
  • Web Development
  • core subjects
Interview preparation tips for other job seekers - try to clear first two rounds, interview round is very easy.

I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your project. All questions related to your project..
  • Q2. Tell me about your project

Interview Preparation Tips

Interview preparation tips for other job seekers - For Accenture exam, only one interview conducted and that depends on your resume and project..

I applied via Company Website and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

The test was medium, one who knows the basics of JavaScript can crack the technical written round.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is NodeJS Event Loop
  • Ans. 

    NodeJS Event Loop is a mechanism that allows NodeJS to perform non-blocking I/O operations.

    • Event Loop is a loop that constantly checks for new events in the event queue.

    • It executes the callback functions associated with the events in the queue.

    • It prioritizes I/O operations and delegates CPU-intensive tasks to a separate thread pool.

    • It prevents the NodeJS application from blocking and allows it to handle multiple reques

  • Answered by AI
  • Q2. Array functions and types of functions in JavaScript
  • Ans. 

    JavaScript has various built-in array functions like map, filter, reduce, etc. and different types of functions like arrow, anonymous, etc.

    • Array functions like map, filter, reduce, forEach, etc. are used to manipulate arrays.

    • Arrow functions are concise and have implicit return statements.

    • Anonymous functions are declared without a name and can be assigned to a variable.

    • Higher-order functions take other functions as argu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your JavaScript basics strong

Skills evaluated in this interview

I was interviewed in Oct 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. What are your expectations from the company?
  • Ans. 

    I expect the company to provide a supportive and challenging work environment, opportunities for growth and learning, and a strong company culture.

    • Supportive and challenging work environment

    • Opportunities for growth and learning

    • Strong company culture

  • Answered by AI
  • Q3. Are you ready to relocate?
  • Q4. What are your future plans?
  • Ans. 

    I plan to gain experience and expertise in the consulting field, eventually aiming for a leadership role.

    • Gain experience and expertise in the consulting field

    • Work towards a leadership role

    • Continuously learn and develop skills

    • Build a strong professional network

    • Stay updated with industry trends and advancements

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was an amcat style test, adaptive in nature and measured the accuracy and speed.
Tips: Basic questions of aptitude and LR freely available on internet websites can be practiced to crack these easily.
Duration: 1 hour 30 minutes
Total Questions: 70

Round: Technical + HR Interview
Experience: It was a group interview, as 2 panelists interviewed 5 candidates at a time. It was more like giving a Viva voce at a practical exam.
Tips: Never tell them if you are planning for a master's degree, else you don't get a job for that time. Also don't stick to a job profile you think would suit you the best, be flexible. Moreover one should always be ready to relocate at the fresher level for such multi domain organizations.

College Name: Maharaja Surajmal Institute of Technology

Accenture Interview FAQs

How many rounds are there in Accenture Associate Consultant interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Coding Test, Aptitude Test and HR.
What are the top questions asked in Accenture Associate Consultant interview?

Some of the top questions asked at the Accenture Associate Consultant interview -

  1. Array functions and types of functions in JavaScr...read more
  2. Write a code to find the prime num...read more
  3. What is NodeJS Event L...read more

Tell us how to improve this page.

Accenture Associate Consultant Interview Process

based on 7 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 6 Accenture interviews
Campus Placement
Company Website
Job Portal
50%
17%
17%
16% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Accenture Associate Consultant Salary
based on 572 salaries
₹3 L/yr - ₹13.1 L/yr
25% less than the average Associate Consultant Salary in India
View more details

Accenture Associate Consultant Reviews and Ratings

based on 29 reviews

4.2/5

Rating in categories

4.2

Skill development

3.7

Work-Life balance

3.9

Salary & Benefits

4.1

Job Security

4.1

Company culture

3.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 29 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview