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
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Trigger on child object to update parent object (Account from Contact)
  • Ans. 

    Use trigger on Contact to update related Account fields

    • Create a trigger on Contact object

    • Query for related Account record using Contact's AccountId

    • Update Account fields based on Contact field changes

  • Answered by AI
  • Q2. Batch Apex Syntax, Features and Limitations
  • Ans. 

    Batch Apex is used to process large amounts of data asynchronously in Salesforce.

    • Batch Apex is used to handle large data volumes by breaking the processing into smaller chunks.

    • It is implemented by writing a class that implements the Database.Batchable interface.

    • Batch Apex has start, execute, and finish methods to control the batch processing.

    • It has limitations such as a maximum of 50 million records processed per batch...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trigger to send Email to Contacts on update on Account
  • Ans. 

    Use a trigger to send email to contacts when an account is updated

    • Create a trigger on Account object

    • Query for related contacts

    • Send email to contacts using Apex email class

  • Answered by AI
  • Q2. Communication in LWC
  • Ans. 

    Communication in LWC involves using events, properties, and methods to pass data between components.

    • Use events to communicate between parent and child components

    • Pass data using properties in the component hierarchy

    • Call methods in child components from parent components

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason for Job Change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire to work with cutting-edge technology

    • Opportunity for career advancement

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q2. Salary Expectations

Interview Preparation Tips

Topics to prepare for Infosys Salesforce Consultant interview:
  • Batch Apex
  • LWC
  • Apex Triggers

Skills evaluated in this interview

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Those where basics not very hard

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts and core java including loops
  • Q2. Conditional statements and overloading and overriding

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

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Is Java pass by value or by reference
  • Ans. 

    Java is pass by value

    • Java is pass by value, meaning a copy of the variable is passed to a method

    • Changes made to the copy inside the method do not affect the original variable

    • However, if the variable is an object reference, the reference is passed by value

  • Answered by AI
  • Q2. Difference btw string builder, and buffer
  • Ans. 

    String Builder is not synchronized, while String Buffer is synchronized.

    • String Builder is faster than String Buffer because it is not synchronized.

    • String Buffer is thread-safe, while String Builder is not.

    • Use String Builder when you do not need thread safety, and String Buffer when you do.

  • Answered by AI
  • Q3. Mysql commands and questions on database
  • Q4. Tell about the last project you worked on
  • Q5. Serialization Deserialization
  • Q6. Singleton and prototype
Round 2 - Coding Test 

Hashmap coding problem, return Map values by passing a single input of a student.

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain steps to create Odata service
  • Ans. 

    Creating Odata service involves defining data model, service implementation, and service registration.

    • Define data model using CDS views or ABAP dictionary objects

    • Implement service using ABAP code and annotations

    • Register service using transaction code /IWFND/MAINT_SERVICE

  • Answered by AI
  • Q2. What is BDC? Types of BDC? Steps to perform it?
  • Ans. 

    BDC stands for Batch Data Communication. It is used to transfer data from non-SAP systems to SAP systems.

    • Types of BDC: Call Transaction, Session Method, and Direct Input

    • Steps to perform BDC: Recording, Processing, and Error Handling

    • Example: Using Call Transaction method to automate data entry in SAP transactions

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Types of CDS views?
  • Ans. 

    Types of CDS views include Basic, Composite, and Consumption views.

    • Basic CDS views are used to define simple data models.

    • Composite CDS views are used to combine multiple CDS views or database tables.

    • Consumption CDS views are used to consume other CDS views or database tables.

    • Examples: Basic - Define a simple data model, Composite - Combine multiple CDS views, Consumption - Consume other CDS views

  • Answered by AI
  • Q2. Difference between association and join

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps your basics clear

Skills evaluated in this interview

SAP Abap Associate Consultant Interview Questions asked at other Companies

Q1. 1.data dictionary concept-table creation steps How do you maintain TMG? What is one step and two step? Where do you use the search help and types of search help? What are lock objects? Difference between structure and table? What are views ... 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Without RLS how can you implement the security to data?
  • Ans. 

    Implement security to data using row-level security (RLS)

    • Use user roles and permissions to restrict access to specific data

    • Leverage Power BI's built-in security features such as dataset security and data categorization

    • Implement dynamic security based on user context or attributes

    • Utilize Power BI's security features like Azure Active Directory integration for authentication and authorization

  • Answered by AI

Skills evaluated in this interview

Top Infosys Power BI Developer Interview Questions and Answers

Q1. What is difference between calculate column and measures?
View answer (3)

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Get interview-ready with Top Infosys Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is React in web development?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React is maintained by Facebook and a community of developers.

    • React can be used to build single-page applications.

    • React Native allows for building mobile applications using React.

  • Answered by AI
  • Q2. What is redux? and when you use?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a more organized and efficient way.

    • Redux is used in React applications to manage the state of the application.

    • It helps in maintaining a single source of truth for the state.

    • Redux allows for easier debugging and testing of the application.

    • Actions are dispatched to update the state in a predictable way.

    • Selectors can...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • React.Js

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)

Jobs at Infosys

View all

Test Analyst Interview Questions & Answers

user image Suma Reddy

posted on 6 Oct 2024

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

(2 Questions)

  • Q1. Explain about framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and structure software applications.

    • Framework provides a structure for developers to build applications

    • It includes pre-written code, libraries, and tools to facilitate development

    • Frameworks can be specific to a programming language or technology

    • Examples include Selenium for automated testing, Angular for web development

  • Answered by AI
  • Q2. Realtime.scenarios

Skills evaluated in this interview

Top Infosys Test Analyst Interview Questions and Answers

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)

Test Analyst Interview Questions asked at other Companies

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Every kind of question related to my role that I was applying for.
Round 2 - Behavioral 

(1 Question)

  • Q1. As usual questions that are asked during managerial.
Round 3 - HR 

(1 Question)

  • Q1. Educational & Basic Questions for verification/validation !!

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your intentions & what you truly desire

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. Coding questions medium level
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion in detail
  • Q2. One more coding question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. List down Loadrunner components
  • Ans. 

    Loadrunner components include Virtual User Generator, Controller, Load Generator, Analysis

    • Virtual User Generator (VUGen) - used to create and edit scripts

    • Controller - used to organize, execute, and monitor tests

    • Load Generator - used to simulate virtual users

    • Analysis - used to analyze test results

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected package

Skills evaluated in this interview

Performance Tester Interview Questions asked at other Companies

Q1. Assertion in Jmeter. what protocol used in jmeter 3. what is hit per second. 4.why after some number hit/sec become constant 5. what is sync and async testing. 6. what is standard deviation. 7. how u handle assertion dynamically 8. what lis... read more
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
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