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
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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Core Java basic questions
Round 2 - HR 

(1 Question)

  • Q1. Questions was regarding documents

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?

I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is java and what is inheritance and what is oops concepts and what is method
  • Ans. 

    Java is an object-oriented programming language. Inheritance is a mechanism to create new classes based on existing ones. OOPs is a programming paradigm. Method is a block of code that performs a specific task.

    • Java is a high-level, class-based, and object-oriented programming language.

    • Inheritance is a mechanism in which one class acquires the properties and behaviors of another class.

    • OOPs is a programming paradigm that...

  • Answered by AI
  • Q2. What is java and what is oops concepts and what is inheritance and what is method
  • Ans. 

    Java is an object-oriented programming language. OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Java is a high-level programming language that is platform-independent.

    • OOPs concepts are the foundation of Java programming.

    • Inheritance is a mechanism in which one class acquires the properties and behaviors of another class.

    • A method is a collection of statements that perform a specific task.

    • ...

  • Answered by AI
  • Q3. What is java and what is method and what is oops concepts
  • Ans. 

    Java is a programming language. Method is a block of code that performs a specific task. OOPs is a programming paradigm.

    • Java is an object-oriented programming language used to develop applications and software.

    • A method is a block of code that performs a specific task and can be called by other parts of the program.

    • OOPs is a programming paradigm that focuses on objects and their interactions to solve problems.

    • OOPs conce...

  • Answered by AI
  • Q4. What is java and what is method and what is oops concepts and what is method
  • Ans. 

    Java is an object-oriented programming language. Method is a block of code that performs a specific task. OOPs concepts are principles of object-oriented programming.

    • Java is a high-level programming language that is platform-independent.

    • Method is a block of code that performs a specific task and can be called multiple times.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • Java
Interview preparation tips for other job seekers - I am java developer so please add my profile in interview schedule and i will attend interview

Skills evaluated in this interview

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 Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Talk about the project, specifically what you do and the tech stack of your project.
  • Q2. Write a code to filter out loans with incomplete status using java 8 features.
  • Ans. 

    Code to filter out loans with incomplete status using Java 8 features.

    • Use stream() method to convert the list of loans into a stream

    • Use filter() method to filter out loans with incomplete status

    • Use collect() method to collect the filtered loans into a new list

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions regarding the functioning of spring MVC, spring boot, different annotations, and basics of core java and java 8 features.

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • java 8
  • Spring Boot
  • junit 5
Interview preparation tips for other job seekers - be prepared for two technical rounds, one where you will be asked standard questions regarding your project, and also asked to code some. so keep your coding skills sharp, nothing fancy just the basics of spring boot and java 8.
The second will be a one-on-one discussion regarding some java questions over the phone. Nothing too difficult if you know your basics.

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)

Java Developer Interview Questions & Answers

user image Thandra Vani

posted on 21 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself and explain your major project
  • Q2. Tell me about your self and explain your major project
  • Q3. Tell me about your self and explain about your project
Round 2 - Technical 

(2 Questions)

  • Q1. Java questions and javascript
  • Q2. Java questions and javascript questions
Round 3 - Coding Test 

Even numbers and odd numbers

Round 4 - Group Discussion 

General knowledge questions

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • Java
Interview preparation tips for other job seekers - Now am searching for a job and i need job

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software applications.

    • SDLC is a structured process that includes planning, designing, coding, testing, and deployment of software.

    • Common SDLC models include Waterfall, Agile, and DevOps.

    • Each phase of SDLC has specific goals and deliverables to ensure the quality and success of the software project.

  • Answered by AI

Skills evaluated in this interview

Java Developer Jobs at Infosys

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Java basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Java, spring boot, microservices, sql related questions, 2 coding questions related to array
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • 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 object-oriented programming

    • Experience in developing web applications

    • Familiarity with Agile development methodologies

  • Answered by AI
  • Q2. Short term goal and long term goal
  • Q3. My short term goal is to become a job in repute compeny .My long term goal is improve your self confidence

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is a global leader in next generation digital services.

I applied via Walk-in

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Programming language python java and

Round 3 - Coding Test 

Android And python codes for the 2bd interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself. ...
Apply even if you're not fully qualified. ...
Job search like it's your job. ...
Use informational interviews to network. ...

I applied via Indeed and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Is java object oriented language or not ?
  • Ans. 

    Yes, Java is an object-oriented language.

    • Java supports all the features of object-oriented programming such as encapsulation, inheritance, and polymorphism.

    • All code in Java is written inside classes, which are objects.

    • Java also has interfaces, which allow for multiple inheritance.

    • Example: Java's String class is an object that has methods and properties.

    • Example: Inheritance in Java allows a subclass to inherit propertie

  • Answered by AI
  • Q2. Explain Final,Finally,Finalize() in Java?
  • Ans. 

    Final, Finally, Finalize() are keywords in Java used for different purposes.

    • Final is used to declare a variable as constant.

    • Finally is used to execute a block of code after try-catch block.

    • Finalize() is a method used for garbage collection.

    • Final can be used with classes, methods, and variables.

    • Finally block is always executed whether an exception is thrown or not.

  • Answered by AI
  • Q3. Final is a keyword applicable to classes, variables and methods. Finally is a block that is always associated with try and catch block. Finalize() is a method applicable to objects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself, and sell your self with high rated.

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