Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

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

Updated 10 Mar 2025

Top L&T Technology Services Interview Questions and Answers

View all 324 questions

L&T Technology Services Interview Experiences

Popular Designations

536 interviews found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. About the previous work process and experience, and general accounting questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared in the domain would help to get selected.

Senior Accountant Interview Questions asked at other Companies

Q1. Tell me about your self tax,
View answer (22)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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

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

Q1. What the curves on the Probability plot denotes?
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)
L&T Technology Services Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Brief introduction
  • Q2. Toggle Bitwise operator programs in c
  • Ans. 

    Bitwise operators in C are used to perform operations at the bit level.

    • Bitwise AND operator (&) - performs a bitwise AND operation on two operands.

    • Bitwise OR operator (|) - performs a bitwise OR operation on two operands.

    • Bitwise XOR operator (^) - performs a bitwise XOR operation on two operands.

    • Bitwise NOT operator (~) - inverts the bits of the operand.

    • Bitwise left shift operator (<<) - shifts the bits of the left ope...

  • Answered by AI
  • Q3. Write a program on function pointers for array of 10 elements in c
  • Ans. 

    A program on function pointers for an array of 10 elements in C.

    • Declare an array of function pointers with a size of 10.

    • Assign different functions to each element of the array.

    • Invoke the functions using the function pointers.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Say about you self
  • Ans. 

    I am a dedicated and experienced project lead with a proven track record of successful project management.

    • Over 5 years of experience in leading cross-functional teams

    • Strong communication and organizational skills

    • Proficient in project management tools such as Jira and Trello

    • Successfully delivered multiple projects on time and within budget

  • Answered by AI
  • Q2. Task and roles and resp
Round 2 - Case Study 

Explain last CI project

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

L&T Technology Services interview questions for popular designations

 Senior Engineer

 (45)

 Technical Lead

 (36)

 Associate Engineer

 (25)

 Design Engineer

 (25)

 Software Engineer

 (23)

 Engineer

 (19)

 Senior Software Engineer

 (16)

 Graduate Engineer Trainee (Get)

 (13)

Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2024

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

(1 Question)

  • Q1. Technical question about your experience
Round 2 - Technical 

(1 Question)

  • Q1. Not applicable to me

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

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Question on Object-Oriented Programming Principles
  • Q2. What is malloc?
  • Ans. 

    malloc is a function in C programming used to dynamically allocate memory during runtime.

    • malloc stands for 'memory allocation'.

    • It is used to allocate a specific amount of memory during program execution.

    • The allocated memory is not automatically initialized and must be manually managed.

    • Example: int *ptr = (int*) malloc(5 * sizeof(int));

  • Answered by AI
  • Q3. What is free ?
  • Ans. 

    Free refers to something that is given or available without cost or payment.

    • Free products or services do not require any payment.

    • Free can also refer to freedom or liberty, such as free speech or free will.

    • Free can also mean available for use without restrictions, like open-source software.

  • Answered by AI
  • Q4. Some coding qusetion
  • Q5. What is null pointer ?
  • Ans. 

    A null pointer is a pointer that does not point to any memory location.

    • Null pointers are used to represent that a pointer does not point to a valid object or memory location.

    • Attempting to dereference a null pointer can result in a segmentation fault or program crash.

    • Null pointers are commonly used in programming languages like C and C++.

    • Example: int* ptr = nullptr; // ptr is a null pointer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Top L&T Technology Services Software Engineer Interview Questions and Answers

Q1. Modulation and types What are pointers? What is a function? What is OOPS? Factorial using recursion program.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Jobs at L&T Technology Services

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

Based on list, then Selenium x path

Python Automation Engineer Interview Questions asked at other Companies

