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.6k questions

Infosys Interview Experiences

Popular Designations

7.6k interviews found

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

(2 Questions)

  • Q1. Higher order function
  • Q2. Component life cycle in react
  • Ans. 

    Component life cycle in React refers to the series of methods that are invoked at different stages of a component's existence.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you maintain code quality
  • Ans. 

    Code quality is maintained through code reviews, automated testing, coding standards, and continuous integration.

    • Regular code reviews by peers to catch errors and ensure best practices are followed

    • Implementing automated testing to catch bugs early in the development process

    • Enforcing coding standards and guidelines to maintain consistency and readability

    • Utilizing continuous integration tools to automate the build and te

  • Answered by AI

Skills evaluated in this interview

Top Infosys React Native Developer Interview Questions and Answers

Q1. Explain about hooks and when useRef hook is used
View answer (1)

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked on the previous work ex
  • Q2. How does your work experience matches with current profile
  • Ans. 

    My work experience in consulting and project management aligns well with the responsibilities of a Senior Associate Consultant.

    • I have successfully led multiple consulting projects from initiation to completion, demonstrating strong analytical and problem-solving skills.

    • I have experience in client relationship management, conducting market research, and developing strategic recommendations.

    • I have a track record of deliv...

  • Answered by AI

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Solid principle
  • Q2. Weak and unowned reference difference
  • Q3. All basic to advance question asked
Round 2 - HR 

(1 Question)

  • Q1. Basic information about yourself and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic ios question along with few programming questions

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is inbound policy
  • Ans. 

    Inbound policy refers to rules and guidelines set by an organization for receiving incoming communications or data.

    • Inbound policy outlines procedures for handling emails, phone calls, and other forms of communication from external sources.

    • It may include guidelines for filtering and prioritizing incoming messages based on urgency or importance.

    • Inbound policies can also address security measures for screening and verifyi...

  • Answered by AI
  • Q2. What is AD connect
  • Ans. 

    AD Connect is a tool used to synchronize on-premises Active Directory with Azure Active Directory.

    • Allows for single sign-on for users across on-premises and cloud environments

    • Enables password hash synchronization for seamless user authentication

    • Supports hybrid identity management for organizations using both on-premises and cloud resources

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Hybrid model full explain
  • Ans. 

    Hybrid model is a combination of two or more different models or approaches.

    • Combines the strengths of different models or approaches

    • Can be used in various fields like IT, business, education, etc.

    • Example: Hybrid cloud model combines public and private cloud services

  • Answered by AI
  • Q2. Retention policy
Round 3 - Technical 

(2 Questions)

  • Q1. AD concept full
  • Q2. ADFS CONCERT FULL
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectation and explanation
  • Q2. Year of experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as much

Skills evaluated in this interview

Top Infosys IT Technology Lead Interview Questions and Answers

Q1. As a developer, what is your perspective on why clients should consider migrating from an old application built with Java 5, Struts, MySQL, and Apache Server to a new framework, and which framework would you recommend along with the reasons... read more
View answer (1)

IT Technology Lead Interview Questions asked at other Companies

Q1. As a developer, what is your perspective on why clients should consider migrating from an old application built with Java 5, Struts, MySQL, and Apache Server to a new framework, and which framework would you recommend along with the reasons... read more
View answer (1)

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the Function of Object?
  • Ans. 

    The function of an object is to store data and behavior related to a specific entity in a program.

    • Objects store data in the form of properties

    • Objects can have methods which define behavior

    • Objects can be used to model real-world entities like cars, employees, etc.

    • Objects can be instantiated from classes or created dynamically

  • Answered by AI
  • Q2. Difference between procedure and function?
  • Ans. 

    Procedure is a set of instructions that performs a specific task, while function returns a value.

    • Procedure does not return a value, while function does.

    • Functions can be called from within SQL statements, while procedures cannot.

    • Functions can be used in SELECT, WHERE, and HAVING clauses, while procedures cannot.

    • Example: CREATE PROCEDURE myProcedure AS ... vs CREATE FUNCTION myFunction() RETURNS ...

    • Example: EXECUTE myPro

  • Answered by AI
  • Q3. What is Aggregate function?
  • Ans. 

    Aggregate functions perform a calculation on a set of values and return a single value.

    • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

    • They are commonly used in SQL queries to perform calculations on groups of rows.

    • For example, you can use the SUM function to calculate the total sales amount for a group of products.

  • Answered by AI
  • Q4. What is readonly?
  • Ans. 

    readonly keyword is used in C# to declare that a field can only be assigned a value during initialization or in a constructor.

    • readonly keyword can only be used on fields, not properties.

    • The value of a readonly field can only be changed in the constructor of the class.

    • Using readonly fields can help ensure that certain values remain constant throughout the lifetime of an object.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Prepare well on basics of C#, MVC and Sql. and understand the concepts well.

