Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Accenture Interview Questions and Answers

View all 3.9k questions

Accenture Interview Experiences

Popular Designations

8.1k interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Easy Interview, All about Spring Boot Microservices, Rest controller, Feign client, rest Template, Asynchronous calls
  • Q2. Angular Framework Interceptors, AWS Cloud deployment and strategies

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay Focused its easy when you practice technically

Top Accenture Application Developer Interview Questions and Answers

Q1. Difference between tmap & 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)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked all java 8, spring boot and cpding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont apply for application developer roles at accenture. They have wasted my one working day after so many postponements they scheduled interview. At last i attended and answered almost all questions. And also interviewer responded in positive way for all my answers, then next day instead of providing feedback to my interview they sent mail like they are not recruting anyone for that role and skills. Not sure what happened .but they wasted my time. During the interview also i asked interviewer what will be the project/role and responsibilities. He said thats not for any project but for generic interview. they dont have requirement but they are conducting interviews. I didnt expect this from a reputed company accenture .

Top Accenture Application Developer Interview Questions and Answers

Q1. Difference between tmap & 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)
Accenture Interview Questions and Answers for Freshers
illustration image

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What Is difference between SAP ERP AND S/4 HANA
  • Ans. 

    SAP ERP is the traditional enterprise resource planning software, while S/4 HANA is the next-generation ERP suite built on the SAP HANA platform.

    • SAP ERP is based on traditional on-premise architecture, while S/4 HANA is designed for cloud deployment.

    • SAP ERP uses a row-based database structure, while S/4 HANA utilizes an in-memory columnar database for faster data processing.

    • SAP ERP requires separate systems for transac...

  • Answered by AI
  • Q2. What are the steps for implementation in SAP
  • Ans. 

    Implementation steps in SAP involve planning, configuration, testing, training, and deployment.

    • 1. Planning phase involves defining project scope, objectives, and timeline.

    • 2. Configuration phase includes setting up SAP modules according to business requirements.

    • 3. Testing phase ensures that the system functions correctly and meets user needs.

    • 4. Training phase involves educating users on how to use the SAP system effecti...

  • Answered by AI
  • Q3. What is RICEF? explain
  • Ans. 

    RICEF is a prioritization framework used in project management to rank tasks based on their impact and effort required.

    • RICEF stands for Reach, Impact, Confidence, and Effort.

    • Reach refers to the number of people affected by the task.

    • Impact is the potential positive outcome of the task.

    • Confidence is how sure you are about the estimates for Reach and Impact.

    • Effort is the amount of time and resources needed to complete the...

  • Answered by AI
  • Q4. Have you worked with APP? EXPLAIN THE STEPS
  • Ans. 

    Yes, I have worked with APP. The steps involve designing, developing, testing, and deploying the application.

    • Design the user interface and functionality of the APP

    • Develop the APP using programming languages like Java, Swift, or React Native

    • Test the APP for bugs and errors

    • Deploy the APP to app stores or internal servers for users to access

  • Answered by AI
  • Q5. How would you configure material?
  • Ans. 

    Material can be configured by adjusting its properties and parameters to meet specific requirements.

    • Identify the specific requirements for the material

    • Adjust properties such as density, strength, and flexibility

    • Consider parameters like temperature resistance and chemical compatibility

    • Test the configured material to ensure it meets the desired specifications

  • Answered by AI
  • Q6. What is your role in your current company
  • Ans. 

    I am responsible for managing client relationships, providing strategic advice, and overseeing project implementation.

    • Managing client relationships

    • Providing strategic advice

    • Overseeing project implementation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Consultant interview:
  • SAP SD
  • SAP FICO

Skills evaluated in this interview

Top Accenture Consultant Interview Questions and Answers

Q1. There is an international bank (US based) that has been operating in Asia for the past 10 years. However, recently it has noticed that a lot of its customers are leaving the bank and using services of other local/regional banks. Why might t... read more
View answer (4)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Repartition and coaleace difference
  • Ans. 

    Repartition and coalesce are methods used in Apache Spark to manage the number of partitions in a dataset.

    • Repartition is used to increase or decrease the number of partitions in a dataset by shuffling the data across the cluster.

    • Coalesce is used to decrease the number of partitions in a dataset without shuffling the data, which can improve performance.

    • Repartition is more expensive as it involves data shuffling, while c...

  • Answered by AI
  • Q2. Explain the hive external tables
  • Ans. 

    Hive external tables are tables that reference data files located outside of the Hive warehouse directory.

    • External tables do not move the data into the Hive warehouse directory, they only reference it.

    • Data files for external tables can be in any format supported by Hive, such as CSV, Parquet, or ORC.

    • External tables are useful for scenarios where data needs to be shared between different systems or applications.

    • Example:...

  • Answered by AI
  • Q3. Explain the spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that provides high-level APIs for processing large datasets.

    • Spark architecture consists of a driver program, cluster manager, and worker nodes.

    • Driver program is responsible for maintaining the SparkContext and executing the user's application.

    • Cluster manager allocates resources across applications in a shared or standalone cluster.

    • Worker nodes execute the tasks as...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Narrow and wide transformation
  • Q2. Data skewness vs data shuffling
  • Ans. 

    Data skewness refers to imbalance in data distribution, while data shuffling is a technique to randomize data order.

    • Data skewness can lead to biased model training and inaccurate predictions.

    • Data shuffling is used to prevent model overfitting and improve generalization.

    • Example: In a dataset with 90% positive class and 10% negative class, data skewness is present.

    • Example: Shuffling data before splitting into training an...

  • Answered by AI
  • Q3. What optimization done in the projects
  • Ans. 

    Optimizations were done in the projects to improve performance and efficiency.

    • Implemented caching mechanisms to reduce database queries and improve response times

    • Optimized code by refactoring and removing redundant logic

    • Utilized indexing and query optimization techniques to speed up database operations

    • Implemented lazy loading to improve loading times for large datasets

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round was technical. As discussed with HR, 2nd round was supposed to managerial round but at the time of interview, the interviewer only asked technical questions and it was purely technical round.

There was no HR round or any salary or location discussion with HR at all and they released offer letter and I got the mail regarding it.

Very bad experience with HR. No response whether it be mail, call or text.
Empty promises whenever connected and again no response.

This was my story!

Top Accenture Application Lead Interview Questions and Answers

Q1. Are you comfortable with Marketing CRM capabilities? Have you built any give examples.
View answer (2)

Application Lead Interview Questions asked at other Companies

Q1. Are you comfortable with Marketing CRM capabilities? Have you built any give examples.
View answer (2)

Accenture interview questions for popular designations

 Associate Software Engineer

 (630)

 Application Developer

 (258)

 Application Development Analyst

 (255)

 Software Developer

 (238)

 Software Engineer

 (214)

 Analyst

 (202)

 Application Development Associate

 (183)

 Senior Analyst

 (152)

Software Engineer Interview Questions & Answers

user image manni bhaskar mallik

posted on 5 Jan 2025

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

Easy aptitude comprehension, quants

Round 2 - Technical 

(3 Questions)

  • Q1. Java concept related to features
  • Q2. Question related to abstraction
  • Q3. Inheritence concept

Top Accenture Software Engineer Interview Questions and Answers

Q1. Reverse String Operations Problem Statement You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A. The operations should be executed ... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top Accenture Interview Questions

Programmer Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

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

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

Round 1 - Aptitude Test 

1st round is Cognitive which consists of English, pseudocodes, Arthametic and reasoning.

Round 2 - Coding Test 

2nd is coding consists of 2nd questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself? Tell me about your projects. Basics in python.
  • Q2. Why do you choose engineering
  • Ans. 

    I chose engineering because I have always been fascinated by problem-solving and creating innovative solutions.

    • Passion for problem-solving and creating innovative solutions

    • Interest in technology and how things work

    • Opportunities for creativity and continuous learning

    • Desire to make a positive impact on society through technological advancements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and don't feel nervous

