Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

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

Updated 13 Oct 2024

L&T Technology Services Embedded Software Engineer Interview Experiences

4 interviews found

I applied via Referral and was interviewed before Aug 2021. There were 3 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. What is mean by function pointer and purpose of tha? Differenece b/w UART and USART? Compilation stages Storage classes
  • Ans. 

    Function pointer is a variable that stores the address of a function. UART is asynchronous, USART is synchronous. Compilation stages are preprocessing, compilation, assembly, and linking. Storage classes define the scope and lifetime of a variable.

    • Function pointer is used to call a function indirectly

    • UART is a serial communication protocol that uses only one communication line

    • USART is a synchronous version of UART that...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Excepted CTC Why you are looking for another job

Interview Preparation Tips

Interview preparation tips for other job seekers - Please try to answer the C questions properly.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Embedded Software Engineer with a passion for developing innovative solutions.

    • Over 5 years of experience in embedded software development

    • Proficient in programming languages such as C, C++, and assembly language

    • Strong understanding of hardware-software interface

    • Designed and implemented real-time operating systems for embedded systems

    • Worked on projects involving IoT devices and communicat

  • Answered by AI
  • Q2. Tell me about your project
  • Ans. 

    Developed a real-time monitoring system for industrial machines

    • Implemented data acquisition from sensors

    • Designed algorithms for anomaly detection

    • Integrated with cloud platform for remote monitoring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Simple aptitude questions, if you are practicing aptitude than you can easily crack this test.

Round 2 - Coding Test 

Given two programs. 1 one is a bit easy. Simple C programming about arrays and for loops. 2 is a bit difficult, involves pointers and structure concepts.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell us about yourself?
  • Q2. What do you know about this company?
  • Q3. Are you willing to work in any location?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Answer confidently.

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

Interview Questionnaire 

1 Question

  • Q1. 1. Storage classes 2. memory segments 3. array initializations and increments 4. malloc v/s calloc 5. Interrupts and interrupt latency 6. UART error codes. 7. string reverse program using pointers and out...

Interview Preparation Tips

Interview preparation tips for other job seekers - learn c, microprocessor concepts well. One should be good at c, cpp programming

L&T Technology Services interview questions for designations

 Embedded Engineer

 (6)

 Embedded Software Developer

 (1)

 Embedded Firmware Engineer

 (1)

 Software Engineer

 (23)

 Senior Software Engineer

 (15)

 Associate Software Engineer

 (2)

 Junior Software Engineer

 (1)

 Software Engineer Trainee

 (1)

Interview questions from similar companies

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

Given some questions and we can prefer the language

Round 2 - Technical 

(2 Questions)

  • Q1. Have you worked on linux
  • Ans. 

    Yes, I have worked on Linux for embedded software development.

    • I have experience developing embedded software using Linux as the operating system.

    • I have worked on customizing Linux kernels for specific embedded systems.

    • I have used Linux tools and libraries for developing embedded applications.

    • I have debugged and optimized software performance on Linux-based embedded systems.

  • Answered by AI
  • Q2. What is micro controller?
  • Ans. 

    A microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals.

    • Microcontrollers are used in embedded systems for controlling various devices and processes.

    • They are commonly found in everyday devices such as microwave ovens, washing machines, and remote controls.

    • Microcontrollers are programmed using specialized software tools and lan...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Are you ready to relocate

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Embedded c 15 question and c language programming

Round 2 - Technical 

(1 Question)

  • Q1. Basically focaus on c laguage
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Mainly focused on basics of c language Stack program
  • Q2. Compilation stages , function

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic c fundamentals well and do practice with program like palindrome etc

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

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 tips
Round 2 - Technical 

(4 Questions)

  • Q1. They generally asked about basic C question in pointers,function pointers,callback function
  • Q2. Write a program on finding little or big endian,no of bits set in bit magic,
  • Ans. 

    Program to find endianness and number of bits set in bit magic.

    • Use bitwise operators to check endianness

    • Count number of set bits using bitwise AND and right shift

    • Use pre-defined functions for endianness in some programming languages

    • Endianness can affect network communication and file formats

  • Answered by AI
  • Q3. Basic of rtos diff btw rtos and gpos core optimisation techniques used debug technique when fault occurs
  • Q4. Basic IPC concepts used in operating system
  • Ans. 

    IPC stands for Inter-Process Communication and is used for communication between processes in an operating system.

    • Shared memory

    • Message passing

    • Pipes

    • Sockets

    • Remote Procedure Calls (RPC)

    • Semaphores

    • Mutexes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite easy when you have strong Technical understanding and fundaments of C and Embedded concepts

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

(1 Question)

  • Q1. The test had three sections: 10 - Aptitude questions 15 - C programming Mcq 3 - C programming coding questions
Round 3 - Technical 

(1 Question)

  • Q1. Introduction. Difference between Embedded Systems and Embedded software. Difference between linux and windows. Why use microcontroller instead of microprocessor. C programming: structure and union, poi...
  • Ans. 

    Interview questions for Embedded Software Engineer

    • Embedded systems are hardware and software combined to perform a specific task

    • Embedded software is the software component of an embedded system

    • Linux is open-source, customizable, and widely used in embedded systems

    • Windows is proprietary, less customizable, and not commonly used in embedded systems

    • Microcontrollers have built-in memory and peripherals, making them more su...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cyient Embedded Software Engineer interview:
  • C
  • Data Structures
  • Microcontroller
  • Embedded Systems

Skills evaluated in this interview

I was interviewed in Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Reverese a 32 byte number
  • Ans. 

    To reverse a 32 byte number, swap the first and last byte, second and second last byte, and so on.

    • Iterate through the first half of the number and swap each byte with its corresponding byte from the second half.

    • Use bitwise operations to swap the bytes.

    • Convert the number to a string, reverse the string, and convert it back to a number.

  • Answered by AI
  • Q2. What is Macro?, how to store just 5 bits inside of a charecter? Dangling Pointers? Inline function?
  • Ans. 

    Macro is a preprocessor directive that performs text substitution. Storing 5 bits in a character can be done using bit manipulation. Dangling pointers are pointers that point to invalid memory locations. Inline functions are functions that are expanded by the compiler at the point of call.

    • Macros are used to define constants or to perform text substitution

    • To store 5 bits in a character, we can use bit manipulation opera...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C fundamentals, Data structure, Coding practice, C++ fundamentals.

Skills evaluated in this interview

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Embedded 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, HR and Aptitude Test.
What are the top questions asked in L&T Technology Services Embedded Software Engineer interview?

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

  1. What is mean by function pointer and purpose of tha? Differenece b/w UART and ...read more
  2. 1. Storage classes 2. memory segments 3. array initializations and increments ...read more

Tell us how to improve this page.

L&T Technology Services Embedded Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
L&T Technology Services Embedded Software Engineer Salary
based on 332 salaries
₹2.8 L/yr - ₹8.8 L/yr
16% less than the average Embedded Software Engineer Salary in India
View more details

L&T Technology Services Embedded Software Engineer Reviews and Ratings

based on 33 reviews

3.0/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

2.4

Salary

3.0

Job security

2.9

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 33 Reviews and Ratings
Senior Engineer
5.8k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.8k salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Technical Lead
2.1k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹5.6 L/yr - ₹19 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