Upload Button Icon Add office photos

Filter interviews by

L&T Technology Services Technical Lead Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top L&T Technology Services Technical Lead Interview Questions and Answers

View all 23 questions

L&T Technology Services Technical Lead Interview Experiences

33 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

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
Q3. Longest Substring Without Repeating CharactersGiven a string 'S' ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in Cognizant
Q5. 1. Type of documentation for computer system validation. 2.Please ... read more
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
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.

L&T Technology Services interview questions for designations

 Technical Specialist

 (5)

 Technical Consultant

 (1)

 Project Lead

 (4)

 Lead Engineer

 (1)

 Technical Writer

 (2)

 Technical Manager

 (2)

 Technical Illustrator

 (1)

 Technical Associate

 (1)

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

Skills evaluated in this interview

Get interview-ready with Top L&T Technology Services Interview Questions

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

Technical Lead Jobs at L&T Technology Services

View all
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
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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is OOPS Concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on creating reusable and modular code by organizing it into objects.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Example: Inheritance allows a class to inherit properties and behavior from an

  • Answered by AI
  • Q2. What is 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

  • Answered by AI
  • Q3. Why .Net is better
  • Ans. 

    The .Net framework is better due to its versatility, performance, and strong community support.

    • Versatile - Supports multiple languages like C#, F#, and Visual Basic

    • Performance - Optimized for Windows environments and offers high performance

    • Strong community support - Large community of developers and resources available

    • Integration with Microsoft technologies - Seamless integration with other Microsoft products like Azur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is 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.

  • Answered by AI

Skills evaluated in this interview

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 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 is Ppk and Cpk in Six Sigm...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.

L&T Technology Services Technical Lead Interview Process

based on 15 interviews in last 1 year

2 Interview rounds

  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 26 L&T Technology Services interviews
Job Portal
Recruitment Consultant
Referral
Company Website
38%
12%
12%
4%
34% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
L&T Technology Services Technical Lead Salary
based on 2k salaries
₹8.5 L/yr - ₹28 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 168 reviews

3.2/5

Rating in categories

3.0

Skill development

3.3

Work-Life balance

2.8

Salary & Benefits

3.1

Job Security

2.9

Company culture

2.4

Promotions/Appraisal

2.9

Work Satisfaction

Explore 168 Reviews and Ratings
Geotechnical Head

Mumbai,

Nagpur

+4

10-14 Yrs

₹ 8-19 LPA

Explore more jobs
Senior Engineer
5.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.5k salaries
unlock blur

₹1 L/yr - ₹8.8 L/yr

Technical Lead
2k salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Project Lead
1.6k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹4.8 L/yr - ₹18.8 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview