Upload Button Icon Add office photos

Filter interviews by

Accenture Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Accenture Interview Questions and Answers

View all 3.9k questions

Accenture Interview Experiences

Popular Designations

8k interviews found

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain lambda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create functions without a name.

    • They are often used in functional programming languages like Python and Java.

    • Lambda expressions can take parameters and return a value.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters and returns their sum.

  • Answered by AI
  • Q2. Why hibernate is better then jdbc
  • Ans. 

    Hibernate is better than JDBC due to its object-relational mapping capabilities, automatic table creation, and improved performance.

    • Hibernate provides object-relational mapping (ORM) which simplifies database interactions by mapping Java objects to database tables, eliminating the need for manual SQL queries.

    • Hibernate can automatically generate SQL queries based on the Java objects, reducing the amount of code that nee...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Filter names from a list that starts with A
  • Ans. 

    Filter names starting with A from a list of strings

    • Iterate through the list of strings

    • Check if each string starts with 'A'

    • Add the string to a new list if it starts with 'A'

  • Answered by AI
  • Q2. White query parameter and path variable

Skills evaluated in this interview

Top Accenture System Engineer Interview Questions and Answers

Q1. Can we implement multiple interfaces in a single Java class?
View answer (1)

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (12)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Magic commands in databricks
  • Ans. 

    Magic commands in Databricks are special commands that provide shortcuts for common tasks and operations.

    • Magic commands start with % or %% and are used to perform specific actions in Databricks notebooks.

    • Examples include %fs for interacting with the file system, %sql for running SQL queries, and %python for executing Python code.

    • Magic commands can also be used to manage clusters, install libraries, and display visualiz

  • Answered by AI
  • Q2. Spark concepts were asked.
  • Q3. Optimization techniques in spark and SQL
  • Ans. 

    Optimization techniques in Spark and SQL involve partitioning, caching, and using appropriate join strategies.

    • Partitioning data to distribute workload evenly

    • Caching frequently accessed data to avoid recomputation

    • Using appropriate join strategies like broadcast join for small tables

    • Avoiding shuffling operations as much as possible

  • Answered by AI

Skills evaluated in this interview

Top Accenture Application Development Team Lead Interview Questions and Answers

Q1. Example- Explain STO process? How will you differentiate if a PO with document type NB is an STO.
View answer (1)

Application Development Team Lead Interview Questions asked at other Companies

Q1. Example- Explain STO process? How will you differentiate if a PO with document type NB is an STO.
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

(2 Questions)

  • Q1. How to get ALV report ?
  • Ans. 

    ALV report can be obtained by using ALV function modules in SAP ABAP.

    • Use function modules like REUSE_ALV_GRID_DISPLAY or REUSE_ALV_LIST_DISPLAY to create ALV reports.

    • Define field catalog and layout for ALV display.

    • Populate data into internal table and display using ALV function modules.

  • Answered by AI
  • Q2. How to implement RAP ?
  • Ans. 

    RAP (Rapid Application Prototyping) can be implemented by following a structured process to quickly develop and test software prototypes.

    • Identify the requirements and objectives of the project

    • Create a rough sketch or wireframe of the application

    • Develop a basic prototype using tools like Sketch, Adobe XD, or Figma

    • Gather feedback from stakeholders and make necessary iterations

    • Test the prototype with end-users to validate...

  • Answered by AI

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Performing Testing Life Cycle
  • Ans. 

    Testing Life Cycle involves planning, designing, executing, and analyzing tests to ensure software quality.

    • Planning phase involves defining test objectives, scope, and resources.

    • Design phase includes creating test cases, scripts, and data.

    • Execution phase involves running tests and collecting results.

    • Analysis phase includes reviewing results, identifying defects, and reporting.

    • Iterative process to improve software quali...

  • Answered by AI
  • Q2. Correlation and Parameterization

Skills evaluated in this interview

Top Accenture Performance Test Engineer Interview Questions and Answers

Q1. How to remove trailing and leading spaces in Loadrunner
View answer (1)

Performance Test Engineer Interview Questions asked at other Companies

Q1. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team. Follow-up questions will be asked based on your answer to the previous questions.
View answer (1)

Accenture interview questions for popular designations

 Associate Software Engineer

 (652)

 Application Developer

 (251)

 Application Development Analyst

 (251)

 Software Developer

 (226)

 Software Engineer

 (223)

 Analyst

 (197)

 Application Development Associate

 (180)

 Senior Analyst

 (148)

