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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Core Java, Spring boot annotations, basic code flow, current role, angular basics
Round 2 - Behavioral 

(1 Question)

  • Q1. Db optimizations, performance enhancements, query optimization, how to handle huge data etc

Interview Preparation Tips

Topics to prepare for Accenture Java Full Stack Developer interview:
  • Oops
  • Java 8
  • Angular basics
  • Communication between components
  • Optimization methods
  • Basic queries to backend
  • Html basics
  • Css basics
  • Interface, abstraction, polymorp
  • Collections
  • Java memory
  • New features in java higher vers
  • Version controlling
  • Basic git commands
Interview preparation tips for other job seekers - Basic concepts should be clear, be prepared to showcase your role in the project, your achievements or challenges etc and explain a little bit on that. Be confident.

Top Accenture Java Full Stack Developer Interview Questions and Answers

Q1. How does string work in java meaning, how its stored and how its reference is saved in pool
View answer (1)

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

A MCQ test for he skill you are selected.

Round 2 - Technical 

(4 Questions)

  • Q1. Testing basics- which model is followed
  • Q2. Automation Framework used
  • Ans. 

    We use a hybrid automation framework combining keyword-driven and data-driven approaches.

    • Combines keyword-driven and data-driven testing

    • Allows for reusability of test scripts

    • Enhances maintainability and scalability of automation suite

  • Answered by AI
  • Q3. Implicit wait Explicit wait
  • Ans. 

    Implicit wait is used to wait for elements to load in the DOM, while explicit wait is used to wait for a specific condition to be met.

    • Implicit wait is set globally for the entire duration of the WebDriver instance.

    • Explicit wait is applied only to specific elements or conditions.

    • Implicit wait is defined once and applied to all elements, while explicit wait is defined each time it is needed.

    • Example: Implicit wait - drive...

  • Answered by AI
  • Q4. Types of xpath, how to access
  • Ans. 

    There are two types of XPath: Absolute and Relative. Absolute XPath starts from the root node, while Relative XPath starts from any node.

    • Absolute XPath starts with a single forward slash (/) and is used to select nodes starting from the root node.

    • Relative XPath starts with a double forward slash (//) and is used to select nodes anywhere in the document.

    • Examples: Absolute XPath - /html/body/div[1]/p[2], Relative XPath -

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Q2. WHat is your Notice period

Skills evaluated in this interview

Top Accenture Senior QA Analyst Interview Questions and Answers

Q1. How to handle webtable in selenium
View answer (1)

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Coding Test 

It was bad, its terrible company

Round 2 - HR 

(1 Question)

  • Q1. Worst company and worst HR
Round 3 - Technical 

(1 Question)

  • Q1. Most fake company and fake, horrible interview experience
Round 4 - Group Discussion 

Most third class job

Round 5 - One-on-one 

(1 Question)

  • Q1. Waste of time, horrible

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (20)

Analytics & Modelling Practitioner Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

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

(2 Questions)

  • Q1. Write any code using Lambda Function
  • Ans. 

    Lambda function to double a number

    • Use lambda keyword to define the function

    • Specify the input parameter and the operation to be performed

    • Return the result of the operation

  • Answered by AI
  • Q2. Given a table find and delete the row among the two which was entered earlier.
  • Ans. 

    To find and delete the row entered earlier in a table.

    • Identify a column in the table that stores the timestamp or order of entry for each row.

    • Compare the timestamps or entry order of the two rows to determine which was entered earlier.

    • Once identified, delete the row that was entered earlier.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Given 3 tasks all of P1, which requires to be picked up within an hour and resolved. Which task will you pick first and why?
  • Ans. 

    I would pick the task with the highest impact on business operations first.

    • Consider the urgency and impact of each task on business operations

    • Prioritize the task that will have the most significant impact if resolved quickly

    • Evaluate the potential consequences of not resolving each task within the hour

  • Answered by AI
  • Q2. Explain the challanges you faced and how did you handled it.
  • Ans. 

    I faced challenges in managing large datasets and complex models, but overcame them through collaboration and continuous learning.

    • Managing large datasets required optimizing code and utilizing cloud computing resources.

    • Dealing with complex models involved breaking them down into smaller components for easier understanding.

    • Collaborating with team members helped in brainstorming solutions and gaining different perspectiv...

  • Answered by AI

Skills evaluated in this interview

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

 (149)

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

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

Round 1 - Coding Test 

Write a program to find sum of array index's equal to target number.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Ngrx Store?
  • Ans. 

    Ngrx Store is a state management library for Angular applications.

    • Centralized state management for Angular applications

    • Uses RxJS for reactive programming

    • Helps manage application state in a predictable way

    • Facilitates communication between components

  • Answered by AI
  • Q2. How to optimize apllication?
  • Ans. 

    Optimizing applications involves improving performance, efficiency, and scalability.

    • Identify and eliminate bottlenecks in the code

    • Use caching mechanisms to reduce load times

    • Optimize database queries for faster retrieval of data

    • Implement code profiling to identify areas for improvement

    • Utilize parallel processing and asynchronous operations for better performance

  • Answered by AI

Skills evaluated in this interview

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (5)

Get interview-ready with Top Accenture Interview Questions

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

(2 Questions)

  • Q1. Oops Concepts in Java, Collections Framework,
  • Ans. 

    Oops Concepts in Java, Collections Framework

    • Oops Concepts in Java include Inheritance, Polymorphism, Abstraction, and Encapsulation

    • Collections Framework in Java provides a set of classes and interfaces to store and manipulate groups of objects

    • Examples of collections in Java include ArrayList, HashMap, and LinkedList

  • Answered by AI
  • Q2. Some SQL and version control concepts

Skills evaluated in this interview

Top Accenture Application Development - Senior Analyst Interview Questions and Answers

Q1. 3. How to we navigate from one tab to another in PowerApps
View answer (1)

Application Development - Senior Analyst Interview Questions asked at other Companies

Q1. 3. How to we navigate from one tab to another in PowerApps
View answer (1)

Jobs at Accenture

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

Its was easy and thus helped a lot.

Round 2 - Coding Test 

Same as the above it was good and easy.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    Developed a mobile application for tracking daily water intake and setting hydration goals.

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented reminder notifications for staying hydrated throughout the day

  • Answered by AI
  • Q2. Tell me about array and strings
  • Ans. 

    Arrays are collections of elements stored in contiguous memory locations, while strings are arrays of characters used to represent text.

    • Arrays can store multiple elements of the same data type, accessed by index.

    • Strings are arrays of characters, often terminated by a null character.

    • Arrays and strings can be manipulated using various operations like sorting, searching, and concatenation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not that difficult to get into job if your aptitude is good.

Skills evaluated in this interview

Top Accenture Associate Engineer Interview Questions and Answers

Q1. In how many and in which cities of India Accenture is located?
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

fresher interview

user image RajShekarVision

posted on 25 Dec 2021

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Types of users in the SAP system? Difference between them
  • Ans. 

    Types of users in SAP system include end users, power users, and administrators.

    • End users: Regular users who perform day-to-day transactions in the system.

    • Power users: Users with advanced knowledge who can perform more complex tasks and configurations.

    • Administrators: Users responsible for managing the system, setting up security, and maintaining the system.

    • Difference: End users primarily use the system for transactions...

  • Answered by AI
  • Q2. SAP GRC AC fundamentals and role management FAQ questions.

Top Accenture Senior Analyst Interview Questions and Answers

Q1. What do you understand by Budgeting and Forecasting?
View answer (3)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scala, ADB, ADF, Synapse
  • Q2. Concepts ina detailed way should be analysed.

Top Accenture Data Engineer Interview Questions and Answers

Q1. What all the optimisation are possible to reduce the overhead of reducing the reading part of large datasets in spark ?
View answer (2)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

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
Full Stack Engineer

Mumbai

12-17 Yrs

Not Disclosed

Application Lead

Nagpur

7-12 Yrs

Not Disclosed

Software Development Lead

Mumbai

12-17 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