Skills evaluated in this interview

Top Infosys DOT NET Developer Interview Questions and Answers

Q1. What is the difference between windows application development and web based development?
View answer (11)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Get interview-ready with Top Infosys Interview Questions

Lead Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

(2 Questions)

  • Q1. What are different types of Adapaters
  • Ans. 

    Adapters are devices that allow different types of connectors or interfaces to be connected together.

    • There are various types of adapters such as USB adapters, HDMI adapters, power adapters, etc.

    • Adapters can also include converters that change the signal type or format, such as VGA to HDMI adapters.

    • Some adapters are specific to certain devices or brands, like Apple Lightning to 3.5mm headphone jack adapters.

    • Adapters can...

  • Answered by AI
  • Q2. SQL different operations used
  • Ans. 

    SQL operations include SELECT, INSERT, UPDATE, DELETE, JOIN, and more.

    • SELECT: Retrieve data from a database

    • INSERT: Add new records to a table

    • UPDATE: Modify existing records in a table

    • DELETE: Remove records from a table

    • JOIN: Combine rows from two or more tables based on a related column

  • Answered by AI

Skills evaluated in this interview

Lead Interview Questions asked at other Companies

Q1. Why should we pay you xx Lakhs?
View answer (1)

Jobs at Infosys

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Angular 17 new featues
  • Q2. Singals in angular
  • Ans. 

    Signals in Angular are used to communicate between components or services.

    • Signals in Angular are typically implemented using Observables or Subjects.

    • They allow components to subscribe to changes and react accordingly.

    • Signals can be used to pass data, trigger actions, or handle events.

    • Example: Using a Subject to emit a signal when a button is clicked.

  • Answered by AI
  • Q3. Structural directives in angular
  • Ans. 

    Structural directives in Angular are used to modify the DOM layout by adding, removing, or manipulating elements based on conditions.

    • Structural directives are preceded by an asterisk (*) in Angular templates.

    • Common structural directives include *ngIf, *ngFor, and *ngSwitch.

    • They allow developers to conditionally render or remove elements from the DOM.

    • Example:

      Content

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Self introduction

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)

System Engineer Interview Questions & Answers

user image Raja Pandi

posted on 15 Jan 2025

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

In the first round, multiple-choice questions based on aptitude are administered.

Round 2 - Technical 

(2 Questions)

  • Q1. Java Core concepts
  • Q2. Mysql basics

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based question to send large file from API and have better performance.

Top Infosys DOT NET Developer Interview Questions and Answers

Q1. What is the difference between windows application development and web based development?
View answer (11)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Determinations procedures
  • Ans. 

    Determination procedures in SAP SD are used to determine certain values automatically based on predefined rules.

    • Determination procedures are used to automatically determine values such as pricing, taxes, and shipping conditions in SAP SD.

    • These procedures are configured using condition techniques and access sequences.

    • Examples include determining the pricing for a product based on customer group or region, or calculating...

  • Answered by AI
  • Q2. Scenario based questions
  • Q3. Pricing determinations
  • Q4. Special business process

Top Infosys SAP SD Consultant Interview Questions and Answers

Q1. Explain about pricing procedure
View answer (3)

SAP SD Consultant Interview Questions asked at other Companies

Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
View answer (6)

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

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad,

Chennai

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