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

Updated 17 Feb 2025

Top Infosys Interview Questions and Answers for Experienced

View all 1.4k questions

Infosys Interview Experiences for Experienced

Popular Designations

2.2k interviews found

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

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Q2. What motivates you to continue improving in this field?

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply be yourself and embrace authenticity.

Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. On what basis do you select/source candidates and move them forward?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Code for reverse string
  • Ans. 

    Java code to reverse a string using StringBuilder

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the reversed StringBuilder object back to a string using toString()

  • Answered by AI
  • Q2. Maximzise screen in webpage
  • Ans. 

    To maximize screen in a webpage, use CSS properties like 'width: 100%' and 'height: 100vh'.

    • Set 'width: 100%' to make the content fill the entire width of the screen

    • Use 'height: 100vh' to make the content fill the entire height of the viewport

    • Consider using media queries for responsive design

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to code on screen share all the time

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What are the benefits of React?
  • Ans. 

    React offers a component-based architecture, virtual DOM for performance optimization, and a strong community support.

    • Component-based architecture allows for reusability and easier maintenance of code.

    • Virtual DOM helps in improving performance by only updating the necessary parts of the actual DOM.

    • React has a strong community support with a vast ecosystem of libraries and tools available.

    • React allows for server-side re...

  • Answered by AI
  • Q2. Difference between state and props?
  • Ans. 

    State is mutable and managed within the component, while props are immutable and passed from parent component.

    • State is managed within the component and can be changed using setState() method

    • Props are passed from parent component to child component and cannot be changed by the child component

    • State is used for internal component data management, while props are used for passing data from parent to child components

  • Answered by AI
  • Q3. What is useReducer and UseContext api?
  • Ans. 

    useReducer is a React hook that manages state changes through a specified reducer function. useContext is a hook that allows access to a context object.

    • useReducer is used for managing complex state logic in React applications.

    • It takes in a reducer function and an initial state, and returns the current state and a dispatch function.

    • Example: const [state, dispatch] = useReducer(reducer, initialState);

    • useContext is used f...

  • Answered by AI
  • Q4. What is one way data binding?
  • Ans. 

    One way data binding is a unidirectional flow of data from the model to the view in React applications.

    • Data flows from the model (or source of truth) to the view, but not vice versa.

    • Changes in the model automatically update the view, but changes in the view do not affect the model.

    • Helps in maintaining a clear and predictable data flow in React components.

  • Answered by AI
  • Q5. Tell me hooks you have used?
  • Ans. 

    I have used useState, useEffect, useContext, useReducer, and useRef hooks in my projects.

    • useState - for managing state in functional components

    • useEffect - for handling side effects in functional components

    • useContext - for accessing context in functional components

    • useReducer - for managing complex state logic in functional components

    • useRef - for accessing DOM elements or storing mutable values

  • Answered by AI
  • Q6. What is redux middleware
  • Ans. 

    Redux middleware is a function that intercepts actions before they reach the reducer.

    • Middleware can be used for logging, crash reporting, asynchronous API calls, etc.

    • It sits between the action dispatch and the reducer.

    • Examples of popular middleware include redux-thunk and redux-saga.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions related to Projects
  • Q2. Git commands: How to commit ,merge code, how to resolve merge conflicts
  • Ans. 

    Git commands for committing, merging code, and resolving merge conflicts

    • To commit code: git commit -m 'Commit message'

    • To merge code from a branch: git merge branch_name

    • To resolve merge conflicts: manually edit the conflicting files, add changes, and then commit the merge

  • Answered by AI
Round 3 - Coding Test 

It's 10 multiple-choice question with low,medium, and difficult range levels.

Skills evaluated in this interview

Top Infosys Reactjs Developer Interview Questions and Answers

Q1. What are higher-order functions in JS
View answer (3)

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

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

