Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior Software Engineer Interview Questions, Process, and Tips

Updated 13 Jan 2025

Top Accenture Senior Software Engineer Interview Questions and Answers

  • Q1. 1. OOPS CONCEPTS 2. DIFFERENCE BETWEEN ABSTRACT AND INTERFACE 3. WRITE A SQL QUERY TO GET SECOND HIGH SALARY FROM SALARY TABLE. 4. What is index in SQL server 5. Define p ...read more
  • Q2. What you have used for styling, Material UI or bootstrap.
  • Q3. When to use an API and when depend on event driven system?
View all 41 questions

Accenture Senior Software Engineer Interview Experiences

78 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Sql join query related questions
  • Q2. Sql find duplicate
  • Ans. 

    Use SQL query with GROUP BY and HAVING clause to find duplicates in a table.

    • Use GROUP BY clause to group rows with same values

    • Use HAVING clause to filter out groups with count greater than 1

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Package discussion
  • Q2. Company policies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between Interface and Abstraction
  • Ans. 

    Interface defines a contract for a class to implement while Abstraction hides the implementation details.

    • Interface is a blueprint of a class that defines what methods a class must implement.

    • Abstraction is a concept where only relevant information is shown and irrelevant details are hidden.

    • Interfaces can have multiple inheritance while Abstraction can be achieved through abstract classes or interfaces.

    • Example: Interface...

  • Answered by AI
  • Q2. How data flows from frontend to backend in Asp.net core
  • Ans. 

    Data flows from frontend to backend in Asp.net core through HTTP requests and responses.

    • Frontend sends HTTP requests to backend API endpoints

    • Backend processes the requests and sends back HTTP responses

    • Data can be passed in the request body, query parameters, or headers

    • Example: Frontend sends a POST request to create a new user, backend receives the request, processes it, and sends a success response

  • Answered by AI
  • Q3. Functions vs Stored Procedure
  • Ans. 

    Functions are reusable code blocks that return a value, while stored procedures are precompiled SQL statements that can perform multiple operations.

    • Functions return a value, while stored procedures do not necessarily return a value.

    • Functions can be used in SQL queries, while stored procedures are called using EXECUTE statement.

    • Functions are easier to test and debug compared to stored procedures.

    • Stored procedures can co...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the new features of Spring Boot 3.
  • Q2. How do you use Spring Security
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Monster and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Assignment 

Create Crud API to find employees based on employee id given
Use JUnit5 and mockito to write its tests to cover all possible scenarios.

Accenture interview questions for designations

 Senior Software Engineer Testing

 (5)

 Senior Software QA Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Senior Associate Software Engineer

 (1)

 Software Engineer

 (228)

 Senior QA Engineer -Software Testing

 (2)

 Senior Software Developer

 (15)

 Senior Software Analyst

 (5)

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

(2 Questions)

  • Q1. Java basic questions
  • Q2. Microservices design patterns

Get interview-ready with Top Accenture Interview Questions

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

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are functional interfaces in java
  • Ans. 

    Functional interfaces in Java are interfaces with only one abstract method, used for lambda expressions and functional programming.

    • Functional interfaces can have multiple default methods but only one abstract method.

    • They are used for lambda expressions and functional programming in Java.

    • Examples include Runnable, Callable, Comparator, etc.

  • Answered by AI
  • Q2. What is singleton design pattern in java
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It involves a static member in the class, a private constructor, and a static method to return the instance.

    • Example: Singleton pattern can be used in database connections, logging classes, and thread pools.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java basic questions
  • Q2. Microservices design patterns
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 - One-on-one 

(3 Questions)

  • Q1. Java 8 Questions
  • Q2. Solid principal
  • Q3. ACID properties
  • Ans. 

    ACID properties are a set of properties that guarantee the reliability of database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that transactions are executed independently...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about my skills and previous company roles and responsibilities
  • Q2. Asked about management questions. Like how will you handel stress pressure.etc
Round 2 - One-on-one 

(2 Questions)

  • Q1. Skills related questions
  • Q2. General questions like how to behave in critical situations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on your skills part and management part as well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Multi threading concepts

Accenture Interview FAQs

How many rounds are there in Accenture Senior Software Engineer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, HR and One-on-one Round.
What are the top questions asked in Accenture Senior Software Engineer interview?

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

  1. 1. OOPS CONCEPTS 2. DIFFERENCE BETWEEN ABSTRACT AND INTERFACE 3. WRITE A SQL QU...read more
  2. What you have used for styling, Material UI or bootstr...read more
  3. When to use an API and when depend on event driven syst...read more
How long is the Accenture Senior Software Engineer interview process?

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

Tell us how to improve this page.

Accenture Senior Software Engineer Interview Process

based on 71 interviews

4 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
Accenture Senior Software Engineer Salary
based on 18.3k salaries
₹6 L/yr - ₹19.5 L/yr
17% less than the average Senior Software Engineer Salary in India
View more details

Accenture Senior Software Engineer Reviews and Ratings

based on 1.3k reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.5

Salary

3.9

Job security

4.0

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
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k 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