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 Technical Lead Interview Questions, Process, and Tips

Updated 2 Apr 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 78 questions

Infosys Technical Lead Interview Experiences

128 interviews found

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

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. CLIENT DISCOVERY IN MICROSERVICES
  • Ans. 

    Client discovery in microservices involves understanding client needs, preferences, and constraints to design effective solutions.

    • Conduct interviews with clients to gather requirements

    • Analyze existing systems and workflows to identify pain points

    • Collaborate with stakeholders to prioritize features and functionalities

    • Use tools like surveys, user personas, and user stories to capture client needs

    • Iterate on feedback to co

  • Answered by AI
  • Q2. MULTI THREADING CONCEPTS
  • Q3. EXCEPTION CLASS QUESTIONS
  • Q4. STREAM QUESTIONS
  • Q5. SRPING BOOT VS SPRING
  • Ans. 

    Spring Boot is a framework that simplifies the development of Spring applications by providing pre-configured settings and conventions.

    • Spring Boot is opinionated and provides defaults for configuration, reducing the need for manual setup.

    • Spring Boot includes embedded servers like Tomcat, Jetty, and Undertow, making it easy to deploy standalone applications.

    • Spring Boot offers a wide range of starters to quickly set up p...

  • Answered by AI
  • Q6. JOIN SQL QUERY AND NORMALISATION CONCEPT
  • Ans. 

    JOIN SQL query is used to combine rows from two or more tables based on a related column between them. Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • JOIN SQL query is used to retrieve data from multiple tables based on a related column.

    • Normalization involves organizing data into tables and columns to reduce redundancy.

    • JOIN and normalization are both import...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Technical Lead interview:
  • JAVA8
  • SPRINGBOOT
  • Microservices
  • MySQL
  • Hibernate

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical Round
  • Q2. All questions related to the technical aspect
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same as technical round with some managerial questions are added
  • Q2. Same as the technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Tidiour process

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions as per resume
  • Q2. Explain miceoservixes.
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate with each other.

    • Microservices break down applications into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs or messaging queues

  • Answered by AI

I applied via Referral and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical: 1) Asked to give Idea about Project work. Next Questions asked based on that experience. 2) Core Java Basics like, Final Class, memory management, Singleton Class. Design Patterns. 3) Best Pr...
  • Q2. 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 Sw...
  • Ans. 

    Answering managerial questions for Tech Lead position

    • For past issue, explain the problem and how you identified it

    • Describe the mitigation strategy and its effectiveness

    • For non-compliant code, assess the impact and prioritize fixes

    • Communicate the issue to stakeholders and plan for a fix

    • For looking to switch, explain the reasons and how it aligns with career goals

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Technical Lead interview:
  • Core Java
  • springboot
  • java 8
  • rest services
Interview preparation tips for other job seekers - Be Calm, Be Honest, Be Confident. If you don't know any topic then say upfront. Study hard and understand Topics, go to the Basic, and read supporting articles.
Be polite, Be Specific, wait for your turn.
Make Introduce yourself Strong.

Infosys interview questions for designations

 Java Technical Lead

 (2)

 Senior Technical Lead

 (1)

 Technical Lead and Technical Architect

 (1)

 Technical Software Testing Lead

 (1)

 Technical Analyst

 (24)

 Technical Architect

 (6)

 Technical Specialist

 (4)

 Technical Consultant

 (2)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Previous experience
Round 2 - Technical 

(1 Question)

  • Q1. About previous experience

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Say about urself
  • Q2. Explain the project and more relevant questions
Round 2 - HR 

(1 Question)

  • Q1. Reason for change

Technical Lead Jobs at Infosys

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is lazy loading in React?
  • Ans. 

    Lazy loading in React is a technique to load components only when they are needed, improving performance and reducing initial load time.

    • Improves performance by splitting code into smaller chunks.

    • Components are loaded only when they are rendered for the first time.

    • Implemented using React's `React.lazy()` and `Suspense`.

    • Example: `const LazyComponent = React.lazy(() => import('./LazyComponent'));`

    • Wrap lazy-loaded compo...

  • Answered by AI
  • Q2. What are the different types of hooks and their uses?
  • Ans. 

    Hooks are functions that let you use state and lifecycle features in React components without writing a class.

    • useState: Allows functional components to manage state. Example: const [count, setCount] = useState(0);

    • useEffect: Enables side effects in functional components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);

    • useContext: Provides a way to share values between components without pro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid excessive preparation and do not stress.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Springboot application desgin questions. How I will create spring boot project for desiginng an application
  • Q2. RestAPI related questions. Different scenarios given, how would I write APIs. What things I would consider

Interview Preparation Tips

Topics to prepare for Infosys Technical Lead interview:
  • Java
  • springboot
Interview preparation tips for other job seekers - N
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the design patterns and which design pattern used in your project?
  • Ans. 

    Design patterns are reusable solutions to common problems in software design. Examples include Singleton, Factory, and Observer.

    • Design patterns are solutions to common problems in software design

    • They help in creating reusable and maintainable code

    • Examples include Singleton, Factory, Observer, and Strategy patterns

  • Answered by AI
  • Q2. Difference between abstact and interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract f...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Case Study 

Processing of large files with error handling. Questions on Thread management and performance management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Sure, interviews in TCS will show what you are and make you to prepare further.

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.

Tell us how to improve this page.

Infosys Technical Lead Interview Process

based on 112 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 31k salaries
₹5.1 L/yr - ₹20 L/yr
35% less than the average Technical Lead Salary in India
View more details

Infosys Technical Lead Reviews and Ratings

based on 798 reviews

3.3/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.5

Salary

3.9

Job security

3.4

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 798 Reviews and Ratings
Oracle Integration Cloud (OIC) Technical Lead

Bangalore / Bengaluru

5-9 Yrs

₹ 6.1-26 LPA

S2RL Technology Lead

Ahmedabad

5-8 Yrs

Not Disclosed

S2RL Technology Lead

Ahmedabad

8-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

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