Upload Button Icon Add office photos

Filter interviews by

Accenture Application Developer Interview Questions, Process, and Tips

Updated 21 Jan 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

256 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. If you have a db of 10 lakh data send email to all the employees with birthday
  • Ans. 

    Use SQL query to retrieve employees with birthdays and send emails to them.

    • Write a SQL query to retrieve employees with birthdays from the database

    • Use a programming language like Python to send emails to the retrieved employees

    • Ensure the email content includes birthday wishes and any relevant information

  • Answered by AI
  • Q2. Types of selecors used
  • Ans. 

    Selectors used in application development include class, ID, attribute, and pseudo-class selectors.

    • Class selectors start with a period (.) and target elements with a specific class name.

    • ID selectors start with a hash (#) and target elements with a specific ID.

    • Attribute selectors target elements based on their attributes, such as [type='text'] targeting input elements with type 'text'.

    • Pseudo-class selectors target eleme...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Type of search help
  • Ans. 

    Search help is a feature in SAP that provides users with a list of possible values to choose from when entering data in a field.

    • Search help can be defined at the field level in the data dictionary

    • Different types of search helps include elementary search helps, collective search helps, and collective search helps with check table

    • Examples of search helps include F4 help in SAP GUI and value helps in WebDynpro application

  • Answered by AI
  • Q2. Tcode for badi and how to find badi
  • Ans. 

    Tcode for BADI is SE18. To find a BADI, use transaction code SE18 and enter the BADI name or filter by application area.

    • Tcode for BADI is SE18

    • To find a BADI, use transaction code SE18

    • Enter the BADI name or filter by application area

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hoping for better and faster process

Skills evaluated in this interview

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked ListGiven a singly linked list of integers. Your t ... read more
asked in Oracle
Q2. Minimum Cost to Connect All PointsYou are given an array, ‘COORDI ... read more
asked in Oracle
Q3. Delete Kth node From EndYou have been given a singly Linked List ... read more
asked in Oracle
Q4. Count SubsequencesYou have been given an integer array/list 'ARR' ... read more
asked in Oracle
Q5. Partition Equal Subset SumYou are given an array 'ARR' of 'N' pos ... read more

Application Developer Interview Questions & Answers

user image Satyavrat Tiwari

posted on 9 Sep 2024

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

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduction about yourself and projects you worked on.
  • Ans. 

    I am a passionate application developer with experience in developing web and mobile applications.

    • Developed a mobile app for a local restaurant to manage orders and reservations

    • Created a web-based inventory management system for a small retail business

    • Worked on a team to develop a healthcare app for tracking medication adherence

  • Answered by AI
  • Q2. Questions on RICEFW.
  • Q3. Version of SAP on which you worked.
  • Ans. 

    I have worked on SAP ECC 6.0 and SAP S/4HANA.

    • Worked on SAP ECC 6.0 for 3 years in previous job

    • Currently working on SAP S/4HANA implementation project

    • Experience with customizing and developing ABAP programs in SAP

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Working for shifts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic abap RICEFW object. focus on resume.

Skills evaluated in this interview

Application Developer Interview Questions & Answers

user image piyush kotangale

posted on 6 Nov 2024

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

Quantitative Aptitude question were hard

Round 2 - Technical 

(2 Questions)

  • Q1. Sql questions were asked in interview
  • Q2. Python questions were asked according to resume

Accenture interview questions for designations

 Associate Application Developer

 (18)

 Senior Application Developer

 (15)

 Mobile Application Developer

 (3)

 Software Application Developer

 (2)

 Web Application Developer

 (1)

 Oracle Application Developer

 (1)

 .NET Application Developer

 (1)

 Assistant Application Developer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Python? Advantages over other languages.
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Easy to learn and use

    • Extensive standard library

    • Versatile - used for web development, data analysis, artificial intelligence, etc.

    • Cross-platform compatibility

    • Strong community support

  • Answered by AI
  • Q2. Difference between table and stored procedure?
  • Ans. 

    Tables store data in rows and columns, while stored procedures are precompiled SQL statements that can be executed.

    • Tables store data in a structured format with rows and columns

    • Stored procedures are precompiled SQL statements that can be executed

    • Tables are used to store and organize data, while stored procedures are used to perform specific tasks or operations on the data

    • Stored procedures can improve performance by red...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to improve Spring Security
  • Ans. 

    Improving Spring Security involves regular updates, strong password policies, implementing multi-factor authentication, and monitoring for suspicious activity.

    • Regularly update Spring Security to the latest version to patch any vulnerabilities

    • Implement strong password policies, such as requiring complex passwords and regular password changes

    • Enable multi-factor authentication to add an extra layer of security for user lo...

  • Answered by AI
  • Q2. How to add external server on Spring boot
  • Ans. 

    To add an external server on Spring Boot, you can configure the server properties in the application.properties file.

    • Define the server properties in the application.properties file, such as server.port, server.address, etc.

    • Specify the external server details like host and port in the properties file.

    • Use the @Value annotation to inject the server properties into your Spring Boot application.

    • You can also use the @Configu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well!

Skills evaluated in this interview

Application Developer Jobs at Accenture

View all

Application Developer Interview Questions & Answers

user image Vidisha Narnaware

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Checked and unchecked exception ?
  • Ans. 

    Checked exceptions are checked at compile time, while unchecked exceptions are not.

    • Checked exceptions must be either caught or declared in the method signature using 'throws' keyword

    • Unchecked exceptions do not need to be caught or declared

    • Examples of checked exceptions: IOException, SQLException

    • Examples of unchecked exceptions: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI
  • Q2. Difference Between hashMap and concurrentHashMap ?
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if modified while iterating.

    • ConcurrentHashMap allows concurrent modifications without the need for external synchronization.

    • ConcurrentHashMap uses separate locks for different segments, allowing multiple threads to read and write concurrently.

    • ConcurrentHashMap is more suitable for

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ questions related to technology

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Oops concepts very detailed questions
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Spring boot topics like annotations, beans, bean scope
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is Polymorphism in CPP
  • Ans. 

    Polymorphism in CPP allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows for functions to be called on objects of different classes through a common interface.

    • There are two types of polymorphism in CPP: compile-time (function overloading, operator overloading) and runtime (virtual functions).

    • Example: A base class 'Shape' with virtual function 'draw()' can have subclass...

  • Answered by AI
  • Q2. Difference between For and While loop
  • Ans. 

    For loop is used when the number of iterations is known, while loop is used when the condition is true.

    • For loop is used when the number of iterations is known beforehand.

    • While loop is used when the condition needs to be checked before each iteration.

    • For loop is more concise and easier to read for simple iterations.

    • While loop is more flexible and can handle complex conditions.

    • Example: for(int i=0; i<5; i++) { //code }

    • Ex

  • Answered by AI
  • Q3. Write a program to implement do while loop
  • Ans. 

    A do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block as long as a specified condition is true.

    • Initialize a variable outside the loop

    • Use the do keyword to start the loop

    • Write the code block to be executed inside the loop

    • Use the while keyword followed by the condition to continue the loop

  • Answered by AI
  • Q4. What is exception handling
  • Ans. 

    Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It allows the program to gracefully handle unexpected situations without crashing.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Exception handling helps in improving the robustness and reliability of the software.

  • Answered by AI
  • Q5. Swap two integers without temp variable
  • Ans. 

    Use bitwise XOR operation to swap two integers without a temp variable.

    • Use XOR operation to swap two integers: a ^= b, b ^= a, a ^= b

    • Example: int a = 5, b = 10; a ^= b; b ^= a; a ^= b; // Now a = 10, b = 5

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • OOPS
  • C++
  • Multithreading
  • Socket Programming
Interview preparation tips for other job seekers - Depends on the interviewer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related question
  • Q2. Database related question
Round 2 - Technical 

(2 Questions)

  • Q1. Deployment questions
  • Q2. Behaviour questions

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, Business process, SQL, Consulting and Java.
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 235 interviews in last 1 year

3 Interview rounds

  • Technical Round
  • Coding Test Round
  • HR Round
View more
Accenture Application Developer Salary
based on 2.8k salaries
₹3.8 L/yr - ₹17.2 L/yr
15% less than the average Application Developer Salary in India
View more details

Accenture Application Developer Reviews and Ratings

based on 268 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.6

Salary

3.8

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 268 Reviews and Ratings
Application Developer

Bangalore / Bengaluru

2-7 Yrs

₹ 3.48-22.36 LPA

Application Developer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Application Developer

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.6k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview