Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Structural Design Engineer Interview Questions and Answers

Updated 19 Jun 2024

L&T Technology Services Structural Design Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test in which they will ask you reasoning, aptitude and English

Round 2 - Technical 

(2 Questions)

  • Q1. What is Bmd for simply support beam when point load is applied at centre
  • Ans. 

    Bending moment diagram (BMD) for a simply supported beam with a point load at the center is a triangular shape.

    • BMD starts from zero at the supports and reaches maximum at the point load location.

    • The BMD then decreases back to zero at the other support.

    • The shape of the BMD is triangular in this case.

    • The maximum BMD value occurs at the point load location.

  • Answered by AI
  • Q2. What is fixed beam end moment for point load at centre
  • Ans. 

    Fixed beam end moment for point load at center is half of the point load times the span length.

    • Fixed beam end moment for point load at center is calculated as half of the point load times the span length

    • This is applicable for a simply supported beam with a point load applied at the center

    • The formula for fixed beam end moment for point load at center is M = (wL^2)/8, where M is the moment, w is the point load, and L is

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. General question related to my field
  • Q2. Would you like to come at vadodara and join
  • Q3. Are you really ready ro come to vadodara
  • Q4. What educational degree you posses

Interview Preparation Tips

Interview preparation tips for other job seekers - Naam hi kafi hai bas.

Structural Design Engineer Interview Questions Asked at Other Companies

Q1. IS 456 design clauses with min max bar requirements
Q2. Bending moment and shear force diagram at different location of a ... read more
Q3. 2. What should we check in shuttering work of structure?
Q4. Minimum reinforcement details of structural elements. Different c ... read more
Q5. Open foundation corner stresses actual calculations on spot with ... read more

Structural Design Engineer Jobs at L&T Technology Services

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Why do you resigned previous job
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for growth

    • Seeking a better work-life balance

    • Company restructuring or downsizing

    • Relocation to a different city or country

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell me about your self, I tried to speak him but trigl the words due to fear.
Tips: I think to attend more interview

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 

Math, reasoning, verbal

Round 3 - One-on-one 

(2 Questions)

  • Q1. Devops, dbms, architecture
  • Q2. What is computer architecture?
  • Ans. 

    Computer architecture refers to the design of computer systems, including the structure and organization of hardware components.

    • Computer architecture involves designing the structure and organization of a computer system's hardware components.

    • It includes decisions on the type and arrangement of processors, memory, input/output devices, and other components.

    • Architects must consider factors like performance, cost, power ...

  • Answered by AI
Round 4 - Aptitude Test 

Profit and loss, compound interest

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

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

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

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Naukri.com and was interviewed before Jul 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: HackerRank test

General Tips: First round was scheduled for 10:30 but i got late and reached 11:45 at location.
That was not a problem for them because first round was system interview so after waitinf for 10 minutes only i got my turn and i went for sytem test.
2 hacker rank questions were there so if you are going for Mindtree practice hackerrank question.
Skills: Problem Solving, Time Management
Duration: <1 week

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces,

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Kony based

Interview Preparation Tips

Interview preparation tips for other job seekers - Its really nice being interviewed at LTI. The questions were asked completely based on my domain and it was pure real time scenario based if you are good with the technical stuff which you are performing every day you are good to clear this interview

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Structural Design Engineer interview?
L&T Technology Services interview process usually has 1-2 rounds. The most common rounds in the L&T Technology Services interview process are One-on-one Round, Aptitude Test and Technical.
How to prepare for L&T Technology Services Structural Design 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 Civil Engineering, Electrical Power Distribution, Instrumentation Engineering, MEP and Quality Systems.
What are the top questions asked in L&T Technology Services Structural Design Engineer interview?

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

  1. What is Bmd for simply support beam when point load is applied at cen...read more
  2. What is fixed beam end moment for point load at cen...read more
  3. General question related to my fi...read more

Tell us how to improve this page.

L&T Technology Services Structural Design Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
View all
L&T Technology Services Structural Design Engineer Salary
based on 8 salaries
₹4.3 L/yr - ₹10.5 L/yr
11% more than the average Structural Design Engineer Salary in India
View more details

L&T Technology Services Structural Design Engineer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.5

Skill development

4.5

Work-life balance

1.5

Salary

4.5

Job security

1.5

Company culture

1.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Engineer
5.9k salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Engineer
4.6k salaries
unlock blur

₹2.6 L/yr - ₹8.2 L/yr

Technical Lead
2.2k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Software Engineer
1.4k salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

Explore more salaries
Compare L&T Technology Services with

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

3.4
Compare

Sutherland Global Services

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