Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Larsen & Toubro Limited Team. If you also belong to the team, you can get access from here

Larsen & Toubro Limited Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Larsen & Toubro Limited Embedded Software Developer Interview Questions and Answers

Updated 12 Jul 2021

Larsen & Toubro Limited Embedded Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Rate your self in c and based on that they will ask different level of questions :structure padding?
  • Q2. What is the difference between volatile constant Int a, constant volatile int b?
  • Ans. 

    volatile constant and constant volatile are different in terms of read and write access.

    • volatile constant means the value can be changed by external factors but cannot be modified by the program

    • constant volatile means the value cannot be changed by external factors but can be modified by the program

    • the order of volatile and constant keywords matter

    • example: volatile const int a = 5; const volatile int *b = &a;

    • a can be c...

  • Answered by AI
  • Q3. Questions about CAN protocol :about arbitration field.?
  • Q4. Question about UDS protocol :what services and what 19 service ?
  • Ans. 19 service is a read DTC(diagnostic trouble code)
  • Answered by niharika niha
  • Q5. What is sub function of 19 02?
  • Ans. 

    The sub function of 19 02 is not specified.

    • The question does not provide any context or information about the sub function of 19 02.

    • Without additional details, it is impossible to determine the specific sub function being referred to.

    • More information or clarification is needed to answer the question.

  • Answered by AI
  • Q6. Ask about projects which you have done previously?
  • Ans. I have said about my project explanation
  • Answered by niharika niha
  • Q7. If you have Work experience ask about previous job role

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you say infornt of HR... Say confidently...dats it

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Project related questions.
  • Q2. Scenario based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was technical . There were overall 3 rounds of interview , 2 technical and 1 hr.
The first technical was conducted by offshore lead and lasted around an hour
The second one involved manager ,senior manager from onshore along with lead and was completely technical.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Autosar questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. V&V testing concepts
Round 2 - HR 

(1 Question)

  • Q1. About Alstom, previous projects, salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident to the answer. Prepare well for the interview
Interview experience
5
Excellent
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 - Technical 

(3 Questions)

  • Q1. Mcdc , vnv techniques, v model
  • Q2. Oops concepts,ecp and bva
  • Q3. C language, structures, unions , storage classes
Round 3 - HR 

(1 Question)

  • Q1. Package negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. 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 - One-on-one 

(1 Question)

  • Q1. Coding skills related to web and database
Round 3 - HR 

(1 Question)

  • Q1. General aptitude and behavioral questions
Round 4 - Group Discussion 

To upper management related to software practices

Interview Preparation Tips

Interview preparation tips for other job seekers - Be know to your niche, focus in clarity of thoughts than giving random answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Scenario case was provided and I was asked to develop simulink model.
Round 2 - HR 

(1 Question)

  • Q1. Nothing unique about hr interview.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is stack overloading?
  • Ans. 

    Stack overloading occurs when the stack memory is exceeded due to excessive function calls or large local variables.

    • Occurs when the stack memory limit is exceeded

    • Caused by excessive function calls or large local variables

    • Can lead to stack overflow error

  • Answered by AI
  • Q2. What are acsess specifiers
  • Ans. 

    Access specifiers determine the level of access to classes, methods, and variables in object-oriented programming languages.

    • Access specifiers include public, private, protected, and default.

    • Public allows access from any other class.

    • Private restricts access to only within the same class.

    • Protected allows access within the same package and subclasses.

    • Default (no specifier) restricts access to only within the same package.

  • Answered by AI
  • Q3. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Objects can have their own unique values for properties defined in the class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Example: Class 'Car' defines properties like 'color' and 'model', while an object

  • Answered by AI
  • Q4. Expalin oops concepts?
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows 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: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy-Moderate, Coding problem related to string

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

(2 Questions)

  • Q1. Javascript basic questions
  • Q2. Javascript basic questions

Larsen & Toubro Limited Interview FAQs

How to prepare for Larsen & Toubro Limited Embedded Software Developer 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 Larsen & Toubro Limited. The most common topics and skills that interviewers at Larsen & Toubro Limited expect are Embedded C, C, C++, Device Drivers and I2C.
What are the top questions asked in Larsen & Toubro Limited Embedded Software Developer interview?

Some of the top questions asked at the Larsen & Toubro Limited Embedded Software Developer interview -

  1. What is the difference between volatile constant Int a, constant volatile int b...read more
  2. What is sub function of 19 ...read more
  3. Question about UDS protocol :what services and what 19 servic...read more

Tell us how to improve this page.

Larsen & Toubro Limited Embedded Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tata Projects Interview Questions
4.2
 • 453 Interviews
Tata Technologies Interview Questions
3.6
 • 263 Interviews
TCE Interview Questions
3.8
 • 251 Interviews
Saint-Gobain Interview Questions
4.0
 • 173 Interviews
Dilip Buildcon Interview Questions
4.0
 • 147 Interviews
View all
Larsen & Toubro Limited Embedded Software Developer Salary
based on 16 salaries
₹3 L/yr - ₹10 L/yr
18% less than the average Embedded Software Developer Salary in India
View more details

Larsen & Toubro Limited Embedded Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
3.9k salaries
unlock blur

₹5.3 L/yr - ₹18.5 L/yr

Senior Engineer
3.5k salaries
unlock blur

₹4.5 L/yr - ₹12.5 L/yr

Engineer
1.2k salaries
unlock blur

₹1.6 L/yr - ₹9.3 L/yr

Manager
1.1k salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Assistant Construction Manager
1k salaries
unlock blur

₹6 L/yr - ₹21.5 L/yr

Explore more salaries
Compare Larsen & Toubro Limited with

Tata Projects

4.2
Compare

Megha Engineering & Infrastructures

3.9
Compare

Shapoorji Pallonji Group

4.1
Compare

Kalpataru Projects International

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview