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

Clear (1)

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

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Jvm vs jre, comparable and comparator
  • Ans. 

    JVM is the Java Virtual Machine, while JRE is the Java Runtime Environment. Comparable is an interface used for comparing objects, while Comparator is an interface used for custom sorting.

    • JVM is responsible for running Java bytecode, while JRE includes JVM along with libraries and other components necessary for running Java applications.

    • Comparable interface is used to define a natural ordering for a class, while Compar...

  • Answered by AI
  • Q2. Multithreading oops

Interview Preparation Tips

Topics to prepare for Infosys Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Prepare basic question

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs concept,spring annotation
  • Q2. Project related concept

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were related to core java concepts like collection, static, final, shallow copy, deep copy
  • Q2. Difference between Spring mvc, spring boot and controller and rest controller, multithreading
  • Ans. 

    Spring MVC is a framework for building web applications, Spring Boot is for quickly creating stand-alone applications, and controllers handle requests in Spring MVC while RestController specifically handles RESTful requests.

    • Spring MVC is a framework for building web applications using the Model-View-Controller design pattern.

    • Spring Boot is a tool for quickly creating stand-alone, production-grade Spring-based applicati...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to develop software company
  • Ans. 

    Developing a software company involves strategic planning, hiring skilled professionals, creating innovative products, and establishing a strong brand presence.

    • Identify a niche market or problem to solve

    • Build a talented team of software engineers and developers

    • Create innovative and user-friendly software products

    • Establish a strong brand presence through marketing and networking

    • Focus on customer satisfaction and feedbac

  • Answered by AI
  • Q2. How can I help me in my job
Round 2 - Technical 

(3 Questions)

  • Q1. How can I help my job
  • Q2. How to improve work knowledge
  • Ans. 

    Continuous learning through reading, courses, workshops, and hands-on experience.

    • Read books, articles, and research papers related to your field.

    • Take online courses or attend workshops to learn new technologies and skills.

    • Participate in hackathons or side projects to gain hands-on experience.

    • Seek mentorship from experienced professionals in the industry.

    • Attend conferences and networking events to stay updated on indust

  • Answered by AI
  • Q3. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good experience

Infosys interview questions for designations

 Senior Software Engineer

 (77)

 Associate Software Engineer

 (21)

 Software Testing Engineer

 (12)

 Software Engineer Trainee

 (8)

 System Software Engineer

 (6)

 Software Development Engineer

 (3)

 Junior Software Engineer

 (3)

 Software Quality Engineer

 (2)

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

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

Round 1 - Coding Test 

Simple reverse string
form with validation

Interview Preparation Tips

Interview preparation tips for other job seekers - with goof skill can get a good job

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. List vs tuple in python
  • Q2. Datatypes in python

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be good at basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a number
  • Ans. 

    To reverse a number, convert it to a string, reverse the string, and convert it back to a number.

    • Convert the number to a string

    • Reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q2. SQL indexes and Joins

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. DOTNET interview question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. What is identity in Sql.
  • Ans. 

    Identity in SQL is a property used to uniquely identify each row in a table.

    • Identity columns are typically used as primary keys in tables

    • They automatically generate unique values for each new row

    • Identity values are often used for referencing and joining tables

  • Answered by AI
  • Q2. Sql query to show the number of employees joined in a particular year.
  • Ans. 

    Use SQL query to count number of employees joined in a specific year.

    • Use COUNT() function to count the number of employees.

    • Use WHERE clause to filter employees based on join year.

    • Group by join year to get count for each year.

  • Answered by AI
  • Q3. How to pass data between Child and Parent component in angular.
  • Ans. 

    Data can be passed between Child and Parent components in Angular using @Input and @Output decorators.

    • Use @Input decorator in the child component to receive data from the parent component.

    • Use @Output decorator along with EventEmitter in the child component to send data to the parent component.

    • Parent component can pass data to child component using property binding.

    • Child component can emit events using EventEmitter to s

  • Answered by AI
  • Q4. What are session and how to implement them in ASP.NET webforms.
  • Ans. 

    Sessions are a way to store user-specific data on the server side in ASP.NET webforms.

    • Sessions are used to store user-specific data across multiple pages during a user's visit to a website.

    • In ASP.NET webforms, sessions can be implemented using the Session object.

    • To store a value in a session, you can use Session['key'] = value;

    • To retrieve a value from a session, you can use var value = Session['key'];

    • Sessions can be us...

  • Answered by AI
  • Q5. Where do you add external dlls in asp.net webforms.
  • Ans. 

    External dlls can be added in the bin folder of the ASP.NET webforms project.

    • External dlls can be added directly to the 'bin' folder of the ASP.NET webforms project.

    • You can also add external dlls to a separate 'lib' folder within the project and reference them from there.

    • Alternatively, you can use NuGet packages to manage external dependencies in ASP.NET webforms.

  • Answered by AI
  • Q6. What are the different concepts of OOPS.
  • Ans. 

    OOPS concepts include inheritance, encapsulation, polymorphism, and abstraction.

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

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

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

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
  • Q7. Difference between ViewState and Session.
  • Ans. 

    ViewState stores data on the client side, while Session stores data on the server side.

    • ViewState is used to store page-specific data in ASP.NET web applications.

    • Session is used to store user-specific data that needs to be accessed across multiple pages.

    • ViewState data is stored in a hidden field on the page, while Session data is stored on the server.

    • ViewState data is available only for the current page, while Session d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Software Engineer interview:
  • ASP.Net
  • SQL
  • Angular

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain events loop
  • Ans. 

    Events loop is a mechanism in software development that continuously checks for and processes events in a program.

    • Events loop is commonly used in event-driven programming to handle user inputs, network requests, and other asynchronous tasks.

    • It allows the program to efficiently manage multiple tasks without blocking the main thread.

    • Examples include JavaScript's event loop in web browsers and Node.js, which processes eve

  • Answered by AI
  • Q2. Explain js top 3 features
  • Ans. 

    JavaScript's top 3 features are flexibility, ease of use, and wide adoption.

    • Flexibility allows for dynamic and interactive web pages

    • Ease of use makes it accessible to beginners and experienced developers alike

    • Wide adoption ensures a large community for support and resources

  • Answered by AI
Round 2 - Coding Test 

Leetcode easy question they asked

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Affine

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

SALARIES

Godrej Industries Group

INTERVIEWS

Arcadia

No Interviews

INTERVIEWS

Arcadia

No Interviews

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.7

Work-life balance

3.2

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 430 Reviews and Ratings
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

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