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

Updated 24 Mar 2025

Top Infosys Interview Questions and Answers for Experienced

View all 1.4k questions

Infosys Interview Experiences for Experienced

Popular Designations

2.2k interviews found

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

(2 Questions)

  • Q1. Java 8 features
  • Q2. Lambda function

Top Infosys Java Developer Interview Questions and Answers

Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
View answer (4)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on OOPS concepts, Coding questions, Agile and Functional Testing
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions and Technical questions on Java and projects that we have worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare basics and everything mentioned in resume.

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All about GenAI and projects.

Top Infosys Associate Consultant Interview Questions and Answers

Q1. What are the services you have used in AWS? What are the types of storage in S3? How will you troubleshoot if a web server is not responding? Have you come across DNS hosting, in AWS how can we achieve it? What is static hosting in AWS? Wha... read more
View answer (1)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good intervoew question asked
  • Q2. Technically automation question qa
Round 2 - HR 

(1 Question)

  • Q1. Nice formal interview questiom

QA Project Manager Interview Questions asked at other Companies

Q1. What kind of CI CD tool you are familiar with
View answer (1)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (272)

 Senior Systems Engineer

 (270)

 Software Developer

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (180)

Accountant Interview Questions & Answers

user image Anonymous

posted on 6 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
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 - Technical 

(3 Questions)

  • Q1. Accrual, prepaid, basic of accounting
  • Q2. Background, study, yr of experience
  • Q3. Trial balance, liability , asset

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn abt companies

Top Infosys Accountant Interview Questions and Answers

Q1. What is accountant and how many basic rules are there
View answer (16)

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)

Get interview-ready with Top Infosys Interview Questions

System Engineer Interview Questions & Answers

user image ratna Bethapudi

posted on 4 May 2024

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

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Spring vs Spring Boot differential for microservices architecture with rest apis
  • Ans. 

    Spring Boot is a framework that simplifies the development of microservices with REST APIs compared to Spring.

    • Spring Boot provides auto-configuration and embedded servers for easy deployment.

    • Spring Boot reduces the need for boilerplate code and configuration compared to Spring.

    • Spring Boot allows for faster development and deployment of microservices.

    • Spring Boot is more opinionated and follows best practices out of the ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Jira ticketing tool
Round 3 - HR 

(1 Question)

  • Q1. Why do u want to change

Skills evaluated in this interview

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Jobs at Infosys

View all

Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is Data Actions?
  • Q2. Models tyoes and connections
  • Q3. CDS Views creation
  • Q4. Task Chain Usage
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a specific implementation of a method that is...

  • Answered by AI
  • Q2. Difference between restcontroller and controller?
  • Ans. 

    RestController is specialized version of controller used for RESTful web services in Spring framework.

    • RestController is used to create RESTful web services that return JSON or XML data, while Controller is used to create web pages that return HTML data.

    • RestController annotation is a combination of @Controller and @ResponseBody annotations.

    • RestController is typically used for building RESTful APIs, while Controller is u...

  • Answered by AI
  • Q3. Difference between @bean and @ component
  • Ans. 

    The @Bean annotation is used to define a method that returns an object to be registered as a bean in the Spring application context. The @Component annotation is used to indicate that a class is a Spring component.

    • The @Bean annotation is used on methods within a @Configuration class to define Spring beans.

    • The @Component annotation is used on classes to indicate that they are Spring components.

    • The @Bean annotation allow...

  • Answered by AI
  • Q4. What is bean factory?
  • Ans. 

    Bean factory is a container for managing beans in Spring framework.

    • Bean factory is responsible for creating, managing, and configuring beans in a Spring application.

    • It uses inversion of control (IoC) to manage the beans.

    • Beans are defined in a configuration file (XML or Java) and the bean factory instantiates them.

    • Example: ApplicationContext is a type of bean factory in Spring framework.

  • Answered by AI
  • Q5. What is singleton?
  • Ans. 

    Singleton is a design pattern that restricts the instantiation of a class to only one object.

    • Ensures a class has only one instance and provides a global point of access to it.

    • Commonly used in scenarios where a single instance of a class is needed, such as database connections or thread pools.

    • Implemented by creating a static method to return the same instance of the class every time it is called.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Springboot Developer interview:
  • Java8
  • Springboot annotations
Interview preparation tips for other job seekers - Prepare all basics for java and java 8 mostly asked question and all annotations that we mostly use in spring-boot are always asked in infosys.

Skills evaluated in this interview

Top Infosys Springboot Developer Interview Questions and Answers

Q1. SpringBoot Annotations configuration linkedlist vs arraylist tomcat vs other application servers AJAX JSON Method overriding Polymorphism Struts Architecture Pom.xml Interceptors in Struts Framework Action Invocation Action Context ..
View answer (1)

Springboot Developer Interview Questions asked at other Companies

Q1. SpringBoot Annotations configuration linkedlist vs arraylist tomcat vs other application servers AJAX JSON Method overriding Polymorphism Struts Architecture Pom.xml Interceptors in Struts Framework Action Invocation Action Context ..
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between throw and throws, difference between string and stringbuilder
  • Ans. 

    throw vs throws: throw is used to explicitly throw an exception, throws is used in method signature to declare exceptions that can be thrown. String vs StringBuilder: String is immutable, StringBuilder is mutable.

    • throw is used to explicitly throw an exception, while throws is used in method signature to declare exceptions that can be thrown

    • String is immutable, meaning once created, its value cannot be changed. StringBu...

  • Answered by AI
  • Q2. Annotations in spring
  • Ans. 

    Annotations in Spring are used to provide metadata about the application's components, such as controllers, services, and repositories.

    • Annotations are used to simplify configuration and reduce the amount of XML configuration in Spring applications.

    • Examples of annotations in Spring include @Controller, @Service, @Repository, and @Autowired.

    • Annotations can be used to define transactional behavior, request mappings, and d

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference between abstract and interfaces, sql queries
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods. SQL queries are used to retrieve data from databases.

    • Abstract classes can have abstract and non-abstract methods, while interfaces can only have abstract methods

    • Abstract classes can have constructors, while interfaces cannot

    • A class can implement multiple interfaces, but can only extend one abstract class

    • SQ...

  • Answered by AI

Skills evaluated in this interview

Top Infosys Senior Java Developer Interview Questions and Answers

Q1. A query in backend yields to 500 results but in UI you have to sort it to 10 results per page, how will you help UI achieve this?
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Interview Questions & Answers

user image Arati Kapase

posted on 2 Apr 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are bad debts? What is Balance sheet ??
  • Q2. What are the tangible and intangible asset??
Round 2 - Technical 

(1 Question)

  • Q1. What is financial statements in accounting??

Infosys Interview FAQs

How many rounds are there in Infosys interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Infosys interview for experienced candidates?
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, Java, Project Management, Agile and Performance Engineering.
What are the top questions asked in Infosys interview for experienced candidates?

Some of the top questions asked at the Infosys interview for experienced candidates -

  1. 1. what is the difference between exception and error. How did u solve the erro...read more
  2. write a code to filter out loans with incomplete status using java 8 featur...read more
  3. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) Ho...read more
How long is the Infosys interview process?

The duration of Infosys interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Interview Process for Experienced

based on 1.2k interviews

Interview experience

4.1
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 40.2k reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 40.2k Reviews and Ratings
Java Developer Bangalore

Pune,

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Ui Developer (Pan India).

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51k salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.7 L/yr

Senior Associate Consultant
28.5k 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.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview