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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Software Engineer Interview Questions and Answers

Updated 5 Aug 2025

210 Interview questions

A Software Engineer was asked 4d ago
Q. Explain the project you worked on.
Ans. 

Developed a web-based application for managing project tasks and team collaboration, enhancing productivity and communication.

  • Utilized React for the front-end, providing a responsive user interface.

  • Implemented Node.js and Express for the back-end, ensuring efficient data handling.

  • Integrated MongoDB for database management, allowing for scalable data storage.

  • Incorporated user authentication using JWT for secure acc...

A Software Engineer was asked 4d ago
Q. What is your role in your current organization?
Ans. 

I am a Software Engineer focused on developing scalable applications and collaborating with cross-functional teams to deliver high-quality software.

  • Developing and maintaining web applications using technologies like React and Node.js.

  • Collaborating with product managers to gather requirements and translate them into technical specifications.

  • Implementing best practices for code quality and performance, such as code ...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 1mo ago
Q. Tell me about your prior experience in software engineering.
Ans. 

I have extensive experience in software engineering, focusing on full-stack development and agile methodologies.

  • Developed a web application using React and Node.js, improving user engagement by 30%.

  • Led a team of 5 in an agile environment, successfully delivering projects on time.

  • Implemented RESTful APIs for a healthcare application, ensuring data security and compliance.

  • Optimized database queries, reducing load ti...

A Software Engineer was asked 1mo ago
Q. What are REST APIs?
Ans. 

REST APIs are architectural styles for designing networked applications using HTTP requests to access and manipulate data.

  • REST stands for Representational State Transfer.

  • Uses standard HTTP methods: GET, POST, PUT, DELETE.

  • Stateless communication; each request from client to server must contain all information.

  • Resources are identified by URIs (Uniform Resource Identifiers). Example: /users/123.

  • Commonly used in web s...

A Software Engineer was asked 1mo ago
Q. What is JWT?
Ans. 

JWT (JSON Web Token) is a compact, URL-safe means of representing claims to be transferred between two parties.

  • JWT consists of three parts: Header, Payload, and Signature.

  • Example of a JWT: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'.

  • JWTs are commonly used for authentication and information exchange in ...

What are the roles & responsibilities of a Software Engineer at Infosys?

Client Interaction

  • Interface with clients for quality assurance
  • Resolve issues to ensure customer satisfaction
  • Understand requirements and validate architecture

Read full roles & responsibilities

🔥 Asked by recruiter 2 times
A Software Engineer was asked 3mo ago
Q. Why do you want this job?
Ans. 

I want this job to leverage my skills in software development, contribute to innovative projects, and grow within a dynamic team environment.

  • I am passionate about coding and enjoy solving complex problems, as demonstrated in my previous project where I optimized an algorithm, improving performance by 30%.

  • I admire your company's commitment to innovation and would love to contribute to projects that push the boundar...

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
A Software Engineer was asked 3mo ago
Q. What is the method for identifying prime numbers?
Ans. 

Identifying prime numbers involves checking divisibility by integers up to the square root of the number.

  • A prime number is greater than 1 and has no divisors other than 1 and itself.

  • To check if a number n is prime, test divisibility from 2 to √n.

  • For example, to check if 29 is prime: test 2, 3, 4, 5 (all ≤ √29). None divide 29, so it's prime.

  • For composite numbers, like 30, it can be divided by 2, 3, 5, etc., confir...

Are these interview questions helpful?
🔥 Asked by recruiter 10 times
A Software Engineer was asked 3mo ago
Q. What is Encapsulation?
Ans. 

Encapsulation is a fundamental OOP principle that restricts direct access to an object's data and methods.

  • Encapsulation helps in data hiding, protecting object integrity.

  • It allows controlled access through public methods (getters/setters).

  • Example: A class 'BankAccount' with private balance and public methods to deposit/withdraw.

  • Encapsulation promotes modularity and maintainability in code.

A Software Engineer was asked 3mo ago
Q. What is the DevOps process?
Ans. 

DevOps is a collaborative process that integrates software development and IT operations for faster delivery and improved quality.

  • Continuous Integration (CI): Automating code integration and testing, e.g., using Jenkins or GitHub Actions.

  • Continuous Delivery (CD): Ensuring code is always in a deployable state, e.g., using Docker for containerization.

  • Infrastructure as Code (IaC): Managing infrastructure through code...

A Software Engineer was asked 3mo ago
Q. Explain Kubernetes (K8s) in detail.
Ans. 

Kubernetes (K8s) is an open-source platform for automating deployment, scaling, and management of containerized applications.

  • K8s orchestrates containers across a cluster of machines, ensuring high availability and scalability.

  • It uses a declarative configuration model, allowing users to define the desired state of applications.

  • K8s supports rolling updates, enabling seamless application updates without downtime.

  • It p...

Infosys Software Engineer Interview Experiences

319 interviews found

Software Engineer Interview Questions & Answers

user image Nilima Patole

posted on 16 Jan 2025

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

It was good . 3 question

Round 2 - Coding Test 

It was hard, 5 questions

Round 3 - Technical 

(4 Questions)

  • Q1. Face to Face interview .
  • Q2. Java basic question
  • Q3. Java question directly start with hard coding question
  • Q4. Not asking self introduction or anything related past company
Round 4 - HR 

(1 Question)

  • Q1. NA i am not selected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good I gave my best

Round 2 - Coding Test 

Difficult it much to learn

Round 3 - Technical 

(3 Questions)

  • Q1. Code explaining recursions
  • Q2. Functions how does they work
  • Q3. Projects and their explanation howdidtgey work
Round 4 - Technical 

(2 Questions)

  • Q1. SQL operationg systems
  • Q2. Tools and their usages
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Q2. Difference between Hashmap & TreeMap
Round 2 - Behavioral interview 

(1 Question)

  • Q1. Project Experience & Best Practices followed
  • Ans. 

    I have experience working on various projects and following best practices in software development.

    • I have worked on developing web applications using Agile methodology.

    • I have followed version control using Git for tracking changes in code.

    • I have implemented unit testing using JUnit for ensuring code quality.

    • I have used code reviews to improve code readability and maintainability.

    • I have documented code and project requi...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Raxy Esports

posted on 27 Sep 2024

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

(3 Questions)

  • Q1. What is microservices
  • Q2. Write a code for panagram
  • Q3. How do u balance load using load balancer
Round 2 - Technical 

(2 Questions)

  • Q1. Sql queries on database
  • Q2. Redis cache , level 2 caching

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Solid principles
  • Q2. Method overloading and overriding
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c#
  • Q2. Encapsulation explanation with example

Skills evaluated in this interview

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is rest apis
  • Q2. What is jwt
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. JavaScript .java
  • Q2. Html .css.sql.mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - Software Engineer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Oops concept
  • Q2. Explain authentication and authorisation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. It was overall good
  • Q2. Project specific questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared more from the project side.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Aptitude Test 

59 aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. What is normalization

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

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. Guys first upall Infosys going to ask you some simple questions regarding your ...read more
What are the most common questions asked in Infosys Software Engineer HR round?

The most common HR questions asked in Infosys Software Engineer interview are -

  1. Tell me about yourse...read more
  2. What is your family backgrou...read more
  3. What are your strengths and weakness...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.

Overall Interview Experience Rating

3.9/5

based on 139 interview experiences

Difficulty level

Easy 28%
Moderate 63%
Hard 9%

Duration

Less than 2 weeks 67%
2-4 weeks 20%
4-6 weeks 8%
6-8 weeks 4%
More than 8 weeks 1%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Software Engineer Interview Questions
3.5
 • 11.2k Interviews
IBM Software Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys Software Engineer Salary
based on 6.5k salaries
₹3.9 L/yr - ₹13.6 L/yr
At par with the average Software Engineer Salary in India
View more details

Infosys Software Engineer Reviews and Ratings

based on 462 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.2

Salary

3.9

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 462 Reviews and Ratings
Technology Analyst
55k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.5k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.7k salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Associate Consultant
32.4k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview