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 Senior Software Engineer Interview Questions and Answers for Freshers

Updated 27 Jun 2025

7 Interview questions

A Senior Software Engineer was asked 6mo ago
Q. What is the difference between the 'out' and 'ref' keywords?
Ans. 

Out is used for returning multiple values from a method, while ref is used for passing a variable by reference.

  • Out parameters must be assigned a value inside the method before it returns.

  • Ref parameters must be initialized before passing them to a method.

  • Out parameters are used when a method needs to return multiple values.

  • Ref parameters are used when a method needs to modify the value of the parameter.

  • Example: int...

A Senior Software Engineer was asked 6mo ago
Q. How would you create a global exception handler?
Ans. 

Create a global exception handler to manage all unhandled exceptions in the application.

  • Implement a global exception handler class that extends ExceptionHandler.

  • Override the uncaughtException method to handle all unhandled exceptions.

  • Log the exception details and notify the user about the error.

  • Consider implementing different strategies for handling different types of exceptions.

  • Test the global exception handler t...

Senior Software Engineer Interview Questions Asked at Other Companies for Fresher

Q1. Given an array of n elements and a value k, find the kth largest ... read more
Q2. How do you create GQL server, directive in GQL, Fragments in GQL ... read more
asked in Arcesium
Q3. Given a grid representing an ocean (where mat[i][j] = 1 represent ... read more
Q4. Write an API to implement HTTP GET method to hit an external data ... read more
asked in LTIMindtree
Q5. Explain microservice architecture and how to implement it using S ... read more
A Senior Software Engineer was asked 6mo ago
Q. Write an SQL query to find the second-to-last student's marks.
Ans. 

Use a SQL query with ORDER BY and LIMIT to find the 2nd last student marks.

  • Use ORDER BY clause to sort the marks in descending order

  • Use LIMIT 1,1 to skip the last row and fetch the 2nd last row

A Senior Software Engineer was asked
Q. Given a string s, return true if it is a palindrome, or false otherwise.
Ans. 

A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar'.

  • A simple example is 'madam', which is the same when reversed.

  • Phrases like 'A man, a plan, a canal, Panama!' ignore spaces and punctuation.

  • To check if a string is a palindrome, compare it to its reverse.

A Senior Software Engineer was asked
Q. What is the 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 ...

🔥 Asked by recruiter 6 times
A Senior Software Engineer was asked
Q. 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

A Senior Software Engineer was asked
Q. What is OOP? Write pseudo code to design library management system. What is RDBMS. Write a program to reverse a string.
Ans. 

OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOP focuses on creating objects that contain both data and methods to manipulate that data.

  • Encapsulation, inheritance, and polymorphism are key principles of OOP.

  • Example: In a library management system, you could have objects like Book, Patron, and Library.

  • Example: Inheritance allows a FictionBook class to inherit pr...

Are these interview questions helpful?

Infosys Senior Software Engineer Interview Experiences for Freshers

4 interviews found

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

(4 Questions)

  • Q1. Difference between out and ref.
  • Ans. 

    Out is used for returning multiple values from a method, while ref is used for passing a variable by reference.

    • Out parameters must be assigned a value inside the method before it returns.

    • Ref parameters must be initialized before passing them to a method.

    • Out parameters are used when a method needs to return multiple values.

    • Ref parameters are used when a method needs to modify the value of the parameter.

    • Example: int.TryP...

  • Answered by AI
  • Q2. Sql query to find the 2nd last student marks
  • Ans. 

    Use a SQL query with ORDER BY and LIMIT to find the 2nd last student marks.

    • Use ORDER BY clause to sort the marks in descending order

    • Use LIMIT 1,1 to skip the last row and fetch the 2nd last row

  • Answered by AI
  • Q3. Second round was around project specific like why mongodb or posgreSQL? Project architecture and followup questions.
  • Q4. Create global exception handler.
  • Ans. 

    Create a global exception handler to manage all unhandled exceptions in the application.

    • Implement a global exception handler class that extends ExceptionHandler.

    • Override the uncaughtException method to handle all unhandled exceptions.

    • Log the exception details and notify the user about the error.

    • Consider implementing different strategies for handling different types of exceptions.

    • Test the global exception handler thorou...

  • Answered by AI
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:
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. 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

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was mass placement from our college. First round was an aptitude test which had direct filtration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Second round was one on one technical interview. It was based on OOPS concepts and core C++ concepts.
  • Q2. What is OOP? Write pseudo code to design library management system. What is RDBMS. Write a program to reverse a string.
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a library management system, you could have objects like Book, Patron, and Library.

    • Example: Inheritance allows a FictionBook class to inherit propert...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher keep core knowledge of any basic language like java, c++ or python. Keep your confidence high with correct answer.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2022. 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 - Aptitude Test 

Basic quants and grammar questions

Round 3 - Technical 

(2 Questions)

  • Q1. Basic coding questions
  • Q2. Palindrom coding question
  • Ans. 

    A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar'.

    • A simple example is 'madam', which is the same when reversed.

    • Phrases like 'A man, a plan, a canal, Panama!' ignore spaces and punctuation.

    • To check if a string is a palindrome, compare it to its reverse.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your coding and math skills

What people are saying about Infosys

View All
yedabhai
1w
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Prepare normal for aptitude - maths, quant, analytic

Round 2 - Group Discussion 

My GD topic was Is internet good for students or not

Round 3 - Coding Test 

I didn't attempt this as I was noob back in third year Engg

Round 4 - HR 

(1 Question)

  • Q1. Basic questions can you relocate, tell me about ur GD and composition

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy give ur best. Prepare well. Hope u get the job. Phir tho google ka hi dream rhe gaya he mera.

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data srructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident revise data structures ,
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. 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 - Coding Test 

There are 2section of exam i.e English and Data structure

Round 3 - Mind analysis games 

(2 Questions)

  • Q1. First round interview is technical interview and managerial interviews which is not that tough. Do all the FaQ on your projects and if dont know any one of question answer then dont worry simply say it a...
  • Q2. 2nd round is HR interview .

Interview Preparation Tips

Interview preparation tips for other job seekers - In HR interview they ask about introduction, strength and weakness , willing to work on teams or not, some scenario based question

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

Infosys Interview FAQs

How many rounds are there in Infosys Senior Software Engineer interview for freshers?
Infosys interview process for freshers usually has 2-3 rounds. The most common rounds in the Infosys interview process for freshers are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Infosys Senior Software Engineer interview for freshers?
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 for freshers?

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

  1. What is OOP? Write pseudo code to design library management system. What is RDB...read more
  2. What is scope of performance test...read more
  3. Sql query to find the 2nd last student ma...read more
What are the most common questions asked in Infosys Senior Software Engineer HR round for freshers?

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

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What are your salary expectatio...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.

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 100%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior Software Engineer Salary
based on 5k salaries
₹1 L/yr - ₹22.1 L/yr
34% less than the average Senior Software Engineer Salary in India
View more details

Infosys Senior Software Engineer Reviews and Ratings

based on 421 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

2.6

Salary

4.0

Job security

3.7

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 421 Reviews and Ratings
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.8k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31.3k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview