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

Updated 10 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.6k questions

Infosys Interview Experiences

Popular Designations

7.6k interviews found

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

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

Round 1 - Case Study 

Questions related to data structures.

Round 2 - HR 

(1 Question)

  • Q1. Can you provide information about your background?

PMO Analyst Interview Questions asked at other Companies

Q1. What all you know about Allianz Technology?
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Revers a n umber in java
  • Ans. 

    To reverse a number in Java, convert it to a string, reverse the string, and then convert it back to an integer.

    • Convert the number to a string using String.valueOf() method

    • Use StringBuilder class to reverse the string

    • Convert the reversed string back to an integer using Integer.parseInt() method

  • Answered by AI
  • Q2. Find odd number in java
  • Ans. 

    Use modulus operator to find odd numbers in Java

    • Iterate through the array of numbers

    • Use modulus operator (%) to check if a number is odd (number % 2 != 0)

    • Add the odd numbers to a separate list or print them

  • Answered by AI
  • Q3. Explain you project
  • Ans. 

    Developed a test automation framework for a web application using Selenium and Java.

    • Created test cases for UI and API testing

    • Implemented data-driven testing using Excel sheets

    • Integrated with Jenkins for continuous integration

    • Performed cross-browser testing on Chrome, Firefox, and Safari

  • Answered by AI

Skills evaluated in this interview

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)

Developer Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Problem Statement: Given a string, reverse each word in the string while keeping the original order of the words.

Top Infosys Developer Interview Questions and Answers

Q1. What is the difference between C++and java ? Which one do you think better and why?
View answer (9)

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was a great experience and a platform to assess my aptitude skills

Round 2 - One-on-one 

(2 Questions)

  • Q1. Some questions on OOPS
  • Q2. Write query on joining 2 tables and display top 5 employee
  • Ans. 

    Query to join 2 tables and display top 5 employees

    • Use JOIN keyword to combine tables based on a common column

    • Use ORDER BY clause to sort the employees

    • Use LIMIT clause to display only the top 5 employees

  • Answered by AI

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)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (271)

 Senior Systems Engineer

 (269)

 Software Developer

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

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

(1 Question)

  • Q1. Core Java, OOPS, Design Patters, Spring Boot, IOC, SOLID Principles, SQL queries

Top Infosys Technology Analyst Interview Questions and Answers

Q1. An atomic spark job runs for 15 mins everyday ,one day it is running for more than an hour what might be the issue ?
View answer (4)

Technology Analyst 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 (1)

Get interview-ready with Top Infosys Interview Questions

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

Reverse a given string and find the frequency

Round 2 - Technical 

(2 Questions)

  • Q1. What is optional class?
  • Ans. 

    Optional class is a container object which may or may not contain a non-null value.

    • Optional class was introduced in Java 8 to deal with NullPointerExceptions.

    • It is used to avoid null checks and handle null values more effectively.

    • Methods like isPresent(), ifPresent(), orElse() are commonly used with Optional class.

  • Answered by AI
  • Q2. What is abstract method?
  • Ans. 

    An abstract method is a method that is declared without an implementation in an abstract class or interface.

    • Abstract methods do not have a body and must be implemented by subclasses.

    • Abstract classes can have both abstract and non-abstract methods.

    • Interfaces can only have abstract methods by default.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and honest

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (3)

Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles and their implementation in software development.

    • Oops concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of...

  • Answered by AI
  • Q2. MVC questions, Session management and multi threading

Top Infosys Business Analyst Interview Questions and Answers

Q1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. What is inheritance? What are the different types of inheritance? What are any two the differences between C++ and Java? How modularity is present in C++? How abs... read more
View answer (9)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Open Amazon page (-----) >>Maximize the browser >> put an explicit wait 3000 milliseconds >> Click on "All" dropdown("next to update location") using relative xpath functionality >> Select "books" ("Use any locator except xpath) >> Type in "Wings of Fire" >> click on "Search (use ancestor attribute of xpath) >> capture the screenshot of final screen .>> close the browser

Interview Preparation Tips

Topics to prepare for Infosys Selenium Automation Tester interview:
  • Selenium WebdriverIO
  • xpaths
  • screenshots

Top Infosys Selenium Automation Tester Interview Questions and Answers

Q1. How to achieve multiple inheritance in java
View answer (1)

Selenium Automation Tester Interview Questions asked at other Companies

Q1. How to get the count of all text box in a web page?
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions and analytical

Round 2 - Technical 

(1 Question)

  • Q1. Write program to find largest number from array
  • Ans. 

    Program to find largest number from array of strings

    • Convert array of strings to array of integers

    • Use a loop to iterate through the array and compare each element to find the largest number

    • Return the largest number found

  • Answered by AI

Top Infosys Senior Systems Engineer Interview Questions and Answers

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)

Senior Systems Engineer Interview Questions asked at other Companies

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude, Algorithm & puzzle

Round 2 - Technical 

(2 Questions)

  • Q1. What are Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. Explain SDLC life cycle
  • Ans. 

    SDLC life cycle is a process used by software development teams to design, develop, and test high-quality software.

    • 1. Planning: Define project scope, requirements, and timeline.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design plan for the software.

    • 4. Implementation: Develop the software based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release the ...

  • Answered by AI

Skills evaluated in this interview

Top Infosys Senior Systems Engineer Interview Questions and Answers

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)

Senior Systems Engineer Interview Questions asked at other Companies

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)

Infosys Interview FAQs

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

Some of the top questions asked at the Infosys interview -

  1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. ...read more
  2. 1. what is the difference between exception and error. How did u solve the erro...read more
  3. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP...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

based on 4.9k 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.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k 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.3k Interviews
View all

Infosys Reviews and Ratings

based on 39.5k 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 39.5k Reviews and Ratings
SailPoint Developer

Hyderabad / Secunderabad,

Chennai

+1

2-5 Yrs

Not Disclosed

Angular Developer (PAN INDIA)-Chennai

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

₹ 5-15 LPA

Dot Net Developer (PAN INDIA)-Chennai

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

₹ 5-15 LPA

Explore more jobs
Technology Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

₹0 L/yr - ₹0 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