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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops, rest api, angular, etc
Round 2 - Technical 

(1 Question)

  • Q1. Design pattern, angular, spring annotations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Project
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used Java, Spring framework, and MySQL for backend development

    • Implemented user authentication and authorization using Spring Security

    • Designed a responsive front-end using HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Java 8 concepts

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 Coding questions, Normal Java String coding question, Spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java is must, Java 8, SB annotations also.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Flow of spring boot application
  • Ans. 

    The flow of a Spring Boot application involves the initialization of the application context, handling of HTTP requests, and execution of business logic.

    • Spring Boot application starts by initializing the application context, which includes loading beans, properties, and configurations.

    • HTTP requests are handled by the embedded server (e.g. Tomcat) which routes requests to the appropriate controller methods.

    • Business logi...

  • Answered by AI

Skills evaluated in this interview

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)

 Backend Java Developer

 (2)

 Lead Java Developer

 (2)

 Fullstack Java Developer

 (1)

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

(1 Question)

  • Q1. Asked about Java concepts and APIs

Get interview-ready with Top Infosys Interview Questions

Java Developer Interview Questions & Answers

user image Prasanth Preetha

posted on 25 Nov 2023

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Any java based questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Java based questions
  • Q2. General knowledge
  • Q3. Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Can you conduct the interview online

Java Developer Jobs at Infosys

View all

Java Developer Interview Questions & Answers

user image Rohini Sharma

posted on 31 Jan 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Quite good nice easy question to attend

Round 2 - Technical 

(1 Question)

  • Q1. Oops,java8, hibernate, spring
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to find the missing element from the array.
  • Ans. 

    Program to find missing element from array of strings

    • Iterate through the array and store elements in a HashSet

    • Iterate through another array and check if each element is present in the HashSet

    • Return the element that is not present in the HashSet

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the jQuery ajax GET request syntax?
  • Ans. 

    The jQuery ajax GET request syntax is used to send an HTTP GET request to a server and retrieve data.

    • Use the $.ajax() method with the 'type' parameter set to 'GET'

    • Specify the URL of the server endpoint as the 'url' parameter

    • Handle the response using the 'success' callback function

    • Optionally, pass data to the server using the 'data' parameter

  • Answered by AI
  • Q2. WAJP to establish a JDBC connection and fetch results from a database and print those results.
  • Ans. 

    Establish a JDBC connection and fetch results from a database using Java.

    • Import the necessary JDBC packages

    • Load and register the JDBC driver

    • Establish a connection to the database

    • Create a statement object

    • Execute a query to fetch results

    • Iterate over the result set and print the results

    • Close the result set, statement, and connection

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications using Java, Spring, and Hibernate.

    • 5 years of experience in Java development

    • Proficient in Spring and Hibernate frameworks

    • Strong knowledge of web application development

    • Experience in working with databases like MySQL and Oracle

    • Familiarity with Agile development methodologies

  • Answered by AI
  • Q2. What would you rate yourself in java on the scale of 1 to 10?
  • Ans. 

    I would rate myself as an 8 in Java.

    • I have extensive experience in Java programming and have successfully completed multiple projects using Java.

    • I am familiar with various Java frameworks and libraries.

    • I have a strong understanding of object-oriented programming principles in Java.

    • I am comfortable working with Java's core features and APIs.

    • I continuously strive to improve my Java skills through self-learning and stayin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics in java and front end tech Stack as well.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops concepts , exception handling

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