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

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is lambda and difference between ec2 and lambda
  • Ans. 

    Lambda is a serverless computing service provided by AWS, while EC2 is a virtual server service also provided by AWS.

    • Lambda is serverless, meaning you don't have to provision or manage servers like you do with EC2

    • Lambda functions are event-driven and only run when triggered, while EC2 instances are always running

    • Lambda is more cost-effective for short, infrequent tasks, while EC2 is better for long-running, consistent

  • Answered by AI
  • Q2. How to create pipeline
  • Ans. 

    Creating a pipeline involves defining a series of tasks or steps to automate the process of moving data or code through various stages.

    • Define the stages of the pipeline, such as data extraction, transformation, and loading (ETL)

    • Select appropriate tools or platforms for each stage, such as Jenkins, GitLab CI/CD, or Azure DevOps

    • Configure the pipeline to trigger automatically based on events, such as code commits or sched...

  • Answered by AI
Round 2 - Coding Test 

Devopa mcq test in mettl platform

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about last company work role

Interview Preparation Tips

Interview preparation tips for other job seekers - They will take multiple rounds
Once you selected, they will share offer letter
But on the date of joining, HR will not pick your calls, no positive response from Accenture
Worst experience

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Scheduling interview and collecting details
  • Q2. Unable to reach HR multiple times they schedule interview and no one joined
Round 2 - Technical 

(1 Question)

  • Q1. No interviewer joined as first time they said interviewer skill mismatch. And this followed by second and third time.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience with Accenture. They scheduled interview for 3 times but none joined in the Hirepro platform. And three different times I received call from 3 different recruiters. Very much unprofessional and time waste.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between drop, delete and truncate.
  • Ans. 

    Drop, delete and truncate are SQL commands used to remove data from a table, but with different functionalities.

    • DROP: Used to remove an entire table or database.

    • DELETE: Used to remove specific rows from a table.

    • TRUNCATE: Used to remove all rows from a table, but keeps the table structure.

    • DROP and TRUNCATE are faster than DELETE as they do not log individual row deletions.

  • Answered by AI
  • Q2. Different types of index and its usecase
  • Ans. 

    Different types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Clustered index: Physically reorders the data in the table based on the index key. Only one per table.

    • Non-clustered index: Creates a separate structure for the index, allowing for multiple indexes per table.

    • Unique index: Ensures that the indexed columns do not contain duplicate values.

    • Composite index: Index that consists of multi...

  • 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)

 Web Application Developer

 (1)

 .NET Application Developer

 (1)

 Mainframe Application Developer

 (1)

 Oracle Application Developer

 (1)

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

(2 Questions)

  • Q1. Design pattern and solid principle
  • Q2. Entity framework code first approach
  • Ans. 

    Entity Framework Code First approach allows developers to define the model using C# classes and create the database based on the model.

    • Developers define the model using C# classes with properties that represent database tables and relationships.

    • Database is created based on the model defined in code, without needing to create the database schema first.

    • Migrations can be used to update the database schema as the model cha...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. EC2 related questions
  • Q2. IAM related questions

Application Developer Jobs at Accenture

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Question on functional Interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Recruiter asked question from functional interface only.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Optimization is spark ?
  • Ans. 

    Optimization in Spark refers to improving the performance of Spark jobs by tuning configurations and utilizing best practices.

    • Optimization in Spark involves tuning configurations such as memory allocation, parallelism, and caching.

    • Utilizing best practices like partitioning data properly and using efficient transformations can improve performance.

    • Examples of optimization techniques include using broadcast variables, avo

  • Answered by AI
  • Q2. What is Broadcast variable in spark ?
  • Ans. 

    Broadcast variable in Spark is a read-only variable that is cached on each machine rather than shipping a copy of it with tasks.

    • Broadcast variables are used to efficiently distribute large read-only data to all worker nodes in Spark applications.

    • They are cached in serialized form and can be used across multiple stages of a Spark job.

    • Broadcast variables help in reducing the network overhead and improving the performance...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How prioritize tasks?
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall project goals.

    • Identify deadlines for each task and prioritize based on urgency

    • Consider the importance of each task in relation to project goals

    • Assess the impact of completing each task on the overall project timeline

    • Use tools like task management software or to-do lists to organize and prioritize tasks

  • Answered by AI
  • Q2. How management tool you have used ? what is jira ?
  • Ans. 

    Jira is a project management tool used for tracking issues, managing tasks, and organizing workflows.

    • Jira is commonly used in software development teams to track bugs, tasks, and user stories.

    • It allows users to create and prioritize tasks, assign them to team members, and track progress.

    • Jira also provides reporting and dashboard features to monitor project status and performance.

    • Integration with other tools like Conflu...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions on aptitiude and sorting incoding

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Interviewer didn't attend
  • Q2. No questions no answers
  • Q3. No questions asked about it

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience from the scheduler company

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

Kolkata

2-7 Yrs

Not Disclosed

Application Developer

Pune

3-7 Yrs

₹ 4.55-13 LPA

Application Developer

Hyderabad / Secunderabad

2-6 Yrs

₹ 4.25-15.55 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