Programmer Interview Questions asked at other Companies

Q1. What are the differences between Micro,Mini and Mainframe Computers?
View answer (2)

Jobs at Accenture

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Assignment 

You are asked to create a story board for shared content.

Round 2 - Technical 

(1 Question)

  • Q1. What is the most essential skill that an instructional designer should possess?

Instructional Designer Interview Questions asked at other Companies

Q1. Come up with a scenario and how will you design an elearning material.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

The First Round was a combination of Technical and Cognitive Assessments which comprised 90 Questions and the time limit to solve was 90 minutes. Cognitive Assessment was comprised of following sections a. Abstract Reasoning, b. Logical Reasoning, c. Critical Thinking, d. Verbal Ability .

Round 2 - Coding Test 

2 Coding Questions with a time limit of 45 mins. The first question was about bitwise operation and the second question was based on Fibonacci Series

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Explain in detail about your project

Top Accenture Associate Software Engineer Interview Questions and Answers

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Java Developer Interview Questions & Answers

user image Chavan Sujas Tanaji

posted on 7 Jan 2025

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

(2 Questions)

  • Q1. What is the Java programming language?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability, security, and robustness.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its security features, such as sandboxing and encryption

    • It is widely used in web development, mobile applicatio...

  • Answered by AI
  • Q2. Is Java considered a purely object-oriented programming language?
  • Ans. 

    Java is not purely object-oriented as it also supports primitive data types and static methods.

    • Java supports primitive data types like int, double, boolean which are not objects.

    • Static methods in Java belong to the class itself and do not require an instance to be called.

    • Java also has features like enums and interfaces which are not strictly object-oriented.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in Java development with proven experience in delivering high-quality, efficient code.

    • Extensive experience in Java development, including proficiency in Java EE, Spring framework, and Hibernate.

    • Proven track record of delivering high-quality, efficient code that meets project requirements and deadlines.

    • Strong problem-solving skills and ability to work well in a team environment, collaborating ...

  • Answered by AI
  • Q2. What motivates you to seek employment at this company?
  • Ans. 

    I am motivated to seek employment at this company because of its reputation for innovation and commitment to employee growth.

    • I am impressed by the company's track record of developing cutting-edge technology solutions.

    • I value the emphasis this company places on continuous learning and professional development.

    • I am excited about the opportunity to work with a talented team of developers and contribute to impactful proje

  • Answered by AI

Top Accenture Java Developer Interview Questions and Answers

Q1. What are the principles of object oriented programming, such as OOPs concepts in Java
View answer (4)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Explaining about our overall experience and project management
Round 2 - Technical 

(1 Question)

  • Q1. Technical SQL questions and Questions related to projects

Senior Business Consultant Interview Questions asked at other Companies

Q1. How does a bank treat the Accounting Entries after the activities such as Principal Repayment, Interest Dues, Write-off, Past Dues and so on?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

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

Some of the top questions asked at the Accenture interview -

  1. If insurance premium is paid for an entire year 1st January to 31st December an...read more
  2. Case. There is a housing society “The wasteful society”, you collect all th...read more
  3. What are three golden rules of accounti...read more
What are the most common questions asked in Accenture HR round?

The most common HR questions asked in Accenture interview are -

  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.

Recently Viewed

LIST OF COMPANIES

Ernst & Young

Overview

COMPANY BENEFITS

Ernst & Young

No Benefits

COMPANY BENEFITS

Ernst & Young

No Benefits

SALARIES

Ernst & Young

JOBS

Ernst & Young

No Jobs

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Ernst & Young

No Reviews

Tell us how to improve this page.

Accenture Interview Process

based on 6.8k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Accenture Reviews and Ratings

based on 56.6k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 56.6k Reviews and Ratings
Corporate Mobility Senior Analyst

Bangalore / Bengaluru

8-10 Yrs

₹ 6.72-9.0288 LPA

GN - SONG - MT - Marketing Transformation - Lifesciences - Senior

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17.4k salaries
unlock blur

₹0 L/yr - ₹0 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