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 Company Website and was interviewed in Apr 2022. There were 3 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 

It is easy. There is a two section first section contains Aptitude, Reasoning and English And other Section contains Programming.

Round 3 - HR 

(4 Questions)

  • Q1. Basic Skills and our certification
  • Q2. Detail about Final year Projects
  • Q3. About Personal like flexibility, salary, etc.
  • Q4. Self introduction. Only 2 min.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. The HR team was supportive they never discourage us.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

Quant, coding question

Round 2 - Coding Test 

2 codes-- python and sql

Round 3 - Technical 

(1 Question)

  • Q1. MOstly asked on resume what are your hobbies intro and all

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

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude mcq questions - 1hr

Round 2 - Coding Test 

Two coding problems , 1 easy and 1 hard question

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Be confident
Round 1 - Aptitude Test 

Time and work
Coding questions

Round 2 - Coding Test 

Java coding questions

Round 3 - HR 

(2 Questions)

  • Q1. What's your Expected salary
  • Q2. Tell something about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume up to date. Strong in your related skill. Some personal questions like family, hobbies etc...

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)

 Application Support Associate

 (1)

 Associate Application Engineer

 (1)

Round 1 - Aptitude Test 

Verbal. Easy. Quant. Medium. Use R S Aggarwal book for quantitative aptitude. And you can clear the aptitude test

Round 2 - Group Discussion 

Is technology a boon or bane. Give examples to support your point.

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Question from resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume. Whatever you write in resume you should clearly know about it whether technologies or your major project details. Or internship

Get interview-ready with Top Accenture Interview Questions

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

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude tests typically include sections on numerical reasoning, verbal ability, logical reasoning

Round 2 - One-on-one 

(1 Question)

  • Q1. Regarding the DATA structure,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

General aptitude questions followed by coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Java oops concpets
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic oops related questions and easy SQL queries.

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 135 minutes
Round difficulty - Medium

This round has 2 stages : (Both were elimination rounds)
1) Cognitive & Technical Assessment 
2) Coding Assessment

Upon only clearing Cognitive & Technical Assessment , candidate will be eligible for further rounds.

1) Cognitive & Technical Assessment : (90 mins)
This section contains questions from English Ability, Analytical Reasoning , Numerical Ability , Pseudo coding, Common Application and MS Office, Fundamentals of Networking, Security and Cloud.

2) Coding Assessment : (45 mins)
You are eligible for this round only if you cleared Cognitive & Technical Assessment.
It has 2 coding questions 1 simple and 1 moderate level.

Languages you can use : C, C++, Java, Python, Dot net.

  • 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 found in the integer.

    Explanation:

    ...
  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
  • 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 operands. The output for each expr...

  • Ans. Evaluation of postfix expression.

     The idea is to use a stack to store the operands. Whenever an operator is encountered, we pop the top two numbers from the stack, perform the operation and push the result back to the stack. Finally, when the traversal is completed, the number left in the stack is the final answer.

     

    1. Create a stack to store the operands.
    2. Scan the given expression from left to right. For every sc...
  • Answered Anonymously
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Medium

Communication Assessment: (Virtual HR Round)
1) Sentence Mastery
2) Vocabulary
3)Fluency 
4) Pronunciation

Total Questions: 20

Round 3 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Timing : 3:00 to 3:20 Pm
There was one interviewer.
1) Started with introduction.
2) Asked about projects mention in the resume.
3) Favorite subjects during academics. How do you tackle tough subjects?
4) Two to three questions on select statements. 
5) Difference between foreign key and primary key.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Shri Guru Gobind Singhji Institute of Engineering and Technology, Nanded. I applied for the job as Application Development Associate in PuneEligibility criteriaGood knowledge of atleast one programming language, minimum 65 % (overall) in graduation , Good communication skillsAccenture interview preparation:Topics to prepare for the interview - Logical Reasoning, Algorithms , Programming Languages : c, c++, python , SQL (Structure Query Language)Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare your resume with good projects and keep it short , add project links.
Tip 2 : Mention only those skills in which you are confident
Tip 3 : Practice coding problems on Code Studio.

Application resume tips for other job seekers

Tip 1 : Have Relevant Internships.
Tip 2 : Atleast 2 projects .

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed before Sep 2022. There were 3 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 

For Aptitude test - need to follow up the syllabus for accenture test

Round 3 - HR 

(1 Question)

  • Q1. For interview - Accenture will conduct a group interview - for me morethan technical question ,they asked general questions only - HR are checking confidence and how you are responding to them.99% you will...

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont stress yourself for not getting jobs or clearing any rounds , better practice and try to improve the things which you have done in the past results

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