Upload Button Icon Add office photos

Filter interviews by

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

Updated 18 Oct 2023

L&T Technology Services Embedded Firmware Engineer Interview Experiences

1 interview found

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

I applied via campus placement at NMAM Institute of Technology, Mangalore and was interviewed before Oct 2022. There were 5 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 - Aptitude Test 

Technical and general aptitude

Round 3 - Group Discussion 

A topic will be given mostly whoever spoke were selected

Round 4 - Technical 

(2 Questions)

  • Q1. Basic questions from Digital Electronic Circuits and basic coding questions like Fibonacci series, Armstrong number and factorial.
  • Q2. Explain SR and D flip flop
  • Ans. 

    SR flip flop is a latch with two inputs (Set and Reset) while D flip flop has a single input (Data).

    • SR flip flop has two inputs - Set and Reset, and can be used to store one bit of data.

    • D flip flop has a single input - Data, and is used to store one bit of data as well.

    • SR flip flop can have both inputs high, which is an invalid state, while D flip flop always has a valid input state.

    • D flip flop is edge-triggered, meani...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. What are your strengths and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in May 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 - Technical 

(1 Question)

  • Q1. Write a code by using recursive function. Basic embedded C questions

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Firmware Engineer interview:
  • C
  • Embedded C
  • SPI
  • I2C
Interview preparation tips for other job seekers - Clear basic embedded C concepts. Also prepare some basic C code like recursive fucntions etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What is que in sv ?
  • Ans. 

    Que in SystemVerilog (SV) is a built-in data type used for creating queues.

    • Queues are dynamic arrays that can grow or shrink in size during simulation.

    • Queues can store elements of any data type.

    • Elements can be added to the end of the queue using the built-in methods like push_back().

    • Elements can be removed from the front of the queue using the built-in methods like pop_front().

  • Answered by AI
  • Q2. What is mailbox
  • Ans. 

    A mailbox is a data structure used for communication between different processes or threads in a computer system.

    • Mailboxes are typically used in multi-threaded or multi-processor systems to pass messages between different entities.

    • They provide a way for processes to communicate without directly accessing each other's memory.

    • Mailboxes can be implemented using queues, shared memory, or other mechanisms depending on the s

  • Answered by AI
  • Q3. What is delay inter and intera
  • Ans. 

    Delay inter and intra refer to delays within and between different components or systems.

    • Delay inter refers to delays between different components or systems.

    • Delay intra refers to delays within the same component or system.

    • Example: Delay inter can occur when data is transferred between a CPU and memory.

    • Example: Delay intra can occur within a CPU due to processing time.

  • Answered by AI
  • Q4. What is constraint
  • Ans. 

    Constraints in verification engineering are conditions or limitations imposed on the design or testbench to ensure certain properties are met.

    • Constraints are used to restrict the possible values of variables or signals in a design or testbench.

    • They help in verifying specific behaviors or scenarios within the design.

    • Examples include setting timing constraints for signal propagation or limiting the range of input values

  • Answered by AI
  • Q5. What is oops related
  • Ans. 

    Object-oriented programming concepts such as classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

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

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
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:
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 - 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
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Coding Questions on REGEX, Dictionaries, Strings, Unit test coding.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Network theory (R, L, C, filter, circuit behavior), analog electronics (Opamp, BJT), Oscilloscope (how to use to measure parameters),
Round 2 - HR 

(1 Question)

  • Q1. Current ctc, expected ctc. Also, about career path journey. why you left your last job or previous job?
Round 3 - One-on-one 

(1 Question)

  • Q1. Three people will take the interview, one by one. They also ask some basic circuit questions and experience. Prepare your resume well. They will pick some keywords from your resume and frame questions abou...

Interview Preparation Tips

Interview preparation tips for other job seekers - subjective knowledge is basic. Prepare your resume as well. One person from the panel focuses on your experience only.
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

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Embedded Firmware Engineer interview?
L&T Technology Services interview process usually has 5 rounds. The most common rounds in the L&T Technology Services interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in L&T Technology Services Embedded Firmware Engineer interview?

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

  1. Explain SR and D flip f...read more
  2. Basic questions from Digital Electronic Circuits and basic coding questions lik...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 L&T Technology Services interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
Nagarro Interview Questions
4.0
 • 757 Interviews
View all
L&T Technology Services Embedded Firmware Engineer Salary
based on 52 salaries
₹4 L/yr - ₹8 L/yr
12% less than the average Embedded Firmware Engineer Salary in India
View more details

L&T Technology Services Embedded Firmware Engineer Reviews and Ratings

based on 9 reviews

2.7/5

Rating in categories

3.2

Skill development

2.9

Work-Life balance

2.3

Salary & Benefits

2.9

Job Security

3.5

Company culture

2.2

Promotions/Appraisal

2.8

Work Satisfaction

Explore 9 Reviews and Ratings
Senior Engineer
5.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.7k salaries
unlock blur

₹1 L/yr - ₹8.7 L/yr

Technical Lead
2k salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Project Lead
1.6k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹4.8 L/yr - ₹18.8 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview