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
3.7

based on 37.6k Reviews

Filter interviews by

Infosys Interview Questions, Process, and Tips

Updated 16 Nov 2024

Top Infosys Interview Questions and Answers

  • Q1. write a code to filter out loans with incomplete status using java 8 features.
  • Q2. What is java and what is inheritance and what is oops concepts and what is method
  • Q3. What is polymorphism in both overloading and overriding way?
View all 34 questions

Infosys Interview Experiences

37 interviews found

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

(2 Questions)

  • Q1. String and string builder
  • Q2. Exception handling
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is volatile?
  • Ans. 

    Volatile keyword in Java is used to indicate that a variable's value will be modified by different threads.

    • Volatile keyword ensures visibility of changes made by one thread to other threads.

    • It prevents compiler optimizations that could reorder code and cause unexpected behavior in a multi-threaded environment.

    • Volatile variables are not cached in thread's local memory, but always read from main memory.

    • Example: 'volatile

  • Answered by AI
  • Q2. What are functional Interfaces?
  • Ans. 

    Functional interfaces are interfaces with only one abstract method, used for functional programming in Java.

    • Functional interfaces can have multiple default or static methods, but only one abstract method.

    • They are used in lambda expressions and method references for functional programming.

    • Examples include java.lang.Runnable, java.util.Comparator, and java.util.function.Function.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • Java
  • Spring
Interview preparation tips for other job seekers - Learn Java basics well.

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies for Experienced

asked in Cognizant
Q1. What array list and linkedlist difference,how hashmap internally ... read more
asked in TCS
Q2. what are the difference between abstract class and interface, and ... read more
asked in Infosys
Q3. write a code to filter out loans with incomplete status using jav ... read more
asked in Cognizant
Q4. write program fibonacci series, write program using boolean, writ ... read more
asked in Capgemini
Q5. Is Java platform-independent, if yes why?

Java Developer Interview Questions & Answers

user image UJWAL SUVARNA

posted on 14 Jul 2024

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

Round 1 - Technical 

(2 Questions)

  • Q1. String questions
  • Q2. Collections questions

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • Java
  • Springboot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to Java Basics, Java 8
Round 2 - Behavioral 

(1 Question)

  • Q1. Situational questioning

Infosys interview questions for designations

 Senior Java Developer

 (19)

 Junior Java Developer

 (6)

 Java Software Developer

 (3)

 Associate Java Developer

 (2)

 Java Developer Trainee

 (1)

 Backend Java Developer

 (2)

 Fullstack Java Developer

 (1)

 Java Developer Consultant

 (1)

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is jre explain
  • Ans. 

    JRE stands for Java Runtime Environment, it is a software package that provides the necessary tools to run Java applications.

    • JRE includes Java Virtual Machine (JVM), class libraries, and other necessary files to run Java applications.

    • It does not contain development tools like compiler or debugger, which are included in JDK (Java Development Kit).

    • JRE is required to run Java applications on a computer, as it provides the...

  • Answered by AI
  • Q2. What is jdk explain
  • Ans. 

    JDK stands for Java Development Kit, it is a software development kit used for developing Java applications.

    • JDK includes tools for developing, debugging, and monitoring Java applications.

    • It contains JRE (Java Runtime Environment) which is necessary for running Java programs.

    • JDK also includes a compiler, debugger, and other tools needed for Java development.

    • Examples of JDK versions include JDK 8, JDK 11, and JDK 15.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basics of java

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Hashmap vs hashtable
  • Ans. 

    Hashtable is synchronized and does not allow null keys or values, while HashMap is not synchronized and allows null keys and values.

    • Hashtable is synchronized, while HashMap is not.

    • Hashtable does not allow null keys or values, while HashMap allows them.

    • Hashtable is thread-safe, while HashMap is not.

  • Answered by AI
  • Q2. Spring boot relationships

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was late by 1 and half hour. Interviewer was friendly. Mostly asked questions on previous projects, core java and spring boot

Skills evaluated in this interview

Java Developer Jobs at Infosys

View all
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

Java Developer interview

user image JAVA INTERVIEW BUDDY

posted on 16 Nov 2021

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

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

Infosys Interview FAQs

How many rounds are there in Infosys Java Developer interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Infosys Java Developer interview for experienced candidates?
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 for experienced candidates?

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

  1. write a code to filter out loans with incomplete status using java 8 featur...read more
  2. What is java and what is inheritance and what is oops concepts and what is meth...read more
  3. What is polymorphism in both overloading and overriding wa...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 Interview Process

based on 19 interviews in last 1 year

Interview experience

4.2
  
Good
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 L/yr
11% less than the average Java Developer Salary in India
View more details

Infosys Java Developer Reviews and Ratings

based on 106 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.3

Salary

3.8

Job security

3.8

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 106 Reviews and Ratings
Java Developer

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

Not Disclosed

Java Developer

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.4k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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