Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Software Developer Interview Questions, Process, and Tips

Updated 4 Mar 2025

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 ...read more
  • Q2. Ninja and Candies Problem Ninja, a boy from Ninjaland, receives 1 coin every morning from his mother. He wants to purchase exactly 'N' candies. Each candy usually costs ...read more
  • Q3. Print Permutations - String Problem Statement Given an input string 'S', you are tasked with finding and returning all possible permutations of the input string. Input: ...read more
View all 107 questions

Accenture Software Developer Interview Experiences

238 interviews found

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

90 question in 90 minutes

Round 2 - Coding Test 

2 coding question in 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm and trust your skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain life cycles in react.js
  • Ans. 

    React.js has three main life cycles: Mounting, Updating, and Unmounting.

    • Mounting: Component is created and inserted into the DOM.

    • Updating: Component is updated and re-rendered when props or state change.

    • Unmounting: Component is removed from the DOM.

  • Answered by AI
  • Q2. Reverse a string.
  • Ans. 

    To reverse a string, iterate through the characters from the end to the beginning and append them to a new string.

    • Create a new empty string to store the reversed string.

    • Iterate through the characters of the original string from the end to the beginning.

    • Append each character to the new string.

    • Return the reversed string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basics and DSA as well

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python questions basic questiona nd coding related questions

Round 2 - Technical 

(1 Question)

  • Q1. Write a program to sort the numbers
  • Ans. 

    A program to sort numbers in an array

    • Use a sorting algorithm like bubble sort, selection sort, or quicksort

    • Iterate through the array and compare each element with the next one

    • Swap elements if they are in the wrong order

    • Repeat the process until the array is sorted

    • Example: [3, 1, 4, 1, 5, 9, 2] -> [1, 1, 2, 3, 4, 5, 9]

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Python
Interview preparation tips for other job seekers - Mostly questions are related coding

Skills evaluated in this interview

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

Accenture interview questions for designations

 Associate Software Developer

 (38)

 Senior Software Developer

 (15)

 Software Developer fresher

 (10)

 Junior Software Developer

 (5)

 Java Software Developer

 (4)

 Software Developer Intern

 (4)

 Software Application Developer

 (2)

 ASP.NET Software Developer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Liltte hard questions

Round 2 - Coding Test 

If you strong in coding.it will be easy for you

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for all rounds.It will only helps to clear the rounds

Get interview-ready with Top Accenture Interview Questions

Software Developer Interview Questions & Answers

user image Harsha Vardhan

posted on 10 Mar 2024

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

1 hour, verbal, quants

Round 2 - Coding Test 

1 hour 2 questions, prime number question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. About projects i have done

Software Developer Jobs at Accenture

View all

Software Developer Interview Questions & Answers

user image Nandakumar T

posted on 17 Jun 2024

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

(1 Question)

  • Q1. Cmdb related and integration topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test is mostely very easy to clear
Learn to crack pseudocodes,that will take a lot of time to find answers

Round 2 - Coding Test 

The coding test is basically asked one basic questions and one from data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to do well in data structures oriented questions
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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and related to new tech

Round 2 - Coding Test 

Easy to medium question from leetcode

Accenture Interview FAQs

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

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

  1. What is the difference between padding and marg...read more
  2. How would you measure the stack space without using the task manager, when an a...read more
  3. What are different types of directives in Angula...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 Software Developer Interview Process

based on 254 interviews

5 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
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.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
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