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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is OOPS ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS is a way of organizing and designing code around objects

    • Objects have properties (attributes) and methods (functions)

    • Encapsulation, inheritance, and polymorphism are key concepts in OOPS

    • Examples of OOPS languages include Java, C++, and Python

  • Answered by AI
  • Q2. What is Recursion and its program
  • Ans. 

    Recursion is a process of calling a function within itself.

    • Recursion is useful for solving problems that can be broken down into smaller sub-problems.

    • It involves a base case and a recursive case.

    • Examples include factorial, Fibonacci sequence, and binary search.

    • Recursion can be memory-intensive and may cause stack overflow errors.

    • Tail recursion optimization can be used to optimize recursive functions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics well like oops concepts

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Why u take this company comparison of other companies
  • Q2. How u doing work and improve our company
  • Q3. Do u ready for starting ur job for improving this company

Interview Preparation Tips

Topics to prepare for Infosys Software Engineer interview:
  • C and c++ language
Interview preparation tips for other job seekers - Work hard ,do well opportunity for our company as biggest company in world.

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
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion about previous company projects, Polymorphism and interfaces
  • Q2. Spring basic questions
Round 2 - HR 

(2 Questions)

  • Q1. Expected saalry
  • Q2. Location restraint

Interview Preparation Tips

Interview preparation tips for other job seekers - WW

I applied via Company Website and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction, some company how to work, and experiance ask hr.and this company how to work?ehat expectation salary ? And work from home or in office asking all questions hr? That's it
  • Ans. My name is s.mohana vidya, infosys company is future life ..so i like mostly infiays ,software engineer jobs ,vipro, thats it, i have no experience, i am new fresher...
  • Answered Anonymously
  • Q2. Company work salary expectations how do work infosys company?

Interview Preparation Tips

Topics to prepare for Infosys Software Engineer interview:
  • How to company work? What course
Interview preparation tips for other job seekers - Qualification is good knowlege good hardwark honesty, my goal is good job infosys job,I have no experience, i am before degree cmplt now i am job searching 2months.

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)

 Assistant Software Engineer

 (2)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

The basic quantz and logical reasoning topics like calendar,clock,etc;

Round 3 - Coding Test 

Oops concepts
python,java must important
basic coding questions like palindrome, duplicate etc..;

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy and try your level best in all the rounds........

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. They asked oops concepts
Round 3 - HR 

(1 Question)

  • Q1. Selary discussions

I was interviewed in Jul 2022.

Round 1 - Aptitude Test 

There are general MCQ questions based on arithmetic and logical reasoning ,and English language questions of synonyms, antonyms and paragraph questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Second round is technical round interview, My interview was so easy and the interviewer was very much friendly. Questions asked me are
  • Q2. Introduce yourself What are oops concepts Difference between method overloading and method overriding What is SDLE What are access specifiers
  • Ans. 

    Answers to common interview questions for a Software Engineer

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a subclass method with the same name and parameters as a superclass method

    • SDLE stands for Software Development Life Cycle and refers to the process of develo...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. HR round is to test your behavioural skills and some personal questions
  • Q2. What are your hobbies What are your strengths and weekness What is you short term goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at the time of your interview.and avoid tension, feel free to answer. Definitely you get the offer letter.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Manual testing 

(2 Questions)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is an iterative and flexible approach to software development that emphasizes collaboration and adaptability.

    • Agile methodology focuses on delivering working software in short iterations called sprints.

    • It values individuals and interactions over processes and tools.

    • It promotes customer collaboration and responds to changes in requirements.

    • Agile teams use frameworks like Scrum or Kanban to manage their ...

  • Answered by AI
  • Q2. What is sdlc and stlc
  • Ans. 

    SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle.

    • SDLC is a process followed by software development teams to design, develop, test, and deploy software.

    • It consists of various phases like requirements gathering, system design, coding, testing, and maintenance.

    • STLC is a subset of SDLC specifically focused on the testing phase of software development.

    • It includes activities li...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good platform to learn and easy tips study easily
Keeping Learn good communication skills

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic .net C# related questions
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round - basic project related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy but they have very less budget.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain project like which technology and framework used
  • Ans. 

    Developed a web application using ReactJS and NodeJS with MongoDB as the database.

    • Used ReactJS for the frontend development

    • NodeJS was used for the backend development

    • MongoDB was used as the database

    • Implemented RESTful APIs for communication between frontend and backend

    • Used Git for version control

  • Answered by AI
  • Q2. Latest feature of java 8
  • Ans. 

    Java 8 introduced lambda expressions and functional interfaces.

    • Lambda expressions allow for more concise and readable code.

    • Functional interfaces enable the use of lambda expressions.

    • Stream API for processing collections of data.

    • Date and Time API for improved handling of date and time.

    • Default methods in interfaces for backward compatibility.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic things.company is good and suitable environment

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

SALARIES

Godfrey Phillips India

INTERVIEWS

Smart Call Center Solutions

No Interviews

SALARIES

Philips Innovation Campus

COMPANY BENEFITS

Philips Innovation Campus

No Benefits

SALARIES

Philips Innovation Campus

LIST OF COMPANIES

Godrej Industries Group

Locations

REVIEWS

Philips Innovation Campus

No Reviews

SALARIES

Smart Call Center Solutions

INTERVIEWS

Marico

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.9 L/yr
20% less than the average Software Engineer Salary in India
View more details

Infosys Software Engineer Reviews and Ratings

based on 432 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.5

Work satisfaction

Explore 432 Reviews and Ratings
Technology Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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