Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Accenture Software Developer Interview Questions, Process, and Tips

Updated 25 Feb 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

237 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is a polymorphism?
  • Q2. Can you explain difference between == and euqals()?
  • Q3. What is dependency inversion?
  • Q4. Can you explain ACID?
  • Q5. Please tell me about isolation levels

Rate your
company

🤫 100% anonymous

How was your last interview experience?

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

It is all concepts for communication skills

Round 2 - Coding Test 

This is some role of the coding ,for example: java,html,css,javascript like that coding

Round 3 - Technical 

(1 Question)

  • Q1. Subject based questions they are asking
Round 4 - HR 

(1 Question)

  • Q1. Overall details asking them
Round 5 - Group Discussion 

This is observed the skills

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

Software Developer Interview Questions & Answers

user image Sowmya Eedupuganti

posted on 6 Dec 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. P2P process with golden rules
  • Q2. Internal order types
  • Q3. Withholding tax types

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process and questions completely depends on the interviewer experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

An aptitude is a measure of your ability learn or perform required task and succeed in a particular environment

Round 2 - Coding Test 

A coding test evaluates an individuals ability to write , understand and debug code

Round 3 - Technical 

(6 Questions)

  • Q1. What programming languages are you familiar with?
  • Q2. What product management system do you like using?
  • Q3. What design software do you know?
  • Q4. Define the tree data structure?
  • Q5. Difference betweenTCP and UPD
  • Q6. What scripting language do you know?

Interview Preparation Tips

Interview preparation tips for other job seekers - Network ,prepare for interviews
, follow up after an interview

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)

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

(2 Questions)

  • Q1. Explain HashMap's internal working.
  • Q2. Find all employees, with the help of given list of employeeIds

Get interview-ready with Top Accenture Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain security model in salesforce
  • Ans. 

    Salesforce security model ensures data protection through various layers of security features.

    • Salesforce uses a role hierarchy to control access to data based on user roles.

    • Permissions and sharing settings can be customized to restrict access to certain data.

    • Field-level security allows administrators to control which fields are visible or editable for different users.

    • Salesforce also offers encryption options to protect

  • Answered by AI
  • Q2. Governor Limit in Salesforce
  • Ans. 

    Governor Limit in Salesforce is a limit set by Salesforce to prevent code from consuming excessive resources.

    • Governor Limits are a set of limits that Salesforce enforces to ensure efficient use of resources.

    • Examples of Governor Limits include limits on the number of SOQL queries, the number of DML statements, and the amount of CPU time a transaction can consume.

    • Exceeding Governor Limits can result in exceptions being t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NAAAAAAAAAAAAAAAAAAAAAAAA

Skills evaluated in this interview

Software Developer Jobs at Accenture

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to write an immutable class
  • Ans. 

    Immutable class in Java cannot be modified after creation

    • Use the final keyword to make class immutable

    • Make all fields private and final

    • Do not provide setter methods, only getter methods

    • If class contains mutable objects, make sure to return a deep copy in getter methods

  • Answered by AI
  • Q2. How to make a class singleton
  • Ans. 

    To make a class singleton, restrict the instantiation of a class to only one object.

    • Create a private static instance variable of the class.

    • Create a private constructor to prevent external instantiation.

    • Provide a public static method to access the singleton instance.

    • Ensure thread safety if needed by using synchronized keyword or double-checked locking.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about the project that you made
  • Ans. 

    I developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. Tell me all the difficulties that you faced in your project
  • Ans. 

    I faced difficulties in project related to integration with third-party APIs, debugging complex issues, and meeting tight deadlines.

    • Integration with third-party APIs was challenging due to lack of documentation and unexpected changes in API responses

    • Debugging complex issues took time and required thorough analysis of code and system logs

    • Meeting tight deadlines was stressful and required effective time management and pr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round is more like Hr round only focus on communication more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. All Technical Question
  • Q2. Basic Logical Question
Round 2 - Coding Test 

All Logical Coding Question

Round 3 - Aptitude Test 

Virtual, Technical Question

Round 4 - HR 

(1 Question)

  • Q1. Basic Interview

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Python
  • DSA
  • Automation Anywhere 360
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. What difficulties yiu faced during the project
  • Ans. 

    I faced difficulties with integrating third-party APIs and debugging complex logic.

    • Troubleshooting issues with API responses

    • Handling asynchronous data flow

    • Resolving compatibility issues with different libraries

    • Optimizing performance of the application

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is based on communication only more like HR interview
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

BNP Paribas India Solutions

No Interviews

INTERVIEWS

Broad Air Conditioning

No Interviews

INTERVIEWS

Quorum Software

No Interviews

INTERVIEWS

Accenture

No Interviews

Tell us how to improve this page.

Accenture Software Developer Interview Process

based on 253 interviews

5 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Accenture Software Developer Salary
based on 6.1k salaries
₹4.1 L/yr - ₹17.1 L/yr
23% more than the average Software Developer Salary in India
View more details

Accenture Software Developer Reviews and Ratings

based on 546 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 546 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent