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 Software Developer Interview Questions, Process, and Tips

Updated 24 Mar 2025

Top Infosys Software Developer Interview Questions and Answers

  • Q1. 1. what is the difference between exception and error. How did u solve the errors in the code deployment?
  • Q2. Maximum Subarray Sum Problem Statement Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray ...read more
  • Q3. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked ...read more
View all 124 questions

Infosys Software Developer Interview Experiences

261 interviews found

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

(2 Questions)

  • Q1. Years of experience
  • Q2. Current package

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Walk through your project details

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

Software Developer Interview Questions & Answers

user image Prakkumar Pandya

posted on 13 Dec 2024

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

They are inquiring about fundamental Java questions and MySQL.

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 medium and 1 easy question

Round 2 - HR 

(1 Question)

  • Q1. How you see in next 5 year

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest

Infosys interview questions for designations

 Senior Software Developer

 (19)

 Junior Software Developer

 (14)

 Software Developer fresher

 (6)

 Java Software Developer

 (3)

 Associate Software Developer

 (3)

 Software Developer Trainee

 (1)

 Embedded Software Developer

 (1)

 Assistant Software Developer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions related to java.

Round 2 - HR 

(1 Question)

  • Q1. About team work

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Basic questions
  • Q2. Besic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Java python coding basic

Software Developer Jobs at Infosys

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

(2 Questions)

  • Q1. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods like eat() can be inherited by Dog and Cat classes which can override the e

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also helps in achieving data abstraction and information hiding.

    • Example: In a class representing a car, the variables lik...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test was easy and was on Hackerrank

Round 2 - Technical 

(3 Questions)

  • Q1. Resume based questions asked
  • Q2. How can you implement AI ML In your college
  • Ans. 

    Implementing AI ML in college requires curriculum updates, faculty training, and access to resources.

    • Update the curriculum to include AI and ML courses

    • Train faculty members on AI and ML concepts and tools

    • Provide access to resources such as high-performance computing systems and datasets

    • Encourage research and projects in AI and ML

    • Organize workshops, seminars, and hackathons to promote AI and ML learning

    • Collaborate with ...

  • Answered by AI
  • Q3. What do you understand by Router and Switch
  • Ans. 

    A router is a networking device that forwards data packets between computer networks. A switch is a networking device that connects devices within a network.

    • A router operates at the network layer (Layer 3) of the OSI model and uses IP addresses to route packets.

    • Routers are used to connect multiple networks together, such as connecting a home network to the internet.

    • Routers can determine the best path for data packets t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with ur resume

Skills evaluated in this interview

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

I applied via Approached by Company

Round 1 - Aptitude Test 

English, logical, analytical, 2 hrs

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, 1 coding question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic of java, spring boot and hibernate
  • Q2. Basic of microservice questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no work life balance

Infosys Interview FAQs

How many rounds are there in Infosys Software Developer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Infosys Software 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 Software Development, Hardware Networking, Struts, Hibernate and Oracle DBA.
What are the top questions asked in Infosys Software Developer interview?

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

  1. 1. what is the difference between exception and error. How did u solve the erro...read more
  2. 2. What is the difference between checked and unchecked exceptions and state th...read more
  3. What is python and difference between java and pyt...read more
How long is the Infosys Software Developer interview process?

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

Tell us how to improve this page.

Infosys Software Developer Interview Process

based on 175 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Software Developer Salary
based on 6k salaries
₹4.3 L/yr - ₹19.5 L/yr
18% more than the average Software Developer Salary in India
View more details

Infosys Software Developer Reviews and Ratings

based on 370 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 370 Reviews and Ratings
Java Software Develope

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.2 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.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 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