Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips for Experienced

Updated 9 Apr 2025

Top Accenture Interview Questions and Answers for Experienced

View all 1.5k questions

Accenture Interview Experiences for Experienced

Popular Designations

3k interviews found

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

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

30 MCQs where 15 Need to be answered correctly to get shortlisted.
Sanfoundary source is very helpful in cracking it.

Round 2 - Technical 

(4 Questions)

  • Q1. Explain Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

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

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

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. Explain file handling
  • Ans. 

    File handling refers to the process of managing and manipulating files on a computer system.

    • File handling involves tasks such as creating, reading, writing, updating, and deleting files.

    • Common file operations include opening a file, reading its contents, writing data to it, and closing the file.

    • File handling in programming languages often involves using functions or libraries specifically designed for file operations.

    • E...

  • Answered by AI
  • Q3. Explain supervised and unsupervised learning algorithms of your choice.
  • Ans. 

    Supervised learning uses labeled data to train a model, while unsupervised learning finds patterns in unlabeled data.

    • Supervised learning requires input-output pairs for training

    • Examples include linear regression, support vector machines, and neural networks

    • Unsupervised learning clusters data based on similarities or patterns

    • Examples include k-means clustering, hierarchical clustering, and principal component analysis

  • Answered by AI
  • Q4. Coding question on pandas which had 10 followup questions
Round 3 - HR 

(1 Question)

  • Q1. Simple discussion on compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to moderate interview. Stay focused on basics.

Skills evaluated in this interview

Top Accenture Ai Ml Engineer Interview Questions and Answers

Q1. What is the difference between the Symmetric and Asymmetric?
View answer (2)

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Abstraction focuses on hid...

  • Answered by AI
  • Q2. Sql Concepts and Ssms
Round 2 - Technical 

(2 Questions)

  • Q1. .Net Technology basics
  • Q2. Solid principles

Skills evaluated in this interview

Top Accenture Application Development Analyst Interview Questions and Answers

Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Informatica MDM? How Informatica MDM Hub Handles The Data Population Proce... read more
View answer (1)

Application Development Analyst Interview Questions asked at other Companies

Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Informatica MDM? How Informatica MDM Hub Handles The Data Population Proce... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Commonly used in frameworks like Spring in Java

  • Answered by AI
  • Q2. What is stream api explain with example
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • Example: List<String> names = Arrays.asList("Alice", "Bob", "Charlie"); Stream<String> stream = names.stream();

    • Example: List<Integer> numbers = Arrays.asList(1, 2, 3, 4, 5); int sum = numbers.

  • Answered by AI
  • Q3. Spring boot annotations used in repository classes like entity id table column.
  • Q4. What is post mapping explain with example
  • Ans. 

    Post mapping is a method used in RESTful APIs to create a new resource.

    • Post mapping is used to create a new resource in the server.

    • It is typically used in combination with HTTP POST method.

    • Post mapping is commonly used in Spring Boot applications to handle incoming POST requests.

  • Answered by AI
  • Q5. Majority of questions asked on project and what you have done as a part of it. And after that they will give you some scenarios and ask for what code will you right. Like get employee list whose salary is ...
  • Q6. Functional interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on what you have written in resume, about your project. They expect you to give proper overview of your project and work you have done.

Skills evaluated in this interview

Top Accenture Software Developer Interview Questions and Answers

Q1. Maximum Subarray Sum Problem Statement Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array. Example of Subarrays: An array C is considered a su... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Arimab pdq values how are they calculated?
  • Ans. 

    Arimab pdq values are calculated using a formula that takes into account demand, production, and lead time.

    • Arimab pdq values are calculated by multiplying the average demand rate by the average lead time.

    • The formula for calculating Arimab pdq values is PDQ = D * Q, where D is the average demand rate and Q is the average lead time.

    • These values are important for inventory management and production planning.

  • Answered by AI

Top Accenture Associate Manager Interview Questions and Answers

Q1. What is Soc7 and other Cobol /Jcl error codes ...
View answer (2)

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Accenture interview questions for popular designations

 Associate Software Engineer

 (644)

 Application Developer

 (261)

 Application Development Analyst

 (259)

 Software Developer

 (244)

 Software Engineer

 (217)

 Analyst

 (209)

 Application Development Associate

 (185)

 Senior Analyst

 (155)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What has been your experience with AEP (Adobe Experience Platform)?
  • Ans. 

    I have extensive experience with Adobe Experience Platform, leveraging its capabilities for data integration and customer insights.

    • Implemented AEP for a retail client, enabling real-time customer segmentation and personalized marketing campaigns.

    • Utilized AEP's data governance features to ensure compliance with GDPR and CCPA regulations.

    • Integrated AEP with existing CRM systems to enhance customer journey mapping and ana...

  • Answered by AI
  • Q2. Can you share a complex use case you have solved?
