Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Accenture Software Engineer Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Accenture Software Engineer Interview Questions and Answers

  • Q1. Reverse String Operations Problem Statement You are provided with a string S and an array of integers A of size M . Your task is to perform M operations on the string as ...read more
  • Q2. Find the Duplicate Number Problem Statement Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there i ...read more
  • Q3. String Transformation Problem Given a string ( STR ) of length N , you are tasked to create a new string through the following method: Select the smallest character from ...read more
View all 101 questions

Accenture Software Engineer Interview Experiences

214 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning the past questions set for aptitude and keep preparing with confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 5 interview rounds.

Software Engineer Interview Questions & Answers

user image Biyyala Swaranjali

posted on 17 Jun 2023

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

I applied via LinkedIn and was interviewed in May 2023. There were 3 interview rounds.

Interview Preparation Tips

Topics to prepare for Accenture Software Engineer interview:
  • SAAS
  • .asp
  • C++
  • Java
Interview preparation tips for other job seekers - Focus on your resume, focus on information and skills included in your resume.

Accenture interview questions for designations

 Associate Software Engineer

 (633)

 Senior Software Engineer

 (79)

 Software Engineer Analyst

 (13)

 Software Development Engineer

 (10)

 Advanced Software Engineer

 (10)

 Assistant Software Engineer

 (8)

 Junior Software Engineer

 (6)

 Software Engineer Trainee

 (5)

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

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - have basic clear

Get interview-ready with Top Accenture Interview Questions

Software Engineer Interview Questions & Answers

user image rajagopalan balamuthukumar

posted on 12 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Good coding test. Supportive interviewer

Round 2 - Technical 

(3 Questions)

  • Q1. What is Collections?
  • Ans. 

    Collections in Java are frameworks that provide an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Examples include List, Set, Map, Queue, etc.

    • Collections framework provides interfaces (Collection, List, Set, Map, Queue, etc.) and classes (ArrayList, LinkedList, HashSet, HashMap, PriorityQueue, etc.) to implement collections.

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

    An interface in software engineering defines a contract for classes to implement, specifying methods and properties.

    • An interface is a way to achieve abstraction in programming.

    • It allows for defining a set of methods that a class must implement.

    • Interfaces can be used to achieve multiple inheritance in languages that do not support it, like Java.

    • Example: Java interface 'Runnable' defines a 'run' method that must be imple...

  • Answered by AI
  • Q3. Explain OOPS
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Objects have attributes (data) and methods (functions) that can operate on the data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a banking system, a 'Cus...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read basic HR questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work is the only key. Keep updating.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative Aptitude and Logical Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the difference between Array and a linked list.
  • Ans. 

    Array is a fixed-size data structure with elements stored sequentially, while linked list is a dynamic data structure with elements stored non-sequentially.

    • Arrays have fixed size, while linked lists can grow dynamically.

    • Accessing elements in an array is faster (O(1)), while in a linked list it is slower (O(n)).

    • Inserting or deleting elements in an array can be inefficient, as it may require shifting elements, while in a...

  • Answered by AI
  • Q2. Implement a Stack Using Queue
  • Ans. 

    Implement a Stack using Queue by using two queues and maintaining the order of elements.

    • Use two queues to simulate stack operations - push, pop, top.

    • For push operation, add the element to the first queue.

    • For pop operation, move all elements from the first queue to the second queue, except the last element which is popped.

    • For top operation, return the last element in the first queue.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Behavioral Questions: Tell me about yourself . Describe a challenging situation you faced at work and how you handled it .
  • Ans. 

    I am a software engineer with experience in handling challenging situations at work.

    • I once faced a situation where a critical bug was discovered right before a major release deadline.

    • I quickly analyzed the issue, identified the root cause, and worked with the team to come up with a solution.

    • I communicated effectively with stakeholders about the delay and managed expectations while ensuring the bug was fixed.

    • Through col...

  • Answered by AI
  • Q2. Company-related Questions: Why do you want to work at Accenture? What do you know about our recent projects?

Interview Preparation Tips

Topics to prepare for Accenture Software Engineer interview:
  • Data Structures
  • Algorithms
  • Operating Systems
  • Programming
Interview preparation tips for other job seekers - 1. Study Core Subjects: DSA, Databases, Operating Systems, and Networking.
2. Practice Coding: Solve Problems on platforms like LeetCode , Hackerrank and CodeSignal .
3. Mock Interviews
4. Research Accenture
5. Behavioral Questions Practice

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with the basics, try to utilize time properly
Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

How many rounds are there in Accenture Software Engineer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Aptitude Test and HR.
How to prepare for Accenture Software Engineer 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, Javascript, Python, HTML and Postgresql.
What are the top questions asked in Accenture Software Engineer interview?

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

  1. Write a code in C language such that output will be of Triangle sha...read more
  2. What is fan trap? How to solve it? Give one examp...read more
  3. Compile a 1 minute talk on a word given by the interviewer and list the motivat...read more
How long is the Accenture Software Engineer interview process?

The duration of Accenture Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Infinite Computer Solutions

No Interviews

JOBS

Infinite Computer Solutions

No Jobs

REVIEWS

Infinite Computer Solutions

No Reviews

JOBS

Infinite Computer Solutions

No Jobs

SALARIES

Altimetrik

SALARIES

TEKsystems

SALARIES

CitiusTech

JOBS

Infinite Computer Solutions

No Jobs

SALARIES

Reverie Language Technologies

Tell us how to improve this page.

Accenture Software Engineer Interview Process

based on 161 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • Personal Interview1 Round
View more
Accenture Software Engineer Salary
based on 17.3k salaries
₹3.6 L/yr - ₹13.1 L/yr
At par with the average Software Engineer Salary in India
View more details

Accenture Software Engineer Reviews and Ratings

based on 1.3k reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 1.3k Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹6.9 L/yr - ₹20.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.1k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.4k salaries
unlock blur

₹5.4 L/yr - ₹21 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