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 Developer Interview Questions and Answers

Updated 30 Sep 2022

L&T Technology Services Embedded Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2022. 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. Regarding Embedded C
Round 3 - Technical 

(1 Question)

  • Q1. Communication Protocols and Embedded C

Interview Preparation Tips

Topics to prepare for L&T Technology Services Embedded Software Developer interview:
  • SPI
  • I2C
  • UART
  • CAN
  • Embedded C
Interview preparation tips for other job seekers - prepare for Embedded C , microcontrollers and communication protocols

Interview questions from similar companies

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

Multiple choice questions of embedded concepts

Round 2 - Coding Test 

Basic c programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge on c programming and embedded c will be good to go.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Case Study 

UART protocol, Data structure

Round 2 - Coding Test 

Function pointers , Communication protocols

Interview Preparation Tips

Topics to prepare for Cyient Embedded Software Developer interview:
  • C
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Multiple choice questions of embedded concepts

Round 2 - Coding Test 

Basic c programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge on c programming and embedded c will be good to go.
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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    Packets are sent from source to destination through a series of network devices using routing protocols.

    • Packet is created at the source with source and destination IP addresses.

    • Packet is sent to the default gateway or router.

    • Router checks its routing table to determine the next hop for the packet.

    • Packet is forwarded to the next hop until it reaches the destination.

    • Destination receives the packet and sends an acknowledg

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    To delete a node from a single linked list, we need to find the node and update the pointers.

    • Traverse the list to find the node to be deleted

    • Update the previous node's pointer to point to the next node

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    Dynamic memory allocation in C allows allocation of memory at runtime.

    • Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().

    • malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.

    • calloc() allocates memory block of specified size and initializes all bits to zero.

    • realloc() changes the size of previously allocated memory block...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.

    • IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.

    • IPC can be used for synchronization, data sharing, and coordination between processes.

    • IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

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

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Embedded Software Developer interview?
L&T Technology Services interview process usually has 3 rounds. The most common rounds in the L&T Technology Services interview process are Technical and Resume Shortlist.
What are the top questions asked in L&T Technology Services Embedded Software Developer interview?

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

  1. Communication Protocols and Embedde...read more
  2. Regarding Embedde...read more

Tell us how to improve this page.

L&T Technology Services Embedded Software Developer Salary
based on 68 salaries
₹3 L/yr - ₹8 L/yr
12% less than the average Embedded Software Developer Salary in India
View more details

L&T Technology Services Embedded Software Developer Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.5

Salary

3.6

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 5 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