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 Developer Interview Questions, Process, and Tips

Updated 26 Dec 2024

Top Infosys Senior Software Developer Interview Questions and Answers

  • Q1. Spring: Qualifier vs autowired, scope of a bean, bean depedency management
  • Q2. What's the difference between Microservices and API
  • Q3. Write a query to select ID from table one but that Id should not presented in table two
View all 16 questions

Infosys Senior Software Developer Interview Experiences

19 interviews found

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Streams and all features of Java 8
  • Ans. 

    Java 8 introduced Streams API for processing collections of data in a functional style.

    • Streams provide a way to work with sequences of elements in a declarative manner.

    • Features include map, filter, reduce, and collect operations.

    • Streams can be parallelized to improve performance.

    • Example: List<String> names = Arrays.asList("Alice", "Bob", "Charlie"); Stream<String> stream = names.stream();

    • Example: int sum = ...

  • Answered by AI
  • Q2. Basic questions for Spring Boot, like annotation and one question on inner join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to all concepts of angular
  • Q2. Related to features of javascript and coding type questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Related to project discussion

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in Freshworks
Q3. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is spring actuator
  • Ans. 

    Spring Actuator is a feature in Spring Boot that provides endpoints to monitor and interact with the application.

    • Provides insight into application's health, metrics, and other information

    • Includes endpoints like /health, /info, /metrics, etc.

    • Can be customized and extended to add custom endpoints

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Angular 17 new featues
  • Q2. Singals in angular
  • Ans. 

    Signals in Angular are used to communicate between components or services.

    • Signals in Angular are typically implemented using Observables or Subjects.

    • They allow components to subscribe to changes and react accordingly.

    • Signals can be used to pass data, trigger actions, or handle events.

    • Example: Using a Subject to emit a signal when a button is clicked.

  • Answered by AI
  • Q3. Structural directives in angular
  • Ans. 

    Structural directives in Angular are used to modify the DOM layout by adding, removing, or manipulating elements based on conditions.

    • Structural directives are preceded by an asterisk (*) in Angular templates.

    • Common structural directives include *ngIf, *ngFor, and *ngSwitch.

    • They allow developers to conditionally render or remove elements from the DOM.

    • Example:

      Content

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Skills evaluated in this interview

Infosys interview questions for designations

 Software Developer

 (261)

 Junior Software Developer

 (14)

 Software Developer fresher

 (6)

 Java Software Developer

 (3)

 Associate Software Developer

 (3)

 .NET Software Developer

 (1)

 Embedded Software Developer

 (1)

 Software Developer Trainee

 (1)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is Middleware
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and share data.

    • Middleware facilitates communication between different software applications or components

    • It can handle tasks such as data transformation, security, and routing

    • Examples of middleware include message brokers like RabbitMQ, web servers like Apache Tomcat, and API gateways like Kong

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Jdk jre what is class loader and all
  • Ans. 

    Class loader is a part of Java Runtime Environment (JRE) that loads classes and interfaces at runtime.

    • Class loader is responsible for locating and loading the necessary class files into memory.

    • It follows a hierarchical structure and delegates the class loading to parent class loaders.

    • Class loaders can be customized to load classes from different sources like file system, network, or database.

    • They provide a level of sec...

  • Answered by AI
  • Q2. What isfinal andfinally
  • Ans. 

    final is a keyword in Java used to declare a constant value. finally is a block used in exception handling to ensure a piece of code is always executed.

    • final is used to declare a variable whose value cannot be changed

    • finally is used in a try-catch block to specify a block of code that will always be executed, regardless of whether an exception is thrown or not

  • Answered by AI
  • Q3. What is arraylist
  • Ans. 

    ArrayList is a resizable array implementation in Java.

    • ArrayList is a class in Java's Collection framework.

    • It provides dynamic resizing, unlike regular arrays.

    • It can store objects of any type, including strings.

    • ArrayLists can grow or shrink dynamically as elements are added or removed.

    • Example: ArrayList names = new ArrayList();

