Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Java Developer Interview Questions, Process, and Tips

Updated 30 Mar 2025

Top Infosys Java Developer Interview Questions and Answers

  • Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
  • Q2. 1.What is Singleton in java and create your own singleton class countering all breakable conditions? 2. What is Auto Configuration? 3. @Primary vs @Qualifier 4. What is i ...read more
  • Q3. write a code to filter out loans with incomplete status using java 8 features.
View all 187 questions

Infosys Java Developer Interview Experiences

145 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 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array related question
  • Q2. SQL related question
Round 2 - HR 

(2 Questions)

  • Q1. Previous project related question
  • Q2. Behavioural question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between string and stringbuffer, difference between throw and throws
  • Ans. 

    String is immutable while StringBuffer is mutable. throw is used to explicitly throw an exception, throws is used in method signature to declare exceptions that can be thrown.

    • String is immutable, meaning its value cannot be changed once it is created. StringBuffer is mutable, meaning its value can be changed.

    • StringBuffer is synchronized, making it thread-safe. String is not synchronized.

    • throw keyword is used to explici...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference bwteen abstract and interface
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and methods, while interfaces cannot have any implementation.

    • A class can only extend one abstract class, but it can implement multiple interfaces.

    • Abstract classes are used to define a common behavior among subclasses, while interfaces are used to define a cont...

  • Answered by AI

Skills evaluated in this interview

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
Q4. How to sort a list of students on the basis of their First name?
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Java Developer Interview Questions & Answers

user image anonymous pc

posted on 4 May 2024

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

(2 Questions)

  • Q1. Memory management max focus.
  • Q2. Object related, oops concepts, collection.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Case Study 

Question about current project and questions from technologies mentioned in CV.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about your projects and technologies mentioned in Resume, questions will be asked from any tech. you mentioned.

Infosys interview questions for designations

 Senior Java Developer

 (21)

 Junior Java Developer

 (6)

 Java Software Developer

 (3)

 Associate Java Developer

 (2)

 Java Developer Trainee

 (1)

 Lead Java Developer

 (2)

 Backend Java Developer

 (2)

 Fullstack Java Developer

 (1)

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

(2 Questions)

  • Q1. Advantages of Spring Boot
  • Ans. 

    Spring Boot simplifies the development of Java applications by providing a set of tools and conventions.

    • 1. Rapid development: Spring Boot reduces the amount of boilerplate code needed, allowing developers to quickly build and deploy applications.

    • 2. Opinionated defaults: Spring Boot provides sensible defaults for configuration, reducing the need for manual setup.

    • 3. Embedded servers: Spring Boot includes embedded servers...

  • Answered by AI
  • Q2. Exlplain Normalisation

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. OOPs based question
  • Q2. String concatenate

Java Developer Jobs at Infosys

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

(2 Questions)

  • Q1. Explain OOPS concept are
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q2. Comparable vs comparator explain
  • Ans. 

    Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering in Java.

    • Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be compared.

    • Comparator interface is used to define custom ordering of objects. It is implemented by a separate class that compares objects of another class.

    • Example: Comparable in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic concepts to learning and should be have work experience

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Whar are java 8 features
  • Ans. 

    Java 8 features include lambda expressions, functional interfaces, streams, default methods, and more.

    • Lambda expressions allow you to write code in a more concise and readable way.

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

    • Streams provide a way to work with sequences of elements and perform operations on them.

    • Default methods allow interfaces to have method implementa...

  • Answered by AI
  • Q2. Coding questions on string
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Filter specific location from a list using Java 8

Round 2 - Technical 

(1 Question)

  • Q1. Java collection use cases Hashmap working principle
  • Ans. 

    Hashmap is a key-value pair data structure in Java used for fast retrieval of data.

    • Hashmap stores data in key-value pairs

    • It uses hashing to store and retrieve data efficiently

    • Allows null keys and values

    • Example: HashMap<String, Integer> map = new HashMap<>()

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Based questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Get 2nd highest salary using stream
  • Ans. 

    Use stream to get 2nd highest salary in Java

    • Sort the salaries in descending order using stream

    • Skip the first salary to get the second highest salary

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Java Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, One-on-one Round and HR.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Java, Microservices, Spring Boot, Hibernate and SDLC.
What are the top questions asked in Infosys Java Developer interview?

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

  1. write a code to filter out loans with incomplete status using java 8 featur...read more
  2. 1.What is Singleton in java and create your own singleton class countering all ...read more
  3. Difference Between Comparator and Comparable. What is fully qualified domain na...read more
How long is the Infosys Java Developer interview process?

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

Tell us how to improve this page.

Infosys Java Developer Interview Process

based on 116 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Java Developer Salary
based on 1.4k salaries
₹2 L/yr - ₹10.7 L/yr
At par with the average Java Developer Salary in India
View more details

Infosys Java Developer Reviews and Ratings

based on 123 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.1

Salary

3.7

Job security

3.7

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 123 Reviews and Ratings
Java Developer -(Hyderabad).

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Java Developer (Thiruvananthapuram)

Kolkata,

Pune

+1

3-6 Yrs

Not Disclosed

Java Developer (Kolkatta)

Kolkata,

Pune

+1

3-6 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview