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 30 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 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 122 questions

Infosys Software Developer Interview Experiences

258 interviews found

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

(2 Questions)

  • Q1. Oops concepts should prepare
  • Q2. Const, des.. static and many more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is React in web development?
  • Q2. What is redux? and when you use?

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • React.Js

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. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How are you able to handle a difficult client
  • Ans. 

    I handle difficult clients by remaining calm, listening actively, and finding solutions to their concerns.

    • Remain calm and composed during interactions

    • Listen actively to understand their concerns and frustrations

    • Empathize with their perspective and show understanding

    • Find solutions to address their issues and communicate effectively

  • Answered by AI
  • Q2. Few JAVA coding questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between stream and collection
  • Ans. 

    Streams are used for processing elements from a data source sequentially, while collections are used for storing and managing groups of objects.

    • Streams are lazy and can be processed in parallel, while collections are eager and store all elements in memory.

    • Streams support functional-style operations like map, filter, and reduce, while collections provide methods like add, remove, and contains.

    • Example: List names = Array...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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)

 .NET Software Developer

 (1)

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

(2 Questions)

  • Q1. Technical on java
  • Q2. Spring boot concepts

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. What is reference
  • Q2. Types of primitives data

Software Developer Jobs at Infosys

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Company Website

Round 1 - Aptitude Test 

Aptitude is bit difficult we concentrate over maths

Round 2 - Technical 

(2 Questions)

  • Q1. They ask questions from what is there is resume
  • Q2. They ask questions from sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Work from beginning for interview not at the last time
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 3 question. 2 medium and 1 hard.

Round 2 - Technical 

(2 Questions)

  • Q1. What is binary search?
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array in half and compare the target value with the middle element

    • If the target value is smaller, search the left half. If larger, search the right half

    • Repeat the process until the target value is found or the subarray is empty

  • Answered by AI
  • Q2. What is rest api?
  • Ans. 

    REST API is a type of web service that allows communication between different systems over HTTP using standard methods like GET, POST, PUT, DELETE.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE for communication

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve user data from a server

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is js and async js
  • Ans. 

    JS stands for JavaScript, a programming language commonly used for web development. Async JS refers to asynchronous JavaScript, which allows for non-blocking code execution.

    • JS is a programming language used for web development.

    • Async JS allows for non-blocking code execution.

    • Async JS is commonly used for tasks like fetching data from a server without blocking the rest of the code execution.

  • Answered by AI
  • Q2. Types of streams in node js
  • Ans. 

    Types of streams in Node.js include Readable, Writable, Duplex, and Transform streams.

    • Readable streams allow reading data from a source.

    • Writable streams allow writing data to a destination.

    • Duplex streams allow both reading and writing.

    • Transform streams modify data as it is being read or written.

    • Example: fs.createReadStream() creates a Readable stream for reading a file.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How much is salary expected
  • Ans. 

    Salary expectations are based on experience, skills, location, and company size.

    • Research average salaries for Software Developers in your area

    • Consider your level of experience and skills

    • Take into account the size and reputation of the company

    • Be prepared to negotiate based on benefits and perks offered

    • Provide a range rather than a specific number

  • Answered by AI
  • Q2. Is it negotiable or not

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Deepali Chavhan

posted on 11 Sep 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. CRUD app in angular with in 15min
  • Ans. 

    Create a CRUD app in Angular within 15 minutes

    • Set up Angular project with CLI

    • Create components for Create, Read, Update, and Delete operations

    • Implement services to interact with backend API

    • Use Angular Material for UI components

    • Test the app functionality

  • Answered by AI
  • Q2. Golang question

Skills evaluated in this interview

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 171 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 5.8k salaries
₹3 L/yr - ₹12.5 L/yr
At par with the average Software Developer Salary in India
View more details

Infosys Software Developer Reviews and Ratings

based on 356 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 356 Reviews and Ratings
Java Software Develope

Pune,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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