(2 Questions)

  • Q1. 1) User Stories 2) Sprint zero 3) Stories and Requirement gathering 4) DoR and DoD
  • Q2. Tell us what is Sprint Zero
  • Ans. 

    Sprint Zero is a preparatory phase before the start of the first official sprint in Scrum.

    • Sprint Zero focuses on setting up the project, team, and environment.

    • Activities in Sprint Zero may include creating the project backlog, setting up development tools, and defining team roles.

    • Sprint Zero helps in laying the foundation for a successful project by addressing any initial setup or preparation tasks.

    • It is not a mandator...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and ready to share real examples. They will give you Scrum related scenarios. Also they will talk about your recent projects and how did you execute it.

Skills evaluated in this interview

Top Infosys Scrum Master Interview Questions and Answers

Q1. Give practical examples for implementation of scrum principles.
View answer (2)

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (275)

 Associate Consultant

 (268)

 Senior Systems Engineer

 (266)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (174)

Specialist Programmer Interview Questions & Answers

user image Romit Ranjan Singh

posted on 11 Mar 2024

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

(2 Questions)

  • Q1. Some medium level question
  • Q2. Find next greater element in an array
  • Ans. 

    Find the next greater element in an array of strings.

    • Iterate through the array and for each element, compare it with the elements to its right to find the next greater element.

    • Use a stack to keep track of elements whose next greater element is yet to be found.

    • If the current element is greater than the top element in the stack, update the next greater element for the top element and pop it from the stack.

    • Continue this p...

  • Answered by AI
Round 2 - Coding Test 

Interviewer gave me 3 question of 1 easy and 2 medium level questions

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)

Get interview-ready with Top Infosys Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript Questions
  • Q2. ReactJs Questions

Interview Preparation Tips

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

Top Infosys Software Engineer Interview Questions and Answers

Q1. Split the StringYou are given a string ‘str’ of ‘N’ lowercase alphabets. Your task is to check whether it is possible to split the given string into three non-empty substrings such that one of them is a substring of another two. For example... read more
View answer (4)

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

Jobs at Infosys

View all

Senior ETL Developer Interview Questions & Answers

user image Abhiraj Krishna

posted on 8 Oct 2024

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Data warehousing
  • Q2. Migration process

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple process, study ur resume

Senior ETL Developer Interview Questions asked at other Companies

Q1. What difference between temporary table and global temporary table?
View answer (1)

Generative ai developer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

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

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on llms and what models you used and about projects you have worked on.
Round 2 - Technical 

(1 Question)

  • Q1. Questions on llms and questions related to resume.

Test Analyst Interview Questions & Answers

user image Abhijit J Kasabe

posted on 12 Mar 2024

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

(1 Question)

  • Q1. Basic SQL questions? Different kinds of ETL testing?
Round 2 - Technical 

(1 Question)

  • Q1. Basic programming questions

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. Automation Testing QuestionWhat’s the difference between manual testing and automated testing?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Internal working of HashSet, HashMap vs HashTable, Tell the output for a code snippet based on Arraylist, what is an IoC container, questions on Spring boot annotations, Current project details
  • Ans. 

    The question covers topics like internal working of HashSet, HashMap vs HashTable, IoC container, Spring boot annotations, and current project details.

    • HashSet is implemented using a hash table, HashMap is implemented using a hash table with key-value pairs, and HashTable is a synchronized version of HashMap.

    • ArrayList is a dynamic array that can grow or shrink in size, and the output of a code snippet depends on the spe...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Questions on SDLC processes, Microservice Architecture and design patterns used, write code to sort Employee list based on a field using Lambda expression, Database related questions, question on session ...

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)

Infosys Interview FAQs

How many rounds are there in Infosys interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Infosys interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Infosys interview for experienced candidates -

  1. 1. what is the difference between exception and error. How did u solve the erro...read more
  2. write a code to filter out loans with incomplete status using java 8 featur...read more
  3. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) Ho...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 for Experienced

based on 1.2k 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.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 38.7k 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 38.7k Reviews and Ratings
Workday HCM Technofunctional Consultant

Pune,

Chennai

+1

6-9 Yrs

Not Disclosed

Mainframe Developer - Hyderabad

Pune,

Chennai

+1

2-6 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹17 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