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

Clear (1)

Infosys Technical Lead Interview Questions, Process, and Tips

Updated 17 Feb 2025

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 ...read more
  • Q2. Do you know what NGRX is in Angular? If yes, how does it work?
  • Q3. As it's Agile process, how you are going to deliver client expectations?
View all 76 questions

Infosys Technical Lead Interview Experiences

126 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Java Coding Question
  • Q2. Multithreading concepts
  • Q3. System Design Question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Cursor lifecycle
Round 2 - Technical 

(1 Question)

  • Q1. DB2 lockable components

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is routing in mvc
  • Ans. 

    Routing in MVC is the process of mapping URLs to controller actions in order to handle incoming requests.

    • Routing determines which controller and action should handle a request based on the URL

    • Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications

    • Routes can include parameters that are passed to the controller action

    • Routing can be used to create user-friendly URLs

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics from c#

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Core Java related and spring batch related
  • Q2. Spring boot related questions
Round 2 - HR 

(1 Question)

  • Q1. Why u want to join Company

Infosys interview questions for designations

 Java Technical Lead

 (2)

 Senior Technical Lead

 (1)

 Technical Software Testing Lead

 (1)

 Technical Analyst

 (24)

 Technical Architect

 (5)

 Technical Specialist

 (4)

 Technical Consultant

 (2)

 Lead Consultant

 (11)

Technical Lead Interview Questions & Answers

user image Shwetey Tanawade

posted on 13 Aug 2024

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

(2 Questions)

  • Q1. Explain Agile Process
  • Ans. 

    Agile process is a flexible and iterative approach to project management.

    • Agile involves breaking down projects into small increments called sprints

    • It emphasizes collaboration, adaptability, and customer feedback

    • Common Agile methodologies include Scrum, Kanban, and Extreme Programming

  • Answered by AI
  • Q2. Explain MVC architecture
  • Ans. 

    MVC is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why Microservice architecture
  • Ans. 

    Microservice architecture allows for scalability, flexibility, and easier maintenance of complex systems.

    • Scalability: Microservices can be independently scaled based on demand, allowing for better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, enabling faster innovation.

    • Easier maintenance: With smaller, focused services, it is easier to identify and fix issues...

  • Answered by AI

Technical Lead Jobs at Infosys

View all

Technical Lead Interview Questions & Answers

user image Santanu Chakrabarty

posted on 25 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1> Write a code of two way data binding .
2>Reverse an array without using reverse()/Builtin method.

Round 2 - Managarial Round 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. What progress did you make on your project since last year?
  • Q3. Do you know what NGRX is in Angular? If yes, how does it work?
  • Ans. 

    NGRX is a state management library for Angular applications.

    • NGRX is inspired by Redux, a predictable state container for JavaScript apps.

    • It helps manage the state of an Angular application in a centralized and predictable way.

    • NGRX consists of actions, reducers, selectors, and effects to manage state changes.

    • It allows for a unidirectional data flow in Angular applications.

    • NGRX can be used to handle complex state managem

  • Answered by AI
  • Q4. What kind of project have you completed?
  • Q5. Scenario based questions .

Interview Preparation Tips

Topics to prepare for Infosys Technical Lead interview:
  • Angular
  • Javascript
  • Css
Interview preparation tips for other job seekers - Never attempt to join the interview via mobile, even if HR suggests it.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have led multiple projects in developing web applications using various technologies.

    • Led a team in developing a web application for a healthcare company using React and Node.js

    • Implemented a data visualization tool for analyzing patient data using D3.js

    • Integrated third-party APIs for real-time data syncing in a telemedicine platform

  • Answered by AI
  • Q2. How the functionalities mentioned in the resume was implemented
  • Ans. 

    Functionalities were implemented using a combination of programming languages, frameworks, and design patterns.

    • Implemented functionalities using Java, Spring framework, and MVC design pattern

    • Utilized RESTful APIs for communication between different modules

    • Implemented asynchronous processing using message queues like RabbitMQ

    • Used database technologies like MySQL for data storage and retrieval

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through whatever mentioned in the resume like projects, skillsets.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude test with basic logic

Round 2 - Technical 

(1 Question)

  • Q1. Java with spring and hibernate questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - It was long back but now you should prepare for DSA and few hard coding questions as this is becoming a mandate now for developer positions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic knowldege questions
Round 2 - HR 

(1 Question)

  • Q1. How do you approach salary negotiation?
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Technical Lead interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys Technical Lead 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 Software Quality Assurance, Agile, Testing Tools, Debugging and Java.
What are the top questions asked in Infosys Technical Lead interview?

Some of the top questions asked at the Infosys Technical Lead interview -

  1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) Ho...read more
  2. Do you know what NGRX is in Angular? If yes, how does it wo...read more
  3. As it's Agile process, how you are going to deliver client expectatio...read more
How long is the Infosys Technical Lead interview process?

The duration of Infosys Technical Lead interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Amazon Sellers Services

No Interviews

LIST OF COMPANIES

BD SOFTWARE DISTRIBUTION

Overview

JOBS

SkillMentor Connect

No Jobs

INTERVIEWS

NIKE

No Interviews

INTERVIEWS

SRM University, AP - Amaravati

No Interviews

JOBS

The Goodearth Company

No Jobs

COMPANY BENEFITS

Amazon Sellers Services

No Benefits

LIST OF COMPANIES

The Goodearth Company

Overview

JOBS

HCLTech

No Jobs

SALARIES

Internity Foundation

Tell us how to improve this page.

Infosys Technical Lead Interview Process

based on 111 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technical Lead Salary
based on 30.8k salaries
₹5.2 L/yr - ₹19.5 L/yr
35% less than the average Technical Lead Salary in India
View more details

Infosys Technical Lead Reviews and Ratings

based on 727 reviews

3.3/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

2.5

Salary

4.0

Job security

3.4

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 727 Reviews and Ratings
Technical Lead 6B/A

Pune,

Chennai

+1

8-13 Yrs

₹ 8.5-18 LPA

Technology Lead

Navi Mumbai,

Bangalore / Bengaluru

+1

5-8 Yrs

₹ 6.1-25 LPA

S2RL Technology Lead

Ahmedabad

5-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k 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
28k 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