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

Updated 20 Feb 2025

Top Infosys Senior Software Engineer Interview Questions and Answers

  • Q1. When an int is declare with 0 value and passed as an out parameter to a method what will be the output
  • Q2. What is the difference between arraylist and linked list What are different types of annotations used in spring boot What is lambda expression?
  • Q3. what are the Components used in deploying the previous Projects in AWS?
View all 59 questions

Infosys Senior Software Engineer Interview Experiences

76 interviews found

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

(2 Questions)

  • Q1. What is final varible in java
  • Ans. 

    A final variable in Java is a variable that cannot be reassigned once it has been initialized.

    • Final variables are declared using the 'final' keyword.

    • They can be assigned a value only once.

    • Final variables are often used to represent constants or values that should not be changed.

    • They can be declared at the class, method, or block level.

    • Final variables can be used in method parameters, local variables, instance variables

  • Answered by AI
  • Q2. In interview they have asked final VARIBLE

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is middleware, express framework
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components. Express is a web application framework for Node.js.

    • Middleware is software that handles communication between different systems or components

    • Express is a popular web application framework for Node.js

    • Express simplifies the process of building web applications by providing a set of features and tools

    • Middleware in Express can be used...

  • Answered by AI
  • Q2. Explain hoisting in javascript, aggregation in mongodb
  • Ans. 

    Hoisting in JavaScript refers to the behavior where variable and function declarations are moved to the top of their containing scope during compilation. Aggregation in MongoDB is the process of combining data records and expressing them in a summarized form.

    • Hoisting in JavaScript allows you to use a variable or function before it is declared, as long as it is declared somewhere in the scope.

    • Aggregation in MongoDB invo...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Write code for palindrome string
  • Ans. 

    Code to check if a string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI
  • Q2. Questions on routing in nodejs using express

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts basics interface vs abstact
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Provide a give example of Palindrome

Round 2 - Technical 

(1 Question)

  • Q1. Reverse an array
  • Ans. 

    Reverse an array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Alternatively, swap elements from the beginning and end of the array until reaching the middle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All went well

Skills evaluated in this interview

Infosys interview questions for designations

 Senior Software Engineer Testing

 (3)

 Senior Software Engineer 2

 (1)

 Senior Associate Software Engineer

 (1)

 Software Engineer

 (307)

 Senior QA Engineer -Software Testing

 (1)

 Senior Software Developer

 (19)

 Senior Software Consultant

 (1)

 Senior Software Tester

 (1)

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

I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your roles and responsibilities
  • Q2. What is scope of performance testing
  • Ans. 

    Performance testing ensures software meets speed, stability, and scalability requirements.

    • Performance testing identifies bottlenecks and measures response time, throughput, and resource utilization.

    • It helps optimize system performance, improve user experience, and prevent crashes under high load.

    • Examples include load testing, stress testing, and endurance testing.

    • Performance testing should be conducted throughout the s...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain about your project roles
  • Q2. What are critical issues you faced while recording the script
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected CTC
  • Ans. 

    My expected CTC is in line with industry standards and commensurate with my experience and skills.

    • Research industry standards and salary ranges for the position and location

    • Consider my experience, skills, and qualifications

    • Negotiate based on the company's compensation package and benefits

    • Provide a range rather than a specific number

  • Answered by AI
  • Q2. When can you join in the organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident for your interview process

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is joins and the types of joins.
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • FULL ...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between the keywords final, finally, and finalize in programming?
  • Q2. Could you explain the dynamic database structure for an unknown number of columns?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude questions with mathematical and logic reasoning

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic engineering questions.
  • Q2. General Computer Science knowliedge

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career.Project allocation depends on various factors.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core java and java 8 features Spring mvc and
  • Q2. Microservices related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Oops question
  • Q2. Database questions

Infosys Interview FAQs

How many rounds are there in Infosys Senior Software Engineer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys Senior 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 SDLC, Software Engineering, Java, Angularjs and J2Ee.
What are the top questions asked in Infosys Senior Software Engineer interview?

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

  1. When an int is declare with 0 value and passed as an out parameter to a method ...read more
  2. What is the difference between arraylist and linked list What are different ty...read more
  3. what are the Components used in deploying the previous Projects in A...read more
How long is the Infosys Senior Software Engineer interview process?

The duration of Infosys Senior 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 Senior Software Engineer Interview Process

based on 59 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior Software Engineer Salary
based on 4.3k salaries
₹3.9 L/yr - ₹17.7 L/yr
38% less than the average Senior Software Engineer Salary in India
View more details

Infosys Senior Software Engineer Reviews and Ratings

based on 399 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

2.7

Salary

4.0

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 399 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