Round 2 - HR 

(2 Questions)

  • Q1. Have you managed a Team?
  • Q2. Can you describe a challenging situation you have faced?
  • Ans. 

    Led a team through a critical project turnaround, overcoming resource constraints and tight deadlines to deliver successful results.

    • Faced a project that was behind schedule due to unexpected resource shortages.

    • Implemented agile methodologies to improve team collaboration and efficiency.

    • Conducted daily stand-up meetings to track progress and address roadblocks.

    • Reallocated tasks based on team members' strengths, enhancin...

  • Answered by AI

Technology Consulting Manager Interview Questions asked at other Companies

Q1. What has been your experience with AEP (Adobe Experience Platform)?
View answer (1)

Get interview-ready with Top Accenture Interview Questions

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Code string reverse
  • Q2. Spring boot annotations

Top Accenture Application Developer Interview Questions and Answers

Q1. Difference between tmap &amp; tjoin Types of connection Difference between truncate delete What is ETL What are triggers Type of join
View answer (4)

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Jobs at Accenture

View all
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Very interesting and easy

Round 2 - Group Discussion 

General topic which is common for everyone

Round 3 - Technical 

(2 Questions)

  • Q1. Subject oriented
  • Q2. Reporting analys
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you say

Senior PMO Analyst Interview Questions asked at other Companies

Q1. What will you do if there are multiple priority emails in your inboc
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Over fitting and underfitting ?
  • Q2. What is P value and what is its significance?
  • Ans. 

    P value is a statistical measure that helps determine the significance of results in hypothesis testing.

    • P value is the probability of obtaining results as extreme as the observed results, assuming the null hypothesis is true.

    • A small P value (typically ≤ 0.05) indicates strong evidence against the null hypothesis, leading to its rejection.

    • A large P value (> 0.05) suggests weak evidence against the null hypothesis, leadi...

  • Answered by AI
  • Q3. Explain your projects. Explain about RAG
Round 2 - Coding Test 

Write a code to reverse a list. Write a code to add value to a dataframe and edit the value in data frame

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself.
  • Q2. Explain projects. How much will you rate yourself in technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - try to answer question in detail. Try to understand what actually they are looking for.

Senior Artificial Intelligence Engineer Interview Questions asked at other Companies

Q1. What is the detailed working mechanism of Decision Trees, and how are they utilized for classification tasks?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Write heart beat query
  • Q2. Difference between Dos and Dos
  • Q3. What's EDR and explain what happens after it finds a malicious file in the device?
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions on EDR
  • Q2. Questions on skills mentioned on resume
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Interview Preparation Tips

Topics to prepare for Accenture interview:
  • Comptia Security+
  • KQL queries
Interview preparation tips for other job seekers - Overall interview was easy. But rest of the interviews I gave for other organisation were difficult. Be strong with your basics.

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image kuldip Patil

posted on 8 Jan 2025

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

(1 Question)

  • Q1. What are Java Collections?
  • Ans. 

    Java Collections are frameworks that provide an architecture to store and manipulate a group of objects.

    • Java Collections provide interfaces (List, Set, Map) and classes (ArrayList, LinkedList, HashSet, HashMap) to store and manipulate groups of objects.

    • Collections framework includes algorithms to manipulate collections, such as sorting and searching.

    • Collections are dynamic in nature, meaning they can grow and shrink in...

  • Answered by AI

Top Accenture Team Lead Interview Questions and Answers

Q1. which is fastest between java 8 intermediate and terminal operations
View answer (1)

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Accenture Interview FAQs

How many rounds are there in Accenture interview for experienced candidates?
Accenture interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Accenture interview for experienced candidates?
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, SQL, Application Development, Java and Business process.
What are the top questions asked in Accenture interview for experienced candidates?

Some of the top questions asked at the Accenture interview for experienced candidates -

  1. If insurance premium is paid for an entire year 1st January to 31st December an...read more
  2. What are three golden rules of accounti...read more
  3. What are the basic concepts of accountin...read more
What are the most common questions asked in Accenture HR round for experienced candidates?

The most common HR questions asked in Accenture interview are for experienced candidates -

  1. What are your salary Expectatio...read more
  2. General questi...read more
How long is the Accenture interview process?

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

Tell us how to improve this page.

Accenture Interview Process for Experienced

based on 1.6k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

Accenture Reviews and Ratings

based on 58.7k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 58.7k Reviews and Ratings
S&C Global Network - Strategy - MC - Industry

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

S&C - GN - CFO EV - ERP Platforms - Manager

Pune

10-14 Yrs

₹ 16.85-46 LPA

S&C - GN - CFO EV - ERP Platforms - Consultant

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview