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

Round 1 - Aptitude Test 

90 questions - time management is very important for this.

Round 2 - Coding Test 

2 coding questions which is tricky but test cases also need to be pass

Round 3 - Communication roundd 

(1 Question)

  • Q1. This is not elimination round but score is calculated.
Round 4 - Technical 

(1 Question)

  • Q1. Technical - Regarding c, SQl
Round 5 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident while applying and attending each and every round.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Jan 2022. There were 4 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 - Assignment 

Java, spring, spring boot, microservice

Round 3 - Technical 

(1 Question)

  • Q1. Questions asked from java, spring, spring boot, microservice
Round 4 - HR 

(1 Question)

  • Q1. Normal, why this company, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare, before attending technical 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
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. About yourself and experience
Round 2 - Coding Test 

Order a list of string

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep in my easy POO concepts
Prepare for a test in English
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and Techincal question in basic topic like networking , programming

Round 2 - Coding Test 

2 questions to solve

Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Projects that you have done

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 Questionnaire 

4 Questions

  • Q1. What is volatile keyword?
  • Ans. 

    Volatile keyword is used to indicate that a variable's value can be changed unexpectedly by external factors.

    • Volatile keyword is used in multithreaded programming to ensure that the variable's value is always read from memory and not from cache.

    • It is also used in embedded systems programming to indicate that the variable's value can be changed by hardware interrupts.

    • Example: volatile int count = 0; // variable can be c...

  • Answered by AI
  • Q2. What is transient keyword?
  • Ans. 

    Transient keyword is used in Java to indicate that a variable should not be serialized.

    • Transient keyword is used with variables to exclude them from serialization process.

    • It is used to mark a variable as non-persistent.

    • Transient variables are not saved during serialization and are initialized to default value during deserialization.

    • Example: private transient int age; // age will not be serialized

  • Answered by AI
  • Q3. What is the difference between @Controller and @RestController
  • Q4. What ia the difference between Hibernate get() and load()
  • Ans. 

    Hibernate get() returns object by id, load() returns proxy object until accessed.

    • get() method returns the object from the database by its id.

    • load() method returns a proxy object until it is accessed, then it loads the object from the database.

    • get() method returns null if the object is not found in the database, while load() method throws an exception.

    • get() method is eager loading, while load() method is lazy loading.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

Round 1 - Technical 

(1 Question)

  • Q1. Hadoop basics, python, data engineering role

Interview Preparation Tips

Interview preparation tips for other job seekers - try to perform good in tech round

Application Developer Jobs at Accenture

View all

Interview Questionnaire 

1 Question

  • Q1. JAVA BASIC,ADVANCE JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good knowledge on java,sql,j2ee

I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Why the Talend is popular?
  • Ans. 

    Talend is popular due to its open-source nature, ease of use, and ability to integrate with various systems.

    • Talend is open-source, making it accessible to a wide range of users.

    • It has a user-friendly interface, allowing developers to easily create and manage data integration workflows.

    • Talend can integrate with various systems, including cloud-based platforms like AWS and Azure.

    • It offers a wide range of connectors and c...

  • Answered by AI
  • Q2. Comparison between Talend & pentaho.
  • Ans. 

    Talend and Pentaho are both open-source data integration tools, but Talend is more user-friendly while Pentaho has better reporting capabilities.

    • Talend has a drag-and-drop interface and a large library of pre-built components, making it easier for non-technical users to create data integration workflows.

    • Pentaho has a more robust reporting engine and better visualization capabilities, making it a better choice for busin...

  • Answered by AI
  • Q3. What are job & components in Talend?
  • Ans. 

    Talend is an ETL tool used for data integration. Jobs are workflows created in Talend to perform specific tasks. Components are pre-built functions used in jobs.

    • Jobs are created in Talend to perform specific tasks such as data extraction, transformation, and loading.

    • Components are pre-built functions that can be used in jobs to perform specific actions such as reading data from a file or database, transforming data, an...

  • Answered by AI
  • Q4. Hierarchy in Talend.
  • Ans. 

    Hierarchy in Talend refers to the organization of data flow components in a job.

    • Hierarchy is important for understanding the flow of data in a job.

    • Components can be organized into subjobs and routines for better organization.

    • Hierarchy can be viewed and edited in the Talend Studio interface.

    • Example: A job may have a parent job with multiple child subjobs for different tasks.

  • Answered by AI
  • Q5. Difference between tmap & tjoin Types of connection Difference between truncate delete What is ETL What are triggers Type of join
  • Ans. 

    tmap is used to transform data in Talend, tjoin is used to join data. There are different types of connections, truncate and delete are different ways to remove data from a table. ETL stands for Extract, Transform, Load. Triggers are database objects that are automatically executed in response to certain events. There are different types of joins.

    • tmap is used for data transformation in Talend

    • tjoin is used for joining d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the best

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How will you manage the conflicts in ideas by you and your teams mates during any group project works?
  • Q2. What are the things that you consider while making a project and how will you make it progress continuously?
  • Ans. 

    Consider project requirements, resources, timeline, and potential roadblocks. Use agile methodology for continuous progress.

    • Identify project requirements and goals

    • Assess available resources and timeline

    • Anticipate potential roadblocks and plan accordingly

    • Use agile methodology for continuous progress

    • Regularly communicate with stakeholders for feedback and updates

  • Answered by AI
  • Q3. What are the things you expect from the organization in your favor?
  • Q4. What are the skills you have to showcase?

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you go through the questions carefully and try to provide answers with some examples that have already happened to you because the experience is over conceptual knowledge. Make sure to smile more and keep the talk more interactive. Give the interview like you are going through one-to-one talk.

I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Regarding my work project in resume
  • Q2. General HR questions
  • Q3. Basic questions about programming languages mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry accenture interview is the easiest one if you have prepared well that's mentioned in resume. You should be confident and keep smiling always. That's it. All the bestt

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