Upload Button Icon Add office photos

Filter interviews by

Accenture Application Developer Interview Questions, Process, and Tips

Updated 5 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

257 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are directive
  • Ans. 

    Directives are markers on a DOM element that tell AngularJS to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Directives are used to create custom HTML tags that serve as new, reusable components.

    • They can be used to manipulate the DOM, add event listeners, or create animations.

    • Examples of directives in AngularJS include ng-model, ng-repeat, and ng-show.

  • Answered by AI
  • Q2. What are Interceptor
  • Ans. 

    Interceptors are functions that can be used to intercept incoming and outgoing HTTP requests in Angular applications.

    • Interceptors can be used to modify or log outgoing requests before they are sent.

    • They can also be used to modify or log incoming responses before they are passed to the application.

    • Interceptors are commonly used for adding authentication tokens to requests, error handling, or logging.

    • An example of using ...

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It helps in maintaining state in asynchronous operations.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q4. Reverse a string in javascript
  • Ans. 

    Use the built-in split, reverse, and join methods to reverse a string in JavaScript.

    • Split the string into an array of characters using split('')

    • Reverse the array using reverse()

    • Join the array back into a string using join('')

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions abound networks,grammar,coding Questions

Round 2 - Coding Test 

Coding on areays and numbers

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q2. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Oracle
Q3. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Partition Equal Subset Sum Problem Given an array ARR consisting ... read more
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 

(2 Questions)

  • Q1. Explain framework you worked on
  • Ans. 

    I have worked on the Angular framework for developing web applications.

    • Used Angular CLI for project setup and generation

    • Implemented components, services, and modules to build the application

    • Utilized Angular Material for UI components

    • Integrated with RESTful APIs using HttpClient module

  • Answered by AI
  • Q2. Selenium exceptions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Related to angular
  • Q2. Scenario based to the project

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)

 Web Application Developer

 (1)

 Oracle Application Developer

 (1)

 Java Application Developer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pandas question
  • Q2. Python basic question
Round 2 - HR 

(2 Questions)

  • Q1. How will you handle pressure
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and maintaining open communication with team members.

    • I prioritize tasks based on deadlines and importance

    • I break down complex projects into smaller tasks to manage stress

    • I communicate with team members to delegate tasks and ask for help when needed

  • Answered by AI
  • Q2. How will you tackle deadline

Get interview-ready with Top Accenture Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is managable unmanagable code. User and customerised control Triggers DI Global.csx Namespace Ado.net Generic and partial class Aspx,asmx,ascx Query optimisation using indexes Dataset and table
  • Ans. 

    Manageable code is well-structured, organized, and easy to maintain, while unmanageable code is messy, hard to understand, and prone to errors.

    • Manageable code follows best practices and design patterns, making it easier to read and maintain.

    • Unmanageable code lacks structure, consistency, and documentation, making it difficult to work with.

    • Examples of manageable code include well-commented classes and methods, consisten...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They didnt ask from glassdoor or ambition box only asked from resume and whoever worked currently.

Skills evaluated in this interview

Application Developer Jobs at Accenture

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario based trigger
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. IOS related basic questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features,stream api
  • Q2. Spring vs spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is an extension that simplifies the setup and development process.

    • Spring is a comprehensive framework that provides support for various Java technologies like JDBC, JPA, and REST.

    • Spring Boot is an opinionated framework that simplifies the setup and configuration of Spring applications by providing defaults and auto-configuration.

    • Spring Boot include...

  • 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 Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tech Stack - Angular All Questions Based on Angular Core Concepts.

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Angular
  • RxJs
  • Routing
  • interceptors
  • Directives
  • Components
  • AuthGuards
  • state management
  • REST API
  • Validation Classes
  • Memory Leak
  • Unit Testing
  • Pipes
  • Observables
  • Promises
Interview preparation tips for other job seekers - Prepare all your key skills thoroughly.

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, 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 282 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
₹3.8 L/yr - ₹17.5 L/yr
15% less than the average Application Developer Salary in India
View more details

Accenture Application Developer Reviews and Ratings

based on 272 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 272 Reviews and Ratings
Application Developer

Mumbai

5-10 Yrs

Not Disclosed

Application Developer

Chennai

3-7 Yrs

Not Disclosed

Application Developer

Bangalore / Bengaluru

5-7 Yrs

₹ 5.2-22.36 LPA

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 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 - ₹13.3 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