Q1. Find the largest no. to be created from the list of numbers in the string format. Example ['234', 56','100'] -&gt; 56234100
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About basics and previous worked project

Top L&T Technology Services Senior Engineer Interview Questions and Answers

Q1. 1. TCP v/s UDP 2. what is inline function 3. structure v/s union 4. pointers 5. c v/s c++ 6. Commands like GREP, KILL, PS, LS 7. questions on GIT 8. Deamon Process 9. file system storage 10. what is polymorphism, inheritance concepts 11. wh... read more
View answer (1)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Design Engineer Interview Questions & Answers

user image Navnath Shirole

posted on 26 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is Aerofoil?..Herarchy of Aveva?.
  • Ans. 

    An aerofoil is a shape designed to produce a desired aerodynamic force when air flows over it. Aveva is a software company specializing in engineering design solutions.

    • Aerofoil is a shape used in aircraft wings to generate lift by creating a pressure difference between the upper and lower surfaces.

    • Aveva is a software company that offers engineering design solutions for various industries such as oil and gas, marine, an...

  • Answered by AI
  • Q2. Whatever questions ans u give...they might go deep in that topic.. so be confident about it before u start
  • Q3. What is Distillation and Cofermentation tower?
  • Ans. 

    Distillation and cofermentation towers are used in chemical engineering to separate and purify components of a mixture.

    • Distillation tower is used to separate components of a liquid mixture based on their boiling points.

    • Cofermentation tower is used in bioengineering to simultaneously ferment multiple substrates.

    • Both towers play a crucial role in various industries such as petrochemical, pharmaceutical, and food processi...

  • Answered by AI
  • Q4. Boilers pressure and tempreture ranges.
Round 3 - HR 

(1 Question)

  • Q1. Previes salary, Behavieral based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just dont feel nervouse .....they also want hire u ..thats why they called u for interview...face it confidently...if u dont no any question answer dont...worry just say 'Sorry sir I dont have any Idea or I dont know regarding this...but I will learn on this thing in future for sure. Dont waste their time...because if keep thinking more than 10 15 sec. and still quiet ...they will become little frustrated. So keep this thing in mind...whatever u know about the ans just try to speak it...dont worry if something in ans goes wrong...but u need to be confident. Because sometimes interviewer also dont know the ans...and if they know...they will correct ur ans.....do not fear ...dont feel nervous , Be confident and face it.

Top L&T Technology Services Design Engineer Interview Questions and Answers

Q1. what is LMC &amp; MMC (Least Material Condition &amp; Max Material Condition) Explain with example?
View answer (1)

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

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

I applied via Indeed and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Simple question from your resume
Round 2 - Coding Test 

Coding related questions

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your strength and weakness
  • Q3. Why are you want to join this question and what is your salary expectation

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services interview?
L&T Technology Services interview process usually has 2-3 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 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 CCTV Monitoring, Software Configuration Management, AutoCAD, Procurement and Project Management.
What are the top questions asked in L&T Technology Services interview?

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

  1. 1. TCP v/s UDP ...read more
  2. 1. What IEC standard you are using for designing the panels, for selection of s...read more
  3. 4. How VFD work, basic components of VFD, parameters to operate the V...read more
How long is the L&T Technology Services interview process?

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

Recently Viewed

DESIGNATION

COMPANY BENEFITS

Bajaj Allianz Life Insurance

No Benefits

SALARIES

Megha Engineering & Infrastructures

REVIEWS

Bajaj Allianz Life Insurance

No Reviews

COMPANY BENEFITS

Bajaj Allianz Life Insurance

No Benefits

SALARIES

Ivrcl Infrastructures & Projects

SALARIES

SBI Life Insurance Company

SALARIES

Megha Engineering & Infrastructures

SALARIES

Megha Engineering & Infrastructures

SALARIES

Tata AIA Life Insurance

Tell us how to improve this page.

L&T Technology Services Interview Process

based on 499 interviews

Interview experience

4
  
Good
View more

Tide Business Finance Platform

Thrive at work, live fully - experience balance like never before!

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

L&T Technology Services Reviews and Ratings

based on 4.9k reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.7

Salary

3.3

Job security

3.2

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 4.9k Reviews and Ratings
Building Services

Vadodara

12-20 Yrs

Not Disclosed

Radar Integration and Testing Manager

Pune

10-14 Yrs

Not Disclosed

Legal, Mumbai

Mumbai

10-12 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
5.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
4.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview