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 for Experienced

Updated 3 Apr 2025

Top Accenture Application Developer Interview Questions and Answers for Experienced

View all 50 questions

Accenture Application Developer Interview Experiences for Experienced

69 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked all java 8, spring boot and cpding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont apply for application developer roles at accenture. They have wasted my one working day after so many postponements they scheduled interview. At last i attended and answered almost all questions. And also interviewer responded in positive way for all my answers, then next day instead of providing feedback to my interview they sent mail like they are not recruting anyone for that role and skills. Not sure what happened .but they wasted my time. During the interview also i asked interviewer what will be the project/role and responsibilities. He said thats not for any project but for generic interview. they dont have requirement but they are conducting interviews. I didnt expect this from a reputed company accenture .
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is partial Class? out v/s ref ?
  • Ans. 

    Partial class allows a class to be split into multiple files. 'out' passes a variable by reference, 'ref' requires it to be initialized.

    • Partial class allows a class to be split into multiple files for easier organization.

    • 'out' keyword is used to pass a variable by reference, allowing the method to modify its value.

    • 'ref' keyword is used to pass a variable by reference, but it must be initialized before being passed to t

  • Answered by AI
  • Q2. SQL questions like how to imrpve performace of Stored procedure

Application Developer Interview Questions Asked at Other Companies for Experienced

asked in Accenture
Q1. What is the difference between @Controller and @RestController
asked in IBM
Q2. how to get distinct data without using distinct keyword
asked in Volvo
Q3. How do you pass varying parameters from cobol to stored procedure
asked in Accenture
Q4. What ia the difference between Hibernate get() and load()
asked in Accenture
Q5. How to bring data from an excel sheet into databricks?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is mvc and in depth questions
  • Q2. About webapi
Round 2 - Technical 

(2 Questions)

  • Q1. Real time examples oops concepts and coding
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction are used in coding to create reusable and organized code.

    • Inheritance: A child class inherits properties and behaviors from a parent class. For example, a 'Car' class can inherit from a 'Vehicle' class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. For example, using private variable...

  • Answered by AI
  • Q2. Lock
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(3 Questions)

  • Q1. . Tell me about NLP
  • Ans. 

    NLP stands for Natural Language Processing, a branch of AI that focuses on the interaction between computers and humans using natural language.

    • NLP involves tasks such as text classification, sentiment analysis, named entity recognition, and machine translation.

    • It uses algorithms to analyze and understand human language, enabling computers to interpret and generate text.

    • Examples of NLP applications include chatbots, vir...

  • Answered by AI
  • Q2. How to develop the application
  • Ans. 

    Developing an application involves planning, designing, coding, testing, and deploying the software.

    • Understand the requirements and objectives of the application

    • Design the user interface and user experience

    • Write code using programming languages like Java, Python, or Swift

    • Test the application for bugs and errors

    • Deploy the application to app stores or servers

  • Answered by AI
  • Q3. What are the technical details
  • Ans. 

    A Technical Description is a document that is created for readers; it gives information about a product, mechanism, process; it describes how it works, what it consists of, what functions it has, parts, size, components, key details

  • Answered by aminasiddiqua
Round 2 - Coding Test 

Code to demonstrate multiple inheritance

Round 3 - HR 

(2 Questions)

  • Q1. What are the benefits of application developer
  • Ans. 

    Application developers benefit from job flexibility, high demand, and competitive salaries.

    • Job flexibility allows developers to work remotely or on a flexible schedule

    • High demand for skilled developers ensures job security and opportunities for growth

    • Competitive salaries in the tech industry offer financial stability and potential for advancement

  • Answered by AI
  • Q2. What is c programming
  • Ans. 

    C programming is a high-level programming language used for developing system software and applications.

    • C programming is a procedural language with a rich set of built-in functions.

    • It is widely used for developing operating systems, compilers, and embedded systems.

    • C programs are written in text files with .c extension and compiled using a compiler like GCC.

    • Example: printf("Hello, World!");

  • Answered by AI

