Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Full Stack Developer Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Accenture Full Stack Developer Interview Questions and Answers

  • Q1. Find Duplicates in an Array Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once. Return ...read more
  • Q2. What is Cloud and explain in brief
  • Q3. Why Java vs C++

Accenture Full Stack Developer Interview Experiences

12 interviews found

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

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Some basic dsa like strings palindrome

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React for front-end development

    • Implemented Node.js for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Why Java vs C++
  • Ans. 

    Java is preferred for its platform independence, strong community support, and ease of use compared to C++.

    • Java is platform independent, meaning code written in Java can run on any device with a Java Virtual Machine (JVM). C++, on the other hand, is platform dependent.

    • Java has a larger and more active community compared to C++, providing developers with more resources, libraries, and support.

    • Java is considered easier t...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Do you have an internship opportunity for a Full-stack Developer(Fresher)?
Round 2 - Technical 

(1 Question)

  • Q1. Is the internship for a full-stack developer paid?
Round 3 - Technical 

(1 Question)

  • Q1. How many years is the internship for a full-stack Developer?

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Medium level aptitude questions

Round 2 - Coding Test 

Easy two coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Projects worked
  • Ans. 

    I have worked on various projects including e-commerce websites, social media platforms, and data visualization tools.

    • Developed an e-commerce website using React and Node.js

    • Built a social media platform with features like user profiles and messaging using Django

    • Created a data visualization tool using D3.js to display analytics data

  • Answered by AI
  • Q2. Sorting and searching questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Assignment 

Python SQL related questions

Round 2 - Coding Test 

Python SQL related coding test

Round 3 - One-on-one 

(5 Questions)

  • Q1. Why are you applying for this job
  • Q2. Why should we hire you
  • Q3. Why did you leave last job
  • Q4. What is more important to you the money or the work
  • Q5. Would do you know about this organization

Accenture interview questions for designations

 Full Stack Software Developer

 (6)

 Full Stack Engineer

 (2)

 Java Full Stack Developer

 (4)

 Developer

 (9)

 Application Developer

 (258)

 Software Developer

 (237)

 Java Developer

 (51)

 Salesforce Developer

 (36)

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

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

Round 1 - Aptitude Test 

Numeric ability,
logical reasoning
verbal ability
abstract reasoning

Round 2 - Coding Test 

Data structures
algorithms
system design
time and space complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - tailor your resume
networking
skill development
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

30 min string lambda

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Topics related to distance,speed,profit &loss,

Round 2 - Coding Test 

Technical round had 10 medium question 5 easy question and 5 difficult questions

Interview Preparation Tips

Interview preparation tips for other job seekers - preapare for the worst and go give your best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cloud and explain in brief
  • Ans. 

    Cloud is a network of remote servers hosted on the internet to store, manage, and process data.

    • Cloud computing allows users to access data and applications from any device with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises infrastructure.

    • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q2. Explain your projects
  • Ans. 

    I have worked on various projects including e-commerce websites, social media platforms, and data visualization tools.

    • Developed an e-commerce website using React, Node.js, and MongoDB

    • Built a social media platform with features like user profiles, posts, and comments using Angular and Firebase

    • Created a data visualization tool using D3.js to display analytics data in a visually appealing way

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

A one-hour interview will cover topics such as aptitude, logical reasoning, and coding output.

I was interviewed in Jul 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

This was technical + HR round. It was in the morning 11:00 am.

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    The task is to find all duplicate elements in an array of integers.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return all elements from the hashmap with count greater than 1 as the duplicate elements.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaResume ShortlistingAccenture interview preparation:Topics to prepare for the interview - Strings, Arrays, Sorting algorithms, Linked List, Loops, Sliding windows, Graphs, Trees, OOPS, DSA, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via campus placement at BV Bhoomareddi College of Engineering and Technology, Hubli and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic logic and math based questions

Round 2 - Coding Test 

Practice simple coding problems like leap year, prime number, fibonacci ietc

Round 3 - Group Discussion 

General discussion to know about candidate

Accenture Interview FAQs

How many rounds are there in Accenture Full Stack Developer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Accenture Full Stack 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 HTML, JQuery, MySQL, RDBMS and Front End.
What are the top questions asked in Accenture Full Stack Developer interview?

Some of the top questions asked at the Accenture Full Stack Developer interview -

  1. What is Cloud and explain in br...read more
  2. Why Java vs ...read more
  3. Projects wor...read more
How long is the Accenture Full Stack Developer interview process?

The duration of Accenture Full Stack Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Full Stack Developer Interview Process

based on 13 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
Accenture Full Stack Developer Salary
based on 315 salaries
₹3 L/yr - ₹12 L/yr
18% less than the average Full Stack Developer Salary in India
View more details

Accenture Full Stack Developer Reviews and Ratings

based on 27 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 27 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 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