Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Accenture

Compare button icon Compare button icon Compare
3.8

based on 61.2k Reviews

Play video Play video Video summary

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern
golden leaf award AmbitionBox awards

Top Rated Mega Company - 2024

golden leaf award
golden leaf award AmbitionBox awards

Top Rated Company for Women - 2024

golden leaf award
golden leaf award AmbitionBox awards

Top Rated IT/ITES Company - 2024

golden leaf award
  • About
  • Reviews
    61.2k
  • Salaries
    6L
  • Interviews
    8.5k
  • Jobs
    10k
  • Benefits
    7.4k
  • Photos
    48
  • Posts
    91

Filter interviews by

Accenture Associate Interview Questions and Answers

Updated 17 Apr 2025

20 Interview questions

An Associate was asked 1mo ago
Q. What is GAAP?
Ans. 

GAAP stands for Generally Accepted Accounting Principles, a framework for financial reporting in the U.S.

  • GAAP provides guidelines for financial accounting and reporting.

  • It ensures consistency and transparency in financial statements.

  • Examples include the revenue recognition principle and matching principle.

  • GAAP is essential for public companies to maintain investor trust.

  • It is established by the Financial Accountin...

🔥 Asked by recruiter 11 times
An Associate was asked 7mo ago
Q. Explain the concepts of OOPs.
Ans. 

OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPs focuses on creating objects that interact with each other to solve complex problems

  • Key principles include encapsulation, inheritance, polymorphism, and abstraction

  • Encapsulation allows bundling data and methods that operate on the data within a single unit

  • Inheritance enables a new class...

Associate Interview Questions Asked at Other Companies

asked in JPMorgan Chase & Co.
Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It ... read more
View answers (6)
asked in UNO Minda
Q2. What is the meaning of TTR and why is it required for the powder ... read more
View answers (17)
asked in Amazon
Q3. What are the differences between online and offline shopping?
View answers (184)
asked in PwC
Q4. Create a table with specified columns Alter the table and add new ... read more
View answers (2)
asked in Wipro
Q5. What is an IP address and why is it required?
View answers (34)
View All
🔥 Asked by recruiter 2 times
An Associate was asked 8mo ago
Q. Explain the SOLID principles.
Ans. 

SOLID principles are a set of five design principles in object-oriented programming that help make software more maintainable, flexible, and scalable.

  • Single Responsibility Principle (SRP) - A class should have only one reason to change.

  • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

  • Liskov Substitution Principle (LSP) - Objects of a superclass should be repl...

An Associate was asked 10mo ago
Q. What is a context variable?
Ans. 

A context variable is a variable that is defined within a specific context, such as a function or block of code.

  • Context variables are only accessible within the context in which they are defined.

  • They can be used to store and manipulate data within a specific scope.

  • Context variables help in avoiding naming conflicts and improve code readability.

  • Example: In a function, a context variable can be used to store the res...

What people are saying about Accenture

View All
a senior site reliability engineer
2w
Hi Guys, One of my friends got offers from Accenture and TCS respectively and the LPA is the same as Acc matched the salary in respect to TCS offering He is confused where to join TCS or Accenture, he has an experience of 6+ yrs now and he is a Ab Initio Admin Also i heard from him that the Accenture project is Synchrony and TCS haven't revealed it yet I wanted to know how the Synchrony project in Accenture is, is it good to join or should he join TCS Someone who knows about the project has an experience with the project please help to take a decision
Advice Needed
Accenture
0%
TCS
0%
112 participants . poll closed
Got a question about Accenture?
Ask anonymously on communities.
An Associate was asked 11mo ago
Q. In which phase of SUM is a shadow instance created?
Ans. 

In the Initialization phase of SUM shadow instance is created.

  • Shadow instance is created during the Initialization phase of SUM.

  • It is used for testing and validation before making changes to the actual system.

  • Helps in minimizing risks and ensuring smooth transition during updates.

  • Example: In SAP system update management (SUM), shadow instance is created in the Initialization phase.

An Associate was asked 11mo ago
Q. Why are interfaces needed in Java?
Ans. 

Interfaces in Java provide a way to achieve abstraction and multiple inheritance.

  • Interfaces allow for achieving abstraction by defining a set of methods that a class must implement.

  • Interfaces support multiple inheritance by allowing a class to implement multiple interfaces.

  • Interfaces are used to define contracts that classes must adhere to, promoting code reusability and flexibility.

  • Interfaces are commonly used in...

An Associate was asked 11mo ago
Q. Explain what a constructor is in Java.
Ans. 

Constructor in Java is a special type of method that is used to initialize objects.

  • Constructors have the same name as the class they belong to.

  • They do not have a return type, not even void.

  • Constructors are called when an object of a class is created.

  • They can be overloaded to have multiple constructors with different parameters.

Are these interview questions helpful?
An Associate was asked 12mo ago
Q. Are you familiar with MS Excel?
Ans. 

Yes, I am proficient in MS Excel and have experience using it for data analysis and reporting.

  • Proficient in creating and formatting spreadsheets

  • Experience with formulas and functions

  • Ability to analyze data and create charts/graphs

  • Familiar with data validation and sorting/filtering

  • Experience with pivot tables and VLOOKUP