Software Developer Interview Questions & Answers

user image Lingeshwaran S

posted on 30 Nov 2024

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

Aptitude was very easy . Syllogism, number sequence, some c technical MCQ questions are asked.

Round 2 - Communication 

(1 Question)

  • Q1. Very easy, no rejection in this round but should be attend the test
Round 3 - HR 

(1 Question)

  • Q1. Very easy. They ask tell me about yourself, explain about your project what are the difficulties faced during project then 1 general question .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident .

Top Accenture Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumYou are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious) of this array. Note: An array C is a subarray of array D if it can be obtained b... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Accenture Interview Questions

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

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Explain about database migration?
  • Ans. 

    Database migration involves moving data from one database to another, often to upgrade to a new system or platform.

    • Database migration is the process of transferring data from one database to another.

    • It is commonly done to upgrade to a new system, platform, or version of the database software.

    • Migration can involve moving data between different types of databases, such as from Oracle to SAP HANA.

    • It is important to carefu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - People who are applying for experience between 2-3 years. Questions will be mostly from your resume like what all activities you did & how.

Top Accenture SAP Basis Consultant Interview Questions and Answers

Q1. what are the stages of SUM tool? tell me about HANA DB? performance tuning ? background jobs monitoring? GO-live activities? upgrade activities?
View answer (1)

SAP Basis Consultant Interview Questions asked at other Companies

Q1. A user is not able to login to the SAP System and the Splash screen is going on and on. What would be your approach?
View answer (4)

Jobs at Accenture

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Self Introduction
  • Q2. Explain your previous job profile
  • Q3. How do you utilise your free time ?
Round 2 - Assignment 

Voice and accent , English communication

Round 3 - One-on-one 

(6 Questions)

  • Q1. Why you have left your previous job ? Why you haven't got promoted there ? Reasons
  • Q2. What if i offer you associate role instead of QA role would you accept it ? Why you want to degarde in career when you will have chance move one step up from previous job role/ position?
  • Q3. What are the reasons for not getting promoted in your previous company/ or role ?
  • Q4. Roles and responsibilities of QA ?
  • Q5. What are your short and long term goals in this company ?
  • Q6. Why did you want to join this particular company and how it is different from your previous company ?

Interview Preparation Tips

Topics to prepare for Accenture Content Moderator interview:
  • Communication Skills
  • Analytical skills
  • People Management
  • Excel
  • Artificial Intelligence

Top Accenture Content Moderator Interview Questions and Answers

Q1. What do you understand by Casino? Give three advantages and disadvantages of social media.
View answer (3)

Content Moderator Interview Questions asked at other Companies

Q1. What do you know about content moderation?
View answer (5)

fresher interview

user image Topper Engg Classes

posted on 13 Mar 2022

Devops Architech Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between private and public subnet, git stash command, terraform - data sources
  • Ans. 

    Private subnet is isolated from internet, public subnet can access internet. Git stash command saves changes temporarily. Terraform data sources fetch information from external sources.

    • Private subnet is isolated from internet, used for internal resources. Public subnet can access internet, used for external-facing resources.

    • Git stash command is used to temporarily save changes in the working directory.

    • Terraform data so...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is mean by Partitioning and clustering? Types of partitioning
  • Ans. 

    Partitioning is dividing data into smaller, manageable parts. Clustering is grouping similar data together. Types include range, hash, list, and composite partitioning.

    • Partitioning divides large tables into smaller, more manageable parts based on a chosen criteria.

    • Clustering groups together rows with similar values for one or more columns to improve query performance.

    • Types of partitioning include range partitioning, ha...

  • Answered by AI

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
View answer (1)

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.

Tell us how to improve this page.

Accenture Interview Process

based on 3.9k interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 5.2k Accenture interviews
Job Portal
Company Website
Campus Placement
Referral
WalkIn
Recruitment Consultant
33%
18%
18%
13%
4%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all

Accenture Reviews and Ratings

based on 53.2k reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.8

Job Security

3.8

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 53.2k Reviews and Ratings
Application Lead

Chennai

5-10 Yrs

Not Disclosed

Application Developer

Bangalore / Bengaluru

3-8 Yrs

₹ 3.48-19.05 LPA

Technology Architect

Indore

2-7 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k 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