Skills evaluated in this interview

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)

 .NET Application Developer

 (1)

 Mainframe Application Developer

 (1)

 Web Application Developer

 (1)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 Features
  • Q2. Explain the functional interfaces and implementation
  • Ans. 

    Functional interfaces in Java are interfaces with only one abstract method, allowing lambda expressions to be used for implementation.

    • Functional interfaces can have multiple default methods but only one abstract method.

    • They can be implemented using lambda expressions.

    • Examples include java.lang.Runnable, java.util.Comparator, and java.util.function.Predicate.

  • Answered by AI

Get interview-ready with Top Accenture Interview Questions

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Code string reverse
  • Q2. Spring boot annotations

Application Developer Jobs at Accenture

View all
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
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Differences between ERP and S4hana from Functional consultant view point.
  • Ans. 

    ERP is a broader category of software that manages business processes, while S4Hana is a specific ERP solution developed by SAP.

    • ERP is a broader category of software that integrates various business functions like finance, HR, supply chain, etc., while S4Hana is a specific ERP solution developed by SAP.

    • S4Hana is built on SAP's in-memory platform, HANA, which allows for real-time data processing and analytics, while tra...

  • Answered by AI
  • Q2. Tell me about P2P cycle
  • Ans. 

    P2P cycle refers to procure-to-pay cycle, which involves the process of obtaining goods or services from a supplier and paying for them.

    • The cycle starts with the need for goods or services, followed by identifying suppliers and negotiating terms.

    • Purchase orders are created, goods are received, and invoices are processed for payment.

    • The final step involves reconciling payments and closing out the transaction.

    • Example: A ...

  • Answered by AI
  • Q3. Take me thru your Resume..
  • Ans. 

    I have 5 years of experience in developing web and mobile applications using various technologies.

    • Developed web applications using HTML, CSS, JavaScript, and AngularJS.

    • Built mobile applications for iOS and Android using React Native.

    • Worked on backend development using Node.js and MongoDB.

    • Collaborated with cross-functional teams to deliver high-quality software solutions.

    • Continuously learning and adapting to new technol

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • SAP FICO Implementation
Interview preparation tips for other job seekers - I was talking on bluetooth headphone, interviewer said it is not allowed.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Garbage collection, spring framework, rest api
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Azure pipeline data flow?
  • Q2. Activities used to copy data from one source to destination?
  • Ans. 

    Activities include ETL processes, data migration, data synchronization, and data replication.

    • ETL (Extract, Transform, Load) processes

    • Data migration

    • Data synchronization

    • Data replication

  • Answered by AI
  • Q3. How to bring data from an excel sheet into databricks?
  • Ans. 

    Data from an Excel sheet can be brought into Databricks using the read method in Databricks.

    • Use the read method in Databricks to read the Excel file.

    • Specify the file path and format (e.g. 'xlsx') when using the read method.

    • Transform the data as needed using Databricks functions and libraries.

    • Example: df = spark.read.format('com.crealytics.spark.excel').option('useHeader', 'true').load('file.xlsx')

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Azure
  • pyspark
  • SQL
Interview preparation tips for other job seekers - The interview was schedule within 12 hrs after the call from HR and also it was mentioned as skill interview but turned out to be technical round.

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Application Developer interview for experienced candidates?
Accenture interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Accenture Application Developer interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Accenture Application Developer interview for experienced candidates -

  1. What is the difference between @Controller and @RestControl...read more
  2. What ia the difference between Hibernate get() and loa...read more
  3. How to bring data from an excel sheet into databric...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 for Experienced

based on 64 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Accenture Application Developer Salary
based on 2.8k salaries
₹4 L/yr - ₹18 L/yr
13% 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.7

Work satisfaction

Explore 274 Reviews and Ratings
Application Developer

Coimbatore

5-10 Yrs

Not Disclosed

Application Developer

Pune

2-7 Yrs

₹ 4.5-17 LPA

Application Developer

Chennai

7-11 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k 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