🔥 Asked by recruiter 2 times
An Associate was asked 12mo ago
Q. What are the concepts of OOPS?
Ans. 

Oops concept refers to Object-Oriented Programming concepts like inheritance, polymorphism, encapsulation, and abstraction.

  • Oops concept stands for Object-Oriented Programming concepts

  • It includes inheritance, polymorphism, encapsulation, and abstraction

  • Inheritance allows a class to inherit properties and behavior from another class

  • Polymorphism allows objects to be treated as instances of their parent class

  • Encapsula...

An Associate was asked 22 Feb 2024
Q. Why is CDS view used?
Ans. 

CDS views are used in SAP S/4HANA to define and consume semantically rich data models in ABAP development.

  • CDS views provide a way to define data models in a structured and reusable manner.

  • They can be used to define virtual data models that combine data from multiple tables or views.

  • CDS views can be consumed in ABAP programs for reporting, analysis, and other data processing tasks.

  • They offer better performance comp...

1 2

Accenture Associate Interview Experiences

119 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and project management.

    • I have over 5 years of experience in marketing roles, where I successfully implemented various campaigns to increase brand awareness.

    • I also have a strong background in project management, where I led cross-functional teams to deliver projects on time and within budget.

    • I am highly organized, detail-oriented, and thrive in...

  • Answered by AI
    Add your answer
  • Q2. Something that is not there on your CV
  • Add your answer
Round 2 - Case Study 

Profitability case on bank

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and revise structure of cases
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Aptittude questions based on logical and reasoning

Round 2 - Coding Test 

Their is 2 code. 1 is easy and another is medium

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a background in marketing and have worked in the industry for 5 years.

    • I am currently pursuing a Master's degree in Business Administration to further my skills and knowledge.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
    Add your answer
  • Q2. Tell me about project
  • Ans. 

    I led a team in developing a new mobile app for tracking fitness goals and progress.

    • Managed a team of developers and designers

    • Defined project scope and timeline

    • Conducted user testing and feedback sessions

    • Implemented features such as goal setting, progress tracking, and social sharing

    • Successfully launched the app on both iOS and Android platforms

  • Answered by AI
    Add your answer
  • Q3. Tell me about internship
  • Ans. 

    I completed a 3-month internship at a marketing firm where I gained hands-on experience in social media management and market research.

    • Learned how to create social media content and analyze engagement metrics

    • Assisted in conducting market research surveys and analyzing data

    • Worked closely with the marketing team to develop and implement marketing strategies

  • Answered by AI
    Add your answer
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Two sections
1st one includes cognitive ability
2nd section is full of technical

Round 2 - Coding Test 

Two programs easy to meadium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a background in marketing and have worked in the industry for 5 years.

    • I am currently pursuing a Master's degree in Business Administration to further my skills and knowledge.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
    Add your answer
  • Q2. Tell me something more about your project
  • Ans. 

    My project focused on developing a mobile application for tracking daily water intake.

    • Developed a user-friendly interface for inputting water consumption data

    • Implemented reminders and notifications to encourage users to drink more water

    • Integrated a database to store and track user's water intake history

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show more intrest towards the company and role
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(5 Questions)

  • Q1. SUM phases, Client copy, Work processes private mode,
  • Add your answer
  • Q2. In which phase of SUM shadow instance is created?
  • Ans. 

    In the Initialization phase of SUM shadow instance is created.

    • Shadow instance is created during the Initialization phase of SUM.

    • It is used for testing and validation before making changes to the actual system.

    • Helps in minimizing risks and ensuring smooth transition during updates.

    • Example: In SAP system update management (SUM), shadow instance is created in the Initialization phase.

  • Answered by AI
    Add your answer
  • Q3. System refresh Steps
  • Add your answer
  • Q4. If you are unable to login into the application how you can check the system
  • Ans. 

    To check the system when unable to login, try accessing the application from a different device or network.

    • Try accessing the application from a different device to see if the issue is with the current device.

    • Check if the internet connection is stable and try accessing the application from a different network.

    • Clear browser cache and cookies, or try using a different browser.

    • Contact the technical support team for assista...

  • Answered by AI
    Add your answer
  • Q5. Types of User in SAP
  • Ans. 

    There are various types of users in SAP, including end users, power users, and system administrators.

    • End users: Regular users who interact with the system to perform their daily tasks.

    • Power users: Users with advanced knowledge who can perform more complex tasks and provide support to other users.

    • System administrators: Users responsible for managing and maintaining the SAP system, including security settings and system ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Aptitude test based on maths cse and logic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a background in marketing and have worked in the industry for 5 years.

    • I am currently pursuing a Master's degree in Business Administration to further my skills and knowledge.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
    Add your answer
  • Q2. Why accenture. what are the other offers you have
  • Ans. 

    I chose Accenture for its global presence, diverse projects, and focus on innovation. I have received offers from XYZ and ABC companies as well.

    • Chose Accenture for global presence and diverse projects

    • Impressed by Accenture's focus on innovation

    • Received offers from XYZ and ABC companies

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. How many experience do u have
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Asking about experience
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Anonymous

Associate Interview Questions & Answers

user image Rajasree

posted on 11 Sep 2024

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

It includes coding also , if you complete aptitude with minimum marks then you are allowed to next round which is coding and then communication assessment

Round 2 - Technical 

(2 Questions)

  • Q1. About projects you have done
  • Add your answer
  • Q2. Object oriented programming questions
  • Add your answer
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About project discussion
  • Add your answer
  • Q2. About oops discussion
  • Add your answer
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java oops,inheritance, polymorphism and exceptions
  • Add your answer
  • Q2. Collections and tread
  • Add your answer
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Maths and quantative

Round 2 - Coding Test 

Beginner level coding question

Round 3 - Communication 

(1 Question)

  • Q1. Grammar questions
  • Add your answer
Anonymous
More about working at Accenture
golden leaf award AmbitionBox awards

#5 Best Mega Company - 2022

golden leaf award
golden leaf award AmbitionBox awards

#1 Best Mega IT/ITES Company - 2022

golden leaf award
golden leaf award AmbitionBox awards

#11 Best Mega Company - 2021

golden leaf award
golden leaf award AmbitionBox awards

#3 Best Mega IT/ITES Company - 2021

golden leaf award
  • HQ - Dublin, Ireland
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)
  • Public
  • Analytics & KPO
  • Software Product
  • Management Consulting

Accenture Interview FAQs

How many rounds are there in Accenture Associate interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Technical and HR.
How to prepare for Accenture Associate interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Consulting, Operations, Financial operations, Billing and Management.
What are the top questions asked in Accenture Associate interview?

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

  1. What is KPI and it's other facto...read more
  2. If you are unable to login into the application how you can check the sys...read more
  3. Explain what is Constructor in j...read more
What are the most common questions asked in Accenture Associate HR round?

The most common HR questions asked in Accenture Associate interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why should we hire y...read more
  3. What are your salary expectatio...read more
How long is the Accenture Associate interview process?

The duration of Accenture Associate interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Interviews By Designations

  • Accenture Associate Software Engineer Interview Questions
  • Accenture Application Developer Interview Questions
  • Accenture Application Development Analyst Interview Questions
  • Accenture Software Developer Interview Questions
  • Accenture Software Engineer Interview Questions
  • Accenture Analyst Interview Questions
  • Accenture Application Development Associate Interview Questions
  • Accenture Senior Analyst Interview Questions
  • Show more
  • Accenture Application Development - Senior Analyst Interview Questions
  • Accenture Team Lead Interview Questions

Interview Questions for Popular Designations

  • Senior Associate Interview Questions
  • Associate Software Engineer Interview Questions
  • Associate Consultant Interview Questions
  • Process Associate Interview Questions
  • Associate Engineer Interview Questions
  • Research Associate Interview Questions
  • Associate Manager Interview Questions
  • Business Development Associate Interview Questions
  • Show more
  • Customer Service Associate Interview Questions
  • Associate Analyst Interview Questions

Associate Interview Questions from Similar Companies

Cognizant
Cognizant Associate Interview Questions
3.7
 • 320 Interviews
Wipro
Wipro Associate Interview Questions
3.7
 • 154 Interviews
TCS
TCS Associate Interview Questions
3.6
 • 61 Interviews
Tech Mahindra
Tech Mahindra Associate Interview Questions
3.5
 • 46 Interviews
Capgemini
Capgemini Associate Interview Questions
3.7
 • 43 Interviews
Genpact
Genpact Associate Interview Questions
3.8
 • 31 Interviews
Infosys
Infosys Associate Interview Questions
3.6
 • 22 Interviews
HCLTech
HCLTech Associate Interview Questions
3.5
 • 20 Interviews
DXC Technology
DXC Technology Associate Interview Questions
3.7
 • 11 Interviews
IBM
IBM Associate Interview Questions
4.0
 • 8 Interviews
View all
Accenture Associate Salary
based on 6.1k salaries
₹0.8 L/yr - ₹7 L/yr
44% less than the average Associate Salary in India
View more details

Accenture Associate Reviews and Ratings

based on 649 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 649 Reviews and Ratings
Associate Jobs at Accenture
Accenture
Customer Contact Comms Associate

Bangalore / Bengaluru

1-3 Yrs

₹ 3.5-3.94399 LPA

Accenture
Customer Contact Comms Associate

Bangalore / Bengaluru

1-3 Yrs

₹ 3.5-3.94399 LPA

Accenture
Customer Contact Comms Associate

Bangalore / Bengaluru

1-3 Yrs

₹ 3.5-3.94399 LPA

Explore more jobs
Accenture Salaries in India
Application Development Analyst
39.1k salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.5k salaries
unlock blur

₹7 L/yr - ₹20.5 L/yr

Team Lead
25.6k salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Senior Analyst
18.4k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Explore more salaries
Compare Accenture with
TCS

TCS

3.6
Compare
Cognizant

Cognizant

3.7
Compare
Capgemini

Capgemini

3.7
Compare
Infosys

Infosys

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Accenture Interview Questions >
  • Accenture Associate Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter