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
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good test with best questions.

Round 2 - Coding Test 

Tough questions to program the code.

Round 3 - HR 

(2 Questions)

  • Q1. About projects done in the college
  • Q2. Some normal programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Write a code for decorators in python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions.

    • Decorators are defined using the @decorator_name syntax before the function definition.

    • They can be used to add functionality to existing functions without modifying their code.

    • Decorators can be used for logging, timing, authentication, etc.

    • Example: def my_decorator(func): def wrapper(): print('Something is happening before the function ...

  • Answered by AI

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about Project based on AI/ML
  • Q2. Asked about programming

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers, just focus on your project that you have worked on.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Can you work effectively and with efficiency
  • Q2. How to analyse the code?
  • Ans. 

    Code analysis involves reviewing and understanding the code to identify issues and improve its quality.

    • Start by reviewing the code structure and organization

    • Check for syntax errors and logical issues

    • Use tools like debuggers and profilers to identify performance issues

    • Review the code for security vulnerabilities

    • Collaborate with other developers to get feedback and improve the code

  • Answered by AI

Accenture interview questions for designations

 Associate Application Developer

 (18)

 Senior Application Developer

 (15)

 Mobile Application Developer

 (3)

 Software Application Developer

 (2)

 Assistant Application Developer

 (1)

 Java Application Developer

 (1)

 Mainframe Application Developer

 (1)

 Web Application Developer

 (1)

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

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test of 1hour. After that I had a coding round which also lasted for an hour. Both these rounds happened 45mins apart.

Round 2 - Coding Test 

Coding round had 2 questions. 1 on data structure I got for LinkedIn list. And another basic question.

Round 3 - HR 

(2 Questions)

  • Q1. Explain about your final year project?
  • Ans. 

    Developed a mobile application for tracking and managing personal fitness goals.

    • Used React Native for cross-platform development

    • Implemented features such as workout tracking, goal setting, and progress visualization

    • Integrated with wearable devices for real-time data syncing

  • Answered by AI
  • Q2. How was the coding round? What approach did you take?
  • Ans. 

    The coding round was challenging but I managed to solve all the problems using a systematic approach.

    • I started by carefully reading and understanding the problem statement.

    • I broke down the problem into smaller subproblems to tackle them individually.

    • I used pseudocode to plan out my solution before writing actual code.

    • I tested my code thoroughly to ensure it was working correctly.

    • I optimized my code for efficiency and r

  • Answered by AI

Get interview-ready with Top Accenture Interview Questions

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare basic java 8 questions

Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on Collections in java
  • Q2. Java 8 features
  • Q3. Spring boot and spring mvc
Round 3 - HR 

(2 Questions)

  • Q1. Just be confident , while telling them about yourself
  • Q2. Will ask about your hobbies and behavioural questions.

Application Developer Jobs at Accenture

View all

Application Developer Interview Questions & Answers

user image Learning Purpose

posted on 12 Jul 2024

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

I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

This is an Elimination round

Round 2 - Coding Test 

2 coding questions easy and medium

Round 3 - Communication round 

(1 Question)

  • Q1. For checking your communication skill
Round 4 - Technical 

(1 Question)

  • Q1. Basics of language you mentioned
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to redeclare a variable in VBA
  • Ans. 

    To redeclare a variable in VBA, you can simply use the Dim keyword followed by the variable name.

    • Use the Dim keyword followed by the variable name to redeclare a variable in VBA.

    • You can also use the ReDim statement to change the size of an array variable.

    • Make sure to use the same data type when redeclaring a variable.

  • Answered by AI
  • Q2. How to copy a cell value using VBA
  • Ans. 

    To copy a cell value using VBA, you can use the Value property of the Range object.

    • Use the Range object to specify the cell you want to copy the value from.

    • Access the Value property of the Range object to get the cell value.

    • Assign the cell value to another cell or variable to copy it.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Previous project experience

Skills evaluated in this interview

Round 1 - Coding Test 

1st round mcqs online test. Java questions i.e oops concepts, spring boot, sqls

Round 2 - One-on-one 

(2 Questions)

  • Q1. Java oops concepts related questions
  • Q2. Shorting of array question

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java oops concepts like multi threading, overloading.overriding, immutable
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce your self was the first question
  • Q2. Explain your project

Interview Preparation Tips

Interview preparation tips for other job seekers - do prepare well for hr question and explain your project nicely they just focus on your communication skills

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, Java and Consulting.
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
₹4.1 L/yr - ₹18 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

Bangalore / Bengaluru

3-8 Yrs

₹ 4-19 LPA

Application Developer

Bhubaneswar

5-10 Yrs

Not Disclosed

Application Developer

Bangalore / Bengaluru

3-8 Yrs

₹ 3.48-19.05 LPA

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.6k salaries
unlock blur

₹7.1 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.7k salaries
unlock blur

₹5.5 L/yr - ₹21.3 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