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
3.6

based on 37.9k Reviews

Filter interviews by

Infosys Interview Questions, Process, and Tips for Experienced

Updated 31 Jan 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

Java Lead Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about java 8 feature
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and default methods.

    • Lambda expressions allow you to write more concise code by providing a way to pass functions as arguments.

    • Streams provide a new way to work with collections in a functional style, allowing for easier parallel processing.

    • Functional interfaces are interfaces with a single abstract method, which can be ...

  • Answered by AI
  • Q2. Coding question on find count of frequency of each charcter in given string

Skills evaluated in this interview

Java Lead Interview Questions asked at other Companies

Q1. How will creat Customized collection in java
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical question on .net
  • Q2. What is Polymorphism ?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI

Top Infosys Senior Software Engineer Interview Questions and Answers

Q1. When an int is declare with 0 value and passed as an out parameter to a method what will be the output
View answer (1)

Senior Software 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 (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Day to day life of scrum Master
  • Q2. What are ceremonies

Scrum Master and Manager Interview Questions asked at other Companies

Q1. Knowledge Regarding SDLC? Risk management? What are types of project Planning? What are the Roles of a Project manager? Test of Fluent Communication Skills. Command over the process improvement and implementation of Agile.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a trigger to update StageName on Opportunity whenever the Account Active field is set to Yes
  • Ans. 

    Trigger to update StageName on Opportunity when Account Active field is set to Yes

    • Create a trigger on Account object

    • Query for related Opportunities

    • Update StageName field on Opportunities where Account Active is Yes

  • Answered by AI
  • Q2. Asynchronous Apex
  • Ans. 

    Asynchronous Apex is used to run processes in the background without user interaction.

    • Asynchronous Apex is used for long-running processes, such as callouts to external systems or batch processing.

    • It allows for better performance by not blocking the user interface while the process is running.

    • Examples include @future methods, Queueable Apex, and Batch Apex.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive.

Skills evaluated in this interview

Top Infosys Salesforce Developer Interview Questions and Answers

Q1. How do you make the child records read only of its parent record's field is updated to some value
View answer (1)

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (5)

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (273)

 Associate Consultant

 (266)

 Senior Systems Engineer

 (263)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (173)

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

(2 Questions)

  • Q1. Explain your prep experience
  • Ans. 

    I have prepared for the Tech Lead role by gaining experience in leading technical projects, improving my communication skills, and staying updated on industry trends.

    • Led technical projects at previous companies

    • Improved communication skills through presentations and team collaborations

    • Stayed updated on industry trends by attending conferences and online courses

  • Answered by AI
  • Q2. Explain clustered and non clustered index
  • Ans. 

    Clustered index physically reorders the data in the table, while non-clustered index creates a separate structure.

    • Clustered index determines the physical order of data rows in a table.

    • Non-clustered index creates a separate structure to store the index data.

    • Clustered index is faster for retrieval but slower for inserts and updates.

    • Non-clustered index is slower for retrieval but faster for inserts and updates.

  • Answered by AI

Top Infosys Technical Lead Interview Questions and Answers

Q1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) How we can handle the situation when we found code is not complaint before one day of deployment. 3) why are you looking for Switch?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Infosys Interview Questions

IT Technology Lead Interview Questions & Answers

user image Tamil Selvan

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. What is oops and explain concepts
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods).

    • OOP focuses on creating objects that interact with each other to solve a problem.

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods tha...

  • Answered by AI
  • Q2. What is mvc and controller
  • Ans. 

    MVC stands for Model-View-Controller. Controller is a component that handles user input and updates the model and view accordingly.

    • MVC is a software design pattern commonly used in web development

    • Controller is responsible for handling user input and updating the model and view

    • Controller acts as an intermediary between the model and the view

    • Examples: ASP.NET MVC, Spring MVC, Ruby on Rails

  • Answered by AI

Skills evaluated in this interview

Top Infosys IT Technology Lead Interview Questions and Answers

Q1. How will you do Project Analysis with the help of excel data?
View answer (1)

IT Technology Lead Interview Questions asked at other Companies

Q1. How will you do Project Analysis with the help of excel data?
View answer (1)

Jobs at Infosys

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

(2 Questions)

  • Q1. What is Corotuine and explain builder type.
  • Ans. 

    Coroutines are a way to perform asynchronous programming in Android. Builder type is used to create and configure a coroutine.

    • Coroutines in Android are used for managing asynchronous tasks without blocking the main thread.

    • Builder type is used to create a coroutine with specific configuration options.

    • Example: 'launch' is a builder type used to start a new coroutine.

  • Answered by AI
  • Q2. Unit testing with example of code
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code works correctly on its own.

    • Unit tests are typically written using testing frameworks like JUnit or Mockito.

    • Example: Testing a function that calculates the sum of two numbers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experiance.

Skills evaluated in this interview

Top Infosys Senior Android Developer Interview Questions and Answers

Q1. what is Corotuine and explain builder type.
View answer (1)

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)

Automation Test Engineer interview

user image Shiv AutomationLabs

posted on 16 Nov 2021

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is SDLC and different phases
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • For example, in the planning phase, project scop...

  • Answered by AI
  • Q2. Selenium framework and different keywords.
  • Ans. 

    Selenium framework is a test automation tool that uses different keywords to interact with web elements.

    • Selenium framework allows testers to write automated tests using various keywords like 'click', 'sendKeys', 'getText', etc.

    • These keywords are used to perform actions on web elements such as buttons, input fields, and links.

    • By using these keywords, testers can create robust and maintainable test scripts for web applic...

  • Answered by AI
  • Q3. What is oops? its characteristics. Collection classes.
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • Characteristics of OOPs include encapsulation, inheritance, polymorphism, and abstraction.

    • Collection classes in OOPs are used to store and manipulate groups of objects, such as lists, sets, and maps.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. CI/CD Integration
  • Q2. What is SDLC? different phases of it.
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used by software development teams to design, develop, and test high-quality software.

    • Phases of SDLC include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • For example, in the planning phase, project scope and objecti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must prepare Selenium, JAVA, OOPS, different testing tools, Testing methodology.

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

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. CV based completely Questions related to my projects in the past

Interview Preparation Tips

Interview preparation tips for other job seekers - I received a PPI through Ingenious and had one single interview with the Industry Principal and some other consultants as panelists.

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.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 37.9k 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.4

Work satisfaction

Explore 37.9k Reviews and Ratings
Electrical Engineer

Mysuru / Mysore,

Chennai

+1

4-9 Yrs

₹ 3.6-5 LPA

I&C Engineer - Electrical

Noida,

Chennai

+1

4-9 Yrs

₹ 3.6-5 LPA

I&C engineer

Noida,

Mysuru / Mysore

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹6.4 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview