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 21 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

Java Developer Consultant Interview Questions & Answers

user image Sangavi Rathinasamy

posted on 8 May 2024

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

(1 Question)

  • Q1. More technical and coding skills
Round 2 - Technical 

(1 Question)

  • Q1. Real time scenarios based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and managerial questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Pure Technical based on data engineering
  • Q2. What is data skewness. How you ahve resolved it.
  • Ans. 

    Data skewness refers to the imbalance in the distribution of data values within a dataset.

    • Data skewness occurs when certain values or categories appear more frequently than others in a dataset.

    • It can lead to performance issues in data processing and analysis.

    • To resolve data skewness, techniques like data partitioning, shuffling, and using appropriate algorithms can be employed.

    • For example, in a dataset of customer tran...

  • Answered by AI
  • Q3. What is output of below query based on all 4 joins
  • Ans. 

    The output of the query will depend on the specific data in the tables being joined.

    • The result will be a combination of data from all 4 tables based on the join conditions specified in the query.

    • Make sure to check for any filtering conditions in the query that may limit the output.

    • The final result will include columns from all 4 tables, with rows that meet the join criteria.

  • Answered by AI

Skills evaluated in this interview

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)

Operations Executive Interview Questions & Answers

user image Hrushikesh Sawant

posted on 27 Sep 2024

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

(2 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polym...

  • Answered by AI
  • Q2. Explain exceptions
  • Ans. 

    Exceptions are unexpected events that disrupt the normal flow of operations.

    • Exceptions are errors or unusual conditions that occur during the execution of a program.

    • They can be caused by various factors such as invalid input, hardware failures, or network issues.

    • Handling exceptions involves using try-catch blocks to catch and handle the errors gracefully.

    • Examples of exceptions include NullPointerException, ArrayIndexOu

  • Answered by AI

Top Infosys Operations Executive Interview Questions and Answers

Q1. What is OOPs? Difference between Overloading and overriding, what is polymorphism, what is database, what is candidate key, How we train model in ML, difference between call by value and call by reference, what is primary and foreign key, u... read more
View answer (1)

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Walrus operator
  • Q2. Etl scenario questions

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
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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)

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is javascipty ??
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is commonly used for client-side web development.

    • JavaScript allows for dynamic content and interactive elements on websites.

    • Examples of JavaScript frameworks include React, Angular, and Vue.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is react js?
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React can be used for building single-page applications.

  • Answered by AI

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)

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Project architecture
  • Q2. Spring MVC architecture and annotations
  • Q3. Rest API questions

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up all the topics

Top Infosys Technical Lead Interview Questions and Answers

Q1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) How we can handle the situation when we found code is not complaint before one day of deployment. 3) why are you looking for Switch?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Infosys

View all
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - Aptitude Test 

Not worthy as irrelevant and unwanted questions are asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Not interested to share
  • Q2. Not interested to share here

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time here.

Senior Team Leader Interview Questions asked at other Companies

Q1. How will u manage with low bandwidth and excessive target to achieve EOD.
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. They ask more css related question
  • Q2. They ask more react version related questions
  • Q3. They will ask indepeth js related coding question

Top Infosys Softwaretest Engineer Interview Questions and Answers

Q1. What is and array .write the code for the same and explain
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

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

(2 Questions)

  • Q1. Penetration Testing
  • Q2. API response codes

Top Infosys QA Engineer Interview Questions and Answers

Q1. Difference between different types of application. How they had been build and examples. Hybrid Web Application Native application
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic plsql questions

Top Infosys Technical Lead Interview Questions and Answers

Q1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) How we can handle the situation when we found code is not complaint before one day of deployment. 3) why are you looking for Switch?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

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.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k 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
It Infrastructure Project Manager

Pune,

Chennai

+1

9-14 Yrs

Not Disclosed

Sap Security Consultant - Bangalore (PAN INDIA)

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

₹ 2.8-16 LPA

SAP PP and QM Consultant - Bangalore (PAN INDIA)

Hyderabad / Secunderabad,

Chennai

+1

3-8 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