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 Engineer2 Interview Questions and Answers

Updated 16 Jun 2025

Infosys Software Engineer2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe a a time when you had to convey your team to use a particular approach
  • Ans. 

    I successfully convinced my team to adopt Agile methodologies for improved collaboration and efficiency in our software development process.

    • Identified inefficiencies in our current waterfall approach, such as long feedback loops.

    • Presented data showing how Agile could reduce development time by 30%.

    • Organized a workshop to demonstrate Agile principles and practices.

    • Facilitated a pilot project using Agile, which resulted ...

  • Answered by AI
  • Q2. Design a queing system
  • Ans. 

    Design a queuing system to manage requests efficiently and ensure fair processing.

    • Define the purpose: e.g., handling customer service requests.

    • Choose a queuing model: FIFO (First In, First Out) is common.

    • Implement priority levels: e.g., urgent requests processed first.

    • Consider scalability: ensure the system can handle increased load.

    • Use data structures: e.g., linked lists or arrays for queue management.

    • Incorporate time...

  • Answered by AI
  • Q3. What are streams in Java
  • Ans. 

    Streams in Java are sequences of data elements supporting sequential and parallel aggregate operations.

    • Streams are part of the java.util.stream package introduced in Java 8.

    • They allow functional-style operations on collections, such as map, filter, and reduce.

    • Example: List<String> names = Arrays.asList("Alice", "Bob"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Streams can...

  • Answered by AI

What people are saying about Infosys

View All
lesspine
Verified Icon
1w
works at
Infosys
Salary negotiation for Service Desk role – 3.2 yrs exp
Hi everyone, I’ve recently cleared the technical rounds for a Service Desk role at Veoneer (Bangalore) and will be attending the HR round on June 11. I have 3.2 years of experience in IT support and service desk operations. A few details about my background: Skills: Active Directory, Outlook configuration, VPN troubleshooting, BitLocker, Zscaler, Azure MFA, Windows OS support, remote desktop tools Current CTC: ₹3 LPA Looking to negotiate for a better package based on skills and experience I’d really appreciate insights from anyone who has Recently interviewed or worked at Veoneer in an IT support or service desk role Can share what salary range I can reasonably negotiate for with 3+ years of experience Any salary negotiation tips specific to Veoneer’s HR process? Thanks a lot in advance! Your input will really help me approach the HR discussion confidently
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics Technical Questions
  • Q2. In depth knowledge OOPS concepts and basic practice skills of SQL operations
  • Q3. In depth practice of String Manipulations using looping and conditional statements
  • Ans. 

    String manipulation using loops and conditionals for software engineering

    • Use loops to iterate through each character in the string

    • Use conditional statements to check for specific conditions and manipulate the string accordingly

    • Examples: reversing a string, counting occurrences of a specific character, removing whitespace

  • Answered by AI
  • Q4. In depth knowledge of J2ee concepts with any ORM / MVC framework skills
Round 2 - Technical 

(1 Question)

  • Q1. Java Basics Technical Questions

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Describe how you would design an Order and Cart Page in iOS, incl ... read more
asked in JioStar
Q3. Given an array of officers, where ranks 1-8 represent high-rankin ... read more
Q4. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q5. Can you describe the system design for the checkout feature on Am ... read more

I applied via Naukri.com and was interviewed in Jan 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 - Case Study 

They just asked about my previous experience and questions from my resume

Round 3 - Technical 

(1 Question)

  • Q1. Bsod , how to handle angry customer ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident.
They will just your potential.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between SQL and NoSQL databases?
  • Ans. 

    SQL databases are relational databases with structured data and predefined schema, while NoSQL databases are non-relational databases with flexible schema and unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with rows and columns, while NoSQL databases can be document-based, key-va...

  • Answered by AI
  • Q2. What are the methods for enabling communication between microservices?
  • Ans. 

    Methods for enabling communication between microservices

    • RESTful APIs

    • Message queues (e.g. RabbitMQ, Kafka)

    • gRPC (Google Remote Procedure Call)

    • Service mesh (e.g. Istio, Linkerd)

    • Event-driven architecture (e.g. using Apache Kafka)

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Daemon thread in java
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.

    • Daemon threads are used for tasks that do not require user interaction or continuous execution.

    • They are automatically terminated when all non-daemon threads have finished.

    • Set a thread as daemon using setDaemon(true) method before starting it.

    • Example: Thread t = new Thread(); t.setDaemon(true); t.start();

  • Answered by AI

Skills evaluated in this interview

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

Basic aptitude questions based on profit and loss

Round 2 - Coding Test 

Coding test based on c language and python programming

Round 3 - Assignment 

Communication assignment based on English

Round 4 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Difine real time operation system
  • Ans. 

    Real-time operating systems are designed to provide guaranteed response times for critical tasks.

    • Real-time operating systems prioritize tasks based on their urgency and importance.

    • They are commonly used in industries such as aerospace, automotive, and industrial automation.

    • Examples include VxWorks, QNX, and FreeRTOS.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project work questions

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.
Are these interview questions helpful?

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Azure and patch management

Interview Preparation Tips

Interview preparation tips for other job seekers - Request candidates to work on technical skills and try to corelate or implement them with the real time scenarios

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

Infosys Interview FAQs

What are the top questions asked in Infosys Software Engineer2 interview?

Some of the top questions asked at the Infosys Software Engineer2 interview -

  1. What are streams in J...read more
  2. Design a queing sys...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Software Engineer2 Salary
based on 27 salaries
₹4.5 L/yr - ₹14.2 L/yr
58% less than the average Software Engineer2 Salary in India
View more details

Infosys Software Engineer2 Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Technology Analyst
55.8k salaries
unlock blur

₹2.6 L/yr - ₹11.6 L/yr

Senior Systems Engineer
53.5k salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Technical Lead
35k salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

System Engineer
32.4k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
30.9k salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview