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 37k Reviews

Filter interviews by

Infosys Software Developer Interview Questions, Process, and Tips

Updated 12 Jan 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 You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious) of this a ...read more
  • Q3. Intersection of Linked List You are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the ...read more
View all 118 questions

Infosys Software Developer Interview Experiences

253 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Spring framework?
  • Q2. Which to use between Spring Boot and Spring MVC?
  • Ans. 

    Spring Boot is preferred for rapid development and microservices, while Spring MVC is used for traditional web applications.

    • Spring Boot is preferred for rapid development of microservices due to its convention over configuration approach.

    • Spring MVC is used for traditional web applications where more customization and configuration is required.

    • Spring Boot includes embedded servers like Tomcat, Jetty, and Undertow, makin...

  • Answered by AI
  • Q3. While supporting feature developed by you in production, how you came to know on which server application is running on?
  • Ans. 

    By checking the server logs or using tools like 'ps' command or 'netstat' command.

    • Check server logs for information on which server the application is running on.

    • Use 'ps' command to list running processes and identify the server.

    • Use 'netstat' command to check network connections and identify the server.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • Spring Boot
  • Spring Mvc
  • Core Java
  • OOPS
  • Multithreading
  • Collections
Interview preparation tips for other job seekers - Have some Spring end to end knowledge. They asked questions around corners of core java and spring.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked About current Projects
  • Q2. Asked to code 2 problems
Round 2 - Technical 

(2 Questions)

  • Q1. Asked core java and microservices questions
  • Q2. Current project and my role

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding questions in 3 hours.

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Explain about the projects you're working currently
  • Q3. Do you have work experience in backend technologies
  • Ans. 

    Yes, I have 3 years of work experience in backend technologies including Java, Spring Boot, and SQL databases.

    • Worked with Java for backend development

    • Experience with Spring Boot framework

    • Proficient in working with SQL databases like MySQL and PostgreSQL

  • Answered by AI
  • Q4. Asked few questions in mentioned technologies
  • Q5. Explain the logic of longest substring
  • Ans. 

    Longest substring refers to finding the continuous sequence of characters within a string with no repeating characters.

    • Iterate through the string and keep track of the characters seen so far

    • Use a hashmap to store the index of each character

    • Update the start index of the substring when a repeating character is encountered

    • Calculate the length of the current substring and update the longest substring found so far

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at S R K R Engineering College, Bhimavaram and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maintain a medium level of aptitude while keeping track of the time during the attempt.

Round 2 - Coding Test 

Programming can be performed using languages such as Python, Java, C++, and others.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not panic and communicate with them confidently.

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)

 Embedded Software Developer

 (1)

 Software Developer Trainee

 (1)

 Assistant Software Developer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is marker interface
  • Ans. 

    A marker interface is an interface with no methods, used to mark classes for special treatment.

    • Marker interfaces do not have any methods to implement.

    • They are used to add metadata to classes at runtime.

    • Examples include Serializable interface in Java.

    • Marker interfaces are often used for type checking or to enable special behavior.

  • Answered by AI
  • Q2. What difference between abstract and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and non-abstract methods, while interface cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract for classes ...

  • Answered by AI

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Details about state management in React JS
  • Q2. What is Context API?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Javascript well along with important concepts of React JS
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java and spring boot related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Manage round and roles and responsibilities
Round 3 - HR 

(1 Question)

  • Q1. Salrary discussion and other benefis
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths English Computer

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism OOPs DS Logical
  • Q2. Logical Question based on scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics

Software Developer interview

user image OnlineStudy4u

posted on 12 Mar 2022

Software Developer Interview Questions & Answers

user image abhishek gobburkar

posted on 9 Dec 2024

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

(2 Questions)

  • Q1. How do you creat react app
  • Q2. What is dependecy injection
Round 2 - Coding Test 

Make a to app in react ,

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare with basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, abstract class and interface difference
  • Q2. Explain selead class, can we extend it

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, Aptitude Test and Coding 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 97 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 116 Infosys interviews
Job Portal
Company Website
Campus Placement
Referral
WalkIn
Recruitment Consultant
34%
26%
16%
12%
6%
1%
5% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Software Developer Salary
based on 5.6k salaries
₹3 L/yr - ₹12 L/yr
15% less than the average Software Developer Salary in India
View more details

Infosys Software Developer Reviews and Ratings

based on 346 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-Life balance

3.5

Salary & Benefits

4.0

Job Security

3.9

Company culture

3.4

Promotions/Appraisal

3.8

Work Satisfaction

Explore 346 Reviews and Ratings
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.3k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.8k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview