Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Technical Lead Interview Questions and Answers

Updated 21 May 2025

22 Interview questions

A Technical Lead was asked 9mo ago
Q. What are the different types of risks?
Ans. 

Different types of risks include financial, operational, strategic, compliance, and reputational risks.

  • Financial risk: related to the potential loss of financial resources, such as market risk, credit risk, and liquidity risk.

  • Operational risk: arises from internal processes, systems, or people, leading to errors, fraud, or disruptions.

  • Strategic risk: involves the impact of business decisions on the organization's ...

A Technical Lead was asked 9mo ago
Q. What do the curves on the Probability plot denote?
Ans. 

Probability plot curves denote the distribution of data points compared to a theoretical distribution.

  • Probability plot curves help visualize how well a dataset fits a particular distribution.

  • The curves can indicate if the data is normally distributed or follows a different distribution.

  • Examples of probability plots include Q-Q plots and P-P plots.

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 Cognizant
Q3. 1. Type of documentation for computer system validation. 2.Please ... read more
asked in Wipro
Q4. What automation framework have you worked on?
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
A Technical Lead was asked 9mo ago
Q. What are Ppk and Cpk in Six Sigma?
Ans. 

Ppk and Cpk are process capability indices used in Six Sigma to measure the ability of a process to produce output within specification limits.

  • Ppk and Cpk are statistical measurements that assess how well a process is performing in relation to its specification limits.

  • Ppk measures the potential capability of a process to produce output within specification limits, while Cpk measures the actual capability of a proc...

A Technical Lead was asked 11mo ago
Q. What is the C language?
Ans. 

C language is a high-level programming language known for its efficiency and flexibility.

  • C language was developed by Dennis Ritchie at Bell Labs in the early 1970s.

  • It is widely used for system programming, embedded systems, and software development.

  • C is a procedural language with a rich set of built-in functions and operators.

  • Example: printf() function is used to print output in C language.

A Technical Lead was asked 11mo ago
Q. What are the differences between TCP and UDP?
Ans. 

TCP is connection-oriented, reliable, and slower. UDP is connectionless, unreliable, and faster.

  • TCP is connection-oriented, meaning a connection is established before data is sent.

  • TCP is reliable, as it ensures all data is received in the correct order.

  • TCP is slower than UDP due to the overhead of establishing a connection and error-checking.

  • UDP is connectionless, meaning data can be sent without establishing a co...

A Technical Lead was asked
Q. 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 and maintenance of code.

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

A Technical Lead was asked
Q. What is the difference between dependency injection and Inversion of Control (IoC)?
Ans. 

Dependency injection is a design pattern where objects are passed their dependencies rather than creating them internally. Inversion of Control (IoC) is a broader concept where the control of object creation is inverted from the application to a framework.

  • Dependency injection is a technique to achieve Inversion of Control (IoC)

  • In DI, objects are given their dependencies rather than creating them internally

  • IoC is a...

Are these interview questions helpful?
A Technical Lead was asked
Q. What is the difference between an abstract class and an 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 of these.

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

  • Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract...

A Technical Lead was asked
Q. How does authentication work in .NET Core?
Ans. 

Authentication in .NET Core involves validating user credentials and managing user sessions securely.

  • ASP.NET Core Identity provides a complete authentication solution.

  • JWT (JSON Web Tokens) can be used for stateless authentication.

  • Use middleware like 'UseAuthentication()' and 'UseAuthorization()' in the pipeline.

  • Example: Configure services in 'Startup.cs' with 'services.AddAuthentication()'.

  • Role-based and policy-ba...

A Technical Lead was asked
Q. What is the MVC structure?
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

L&T Technology Services Technical Lead Interview Experiences

38 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Ppk and Cpk in Six Sigma??
  • Ans. 

    Ppk and Cpk are process capability indices used in Six Sigma to measure the ability of a process to produce output within specification limits.

    • Ppk and Cpk are statistical measurements that assess how well a process is performing in relation to its specification limits.

    • Ppk measures the potential capability of a process to produce output within specification limits, while Cpk measures the actual capability of a process t...

  • Answered by AI
  • Q2. What are the different types of risks??
  • Ans. 

    Different types of risks include financial, operational, strategic, compliance, and reputational risks.

    • Financial risk: related to the potential loss of financial resources, such as market risk, credit risk, and liquidity risk.

    • Operational risk: arises from internal processes, systems, or people, leading to errors, fraud, or disruptions.

    • Strategic risk: involves the impact of business decisions on the organization's long-...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain ISO 13485 implementation in your current employer?
  • Q2. What the curves on the Probability plot denotes?
  • Ans. 

    Probability plot curves denote the distribution of data points compared to a theoretical distribution.

    • Probability plot curves help visualize how well a dataset fits a particular distribution.

    • The curves can indicate if the data is normally distributed or follows a different distribution.

    • Examples of probability plots include Q-Q plots and P-P plots.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Salary discussed
  • Q2. Nothing more than the salary discussed
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Electrical review of schematic
  • Ans. 

    Analyze and provide feedback on an electrical schematic diagram

    • Review the components and connections in the schematic

    • Check for any errors or inconsistencies in the design

    • Ensure that the schematic follows industry standards and best practices

    • Provide suggestions for improvements or optimizations

    • Verify that the schematic meets the project requirements

  • Answered by AI
  • Q2. Buck converter control loop mechanism
  • Ans. 

    Buck converter control loop mechanism is used to regulate the output voltage by adjusting the duty cycle of the switch.

    • The control loop compares the actual output voltage with a reference voltage and adjusts the duty cycle of the switch accordingly.

    • It typically consists of a feedback loop with a voltage divider, error amplifier, and PWM controller.

    • The PWM controller generates a signal to control the switch on and off t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Job and power electronics based tech round
  • Q2. Operation of Flyback converter
  • Ans. 

    A flyback converter is a type of switching power supply that uses a transformer to store energy and transfer it to the output.

    • Utilizes a transformer to store energy and transfer it to the output

    • Operates by storing energy in the transformer during the switch-on time and releasing it to the output during the switch-off time

    • Commonly used in low power applications such as battery chargers and LED drivers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. About your product
  • Q2. Tell me about yourself
  • Q3. Describe your last project
  • Q4. Power system testing
  • Q5. Electro-Mechanical standard
  • Ans. 

    Electro-Mechanical standard refers to the set of guidelines and regulations for designing and manufacturing devices that combine electrical and mechanical components.

    • Electro-Mechanical standards ensure compatibility and safety of devices.

    • Examples include standards for connectors, wiring, and grounding in electronic devices.

    • Compliance with standards is important for product quality and reliability.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for L&T Technology Services Technical Lead interview:
  • Engineering
  • Design
  • Power System
