Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Software Engineer Interview Questions and Answers

Updated 2 Jun 2025

8 Interview questions

A Software Engineer was asked 1mo ago
Q. What coding languages and tools did you use for your project?
Ans. 

I utilized various programming languages and tools to develop a robust software project, focusing on efficiency and scalability.

  • Languages used: Python for backend development, JavaScript for frontend.

  • Frameworks: Django for server-side logic, React for building user interfaces.

  • Database: PostgreSQL for data storage and management.

  • Tools: Git for version control, Docker for containerization, and Jenkins for CI/CD.

A Software Engineer was asked
Q. 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));

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. What is a 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

A Software Engineer was asked
Q. 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.

A Software Engineer was asked
Q. Explain overloading and overriding with examples.
Ans. 

Overloading is having multiple methods with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

  • Overloading: Same method name with different parameters (e.g. sum(int a, int b) and sum(int a, int b, int c))

  • Overriding: Subclass method overrides superclass method (e.g. Animal class with makeSound() method, Cat subclass with makeSound() ...

A Software Engineer was asked
Q. What is DBMS? What are the different types of keys and their uses?
Ans. 

DBMS keys are used to uniquely identify a record in a table. Primary, foreign, candidate, and super keys are some of the types.

  • Primary key: uniquely identifies a record in a table

  • Foreign key: links two tables together

  • Candidate key: can be used as a primary key

  • Super key: a set of attributes that can uniquely identify a record

  • Composite key: a combination of two or more attributes used as a primary key

A Software Engineer was asked
Q. Modulation and types What are pointers? What is a function? What is OOPS? Factorial using recursion program.
Ans. 

Technical questions related to programming concepts and recursion

  • Pointers are variables that store the memory address of another variable

  • Functions are blocks of code that perform a specific task

  • OOPS is a programming paradigm that uses objects to represent real-world entities

  • Factorial using recursion: int factorial(int n) { if(n==0) return 1; else return n*factorial(n-1); }

Are these interview questions helpful?
A Software Engineer was asked
Q. Logic design in matlab
Ans. 

Logic design in MATLAB involves creating logical circuits using MATLAB programming language.

  • Use logical operators such as AND, OR, NOT, XOR to create logical circuits

  • Implement truth tables to verify the logic design

  • Simulate the logic design using MATLAB's Simulink tool

  • Debug the logic design using MATLAB's debugging tools

L&T Technology Services Software Engineer Interview Experiences

27 interviews found

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

(2 Questions)

  • Q1. Pointers structures
  • Q2. Linux data structure
Round 2 - HR 

(1 Question)

  • Q1. Self introduction
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?
  • 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

Software Engineer Interview Questions & Answers

user image Lakshmi Likhitha V

posted on 30 Apr 2024

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About my college project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

2021 I attended the test

Round 2 - Technical 

(1 Question)

  • Q1. As a fresher asked me releated to java
Round 3 - HR 

(1 Question)

  • Q1. Just asual as HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Online aptitude test on coding and related to Electrical

Round 2 - One-on-one 

(1 Question)

  • Q1. Introduce yourself, Difference between strict and union, past projects

Software Engineer Interview Questions & Answers

user image Ashutosh Das

posted on 21 Jun 2024

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

APTITUDE QUESTIONS VERABL NON VERBAL ANALYTICAL LOGICAL REASONING

Round 2 - Technical 

(2 Questions)

  • Q1. C++ BASIC QUESTIONS OUTPUT
  • Q2. BASIC PROGRAMMING QUESTIONS OUTPUT

Interview Preparation Tips

Interview preparation tips for other job seekers - BASIC LOGIC
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain with examples overloading and overriding
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

    • Overloading: Same method name with different parameters (e.g. sum(int a, int b) and sum(int a, int b, int c))

    • Overriding: Subclass method overrides superclass method (e.g. Animal class with makeSound() method, Cat subclass with makeSound() metho...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude 90 questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic os based questions, about project,some logical thinking questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics it easy to clear
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Arithmetic, coding decoding, reasoning, time speed distance and others

Round 3 - Technical 

(1 Question)

  • Q1. Mostly about engineering subject wise, sudo codes
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself, strength and weakness
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare well for the interview

Round 2 - Coding Test 

Duration is 1 hour around it is.

Round 3 - HR 

(1 Question)

  • Q1. About salary disucussin it is
  • Ans. 

    Discussing salary expectations is crucial for aligning mutual interests in a job offer.

    • Research industry standards: Use websites like Glassdoor or Payscale to find average salaries for similar roles.

    • Consider your experience: If you have unique skills or extensive experience, you might justify a higher salary.

    • Be open to negotiation: Express willingness to discuss and find a mutually agreeable figure.

    • Factor in benefits: ...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
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 Software 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, Aptitude Test and HR.
How to prepare for L&T Technology Services Software 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 Medical Coding, Application Development, Application Software, Auto CADD and C++.
What are the top questions asked in L&T Technology Services Software Engineer interview?

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

  1. Modulation and types What are pointers? What is a function? What is OOPS? Facto...read more
  2. What coding languages and tools did you use for your proje...read more
  3. What is dbms.different keys and its u...read more
What are the most common questions asked in L&T Technology Services Software Engineer HR round?

The most common HR questions asked in L&T Technology Services Software Engineer interview are -

  1. Why are you looking for a chan...read more
  2. Why should we hire y...read more
  3. Share details of your previous j...read more
How long is the L&T Technology Services Software Engineer interview process?

The duration of L&T Technology Services Software 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

4.4/5

based on 25 interview experiences

Difficulty level

Easy 36%
Moderate 57%
Hard 7%

Duration

Less than 2 weeks 64%
2-4 weeks 29%
6-8 weeks 7%
View more
L&T Technology Services Software Engineer Salary
based on 1.5k salaries
₹3.9 L/yr - ₹9 L/yr
28% less than the average Software Engineer Salary in India
View more details

L&T Technology Services Software Engineer Reviews and Ratings

based on 250 reviews

3.2/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.4

Salary

3.2

Job security

3.2

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 250 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 L/yr

Technical Lead
2.3k 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

₹3.9 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.4
Compare

EXL Service

3.7
Compare
write
Share an Interview