Upload Button Icon Add office photos

Filter interviews by

Accenture Java Full Stack Developer Interview Questions, Process, and Tips

Updated 19 Sep 2024

Top Accenture Java Full Stack Developer Interview Questions and Answers

View all 6 questions

Accenture Java Full Stack Developer Interview Experiences

4 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a java code to find second largest element
  • Ans. 

    Java code to find second largest element in an array

    • Sort the array in descending order

    • Return the element at index 1 as the second largest element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java, Spring boot annotations, basic code flow, current role, angular basics
Round 2 - Behavioral 

(1 Question)

  • Q1. Db optimizations, performance enhancements, query optimization, how to handle huge data etc

Interview Preparation Tips

Topics to prepare for Accenture Java Full Stack Developer interview:
  • Oops
  • Java 8
  • Angular basics
  • Communication between components
  • Optimization methods
  • Basic queries to backend
  • Html basics
  • Css basics
  • Interface, abstraction, polymorp
  • Collections
  • Java memory
  • New features in java higher vers
  • Version controlling
  • Basic git commands
Interview preparation tips for other job seekers - Basic concepts should be clear, be prepared to showcase your role in the project, your achievements or challenges etc and explain a little bit on that. Be confident.

Java Full Stack Developer Interview Questions Asked at Other Companies

asked in CGI Group
Q1. Coding question - 1. Create a immutable class of orders. What hap ... read more
Q2. What is the difference between methode overloading and overriding ... read more
asked in CGI Group
Q3. How are 4-5 microservices connected in rest api's? which techniqu ... read more
asked in CGI Group
Q4. Explain Spring Cloud and how you are using in microservices?
Q5. How do you connect to database with java and update data ?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. What was role in previous project
  • Q3. What you worked on in previous project
  • Q4. How much java and ui you know
  • Ans. 

    I have strong knowledge and experience in Java programming and UI development.

    • Proficient in Java programming language, including core concepts like OOP, multithreading, and collections

    • Skilled in developing UI using technologies like HTML, CSS, JavaScript, and frameworks like React or Angular

    • Experience in integrating backend Java code with frontend UI for full stack development

    • Familiar with UI design principles and resp

  • Answered by AI
Round 2 - Technical 

(6 Questions)

  • Q1. What is class and object in java
  • Ans. 

    A class is a blueprint for creating objects in Java, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is created using the 'new' keyword followed by the class name.

    • Multiple objects can be created from the same class.

  • Answered by AI
  • Q2. What is difference between object and instance in java
  • Ans. 

    An object is a physical entity in memory, while an instance is a specific realization of an object.

    • An object is a general concept, while an instance is a specific occurrence of that concept.

    • Objects are created using classes, while instances are created using the 'new' keyword.

    • Each instance has its own state (values of attributes) and behavior (methods).

    • Example: 'Car' is an object, while 'Toyota Camry' is an instance of

  • Answered by AI
  • Q3. What is heap and stack memory
  • Ans. 

    Heap and stack memory are two types of memory in computer systems. Heap memory is used for dynamic memory allocation, while stack memory is used for static memory allocation.

    • Heap memory is used for storing objects and is managed by the JVM. It is larger in size compared to stack memory.

    • Stack memory is used for storing method calls, local variables, and is limited in size. It follows Last In First Out (LIFO) order.

    • Examp...

  • Answered by AI
  • Q4. How does string work in java meaning, how its stored and how its reference is saved in pool
  • Ans. 

    Strings in Java are stored in the String pool, which is a special area in the Java heap memory.

    • Strings in Java are immutable, meaning once a string is created, it cannot be changed.

    • When a string is created in Java, it is stored in the String pool if it does not already exist.

    • String literals are stored in the String pool, while strings created using the 'new' keyword are stored in the heap memory.

    • String pool helps in sa...

  • Answered by AI
  • Q5. Some questions on my resume and previous project work
  • Q6. Questions on spring boot and rest api

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through java basics and spring concepts throughly

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic OOPs questions on java,
Write a java program to count the number of unique chars in a string
find the second and third maximum in a int array using stream

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain the projects you have worked
  • Ans. 

    I have worked on various projects including e-commerce websites, CRM systems, and mobile applications.

    • Developed an e-commerce website using Java Spring framework

    • Implemented a CRM system for managing customer data and interactions

    • Worked on developing mobile applications using React Native

  • Answered by AI
  • Q2. Any critical situations you have faced due your Career
  • Ans. 

    Yes, I have faced critical situations in my career such as handling production issues and resolving them under pressure.

    • Handled a critical production issue where the application was down and impacting business operations. Quickly identified the root cause and implemented a fix to restore functionality.

    • Managed a situation where a major feature release had a critical bug that caused data corruption. Worked with cross-fun...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java basics, Stream,Streams, Multithreading, OOPs,

Accenture interview questions for designations

 Full Stack Developer

 (12)

 Full Stack Software Developer

 (5)

 Full Stack Engineer

 (5)

 Java Developer

 (52)

 Senior Java Developer

 (5)

 Java Software Developer

 (4)

 Java J2ee Developer

 (1)

 Junior Java Developer

 (1)

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. React common questions
  • Q2. Spring boot and microservices questions
  • Q3. Sql questions like second highest salary
  • Q4. Java streams interview questions like second highest

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and open
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Hacker Rank Test contains 40 questions (39 MCQ's + 1 coding question) - 39 questions include Java 8 features, microservices, React JS, Spring.
Coding question - will test concept of inheritance, collections and stream API.

Need to get more than 60%, to advance to next round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the coding question first, if we keep at last, time won't be adequate for passing all test cases.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different annotations in Spring Boot
  • Ans. 

    Spring Boot provides various annotations for different purposes.

    • The @RestController annotation is used to create RESTful web services.

    • The @Autowired annotation is used for automatic dependency injection.

    • The @RequestMapping annotation is used to map HTTP requests to specific methods.

    • The @Component annotation is used to mark a class as a Spring component.

    • The @Service annotation is used to mark a class as a Spring service...

  • Answered by AI
  • Q2. Explain Routes and how it is handled in React js
  • Ans. 

    Routes in React js are used to define the navigation paths and handle the rendering of different components based on the URL.

    • Routes are defined using the React Router library

    • Each route is associated with a specific URL path and a corresponding component

    • When a user navigates to a specific URL, the corresponding component is rendered

    • Routes can also have parameters that can be accessed in the component

    • Nested routes can be

  • Answered by AI
  • Q3. What are microservices
  • Ans. 

    Microservices are a software architectural style that structures an application as a collection of small, loosely coupled services.

    • Microservices are independent, self-contained components that can be developed, deployed, and scaled independently.

    • Each microservice focuses on a specific business capability and communicates with other microservices through APIs.

    • Microservices promote flexibility, scalability, and resilienc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with all the concepts. No Secret, only smart work

Skills evaluated in this interview

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

Interview was 30mins, and asked streams and annotations in java

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

(2 Questions)

  • Q1. Spring boot questions
  • Q2. Hibernate questions
Round 2 - HR 

(1 Question)

  • Q1. What is your Expected CTC
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for Java Full Stack Developers.

    • My expected CTC is in line with industry standards for Java Full Stack Developers.

    • I have considered my experience, skills, and the current market trends while determining my expected CTC.

    • I am open to negotiation based on the overall compensation package offered by the company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm the CTC they can provide before the interview
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about Spring
Round 2 - Technical 

(1 Question)

  • Q1. Deep into spring
Round 3 - HR 

(1 Question)

  • Q1. About SQL and quireis

Accenture Interview FAQs

How many rounds are there in Accenture Java Full Stack Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, One-on-one Round and Behavioral.
How to prepare for Accenture Java 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 Angular, Java, Multithreading, React.Js and Spring Boot.
What are the top questions asked in Accenture Java Full Stack Developer interview?

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

  1. How does string work in java meaning, how its stored and how its reference is s...read more
  2. What is difference between object and instance in j...read more
  3. What is class and object in j...read more

Tell us how to improve this page.

Accenture Java Full Stack Developer Interview Process

based on 4 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 4 Accenture interviews
Referral
Job Portal
25%
25%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Accenture Java Full Stack Developer Salary
based on 106 salaries
₹3.5 L/yr - ₹14.5 L/yr
22% more than the average Java Full Stack Developer Salary in India
View more details

Accenture Java Full Stack Developer Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.0

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.3

Work Satisfaction

Explore 6 Reviews and Ratings
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview