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

Updated 21 Feb 2025

Top Infosys Software Engineer Interview Questions and Answers

  • Q1. Split the String Problem Statement You are given a string str consisting of N lowercase alphabets. Your task is to determine if it is possible to divide the string into ...read more
  • Q2. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline ...read more
  • Q3. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth ...read more
View all 184 questions

Infosys Software Engineer Interview Experiences

307 interviews found

Software Engineer Interview Questions & Answers

user image Rajrishi Sengupta

posted on 27 Sep 2024

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

(1 Question)

  • Q1. How many functions can we invoke
  • Ans. 

    The number of functions that can be invoked depends on the programming language and the system's resources.

    • The number of functions that can be invoked is typically limited by the available memory and processing power of the system.

    • In languages like C or C++, the number of functions that can be invoked is limited by the stack size.

    • In languages like Python or JavaScript, the number of functions that can be invoked is lim...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic cobol db2 jcl
  • Q2. Stop run

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your fundamentals and excel in technical skills.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image 495 MUDILI DEVI CHAKRADHAR

posted on 10 Jul 2024

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

(2 Questions)

  • Q1. What is the difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List is defined using square brackets [], tuple using parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. What is list comprehension
  • Ans. 

    List comprehension is a concise way to create lists in programming languages like Python.

    • Used to create lists by iterating over an existing list or range

    • Can include conditions to filter elements

    • Syntax is [expression for item in list if condition]

  • Answered by AI
Round 2 - Coding Test 

Write a python code to print string in reverse order

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your project

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is open text extream
  • Q2. What is forms and what is variables

Infosys interview questions for designations

 Senior Software Engineer

 (76)

 Associate Software Engineer

 (21)

 Software Testing Engineer

 (12)

 Software Engineer Trainee

 (8)

 System Software Engineer

 (6)

 Software Development Engineer

 (3)

 Junior Software Engineer

 (3)

 Assistant Software Engineer

 (2)

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

Great questions of reasoning, maths and essay also

Round 2 - One-on-one 

(1 Question)

  • Q1. Where & having clause

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. What is oops concept
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details ...

  • Answered by AI
  • Q2. What is interface in c#
  • Ans. 

    Interface in C# is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces cannot have implementation, only method and property signatures

    • Classes can implement multiple interfaces

    • Interfaces are used for achieving abstraction and multiple inheritance in C#

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is oops concept
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and ...

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

    Authentication is the process of verifying the identity of a user or system.

    • Authentication ensures that the user is who they claim to be before granting access to resources.

    • Common authentication methods include passwords, biometrics, and two-factor authentication.

    • Examples of authentication systems include login screens, fingerprint scanners, and security tokens.

  • Answered by AI

Software Engineer Interview Questions & Answers

user image Abhishek Pandey

posted on 29 Aug 2024

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

(1 Question)

  • Q1. Stack vs Queue. Explain diff
  • Ans. 

    Stack is Last In First Out (LIFO) data structure, while Queue is First In First Out (FIFO) data structure.

    • Stack: elements are added and removed from the top of the stack. Example: browser history.

    • Queue: elements are added at the rear and removed from the front of the queue. Example: waiting line at a ticket counter.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked basic questions related to java, spring boot like what is internal working of hasmap
  • Q2. What would happen if we use component instead of repository or service annotation
  • Ans. 

    Using component instead of repository or service annotation can lead to confusion and potential errors in the application.

    • Components are typically used for defining Spring beans, while repositories and services are used for specific purposes like data access and business logic

    • Using component annotation instead of repository can lead to ambiguity in the codebase

    • Repositories and services have specific functionalities and...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Height of Binary Tree
  • Ans. 

    The height of a binary tree is the number of edges on the longest path from the root node to a leaf node.

    • The height of an empty tree is -1.

    • The height of a tree with only one node (the root) is 0.

    • The height of a binary tree can be calculated recursively by finding the height of the left and right subtrees and adding 1 to the maximum of the two heights.

  • Answered by AI
  • Q2. Trapping RainWater
  • Q3. Find Maximum Subarray
  • Ans. 

    Maximum Subarray problem involves finding the contiguous subarray with the largest sum.

    • Use Kadane's algorithm to find the maximum subarray sum in O(n) time complexity.

    • Initialize two variables - maxEndingHere and maxSoFar to keep track of current subarray sum and maximum subarray sum.

    • Iterate through the array and update the variables accordingly.

    • Example: Input array [1, -2, 3, -1, 2] should return 4 (subarray [3, -1, 2]

  • Answered by AI
  • Q4. Morris InOrder Traversal
  • Ans. 

    Morris InOrder Traversal is a method to traverse a binary tree without using recursion or a stack.

    • Start at the root node

    • While current is not null, if current has no left child, visit current and move to right child. If current has left child, find the rightmost node in the left subtree and set it as the right child of current

    • Repeat until all nodes are visited

  • Answered by AI
  • Q5. RestController Annotations

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Software Engineer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Infosys Software Engineer 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 Apex, SFDC, Salesforce, .Net and Triggers.
What are the top questions asked in Infosys Software Engineer interview?

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

  1. Are you okay to learn front end and back end technologies to ensure you are a c...read more
  2. what do you know about latest technologi in market,have you any idea about AI(A...read more
  3. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Developm...read more
How long is the Infosys Software Engineer interview process?

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

Tell us how to improve this page.

Infosys Software Engineer Interview Process

based on 125 interviews

6 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round - 1
  • Aptitude Test Round
  • Personal Interview1 Round - 2
  • Personal Interview1 Round - 3
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Software Engineer Salary
based on 5.7k salaries
₹2.9 L/yr - ₹10.8 L/yr
19% less than the average Software Engineer Salary in India
View more details

Infosys Software Engineer Reviews and Ratings

based on 430 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.2

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 430 Reviews and Ratings
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