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

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

Interview Questionnaire 

3 Questions

  • Q1. 1. OOPS concepts with scenario 2.Collections,week hashmap where did you used in user project
  • Q2. 3. multithreading and threading
  • Q3. 4.Spring annotations and MVC work flow
  • Ans. 

    Explanation of Spring annotations and MVC workflow

    • Spring annotations are used to simplify the configuration of Spring applications

    • MVC workflow involves the flow of requests from the client to the server and back

    • Annotations like @Controller, @RequestMapping, and @ResponseBody are used in MVC to handle requests and responses

    • MVC workflow involves the Model, View, and Controller components

    • The Model represents the data, the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on your basic concepts...give answer with examples which you used in your project.

Interview Questionnaire 

2 Questions

  • Q1. What is polymorphism in both overloading and overriding way?
  • Ans. Polymorphism is a java opps concept which means we can attain the code reusability and reduce the length of code.. Overloading means a method resolution is always takes care by compiler based on reference variables. Overriding means a method resolution always takes care by jvm based on run time object.
  • Answered Anonymously
  • Q2. What is static variables?
  • Ans. 

    Static variables are variables that belong to the class itself, rather than an instance of the class.

    • Static variables are declared using the 'static' keyword.

    • They are shared among all instances of the class.

    • They can be accessed without creating an object of the class.

    • Static variables are initialized only once, at the start of the program.

    • They are useful for storing data that is common to all instances of a class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good and must be focus on most of the things..
And most of the questions asked me these all are conceptual and I am happy to answered most of the questions..

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 Subhranil Ghosh

posted on 7 Feb 2022

Round 1 - Technical 

(1 Question)

  • Q1. Multithreading Hashmap concurrenthashmap

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java 8 features and oop concepts. In depth knowledge about your projects.

Java Developer Interview Questions & Answers

user image Lalit Patil

posted on 20 Nov 2021

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

Interview Questionnaire 

1 Question

  • Q1. Actuator,what is dependency injection, how to change imbeded server in spring boot,W.A.P permutation of string
  • Ans. 

    Answering questions related to Actuator, Dependency Injection, changing embedded server in Spring Boot, and permutation of string.

    • Actuator is a Spring Boot feature that provides endpoints for monitoring and managing the application.

    • Dependency Injection is a design pattern that allows objects to be created with their dependencies injected from outside.

    • To change the embedded server in Spring Boot, you can exclude the def...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Specifically focus on spring boot

Skills evaluated in this interview

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)

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

Interview Questionnaire 

1 Question

  • Q1. Basics of Java8, Programming logic of swapping two numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be strong with basic concepts of your core technology
Listen to questions well, understand them and then answer

Get interview-ready with Top Infosys Interview Questions

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Q1)Strong OOPS concept.
  • Ans. 

    Strong OOPS concept is essential for Java developers to write efficient and maintainable code.

    • Understanding of classes, objects, inheritance, polymorphism, and encapsulation

    • Ability to design and implement complex systems using OOPS principles

    • Experience with design patterns and SOLID principles

    • Knowledge of interfaces, abstract classes, and access modifiers

    • Familiarity with UML diagrams for modeling software systems

  • Answered by AI
  • Q2. Q2) exception handling, multitasking
  • Q3. Q3) collection frameworks internal hierarchical
  • Q4. Q4)java server side strong debugging knowledge required it must for selection.
  • Q5. 5)you need to specific on your answer and to the point
  • Q6. 6)Java utility classes
  • Q7. Spring MVC and spring boot all basic automation and bean internal working knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Please find good place and take interview with cool mind if you don't ahe any questions answer at time of interview don't take stress say politely i don't know that fine

Don't be harrree while answering the question


Java Developer Jobs at Infosys

View all

Java Developer Interview Questions & Answers

user image Sakthivel B

posted on 6 Jul 2017

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

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