Upload Button Icon Add office photos

Filter interviews by

Accenture Application Development Associate Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top Accenture Application Development Associate Interview Questions and Answers

  • Q1. Sum of Even & Odd Digits Problem Statement Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits foun ...read more
  • Q2. Postfix Expression Evaluation Problem Statement Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the ...read more
  • Q3. What are the current technologies that are Accenture working on.
View all 41 questions

Accenture Application Development Associate Interview Experiences

181 interviews found

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

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Some MCQs followed by 2 Coding questions ( Easy and Medium )

Round 2 - Technical 

(4 Questions)

  • Q1. ArrayList vs LinkedList . Time complexity while inserting, deleting at start, end.
  • Ans. 

    ArrayList is faster for random access, LinkedList is faster for insertion/deletion at start/end.

    • ArrayList: O(1) for inserting at end, O(n) for inserting at start, O(n) for deleting at start, O(1) for deleting at end.

    • LinkedList: O(1) for inserting at start/end, O(n) for deleting at start/end.

  • Answered by AI
  • Q2. Internal working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the key to fin...

  • Answered by AI
  • Q3. Some personal Project related questions.
  • Q4. Some easy HR related questions also asked by another interviewer during that interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Have a good grip on 1 language.
2. Prepare OOPs concepts.
3. Leetcode easy-medium is more than enough.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What was your final year university project ? Briefly explain and few counter questions on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and concise with your answers.

Application Development Associate Interview Questions Asked at Other Companies

asked in Accenture
Q1. Sum of Even & Odd Digits Problem Statement Create a program t ... read more
asked in Accenture
Q2. Postfix Expression Evaluation Problem Statement Given a postfix e ... read more
asked in Accenture
Q3. What are the current technologies that are Accenture working on.
asked in Accenture
Q4. coding question - find the duplicate elements present in a given ... read more
asked in Accenture
Q5. Explain me what is Encapsulation

Application Development Associate Interview Questions & Answers

user image 21WH5A0513 BATHULA JYOTHSNA

posted on 9 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 2 interview rounds.

Round 1 - Aptitude Test 

It has sectional cutoff.

Round 2 - Coding Test 

There will be 2 coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Third round is communicational round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

75 questions in 90 mins - quants ,logical , microsoft excel, os, dbms, ds, oops

Round 2 - Coding Test 

2 questions in 45 minutes - 1-easy,1-medium

Round 3 - communication 

(1 Question)

  • Q1. 60 minutes test , speaking ,listening ,writing skills were tested
Round 4 - HR 

(1 Question)

  • Q1. Based on projects, other habits

Accenture interview questions for designations

 Application Development Analyst

 (253)

 Application Development Specialist

 (15)

 Application Development Engineer

 (3)

 Application Development Manager

 (1)

 Associate Application Development Manager

 (5)

 Associate Application Developer

 (18)

 Associate Application Engineer

 (1)

 Application Support Associate

 (1)

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

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

Round 1 - Aptitude Test 

This round was taken online. Result of this round is published just after submitting the test. May be within 5-10 minutes. This is an elimination round.

Round 2 - Technical 

(6 Questions)

  • Q1. Difference between C++ and JAVA
  • Ans. 

    C++ is a statically typed language with a focus on performance and low-level programming, while Java is a platform-independent language with automatic memory management.

    • C++ is a statically typed language, while Java is a dynamically typed language.

    • C++ allows for manual memory management, while Java has automatic memory management through garbage collection.

    • C++ supports multiple inheritance, while Java only supports sin...

  • Answered by AI
  • Q2. What is static keyword in java
  • Ans. 

    The static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Static keyword can also be used to create static nested classes.

  • Answered by AI
  • Q3. Why java is known as pure object oriented language and platform independent language
  • Ans. 

    Java is pure object oriented because everything in Java is an object, and platform independent due to its bytecode and JVM.

    • Java is pure object oriented because it supports all the features of OOP like inheritance, encapsulation, polymorphism, and abstraction.

    • In Java, everything is treated as an object, even primitive data types are wrapped in objects.

    • Java is platform independent because it compiles code into bytecode w...

  • Answered by AI
  • Q4. Write a program for printing factorial of a number
  • Ans. 

    Program to calculate factorial of a number

    • Use a loop to multiply numbers from 1 to the given number

    • Handle edge cases like 0 and negative numbers

    • Factorial of 0 is 1

    • Example: For input 5, factorial is 5*4*3*2*1 = 120

  • Answered by AI
  • Q5. Questions about DBMS commmands
  • Q6. Questions on Resume
Round 3 - HR 

(4 Questions)

  • Q1. Introduction and Hobbies
  • Q2. Project discussions
  • Q3. Tell us something you know about Accenture and the role
  • Ans. 

    Accenture is a global professional services company specializing in consulting, technology, and outsourcing solutions.

    • Accenture is one of the largest consulting firms in the world

    • They provide services in strategy, consulting, digital, technology, and operations

    • The role of Application Development Associate at Accenture involves developing, designing, and maintaining software applications

  • Answered by AI
  • Q4. Which is most favorite and least favorite subject during graduation

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 5 interview rounds.

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 - Aptitude Test 

In round 1, they will ask the aptitude, resonsing, English grammar .

Round 3 - Coding Test 

In this second round, they will ask two coding questions.we have to answer them with selecting one language.

Round 4 - Communication Assessment 

(1 Question)

  • Q1. In this 3rd round, we have to pronounce what they mentioned on screen. We compulsory use headset for that test.it' not elimination round but we have to attend mandatorly.
Round 5 - Interview 

(1 Question)

  • Q1. This is only one interview. It was so good experience. For freshers, they didn't expect so much.when your going to interview, you have to know &clear what u mentioned in Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool while doing this interview. All the best☺️.

Application Development Associate Interview Questions & Answers

user image VIJANAPALLI DHANA LAKSHMI

posted on 9 Jan 2023

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Logical reasoning, quantitative aptitude

Round 3 - Coding Test 

This is depends on the programmer choice. If the programmer strong in coding it is very easy to solve it.

Round 4 - Communication 

(1 Question)

  • Q1. This round is depends on communication that means there will be sentence we need to spell that and narrate the story. Speaking skills and way of pronunciation. To test the remember skills
Round 5 - HR 

(1 Question)

  • Q1. To tell about yourself Some questions on resume Some questions on technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding knowledge atleast on one language well
Prepare well about tell me about yourself
Don't panic and tension
Feel free and tell your ideas
Prepare genuine resume because from that resume some HR will ask questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It consists of 90 questions and time is 90min

Round 3 - Coding Test 

We need to solve 2 codes

Round 4 - Communication round 

(2 Questions)

  • Q1. In communication round they check our listening and speaking skills
  • Q2. It consists of several stages like reading, listening, repeating,story telling etc
Round 5 - HR 

(1 Question)

  • Q1. Tell me about urself? Final year project? Strengths? Weakness? Fav sub? Technologies learner during project? Situation based questions? Managerial questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident you will definitely get through it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitude on general questions

Round 3 - Coding Test 

2 coding questions based on arithmetic problem

Round 4 - Technical 

(2 Questions)

  • Q1. Communication round
  • Q2. Tell story for 2 minutes
  • Ans. 

    I will tell you about my experience volunteering at a local animal shelter.

    • Started volunteering at the shelter during college breaks

    • Helped with feeding, cleaning, and socializing with the animals

    • Organized adoption events and fundraisers

    • Developed a strong bond with the animals and fellow volunteers

  • Answered by AI
Round 5 - Technical 

(2 Questions)

  • Q1. Technical interview
  • Q2. Tell me what is oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

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

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Topics to prepare for Accenture Application Development Associate interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident about what you have written in resume
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Verbal ability, Logical reasoning, Aptitude, general questions(dbms,os,networking,dsa,etc)

Round 2 - Coding Test 

Just after aptitude if you clear the exam within 15mins coding round will start. 2coding question within 45mins.

Round 3 - Technical 

(2 Questions)

  • Q1. There were two panel members asked me everything from my resume.
  • Q2. Python, dsa, dbms, sql, machine learning,etc. Whatever written in the resume be prepared with those things.

Accenture Interview FAQs

How many rounds are there in Accenture Application Development Associate interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and HR.
How to prepare for Accenture Application Development Associate 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, Entity Framework, Python, SQL and SQL Server.
What are the top questions asked in Accenture Application Development Associate interview?

Some of the top questions asked at the Accenture Application Development Associate interview -

  1. What are the current technologies that are Accenture working ...read more
  2. coding question - find the duplicate elements present in a given ar...read more
  3. Explain me what is Encapsulat...read more
How long is the Accenture Application Development Associate interview process?

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

Tell us how to improve this page.

Accenture Application Development Associate Interview Process

based on 153 interviews

5 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Application Development Associate Salary
based on 6.8k salaries
₹2.5 L/yr - ₹6 L/yr
At par with the average Application Development Associate Salary in India
View more details

Accenture Application Development Associate Reviews and Ratings

based on 572 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.6

Salary

3.9

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 572 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.8 L/yr - ₹17.5 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.4 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹12.8 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