Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Application Development Analyst Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Accenture Application Development Analyst Interview Questions and Answers

  • Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Info ...read more
  • Q2. why HTML semantic elements, doctype is used why, which will seen in browser in which order, different units of css attributes, js call by value or refrence with example, ...read more
  • Q3. What is the procedure you have followed when critical priority issues are hitting the application? What will be your response to the customer??
View all 99 questions

Accenture Application Development Analyst Interview Experiences

255 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Every thing mentioned in CV
  • Q2. Python coding practices
  • Ans. 

    Python coding practices are essential for writing clean, efficient, and maintainable code.

    • Use meaningful variable names and comments for better readability

    • Follow PEP 8 guidelines for consistent code style

    • Avoid using global variables whenever possible

    • Use virtual environments to manage dependencies

    • Write unit tests to ensure code functionality and catch bugs early

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Python code questions
  • Q2. AWS services like IAM, LAMBDA, S3
Round 3 - HR 

(1 Question)

  • Q1. Basic behavioural questions and some related to relocation

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about your technical experince
  • Q2. Said my experince about my job

Interview Preparation Tips

Interview preparation tips for other job seekers - salary expections wer asked and work from home they replied

Application Development Analyst Interview Questions Asked at Other Companies

asked in Accenture
Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch ... read more
asked in Accenture
Q2. why HTML semantic elements, doctype is used why, which will seen ... read more
asked in Accenture
Q3. What is the procedure you have followed when critical priority is ... read more
asked in Accenture
Q4. What approach are taken before defining a scenario of the test da ... read more
asked in Accenture
Q5. What are the differences between ECC and HANA on depreciation AFA ... read more
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 

(1 Question)

  • Q1. Basic knowledge of the skills is must, should have practical knowledge too. Respective tools knowledge and experience.
Round 3 - Behavioral 

(1 Question)

  • Q1. Working in team experience, stakeholder management, project/client experience
Round 4 - HR 

(1 Question)

  • Q1. Job role, package. Location

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t go unprepared. Try to relate your working experience with the job position you are applying for. How you handle differently in the project and come up with solution.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related to any Oops programming language like

Accenture interview questions for designations

 Application Development - Senior Analyst

 (145)

 Application Analyst

 (3)

 Application Development Associate

 (181)

 Application Development Specialist

 (16)

 Application Development Engineer

 (3)

 Application Development Manager

 (1)

 IT Application Development Analyst

 (1)

 Application Support Analyst

 (4)

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Math, reasoning, verbal

Round 2 - HR 

(2 Questions)

  • Q1. About me introduce yourself
  • Q2. Projects and few puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Get interview-ready with Top Accenture Interview Questions

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about the biggest challenge you had faced with an ABAP object and how did you resolve it.
  • Ans. 

    I faced a challenge with an ABAP object related to complex data manipulation.

    • Encountered performance issues due to inefficient coding

    • Struggled with debugging a complex program logic

    • Had difficulty integrating multiple ABAP objects

  • Answered by AI
  • Q2. What is the difference between implicit and explicit enhancement?
  • Ans. 

    Implicit enhancements are modifications made to standard SAP objects without modifying the original code, while explicit enhancements involve adding custom code directly into the standard SAP objects.

    • Implicit enhancements are done using enhancement points or sections provided by SAP, allowing developers to add custom code without modifying the original object.

    • Explicit enhancements involve directly modifying the standar...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find number of each alphabet occurrence in a given string
  • Ans. 

    Count occurrences of each alphabet in a given string

    • Create an array of size 26 to store count of each alphabet

    • Iterate through the string and increment count for each alphabet

    • Use ASCII values to map characters to array indices

    • Handle both uppercase and lowercase characters separately

  • Answered by AI
  • Q2. Find the sum of each digit in a given string of number using Lambda expressions.
  • Ans. 

    Use Lambda expressions to find sum of each digit in a string of numbers.

    • Convert each string of numbers to a list of integers using map and lambda function.

    • Use sum function to find the sum of all digits in the list.

  • Answered by AI
Round 2 - Case Study 

On which projects you have worked and development model you followed at your previous organization

Interview Preparation Tips

Interview preparation tips for other job seekers - It consists of mostly 3 rounds and the difficulty level is not that high, it's mediocre.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Structure of data modelling
  • Ans. 

    Data modelling is the process of creating a visual representation of data and its relationships within a system.

    • Data modelling involves identifying entities, attributes, and relationships.

    • Entities represent real-world objects or concepts, attributes describe the properties of entities, and relationships show how entities are connected.

    • Data modelling helps in designing databases, improving data quality, and ensuring dat...

  • Answered by AI
  • Q2. Difference between ppulator and converter
  • Ans. 

    Populator is used to fill data in a field while converter is used to change data format or type.

    • Populator fills data in a field based on certain criteria

    • Converter changes data format or type without altering the original data

    • Example: Populator can be used to automatically fill in a user's address based on their zip code, while converter can change a date from MM/DD/YYYY to YYYY-MM-DD

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself,be confident.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

React and js questions were asked

Round 2 - Coding Test 

Practice on notepad please

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

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

Round 1 - Aptitude Test 

2 hours test with easy questions.

Round 2 - Coding Test 

2 code block on preffered language.

Round 3 - Communication 

(1 Question)

  • Q1. Listening round
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview round

Accenture Interview FAQs

How many rounds are there in Accenture Application Development Analyst interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and Aptitude Test.
How to prepare for Accenture Application Development Analyst 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 ASP.Net, Ajax, Angular, Angularjs and Application Development.
What are the top questions asked in Accenture Application Development Analyst interview?

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

  1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Ch...read more
  2. why HTML semantic elements, doctype is used why, which will seen in browser...read more
  3. What is the procedure you have followed when critical priority issues are hitti...read more
How long is the Accenture Application Development Analyst interview process?

The duration of Accenture Application Development Analyst 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 Analyst Interview Process

based on 154 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
  • HR Round - 3
View more
Accenture Application Development Analyst Salary
based on 38.9k salaries
₹3 L/yr - ₹12 L/yr
At par with the average Application Development Analyst Salary in India
View more details

Accenture Application Development Analyst Reviews and Ratings

based on 2.9k reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.5

Salary

3.9

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 2.9k 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.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

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