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
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Microservices , API GATEWAY
  • Q2. Spring transaction , isolation , propagation
  • Q3. Java , Polymorphism ,exception
  • Q4. Third highest salary
  • Ans. 

    To find the third highest salary in a dataset, you can use a SQL query with the ORDER BY and LIMIT clauses.

    • Use a SQL query with ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 2,1 to skip the first two highest salaries and retrieve the third highest salary

    • Make sure to handle cases where there may be ties for the highest salaries

  • Answered by AI
  • Q5. Java 8 stream API

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

Top Infosys Senior Software Developer Interview Questions and Answers

Q1. Spring: Qualifier vs autowired, scope of a bean, bean depedency management
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 fetaures
  • Q2. Tell me about your Project

Top Infosys Senior Associate Consultant Interview Questions and Answers

Q1. Suppose there are two tables: A Customer table and an Order table. The Order table has a column OrderID CustomerID, OrderStatus, and TotalAmount. The Customer table has the columns CustomerID, CustomerName, PhoneNumber, and Email. Write dow... read more
View answer (2)

Senior Associate Consultant Interview Questions asked at other Companies

Q1. What is journal entries? What is cash allotment? What is differance between PO and Non-PO Invoice? What is accural expanses? What is prepaid expanses? What is vendor ageing? What is MIS? What is trend report?
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Experienced in designing, implementing, and maintaining network systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in working with various operating systems such as Windows, Linux, and Unix

    • Certified in network security protocols such as CISSP or CCNA

  • Answered by AI
  • Q2. Why do you want to join us
  • Ans. 

    I am excited about the innovative projects and collaborative team environment at your company.

    • I am impressed by the company's reputation for cutting-edge technology and solutions.

    • I am eager to work with a team of talented professionals who share my passion for problem-solving.

    • I believe that my skills and experience align well with the company's goals and objectives.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is relational database
  • Ans. 

    Relational database is a type of database that stores and provides access to data points that are related to one another.

    • Organized into tables with rows and columns

    • Uses SQL for querying and managing data

    • Supports relationships between tables through keys

    • Examples: MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q2. What are tuples in python
  • Ans. 

    Tuples in Python are immutable sequences of elements, typically used to store related data.

    • Tuples are created using parentheses () and can contain elements of different data types

    • Tuples are immutable, meaning their elements cannot be changed once they are created

    • Tuples can be used to return multiple values from a function or as keys in dictionaries

  • 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)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (271)

 Senior Systems Engineer

 (270)

 Software Developer

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How are you able to handle a difficult client
  • Ans. 

    I handle difficult clients by remaining calm, listening actively, and finding solutions to their concerns.

    • Remain calm and composed during interactions

    • Listen actively to understand their concerns and frustrations

    • Empathize with their perspective and show understanding

    • Find solutions to address their issues and communicate effectively

  • Answered by AI
  • Q2. Few JAVA coding questions

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)

Get interview-ready with Top Infosys Interview Questions

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

(1 Question)

  • Q1. Tell me about Spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a cluster manager and worker nodes.

    • Spark architecture includes a driver program, cluster manager, and worker nodes.

    • The driver program is responsible for dividing the Spark application into tasks and scheduling them on the worker nodes.

    • Worker nodes execute the tasks and return the results to the driver program.

    • Spark can run on various cluster manag...

  • Answered by AI

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Jobs at Infosys

View all

Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 hours
3 questions easy medium hard

Round 2 - Technical 

(3 Questions)

  • Q1. What are the example of no sql
  • Ans. 

    NoSQL databases are non-relational databases that provide flexible schemas for storing and managing data.

    • MongoDB

    • Cassandra

    • Redis

    • Couchbase

    • Amazon DynamoDB

  • Answered by AI
  • Q2. What is stl in c++
  • Ans. 

    STL stands for Standard Template Library in C++. It is a collection of classes and functions that are templates to provide general-purpose classes and functions with templates that implement many popular and commonly used algorithms and data structures like vectors, lists, queues, and stacks.

    • STL provides reusable components that are highly efficient and easy to use.

    • Examples of STL components include vector, list, queue...

  • Answered by AI
  • Q3. How to check loop in linked list
  • Ans. 

    To check for a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.

    • Use two pointers, one moving at twice the speed of the other

    • If there is a loop, the two pointers will eventually meet

    • Alternatively, use a hash set to store visited nodes and check for duplicates

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced software programmer with a passion for creating innovative solutions.

    • Over 5 years of experience in programming languages such as Java, C++, and Python

    • Strong problem-solving skills and ability to work well in a team

    • Experience with developing web applications and mobile apps

    • Familiarity with agile development methodologies

    • Completed multiple successful projects, including a mobile game app

  • Answered by AI
  • Q2. What is you family background
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and backgrounds.

    • My parents are from different countries, which has exposed me to different cultures and languages.

    • I have relatives living in various parts of the world, allowing me to experience different traditions and customs.

    • My family values education and hard work, which has influenced my own work ethic and determination.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pracrtice codeforces

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a number
  • Ans. 

    To reverse a number, convert it to a string, reverse the string, and convert it back to a number.

    • Convert the number to a string

    • Reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q2. SQL indexes and Joins

Skills evaluated in this interview

Top Infosys Software Engineer Interview Questions and Answers

Q1. Split the String Problem Statement You are given a string str consisting of N lowercase alphabets. Your task is to determine if it is possible to divide the string into three non-empty substrings such that one of them is a substring of the ... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Associate Interview Questions & Answers

user image Gaming Fever

posted on 16 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introducing yourself, experience, project
  • Q2. Python list tuple

Top Infosys Associate Interview Questions and Answers

Q1. Coding on Oops? Method overriding? Datatypes codes?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SAP APP process end to end
  • Ans. 

    SAP APP process involves creating, posting, and clearing vendor invoices in SAP FICO module.

    • Create vendor invoice in SAP

    • Post vendor invoice in SAP

    • Clear vendor invoice in SAP

  • Answered by AI
  • Q2. SAP EBS process end to end

Senior SAP Fico Consultant Interview Questions asked at other Companies

Q1. APP-Payment Methods, What is Asset Accounting. BRS Configuration steps.
View answer (1)

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
Dot Net Developer-Hyderabad

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

C++ Developer

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

SailPoint Developer

Hyderabad / Secunderabad,

Chennai

+1

2-5 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
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