Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Asp.net life cycle
  • Ans. 

    ASP.NET life cycle is a series of events that occur when a request is made to an ASP.NET application.

    • Initialization: Application_Start event is triggered.

    • Execution: Page is loaded, controls are initialized, and events are handled.

    • Rendering: Page is rendered as HTML and sent to the client.

    • Dispose: Page and controls are cleaned up and memory is released.

  • Answered by AI
  • Q2. Explain page life cycle
  • Ans. 

    Page life cycle refers to the series of events that occur from the time a page is requested to the time the page is fully rendered and sent to the client.

    • Page request is made by the client

    • Page is initialized, controls are created and properties are set

    • Page is loaded and controls are populated with data

    • Page is rendered and sent to the client

  • Answered by AI
  • Q3. What is custom filters
  • Ans. 

    Custom filters are user-defined rules or criteria used to sort, search, or manipulate data in software applications.

    • Custom filters allow users to define specific conditions for sorting or searching data.

    • Examples include filtering emails by sender, sorting tasks by priority level, or searching for specific keywords in a document.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Refer to aptitude textbooks for easy and normal questions as anticipated.

Round 2 - Technical 

(1 Question)

  • Q1. How would you measure the stack space without using the task manager, when an application is running on a computer? Write an algorithm if possible!!!
  • Ans. 

    To measure stack space without task manager, monitor memory usage and track stack pointer changes.

    • Monitor memory usage of the application using system calls or profiling tools.

    • Track changes in the stack pointer register to estimate stack space usage.

    • Calculate the difference between initial and final stack pointer values to determine stack space used.

    • Use tools like Valgrind, GDB, or custom memory profiling libraries for

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation is essential. It is important to take a deeper look into Data Structures and Algorithms (DSA) to attain a more profound knowledge of coding.

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
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy array string based question

Round 2 - Coding Test 

Easy logical reasoning question

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Goal, strength, project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well mainly aptitude and coding
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude from india bix

Round 2 - Coding Test 

Basic coding questions from arrays and strings and some questions on linked lists

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well with apptitude focus more logical apptitude and prepare according to portion

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Can you describe your project experience?
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js for a client to manage their inventory

    • Created a mobile app using Flutter for a startup to track fitness goals

    • Designed and implemented a database system using MySQL for a university research project

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Technical experience

Get interview-ready with Top Accenture Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions related to aptitude and English.

Round 2 - Coding Test 

Fundamental questions regarding strings and arrays.

Round 3 - Communication 

(1 Question)

  • Q1. Just normal communication recording like say same sentences rephrase sentences etc
Round 4 - Technical 

(1 Question)

  • Q1. Questions on projects

Software Developer Jobs at Accenture

View all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between comparable and comparator
  • Ans. 

    Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering in Java.

    • Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be compared.

    • Comparator interface is used to define custom ordering of objects. It is implemented by a separate class.

    • Example: String class implements Comparable interface for nat...

  • Answered by AI
  • Q2. Tell about CICD process
  • Ans. 

    CICD process automates the building, testing, and deployment of software.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) automates the deployment of code changes to production.

    • Tools like Jenkins, GitLab CI/CD, and CircleCI are commonly used in CICD pipelines.

    • CICD helps in improving software quality, reducing manual errors, and increasing develop

  • Answered by AI

Skills evaluated in this interview

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

Quantitative, 30min, easy-medium level

Round 2 - Coding Test 

60min, 2 question, easy-medium level

Round 3 - Technical 

(2 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. What is encapsulation?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal state.

    • Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidde...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Abstract reasoning, critical reasoning pseudocode ,network and security ,shortcut of Microsoft office etc

Round 2 - Coding Test 

Simple code based on string ,array, bitwise operators

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence in yourself it will help you alot
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge for IT jobs

Round 2 - Coding Test 

It is basic knowledge about coding and check your logical case

Round 3 - HR 

(1 Question)

  • Q1. About my self and my knowledge
Round 4 - Technical 

(4 Questions)

  • Q1. Check my logical case
  • Q2. About my knowledge
  • Q3. About my projects
  • Q4. About technical skills

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Software developer
  • JDBC
  • Core Java
  • Html5
  • MySQL
  • ASP.Net
  • C++
  • Software Testing
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

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Airports Authority of India

INTERVIEWS

Airports Authority of India

No Interviews

SALARIES

Newgen Software Technologies

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Airports Authority of India

SALARIES

Lakshmikumaran & Sridharan

JOBS

Newgen Software Technologies

No Jobs

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

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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent