Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Accenture Java Developer Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Accenture Java Developer Interview Questions and Answers

  • Q1. What are the principles of object oriented programming, such as OOPs concepts in Java
  • Q2. Write a code of prime numbers 1 to 100 and write sql query.
  • Q3. What is the difference between ArrayList and LinkedList?
View all 45 questions

Accenture Java Developer Interview Experiences

51 interviews found

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 Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Java 8 , java 11 and java 17 features?
  • Ans. 

    Java 8 introduced lambda expressions, Java 11 added local-variable syntax for lambda parameters, and Java 17 included sealed classes and pattern matching.

    • Java 8 introduced lambda expressions for functional programming.

    • Java 11 added local-variable syntax for lambda parameters to simplify code.

    • Java 17 included sealed classes to restrict inheritance and pattern matching for instanceof checks and type casts.

  • Answered by AI
  • Q2. Dispatcher servlet, design patterns
  • Q3. @SpringbootApplication annotation, actuators
  • Q4. String Coding question with java 8 features such as lambda function and stream api
  • Q5. Number of words in a string
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces and count the number of resulting elements.

    • Handle edge cases like multiple spaces or empty strings.

    • Consider punctuation marks as part of words unless specified otherwise.

  • Answered by AI
  • Q6. Microservice design patterns

Java Developer Interview Questions & Answers

user image Chavan Sujas Tanaji

posted on 7 Jan 2025

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

(2 Questions)

  • Q1. What is the Java programming language?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability, security, and robustness.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its security features, such as sandboxing and encryption

    • It is widely used in web development, mobile applicatio...

  • Answered by AI
  • Q2. Is Java considered a purely object-oriented programming language?
  • Ans. 

    Java is not purely object-oriented as it also supports primitive data types and static methods.

    • Java supports primitive data types like int, double, boolean which are not objects.

    • Static methods in Java belong to the class itself and do not require an instance to be called.

    • Java also has features like enums and interfaces which are not strictly object-oriented.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in Java development with proven experience in delivering high-quality, efficient code.

    • Extensive experience in Java development, including proficiency in Java EE, Spring framework, and Hibernate.

    • Proven track record of delivering high-quality, efficient code that meets project requirements and deadlines.

    • Strong problem-solving skills and ability to work well in a team environment, collaborating ...

  • Answered by AI
  • Q2. What motivates you to seek employment at this company?
  • Ans. 

    I am motivated to seek employment at this company because of its reputation for innovation and commitment to employee growth.

    • I am impressed by the company's track record of developing cutting-edge technology solutions.

    • I value the emphasis this company places on continuous learning and professional development.

    • I am excited about the opportunity to work with a talented team of developers and contribute to impactful proje

  • Answered by AI

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Java Developer Interview Questions & Answers

user image Shivam Saha

posted on 21 Oct 2024

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

(3 Questions)

  • Q1. Features of java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow for more concise code and enable functional programming.

    • Functional interfaces are interfaces with a single abstract method, used for lambda expressions.

    • Streams provide a way to work with sequences of elements and support parallel processing.

    • Default methods allow interfaces to...

  • Answered by AI
  • Q2. Questions from steam api
  • Q3. Spring life cycle flow
Round 2 - Technical 

(2 Questions)

  • Q1. Current work structure
  • Ans. 

    Currently working as a Java Developer at XYZ Company, responsible for developing and maintaining Java applications.

    • Developing and maintaining Java applications

    • Collaborating with team members on projects

    • Participating in code reviews and debugging

    • Implementing new features and enhancements

    • Troubleshooting and resolving technical issues

  • Answered by AI
  • Q2. Other technalogies I am using in my compnay

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot annotations, actuators
  • Q2. Coding question using java 8
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Accenture Java Developer interview:
  • Core Java
  • Spring Boot
Interview preparation tips for other job seekers - Prepare your basic

Java Developer Interview Questions & Answers

user image Harshit Singh

posted on 3 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Annotations used in Spring and REST
  • Ans. 

    Annotations like @RestController, @RequestMapping, @Autowired are used in Spring for defining RESTful services.

    • Annotations like @RestController, @RequestMapping, @Autowired are used in Spring for defining RESTful services

    • Annotations like @GetMapping, @PostMapping, @PutMapping, @DeleteMapping are used for mapping HTTP methods to controller methods

    • Annotations like @PathVariable, @RequestParam are used for handling reques

  • Answered by AI
  • Q2. Segregate the employee list whose name starts with any particular alphabet
  • Ans. 

    Segregate employee list by first alphabet of name

    • Create a map with alphabet as key and list of employees as value

    • Iterate through employee list and add each employee to corresponding alphabet key

    • Return the map with segregated employee lists

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to Java 1.8, Java Core, and Spring Boot.
  • Q2. Questions related to Git, and Agile.

Interview Preparation Tips

Interview preparation tips for other job seekers - keep the core concept strong and go through interview questions on each topic. It's not very tough.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between controller and rest controller
  • Ans. 

    Controller is a general term for classes that handle requests in a web application, while RestController specifically handles RESTful requests.

    • Controller is a general term for classes that handle requests in a web application

    • RestController is a specialized type of controller that specifically handles RESTful requests

    • RestController is annotated with @RestController, while Controller is annotated with @Controller

    • RestCont...

  • Answered by AI
  • Q2. Hibernate method save and update

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basic questions and mostly asked Java 8 programs and db related questions

Skills evaluated in this interview

Java Developer Interview Questions & Answers

user image Chandni Tilasi

posted on 8 Aug 2024

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

(2 Questions)

  • Q1. Interviewer did not come it was so frustrating
  • Q2. Interviewer did not come it was o frustrating
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to crack the test

Round 2 - Coding Test 

Easy to crack, focus on oops concepts

Round 3 - Technical 

(1 Question)

  • Q1. Project roles and responsibiliies

Java Developer Interview Questions & Answers

user image aman sharma

posted on 12 Nov 2024

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit loss and permutations questions

Round 2 - Coding Test 

Basic core questions

Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

How many rounds are there in Accenture Java Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, HR and Resume Shortlist.
How to prepare for Accenture Java 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 Java, Spring, J2Ee, Hibernate and Javascript.
What are the top questions asked in Accenture Java Developer interview?

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

  1. What are the principles of object oriented programming, such as OOPs concepts i...read more
  2. Write a code of prime numbers 1 to 100 and write sql que...read more
  3. What is the difference between ArrayList and LinkedLi...read more
How long is the Accenture Java Developer interview process?

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

Recently Viewed

DESIGNATION

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Ernst & Young

No Reviews

COMPANY BENEFITS

Ernst & Young

No Benefits

JOBS

WOT Studios

No Jobs

INTERVIEWS

Accenture

No Interviews

COMPANY BENEFITS

Ernst & Young

No Benefits

INTERVIEWS

McAfee

10 top interview questions

JOBS

Ernst & Young

No Jobs

JOBS

Ernst & Young

No Jobs

Tell us how to improve this page.

Accenture Java Developer Interview Process

based on 48 interviews

3 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more
Accenture Java Developer Salary
based on 796 salaries
₹2.4 L/yr - ₹11.5 L/yr
20% more than the average Java Developer Salary in India
View more details

Accenture Java Developer Reviews and Ratings

based on 52 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.7

Salary

3.8

Job security

4.1

Company culture

3.5

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17.4k salaries
unlock blur

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