Interview preparation tips for other job seekers - Proper preparation about the role and ask the questions, answers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Tell me about yourself
  • Q2. Work experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linkliat related questions.
  • Q2. Bitwise related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Rtos related questions.
  • Q2. One coding assignment.
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Salary brganing.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. What id 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 and maintenance of code.

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

  • Answered by AI
  • Q3. Difference between dependency injection and IOC
  • Ans. 

    Dependency injection is a design pattern where objects are passed their dependencies rather than creating them internally. Inversion of Control (IoC) is a broader concept where the control of object creation is inverted from the application to a framework.

    • Dependency injection is a technique to achieve Inversion of Control (IoC)

    • In DI, objects are given their dependencies rather than creating them internally

    • IoC is a desi...

  • Answered by AI
  • Q4. Difference between abstract class 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 of these.

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

    • Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract for ...

  • Answered by AI
  • Q5. Authenticationin .net core
  • Ans. 

    Authentication in .NET Core involves validating user credentials and managing user sessions securely.

    • ASP.NET Core Identity provides a complete authentication solution.

    • JWT (JSON Web Tokens) can be used for stateless authentication.

    • Use middleware like 'UseAuthentication()' and 'UseAuthorization()' in the pipeline.

    • Example: Configure services in 'Startup.cs' with 'services.AddAuthentication()'.

    • Role-based and policy-based a...

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

user image Shenbagaraj Arun

posted on 24 Oct 2024

Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Technical questions from Resume
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Socket programming
  • Q2. Difference bw Tcp vs udp
  • Ans. 

    TCP is connection-oriented, reliable, and slower. UDP is connectionless, unreliable, and faster.

    • TCP is connection-oriented, meaning a connection is established before data is sent.

    • TCP is reliable, as it ensures all data is received in the correct order.

    • TCP is slower than UDP due to the overhead of establishing a connection and error-checking.

    • UDP is connectionless, meaning data can be sent without establishing a connect...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Tell me something about yourself
  • Q2. Why you looking for the change
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and values.

    • Desire for professional growth: I'm looking for a role that offers more leadership opportunities, such as managing a larger team.

    • Alignment with company values: I want to work for an organization that prioritizes innovation and sustainability, which is important to me.

    • Seeking new challenges: I'm eager to tackle more comple...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Experience related
  • Q2. Materials
Round 2 - HR 

(2 Questions)

  • Q1. General discussion
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your demands for salary clear

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about L&T Technology Services?
Ask anonymously on communities.

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Technical Lead interview?
L&T Technology Services interview process usually has 1-2 rounds. The most common rounds in the L&T Technology Services interview process are Technical, HR and Resume Shortlist.
How to prepare for L&T Technology Services 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 L&T Technology Services. The most common topics and skills that interviewers at L&T Technology Services expect are Analytical Skills, Cost Management, Costing, Human Resource Management and Manual Testing.
What are the top questions asked in L&T Technology Services Technical Lead interview?

Some of the top questions asked at the L&T Technology Services Technical Lead interview -

  1. What the curves on the Probability plot denot...read more
  2. Explain ISO 13485 implementation in your current employ...read more
  3. What are the different types of risk...read more
How long is the L&T Technology Services Technical Lead interview process?

The duration of L&T Technology Services Technical Lead interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 30 interview experiences

Difficulty level

Easy 11%
Moderate 61%
Hard 28%

Duration

Less than 2 weeks 56%
2-4 weeks 22%
4-6 weeks 17%
6-8 weeks 6%
View more
L&T Technology Services Technical Lead Salary
based on 2.2k salaries
₹8.5 L/yr - ₹30 L/yr
9% less than the average Technical Lead Salary in India
View more details

L&T Technology Services Technical Lead Reviews and Ratings

based on 259 reviews

3.0/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.8

Salary

2.9

Job security

2.8

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 259 Reviews and Ratings
Senior Engineer
6.1k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.8k salaries
unlock blur

₹1 L/yr - ₹8.2 L/yr

Technical Lead
2.2k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.6k salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare L&T Technology Services with

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

3.3
Compare

EXL Service

3.7
Compare
write
Share an Interview