Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top Accenture Interview Questions and Answers

View all 26 questions

Accenture Interview Experiences

38 interviews found

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

Duplicates from array

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

I applied via Walk-in and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Assignment and coding one on one round

Round 3 - One-on-one 

(5 Questions)

  • Q1. How many types of Accenture
  • Ans. 

    Accenture is a global professional services company specializing in strategy, consulting, digital, technology, and operations.

    • Accenture offers various services including strategy consulting, technology consulting, and digital transformation.

    • They have expertise in industries such as banking, healthcare, retail, and telecommunications.

    • Accenture operates in more than 120 countries and serves clients across various sectors...

  • Answered by AI
  • Q2. How many web design
  • Ans. 

    The question is incomplete and lacks clarity.

    • The question is missing important details such as 'How many web design what?'

    • Without more context, it is impossible to provide a meaningful answer.

    • It is recommended to ask for clarification or provide more information to answer the question accurately.

  • Answered by AI
  • Q3. How many design are working
  • Ans. 

    The question is unclear and lacks context.

    • Ask for clarification on what 'design' refers to.

    • Inquire about the specific context or industry.

    • Request additional information to provide an accurate answer.

  • Answered by AI
  • Q4. How it works web design
  • Ans. 

    Web design is the process of creating and arranging visual elements on a website to ensure usability and aesthetic appeal.

    • Web design involves planning and conceptualizing the layout and structure of a website.

    • It includes selecting color schemes, typography, and graphics to create a visually appealing design.

    • Web design also focuses on creating a user-friendly interface and ensuring responsive design for different device...

  • Answered by AI
  • Q5. Many types of web design
  • Ans. 

    There are many types of web design, each with its own purpose and style.

    • Responsive web design: designing websites that adapt to different screen sizes

    • Minimalist web design: using clean and simple design elements

    • Flat design: using two-dimensional elements and bright colors

    • Material design: using realistic shadows and depth effects

    • Typography-focused design: emphasizing typography as a design element

    • Parallax scrolling desi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies for undefined

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Is the Sentence a Pangram? Ninja is relocating to a place called ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why should we hire you
  • Q3. What actions or contributions do you plan to make if hired?

Software Developer Interview Questions & Answers

user image B Bhuvana Sri

posted on 6 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was good and able to crack the test

Round 3 - HR 

(1 Question)

  • Q1. Why i should hire you Which is ur favourite subject during engineering
Round 4 - Technical 

(4 Questions)

  • Q1. Completely related to branch
  • Q2. What is transformer
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are commonly used to increase or decrease voltage levels in electrical circuits.

    • They consist of two coils of wire, known as the primary and secondary coils, wrapped around a core.

    • The primary coil is connected to a power source, while the secondary coil is connected to the load.

    • Examples ...

  • Answered by AI
  • Q3. Some of the formulas
  • Q4. They gave to solved some probles

Accenture interview questions for designations

 Associate Software Developer

 (38)

 Senior Software Developer

 (15)

 Software Developer fresher

 (10)

 Junior Software Developer

 (5)

 Software Developer Intern

 (4)

 Java Software Developer

 (4)

 Software Application Developer

 (2)

 Assistant Software Developer

 (1)

Software Developer Interview Questions & Answers

user image Ankit Kumar Chourasia

posted on 4 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

After clearing all round message came not going with you.

Round 2 - Technical 

(2 Questions)

  • Q1. Record Question java
  • Q2. Java Question java

Get interview-ready with Top Accenture Interview Questions

Software Developer Interview Questions & Answers

user image Dilpreet Singh

posted on 23 Oct 2024

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

Good and easy all questions were easy

Round 2 - Coding Test 

Very simple two questions asked which we had to solve in 45 minutes

Software Developer Jobs at Accenture

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour about java basics

Round 2 - Technical 

(2 Questions)

  • Q1. Java OOPS concept
  • Q2. Java 8 concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java stream working internally
  • Ans. 

    Java streams provide a way to process collections of objects in a functional style.

    • Java streams are based on the concept of functional programming, allowing operations to be performed on collections in a declarative way.

    • Streams are composed of a source, intermediate operations, and a terminal operation.

    • Intermediate operations include filter, map, and reduce, while terminal operations include forEach, collect, and reduc...

  • Answered by AI
  • Q2. How to remove dulicate array without using streams or another array
  • Ans. 

    Use a HashSet to remove duplicates from an array of strings without using streams or another array.

    • Create a HashSet to store unique elements.

    • Iterate through the array and add each element to the HashSet.

    • Convert the HashSet back to an array of strings.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Mostly on OOPs and spring boot annotations
Round 2 - HR 

(1 Question)

  • Q1. Mostly on package discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Software developer and related questions . it is required to another one python developer

Round 2 - Coding Test 

Software related test and python developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you nothing

Accenture Interview FAQs

How many rounds are there in Accenture Software Developer interview for experienced candidates?
Accenture interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical, Coding Test and Aptitude Test.
How to prepare for Accenture Software Developer 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 SQL, Javascript, XML, Digital Marketing and CRM.
What are the top questions asked in Accenture Software Developer interview for experienced candidates?

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

  1. What is the difference between padding and marg...read more
  2. What are different types of directives in Angula...read more
  3. What are different types of function module in S...read more
How long is the Accenture Software Developer interview process?

The duration of Accenture Software Developer 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 27 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more
Accenture Software Developer Salary
based on 6.1k salaries
₹4.1 L/yr - ₹17.4 L/yr
23% more than the average Software Developer Salary in India
View more details

Accenture Software Developer Reviews and Ratings

based on 545 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 545 Reviews and Ratings
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.1k 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