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 8 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.6k interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain oops concepts detail
  • Ans. 

    Object-oriented programming concepts including 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 details and showing only t

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Springboot is different from spring

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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Interface
  • Ans. 

    Interface is a point where two systems, subjects, organizations, etc. meet and interact with each other.

    • Interface allows communication and interaction between different components or systems.

    • It defines how different entities can communicate with each other.

    • Examples include user interfaces on electronic devices, API interfaces for software integration, and physical interfaces like USB ports.

  • Answered by AI
  • Q2. About frames in selenium
  • Q3. About Framework structure
Round 2 - Technical 

(2 Questions)

  • Q1. About Framework structure
  • Q2. API Testing, Error codes
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is giving less package for Senior Automation Testers With 8 yrs experience

Top Infosys Quality Engineer Interview Questions and Answers

Q1. What are the key concepts of manual testing?
View answer (1)

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Oops concept projct to create as per requirement

Round 2 - HR 

(2 Questions)

  • Q1. Experiance in previous company
  • Ans. 

    I have 3 years of experience as a Software Developer in my previous company.

    • Developed web applications using Java, Spring, and Angular

    • Worked on database design and optimization using MySQL

    • Collaborated with cross-functional teams to deliver projects on time

  • Answered by AI
  • Q2. Previo0us company deails

Top Infosys Software Developer Interview Questions and Answers

Q1. 1. what is the difference between exception and error. How did u solve the errors in the code deployment?
View answer (16)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse a string, find duplicates in array by using stream api

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 (3)

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 

(2 Questions)

  • Q1. Java basics questions
  • Q2. Multithreading and concurrency questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Angular questions
  • Q2. Some scenario and design based questions

Top Infosys Senior Associate Interview Questions and Answers

Q1. What is React Router? Give one example by writing code.
View answer (1)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Get interview-ready with Top Infosys Interview Questions

Java Developer Interview Questions & Answers

user image Saurabh Kasliwal

posted on 17 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is map, hashmap
  • Ans. 

    Map is an interface in Java that stores key-value pairs. HashMap is a class that implements the Map interface using a hash table.

    • Map interface allows keys to be mapped to values and does not allow duplicate keys.

    • HashMap class allows null values and one null key, and does not maintain insertion order.

    • Example: Map map = new HashMap<>(); map.put("apple", 5);

  • Answered by AI
  • Q2. What is serialization, deserialization, transient
  • Ans. 

    Serialization is the process of converting an object into a byte stream, deserialization is the reverse process. 'transient' keyword is used to exclude a field from serialization.

    • Serialization is used to persist object state or transmit objects over a network

    • Deserialization is used to reconstruct the object from the byte stream

    • The 'transient' keyword in Java is used to indicate that a field should not be serialized

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Resume go through
  • Q2. What is agile?How it is used in your project?
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile involves breaking down projects into small, manageable tasks called user stories.

    • It promotes frequent communication and collaboration among team members.

    • Iterations, or sprints, are used to deliver working software incrementally.

    • Adaptability and responding to change are key principles of agile.

    • Examples o...

  • Answered by AI

Skills evaluated in this interview

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 (3)

Jobs at Infosys

View all

Accountant Interview Questions & Answers

user image Shital Sarode

posted on 19 Nov 2024

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

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Accounting Questions

Round 2 - HR 

(1 Question)

  • Q1. Relocate and shift timing
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience

Interview Preparation Tips

Topics to prepare for Infosys Accountant interview:
  • Accounts Payable

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 (25)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core java and collection frameworks
Round 2 - Coding Test 

A straightforward Data Structures and Algorithms question utilizing the Stream API.

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

On DILR, Maths and English

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on your domain and tech
Round 3 - HR 

(1 Question)

  • Q1. About yourself, company and CTC

Top Infosys System Associate Interview Questions and Answers

Q1. What is a Primary Key? What are the features of the C language? What is the use of printf() and scanf() functions
View answer (1)

System Associate Interview Questions asked at other Companies

Q1. What is a Primary Key? What are the features of the C language? What is the use of printf() and scanf() functions
View answer (1)

Graduate Trainee Interview Questions & Answers

user image ram sureth kumar

posted on 18 Jan 2025

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

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

Round 1 - Aptitude Test 

It was quite simple to resolve.

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Strong communication and organizational skills

    • Experience in internships and extracurricular activities

  • Answered by AI
  • Q2. Basics on java, SDLC
  • Q3. Basics on networks and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - I found it very easy to crack

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

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
Java Developer

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Chennai

+1

8-13 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Pune

+1

3-6 Yrs

Not Disclosed

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
28k 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