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

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.5k interviews found

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

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

Round 1 - Aptitude Test 

The round 1 was an online assessment that was held in campus labs. It was a 2 hour long test having 7 sections that are reasoning ability,verbal ability,comprehension,pseudocode,puzzle solving,essay writing,quants. There was a sectional cutoff around 70%

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself?
  • Q2. React.js basics' questions and nextjs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice previous year questions on youtube.
Checkout for past year interview experience as well.

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (9)

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (12)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Why use React JS
  • Ans. 

    React JS is a popular JavaScript library for building user interfaces.

    • Efficiently updates and renders components with virtual DOM

    • Supports reusable components for faster development

    • Declarative syntax simplifies code readability and maintenance

  • Answered by AI
  • Q2. What is virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • Changes are first made to the virtual DOM, then compared to the actual DOM to determine the most efficient way to update the UI.

    • This process helps reduce the number of updates needed and...

  • Answered by AI
  • Q3. Difference between props and state
  • Ans. 

    Props are used to pass data from parent to child components, while state is used to manage data within a component.

    • Props are read-only and cannot be modified by the child component

    • State is mutable and can be changed by the component itself

    • Props are passed down from parent to child components, while state is managed within a component

    • Example: Passing a user's name as a prop to a child component vs storing the user's inp

  • Answered by AI
  • Q4. Redux life cycle
  • Q5. Javascript ES6 questions like promises, async await etc.
  • Q6. 1 javascript hands-on logical question
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell about project you worked on
  • Q2. In detail project questions like how you used react and redux in your project
  • Q3. Tell about Routing in react
  • Ans. 

    Routing in React is the process of determining which components to display based on the URL.

    • React Router is a popular library used for routing in React applications.

    • Routes are defined using components in React Router.

    • Nested routes can be defined to render components within other components.

    • Route parameters can be accessed using props.match.params.

    • Redirects can be used to navigate users to different routes.

    • Private rout...

  • Answered by AI
  • Q4. Same react virtual DOM
Round 3 - HR 

(1 Question)

  • Q1. Only HR negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with basic concepts and fundamentals of js and react.
Javascript ES6 concepts and array string manipulation logics are must to prepare

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Explain p2p cycle
  • Ans. 

    P2P cycle stands for Procure-to-Pay cycle, which is the process of obtaining goods or services from a supplier to making payment for them.

    • The cycle starts with the need for a product or service, followed by creating a purchase order.

    • Goods or services are received and matched with the purchase order and invoice.

    • The invoice is then approved for payment and payment is made to the supplier.

    • Finally, the transaction is recor...

  • Answered by AI
  • Q2. Explain use if FBDI
  • Ans. 

    FBDI is used in Oracle Fusion Financials for bulk data import.

    • FBDI stands for File-Based Data Import

    • It is used to import large volumes of data into Oracle Fusion Financials

    • Data is first entered into predefined Excel templates and then uploaded into the system

    • FBDI is commonly used for importing journals, invoices, and other financial transactions

  • Answered by AI
  • Q3. Explain enterprise structure
  • Ans. 

    Enterprise structure refers to the organization of a company's business units, divisions, and departments.

    • It defines how different parts of the organization are related and how information flows between them

    • Includes elements like legal entities, business units, divisions, and departments

    • Helps in defining reporting structures, security access, and business processes

    • Example: A multinational corporation may have multiple ...

  • Answered by AI
  • Q4. Explain steps of implementations project
  • Ans. 

    Implementation project steps involve planning, configuration, testing, training, and deployment.

    • 1. Planning phase involves defining project scope, objectives, timelines, and resources.

    • 2. Configuration phase includes setting up the system based on business requirements.

    • 3. Testing phase involves conducting various tests to ensure system functionality and data accuracy.

    • 4. Training phase includes educating end users on how...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was CV specific

Oracle Fusion Financial Functional Consultant Interview Questions asked at other Companies

Q1. Explain steps of implementations project
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
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 

(3 Questions)

  • Q1. Workflow of writing an api from beginning till end either u can write all the code on notepad or just verbally explain
  • Q2. Questions related to springboot
  • Q3. Annotations were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading questions,deployment related questions,debugging and junit testing,security related authenticaton questions were asked
  • Q2. How the project is managed from initiation till release

Interview Preparation Tips

Topics to prepare for Infosys Senior Systems Engineer interview:
  • Spring Boot
  • Jenkins
  • Java
  • JUnit
  • Security

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (5)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (270)

 Senior Systems Engineer

 (267)

 Software Developer

 (259)

 Business Analyst

 (240)

 Senior Associate Consultant

 (176)

Java Developer Interview Questions & Answers

user image Aman Kumar Thakur

posted on 1 Sep 2024

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

I applied via Approached by Company

Round 1 - Aptitude Test 

Java question for aptitude test

Round 2 - Coding Test 

Asked coding questions in java

Round 3 - Technical 

(2 Questions)

  • Q1. Ask only technical questions
  • Q2. Advise me for learn new technologies
  • Ans. 

    Stay updated with industry trends, take online courses, attend workshops, and work on real-world projects.

    • Take online courses on platforms like Coursera, Udemy, or Pluralsight.

    • Attend workshops, conferences, and meetups to network and learn from experts.

    • Work on real-world projects to apply your knowledge and gain practical experience.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Asked only technical questions
  • Q2. Suggest me for good ideas
  • Ans. 

    Some good ideas for projects could be developing a mobile app for tracking fitness goals, creating a website for sharing book recommendations, or building a chatbot for customer service.

    • Develop a mobile app for tracking fitness goals

    • Create a website for sharing book recommendations

    • Build a chatbot for customer service

  • Answered by AI

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

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)

Get interview-ready with Top Infosys Interview Questions

Specialist Programmer Interview Questions & Answers

user image Nikhil Suryawanshi

posted on 14 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at STES Smt Kashibai Navale College of Engineering, Pune and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array, Binary Search Tree, Graph

Round 2 - Technical 

(5 Questions)

  • Q1. Data structure and algorithm questions
  • Q2. DBMS, OS, CNS, Resume Based Questions
  • Q3. What is Deadlock in OS
  • Ans. 

    Deadlock in OS is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when processes compete for resources and each process holds a resource while waiting for another resource.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds Resource 1 and waits for R...

  • Answered by AI
  • Q4. Reversed a linkedlist
  • Ans. 

    Reverse a linked list by changing the next pointers of each node to point to the previous node.

    • Start by initializing three pointers: current, previous, and next.

    • Iterate through the linked list, updating the next pointer of each node to point to the previous node.

    • Update the previous, current, and next pointers accordingly in each iteration.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q5. Swap the number without third variable
  • Ans. 

    Swapping numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b. Now a = 10, b = 5

  • Answered by AI

Skills evaluated in this interview

Top Infosys Specialist Programmer Interview Questions and Answers

Q1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates are allowed)
View answer (3)

Specialist Programmer Interview Questions asked at other Companies

Q1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates are allowed)
View answer (3)

Jobs at Infosys

View all

Technology Analyst Interview Questions & Answers

user image Manas Srivastava

posted on 27 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript basics
  • Q2. Angular authorization, RXJS, Interceptors
Round 2 - HR 

(1 Question)

  • Q1. What are your expectations

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Js and react
  • Q2. Example is given to call an dummy api
  • Ans. 

    To call a dummy API, use fetch() method with the API URL and handle the response using .then()

    • Use fetch() method to make a GET request to the dummy API URL

    • Handle the response using .then() method to access the data returned by the API

    • You can also use async/await syntax for cleaner code

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Top Infosys React Js Frontend Developer Interview Questions and Answers

Q1. what is callback, event deligaton, react reconcillaton, react life cycle methods
View answer (1)

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Explain about your project
  • Q2. Do you know coding?
  • Ans. 

    Yes, I have experience with coding in languages such as Python, Java, and SQL.

    • Proficient in Python for data analysis and automation tasks

    • Familiar with Java for backend development

    • Experience with SQL for database management

  • Answered by AI
  • Q3. Have you worked in a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for ECAS unit , as I am from BCA background they asked me about the Coding question (Java especially)

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths English Computer

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism OOPs DS Logical
  • Q2. Logical Question based on scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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.8k 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.4k reviews

3.6/5

Rating in categories

3.7

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.4k Reviews and Ratings
Python Developer

Hyderabad / Secunderabad,

Pune

+1

3-6 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Python Developer

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.6k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹7.8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.1 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

₹4.5 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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