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

I applied via campus placement at BIHER Bharath University, Tambaram and was interviewed in Sep 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 

They Exam Pattern Will Be Easy.But Exam Is Moderate So Aptitude, Reasoning,Ms Applications, Pseudocodes These Are The Sections In The Exam So Be Prepared

Round 3 - Coding Test 

They Only 2 Coding Questions For Me They Ask Easy Questions So You Know The Coding You Will Definitely Crack This Round Definitely

Round 4 - Communication Assessment 

(1 Question)

  • Q1. In This Round They Are Checking Your English Ability You Need To Raise Your Perfectly But You Have The Grasping Power Also . This is 20 Mins Exam Reading Remaining All Sections Listening Only I Recommend P...
Round 5 - Technical 

(1 Question)

  • Q1. In Accenture They Are Ask Max Behaviour Questions For Me They Ask Self Intro About Project Least Subject Conflicts About Your Project What About Your Thinking Shifts About Company Etc.....

Interview Preparation Tips

Interview preparation tips for other job seekers - So, Please Don't Think Tooo Easy Because They Check Every Round In The Accenture If You Meet The Eligibility Means If You Selected Otherwise Not Selected So Please Give 100% In Every Round And Also Hard Work Pays Off. Don't Lose Your Hope Try And Try You Will Get The Opportunity Give Your 100% And Remaining Leaves To God
Thank You
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It had mostly easy questions, few difficult and few were medium as any regular aptitude test.I gave the it in 2021

Round 2 - Coding Test 

It had 5-6 questions where in you have to solve and pass testcases

Round 3 - Behavioral 

(2 Questions)

  • Q1. Reading the passage and answering the questions asked
  • Q2. Grammer/ vocab related questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is difference between overiding and overloading
  • Ans. 

    Overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class, while overloading is when multiple methods have the same name but different parameters.

    • Overriding involves changing the method implementation in a subclass to provide a specific behavior, while overloading involves having multiple methods with the same name but different parameters.

    • Overriding is us...

  • Answered by AI
  • Q2. What is interface
  • Ans. 

    An interface in programming is a contract that defines the methods that a class must implement.

    • Interfaces in programming are used to define a set of methods that a class must implement.

    • They allow for multiple classes to implement the same set of methods, providing a common behavior.

    • Interfaces are used for achieving abstraction and loose coupling in object-oriented programming.

    • Example: Java interfaces define a set of me...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be through with OOPS concepts. Be confident.

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before 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 

Cognitive ability 50 question, technical assessment 40 que= 90 min

Round 3 - Coding Test 

Coding assessment C,C++, JAVA , Python 2 ques = 45 min

Round 4 - communication assessment 

(1 Question)

  • Q1. Sentence mastery , vocabulary, fluency, pronunciation 20 ques =20 min
Round 5 - Technical 

(1 Question)

  • Q1. Internship , project, software ,skill this type of interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice makes perfect be very careful how you answer questions in a job interview . don't let bad news get you down.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It includes pseudocode, networking,English, reasoning concepts

Round 2 - Coding Test 

Two coding questions

Round 3 - Communication round 

(1 Question)

  • Q1. Ai based communication

Accenture interview questions for designations

 Application Development Analyst

 (254)

 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
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Hamirpur and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, focusing on 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 com...

  • Answered by AI
  • Q2. Explain Solid principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI
  • Q3. Questions based on you project mentioned in resume
  • Q4. Method overriding vs oveloading
  • Ans. 

    Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class, while method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overriding is used for runtime polymorphism, while method overloading is used for compile-time polymorphism.

    • In method overriding, the method signature must be the same in both the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is the most difficult problem you have faced?
  • Q2. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right

Get interview-ready with Top Accenture Interview Questions

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What certification have you done
  • Q3. Which was your favourite subject during your course
Round 2 - Technical 

(2 Questions)

  • Q1. Explain me what is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and restricting access to an object's properties and methods.

    • Encapsulation helps in achieving data abstraction and security.

    • It allows for better control over the data and prevents unauthorized access.

    • Encapsulation is implemented using access modifiers such as public, private, and protected.

    • For example, a bank account class may have private variables for acco...

  • Answered by AI
  • Q2. Why do we use Python
  • Ans. 

    Python is a versatile, high-level programming language used for web development, data analysis, artificial intelligence, and more.

    • Python is easy to learn and read, making it a popular choice for beginners.

    • It has a vast collection of libraries and frameworks for various purposes.

    • Python is used in web development (Django, Flask), data analysis (Pandas, NumPy), artificial intelligence (TensorFlow, Keras), and more.

    • It supp...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Are you ready to relocate
  • Q2. What is your hobby and why
  • Q3. Are you comfortable working in any assigned domain
  • Ans. 

    Yes, I am comfortable working in any assigned domain.

    • I have a flexible mindset and can adapt to new environments quickly.

    • I am willing to learn and expand my knowledge in different domains.

    • I have experience working in various industries such as finance, healthcare, and retail.

    • I believe that my skills and expertise can be applied to any domain with proper training and guidance.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with OOP, and technical stuff on your resume. Mostly the interview will be on what you have in your resume and on your final year project.

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 Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Aptitude - maths, quantitative, english

Round 2 - Coding Test 

Coding exam conducted on a platform where they ask to write 2 codes and 10 output questions

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

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

Round 1 - Aptitude Test 

Cut off for each section.

Round 2 - Coding Test 

Zonal level coding test with multiple languages option like c,c++,java

Interview Preparation Tips

Topics to prepare for Accenture Application Development Associate interview:
  • About recent project
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 4 interview rounds.

Round 1 - Aptitude Test 

It was an easy one. After clearing this after around 45 mins we had coding round.

Round 2 - Coding Test 

Had 2 questions. One data structure i got for double linked list and one was normal array question.

Round 3 - Assignment 

English communication test which consists of listening and speaking test.

Round 4 - HR 

(2 Questions)

  • Q1. Explain about final year project
  • Ans. 

    Developed a mobile application for tracking daily water intake and providing reminders.

    • Designed user interface using Flutter framework

    • Implemented backend using Firebase for data storage

    • Integrated push notifications for reminder feature

  • Answered by AI
  • Q2. What was your approach to your coding around questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic to intermediate aptitute questions with 90mins duration

Round 2 - HR 

(2 Questions)

  • Q1. 1. Tell me about yourself?
  • Q2. Projects you have done

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 - ₹9.5 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 576 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 576 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 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 - ₹13.3 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