Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Senior Engineer Interview Questions and Answers

Updated 31 Mar 2025

31 Interview questions

A Senior Engineer was asked 5mo ago
Q. What are the basics of C programming?
Ans. 

Basics of C programming include variables, data types, control structures, functions, and pointers.

  • Variables are used to store data, declared with a specific data type (int, float, char, etc.)

  • Control structures like if-else, loops (for, while) are used for decision making and repetition.

  • Functions are blocks of code that perform a specific task, can be called multiple times.

  • Pointers are variables that store memory ...

🔥 Asked by recruiter 2 times
A Senior Engineer was asked 5mo ago
Q. What is your current CTC and expected CTC?
Ans. 

CCtC refers to Current Cost to Company and expected CCtC is the anticipated compensation package.

  • CCtC includes salary, bonuses, benefits, and other perks.

  • For example, if my current salary is $100,000 with $20,000 in benefits, my CCtC is $120,000.

  • Expected CCtC can be based on market research and personal career goals.

  • For instance, if similar roles in my field offer $130,000, I might expect a CCtC around that figure...

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?
A Senior Engineer was asked
Q. What is a dangling pointer?
Ans. 

A dangling pointer is a pointer that points to a memory location that has been deallocated, leading to undefined behavior.

  • Dangling pointers can occur when memory is freed but the pointer is not set to NULL.

  • Accessing a dangling pointer can result in crashes or unexpected behavior.

  • Example: int *ptr = new int; delete ptr; // ptr is now a dangling pointer

A Senior Engineer was asked
Q. What is the difference between a structure and a union?
Ans. 

Structure is a user-defined data type that allows storing different types of data in a single variable, while union is a data type that allows storing only one type of data at a time.

  • Structure allows storing different types of data in a single variable, while union allows storing only one type of data at a time.

  • In a structure, each member has its own memory location, while in a union, all members share the same me...

A Senior Engineer was asked
Q. How do you convert from little endian to big endian?
Ans. 

To convert little endian to big endian, reverse the order of bytes in the data.

  • Reverse the order of bytes in the data

  • For example, if you have the little endian value 0x12345678, in big endian it would be 0x78563412

A Senior Engineer was asked
Q. Write a C program to multiply two matrices.
Ans. 

Program to multiply two matrices in C

  • Declare two matrices and initialize them with values

  • Use nested loops to iterate through rows and columns of the matrices

  • Perform multiplication and store the result in a new matrix

  • Print the resulting matrix

A Senior Engineer was asked
Q. Write a C program to reverse a string without using built-in functions.
Ans. 

Program to reverse a string without using built-in functions in C

  • Create a function to reverse the string by swapping characters from start to end

  • Use two pointers, one pointing to the start of the string and the other pointing to the end

  • Swap the characters at the two pointers and move them towards each other until they meet in the middle

Are these interview questions helpful?
A Senior Engineer was asked
Q. What is a memory leak?
Ans. 

Memory leak is a situation where a program fails to release memory it has allocated, leading to a gradual loss of available memory.

  • Memory leaks occur when a program allocates memory but does not free it after use.

  • This can lead to a gradual loss of available memory, eventually causing the program or system to crash.

  • Common causes of memory leaks include improper management of dynamic memory allocation and circular r...

A Senior Engineer was asked
Q. Write a C program to implement a linked list.
Ans. 

Implement a C program using linked list

  • Use struct to define the linked list node

  • Implement functions for insertion, deletion, and traversal

  • Handle edge cases like empty list or deleting the last node

A Senior Engineer was asked
Q. Determine the output for logic code on pointers.
Ans. 

The question involves determining the output for logic code on pointers.

  • Pointer arithmetic can be used to access elements in an array.

  • Pointers can be dereferenced to access the value they point to.

  • Pointers can be used to pass variables by reference.

L&T Technology Services Senior Engineer Interview Experiences

46 interviews found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Basics on C programming
  • Q2. Communication protocols, Low level driver development questions
  • Q3. UART basics and implementation
  • Q4. I2C basics and implementation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Baic question about c with examples.
  • Q2. More question about handson experience topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with basic of c and experience skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java opps concepts
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial round
  • Q2. About project , roles and responsibilites
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was regarding Matlab
Round 2 - Technical 

(1 Question)

  • Q1. More of system and MATLAB
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding JD they will ask you to know whether you are capable or not
Round 2 - Technical 

(2 Questions)

  • Q1. Last experience and regarding current profile, capability
  • Q2. SAP, project monitoring tools
Round 3 - HR 

(1 Question)

  • Q1. This is Salary and negotiation round

Interview Preparation Tips

Topics to prepare for L&T Technology Services Senior Engineer interview:
  • SAP
  • PMP
Interview preparation tips for other job seekers - If you are experience than no need to worry, they will ask you whatever you have done and how much capable you are for their profile

Senior Engineer Interview Questions & Answers

user image TANVEER Ahmad

posted on 8 Feb 2024

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

(3 Questions)

  • Q1. Plastic Defects, Sheet metal material
  • Q2. Sheetmetal design guidelines
  • Ans. 

    Sheetmetal design guidelines ensure efficient and accurate fabrication of sheetmetal components.

    • Consider material selection based on strength, corrosion resistance, and cost.

    • Design parts with appropriate bend radii to prevent cracking or tearing.

    • Avoid sharp corners and edges to minimize stress concentration.

    • Ensure proper tolerances for hole sizes, bend angles, and overall dimensions.

    • Use standard sheet sizes to optimize...

  • Answered by AI
  • Q3. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you mentioned in resume

Skills evaluated in this interview

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

(1 Question)

  • Q1. About basics and previous worked project
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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Medical device classification
  • Q2. Class A, B and C
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked about previously worked projects.
Round 3 - Tool Test 

(1 Question)

  • Q1. Tool test conducted in modelling software.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions based on what you have provided in your resume.
  • Q2. Salary discussion

Senior Engineer Interview Questions & Answers

user image Bharat Navale

posted on 6 Jun 2024

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

(1 Question)

  • Q1. Describe your current work in brief.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
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 Senior Engineer 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, Resume Shortlist and HR.
How to prepare for L&T Technology Services Senior Engineer 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 AutoCAD, 3D Modeling, CCTV Monitoring, Process Simulation and Continuous Improvement.
What are the top questions asked in L&T Technology Services Senior Engineer interview?

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

  1. 1. TCP v/s UDP ...read more
  2. 2. Output Question on Structure declaration with int and int * and usage with S...read more
  3. 3. Usage of Typedef for structures and Unions with the sample synt...read more
How long is the L&T Technology Services Senior Engineer interview process?

The duration of L&T Technology Services Senior Engineer 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.9/5

based on 50 interview experiences

Difficulty level

Easy 19%
Moderate 81%

Duration

Less than 2 weeks 54%
2-4 weeks 36%
4-6 weeks 4%
6-8 weeks 4%
More than 8 weeks 4%
View more
L&T Technology Services Senior Engineer Salary
based on 6.1k salaries
₹5 L/yr - ₹17 L/yr
At par with the average Senior Engineer Salary in India
View more details

L&T Technology Services Senior Engineer Reviews and Ratings

based on 766 reviews

3.2/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.6

Salary

3.3

Job security

3.1

Company culture

2.4

Promotions

3.0

Work satisfaction

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

₹6 L/yr - ₹13.2 L/yr

Engineer
4.8k salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Technical Lead
2.2k salaries
unlock blur

₹13.5 L/yr - ₹23.5 L/yr

Project Lead
1.6k salaries
unlock blur

₹10.3 L/yr - ₹18 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4 L/yr - ₹9 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