Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Application Developer Interview Questions, Process, and Tips

Updated 11 Feb 2025

Top Accenture Application Developer Interview Questions and Answers

  • Q1. Difference between tmap & tjoin Types of connection Difference between truncate delete What is ETL What are triggers Type of join
  • Q2. What is the difference between @Controller and @RestController
  • Q3. is the gold rate increasing or decreasing for the past 1 week
View all 223 questions

Accenture Application Developer Interview Experiences

258 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Interview started with self intro and then they asked some very basic questions of HTML and CSS.
Once I answered them then they started with JavaScript and React JS questions like as below.

1. Arrow Function in JS
2. Destructing in JS
3. Array Methods
4. React Use
5. Pure component in React
6. useEffect usage
7. Webpack in React
8. Babel usage
9. High order component in React
10. Rest and Spread operator in JS

Coding:
1. Array filter using the provided object value.
2. Array sort with the provided object value.
3. writhe code of Object destructing.
4. Use case of Spread and Rest operator
5. Importing component with Export and Export default.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the ES6 features concepts in depth to crack this interview.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Marker interface
  • Q2. Hash map and concurrent hash map

Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Fujitsu
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q3. Puzzle: – Two persons X and Y are sitting side by side with a coi ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Remove the Kth Node from the End of a Linked List You are given a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java questions
  • Q2. Spring boot and list based coding question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question was onleetcode

Round 2 - Technical 

(2 Questions)

  • Q1. What are oops in java
  • Ans. 

    OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPs in Java stands for Object-Oriented Programming concepts

    • Includes inheritance, encapsulation, polymorphism, and abstraction

    • Encourages modular and reusable code

    • Example: Class Animal with subclasses Dog and Cat showcasing inheritance

  • Answered by AI
  • Q2. What are data structure
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is important for optimizing the performance of a program.

  • Answered by AI

Skills evaluated in this interview

Accenture interview questions for designations

 Associate Application Developer

 (18)

 Senior Application Developer

 (15)

 Mobile Application Developer

 (3)

 Software Application Developer

 (2)

 .NET Application Developer

 (1)

 Oracle Application Developer

 (1)

 Mainframe Application Developer

 (1)

 Java Application Developer

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting an objects
  • Ans. 

    Sorting objects involves arranging them in a specific order based on certain criteria.

    • Use a sorting algorithm such as bubble sort, selection sort, or merge sort.

    • Define a comparison function to determine the order of the objects.

    • Consider the properties of the objects that need to be sorted.

    • Example: Sorting an array of objects based on a specific property like 'name' or 'age'.

  • Answered by AI
  • Q2. Counting objects

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts in detail
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Spring Ioc , DI

Skills evaluated in this interview

Application Developer Jobs at Accenture

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

(1 Question)

  • Q1. Internal implementations of DS
  • Ans. 

    Internal implementations of data structures in application development.

    • Data structures like arrays, linked lists, stacks, queues, trees, and graphs are commonly used in application development.

    • Implementations can vary based on the specific requirements of the application.

    • For example, arrays are often used for storing and accessing data in a linear manner, while trees are used for hierarchical data structures.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Redux and how to create store
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a single immutable state tree.

    • Redux is commonly used with React to manage the state of the application.

    • To create a store in Redux, you need to use the createStore function from the Redux library.

    • Example: const store = createStore(reducer);

  • Answered by AI
  • Q2. General react js questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between RDD and DF
  • Ans. 

    RDD stands for Resilient Distributed Dataset and is the fundamental data structure of Spark. DF stands for DataFrame and is a distributed collection of data organized into named columns.

    • RDD is an immutable distributed collection of objects, while DF is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires the developer to manage the schema and data types, while DF provides a h...

  • Answered by AI
  • Q2. Spark architecture
  • Q3. SQL window function
  • Q4. Lazy evaluation
  • Q5. Action and transformation

Skills evaluated in this interview

Application Developer Interview Questions & Answers

user image Chintan Mahesh Gohil

posted on 25 Jul 2024

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

(1 Question)

  • Q1. Questions on work experience
Round 2 - Technical 

(1 Question)

  • Q1. Microsoft SQL server questions

Accenture Interview FAQs

How many rounds are there in Accenture Application Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Accenture Application 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 Application Development, SQL, Business process, Consulting and Java.
What are the top questions asked in Accenture Application Developer interview?

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

  1. Difference between tmap & tjoin Types of connection Difference between trunca...read more
  2. What is the difference between @Controller and @RestControl...read more
  3. is the gold rate increasing or decreasing for the past 1 w...read more
How long is the Accenture Application Developer interview process?

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

Tell us how to improve this page.

Accenture Application Developer Interview Process

based on 283 interviews

4 Interview rounds

  • Technical Round
  • Coding Test Round
  • HR Round
  • Personal Interview1 Round
View more
Accenture Application Developer Salary
based on 2.8k salaries
₹3.8 L/yr - ₹17.5 L/yr
15% less than the average Application Developer Salary in India
View more details

Accenture Application Developer Reviews and Ratings

based on 274 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.7

Salary

3.8

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 274 Reviews and Ratings
Application Developer

Pune

3-8 Yrs

₹ 3.5-14.7 LPA

Application Developer

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Application Developer

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
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