Answered by AI
  • Q4. What is hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap is part of the Java Collections Framework.

    • It allows null values and null keys.

    • Keys must be unique, but values can be duplicated.

    • Basic operations include put(key, value), get(key), remove(key), and containsKey(key).

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Ask about expected salaries and all

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident

    Skills evaluated in this interview

    Senior Software Developer Jobs at Infosys

    View all
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. What is Microservices
    • Ans. 

      Microservices are a software development technique where applications are broken down into smaller, independent services that communicate with each other.

      • Microservices are designed to be small, focused, and independently deployable services.

      • Each microservice typically performs a single function or task.

      • Microservices communicate with each other through APIs.

      • They can be developed, deployed, and scaled independently.

      • Examp...

    • Answered by AI
    • Q2. What's the difference between Microservices and API
    • Ans. 

      Microservices are a way to design software applications as a collection of small, independent services that communicate with each other via APIs.

      • Microservices are a software architectural style where applications are composed of small, independent services that communicate over well-defined APIs.

      • APIs (Application Programming Interfaces) are a set of rules and protocols that allow different software applications to comm...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - For the senior level they asking about architecture pattern and microservices

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Coding Test 

    Core java , colletions

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Basic Java topics
    • Q2. System design topics

    Interview Preparation Tips

    Interview preparation tips for other job seekers - learn core java topics and ds.

    Senior Software Developer Interview Questions & Answers

    user image FAZLUL ABDUL KADER

    posted on 28 Oct 2023

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (3 Questions)

    • Q1. Write sample Interface with Implementation
    • Ans. 

      Sample Interface with Implementation for a Senior Software Developer interview

      • Create an interface with method signatures

      • Implement the interface in a class

      • Use the interface to define behavior in other classes

    • Answered by AI
    • Q2. Write a query to select ID from table one but that Id should not presented in table two
    • Ans. 

      Query to select IDs from table one not present in table two

      • Use a LEFT JOIN to combine the two tables

      • Filter the results where the ID from table one is NULL in table two

    • Answered by AI
    • Q3. Select student list for 3rd most highest mark from the student table.
    • Ans. 

      Select student list for 3rd most highest mark from the student table.

      • Order the student table by marks in descending order

      • Skip the first two highest marks

      • Select the student list for the 3rd highest mark

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

    Round 1 - Coding Test 

    Asked about core JS concepts and excercise

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Asked about JS core concepts.

    Asked to solve React exercise.

    To build a tab UI component from a given initial ReactJS code.


    Content 1
    Content 2
    Content 3


    Basic CSS questions.

    What are the methods we can improve the performance of our React app.

    Infosys Interview FAQs

    How many rounds are there in Infosys Senior Software Developer interview?
    Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, One-on-one Round and HR.
    How to prepare for Infosys Senior Software Developer 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 AWS, Python, Data Processing, Machine Learning and Snowflake.
    What are the top questions asked in Infosys Senior Software Developer interview?

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

    1. Spring: Qualifier vs autowired, scope of a bean, bean depedency managem...read more
    2. What's the difference between Microservices and ...read more
    3. Write a query to select ID from table one but that Id should not presented in t...read more

    Tell us how to improve this page.

    Infosys Senior Software Developer Interview Process

    based on 13 interviews

    2 Interview rounds

    • Technical Round
    • HR Round
    View more
    Join Infosys Creating the next opportunity for people, businesses & communities
    Infosys Senior Software Developer Salary
    based on 854 salaries
    ₹3 L/yr - ₹14.7 L/yr
    39% less than the average Senior Software Developer Salary in India
    View more details

    Infosys Senior Software Developer Reviews and Ratings

    based on 34 reviews

    3.1/5

    Rating in categories

    3.2

    Skill development

    3.2

    Work-life balance

    2.7

    Salary

    3.3

    Job security

    3.0

    Company culture

    2.6

    Promotions

    2.8

    Work satisfaction

    Explore 34 Reviews and Ratings
    Senior Software Developer

    Bangalore / Bengaluru

    5-9 Yrs

    Not Disclosed

    Explore more jobs
    Technology Analyst
    56k salaries
    unlock blur

    ₹3 L/yr - ₹11 L/yr

    Senior Systems Engineer
    50.4k salaries
    unlock blur

    ₹2.8 L/yr - ₹8 L/yr

    System Engineer
    39.4k 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.7k salaries
    unlock blur

    ₹6.2 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