Add office photos
Employer?
Claim Account for FREE

L&T Technology Services

3.3
based on 4.8k Reviews
Video summary
Filter interviews by

300+ Private Classes Interview Questions and Answers

Updated 25 Feb 2025
Popular Designations

Q101. Tool test for modeling in NX CAD

Ans.

Tool test is a process to evaluate the performance of modeling tools in NX CAD.

  • Tool test involves creating a test model and evaluating the accuracy and efficiency of the modeling tools.

  • The test model should include a variety of features and geometries to test the capabilities of the tools.

  • The test should be repeated with different tool settings and parameters to evaluate their impact on the results.

  • The results of the tool test should be documented and used to inform tool sele...read more

Add your answer

Q102. difference between Python 2 and Python 3

Ans.

Python 2 and Python 3 are two different versions of the Python programming language with various differences.

  • Python 2 is legacy, Python 3 is the present and future

  • Print statement: Python 2 uses print as a statement, Python 3 uses print() as a function

  • Division: Python 2 performs integer division by default, Python 3 performs float division

  • Unicode support: Python 3 supports Unicode by default, Python 2 requires specifying 'u' before string literals

  • Syntax: Python 3 has stricter ...read more

Add your answer

Q103. Explain I2c diff btn i2c and spi diff btn hw and sw interrupt

Ans.

I2C is a serial communication protocol used to connect multiple devices with two wires. SPI is another serial protocol with four wires.

  • I2C uses a master-slave architecture while SPI uses a master-master architecture.

  • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

  • Hardware interrupts are triggered by external events while software interrupts are triggered by software instructions.

Add your answer

Q104. how will you handle windows handling in real time ?

Ans.

I will handle windows handling in real time by using automation tools and scripts to interact with windows and perform necessary actions.

  • Utilize automation tools like Selenium or Appium to interact with windows

  • Write scripts to automate window handling tasks

  • Use APIs provided by the operating system to manipulate windows

  • Monitor window events and respond accordingly in real time

Add your answer
Discover Private Classes interview dos and don'ts from real experiences

Q105. 5. Tell me about soft starter panel.

Ans.

A soft starter panel is an electrical device used to control the starting current of an electric motor.

  • It reduces the mechanical stress on the motor during startup.

  • It gradually increases the voltage supplied to the motor.

  • It can be used to control the speed of the motor.

  • It is commonly used in applications where a large amount of power is required to start the motor.

  • Examples include pumps, compressors, and conveyor belts.

Add your answer

Q106. Explain the DDLC process and what is your responsibilities?

Ans.

The DDLC process stands for Document Development Life Cycle, which involves planning, creating, reviewing, and updating documentation.

  • Planning: Determine the scope, audience, and purpose of the document.

  • Creating: Write the content following style guides and templates.

  • Reviewing: Have the document reviewed by subject matter experts and stakeholders.

  • Updating: Make revisions based on feedback and changes in the project.

  • Responsibilities may include researching, interviewing subjec...read more

Add your answer
Are these interview questions helpful?

Q107. How to migrate from one db to another in an application

Ans.

To migrate from one db to another in an application, you can use tools like ETL, scripts, or ORM frameworks.

  • Use ETL tools like Talend or Informatica to extract data from the source db, transform it, and load it into the target db.

  • Write scripts in languages like Python or SQL to export data from the source db and import it into the target db.

  • Utilize ORM frameworks like Hibernate or Entity Framework to abstract the database operations and switch between different db systems eas...read more

Add your answer

Q108. 3. Control logic of electrical Panel.

Ans.

Control logic of electrical panel involves designing and implementing the logic for controlling various electrical components.

  • Designing the logic for controlling electrical components such as motors, pumps, and valves

  • Implementing the control logic using programmable logic controllers (PLCs) or other control systems

  • Testing and troubleshooting the control logic to ensure proper operation

  • Documenting the control logic for future reference and maintenance

  • Ensuring compliance with s...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q109. How to read a file using inbuilt function in python?

Ans.

Use the open() function to read a file in Python.

  • Use the open() function with 'r' mode to open a file for reading.

  • Use the read() method to read the contents of the file.

  • Close the file using the close() method after reading.

Add your answer

Q110. difference between NACL and security group?

Ans.

NACL is a stateless firewall that controls traffic at the subnet level, while security groups are stateful firewalls that control traffic at the instance level.

  • NACL operates at the subnet level, while security groups operate at the instance level.

  • NACL is stateless, meaning it does not keep track of the state of connections, while security groups are stateful and keep track of connections.

  • NACL rules are evaluated in order, with the first rule that matches being applied, while ...read more

Add your answer

Q111. Material science Projects involved in college final year

Ans.

I conducted research on the properties of composite materials for my final year project.

  • Researched different types of composite materials and their applications

  • Analyzed the mechanical properties of the materials through testing

  • Designed and fabricated a prototype using the composite materials

  • Presented findings and recommendations based on the research

Add your answer

Q112. difference between dependency injection and IOC

Ans.

Dependency injection is a design pattern where objects are passed their dependencies rather than creating them internally. Inversion of Control (IoC) is a broader concept where the control of object creation is inverted from the application to a framework.

  • Dependency injection is a technique to achieve Inversion of Control (IoC)

  • In DI, objects are given their dependencies rather than creating them internally

  • IoC is a design principle where the control of object creation is inver...read more

Add your answer

Q113. Difference between abstract class and interface

Ans.

Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

  • Abstract class can have constructors, fields, and methods, while interface cannot have any of these.

  • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract for classes to implement.

  • Example: Abstract class 'Shape' with ...read more

Add your answer

Q114. What are different status, revisions of Drawings?

Ans.

Different statuses and revisions of drawings include preliminary, approved, issued, and as-built.

  • Preliminary drawings are initial drafts that may undergo multiple revisions before being approved.

  • Approved drawings have been reviewed and accepted for use.

  • Issued drawings are distributed to relevant parties for construction or reference.

  • As-built drawings reflect the final state of a project after construction is completed.

Add your answer

Q115. Explanation of the processor use your experience

Ans.

Processors are the brain of a computer, responsible for executing instructions and performing calculations.

  • Processors come in different types and speeds, with varying numbers of cores and cache sizes.

  • The processor's clock speed determines how many instructions it can execute per second.

  • Processors use instruction sets, such as x86 or ARM, to understand and execute code.

  • Overclocking can increase a processor's performance, but can also cause overheating and instability.

  • Processor...read more

Add your answer

Q116. what is the use of Family Table in CREO?

Ans.

Family Table in CREO is used to create multiple instances of a part or assembly with different dimensions or parameters.

  • Allows for creating multiple variations of a part or assembly within a single file

  • Helps in managing and updating multiple instances simultaneously

  • Useful for parametric design and quick iterations

  • Can be used to control dimensions, features, materials, etc. for different instances

  • Example: Creating different sizes of a bolt within the same file using family tab...read more

Add your answer

Q117. What is SPC ? What if we don’t do it ?

Ans.

SPC stands for Statistical Process Control. It is a method of quality control that uses statistical methods to monitor and control a process.

  • SPC helps in identifying and reducing variation in a process, leading to improved quality and consistency of products or services.

  • It involves collecting and analyzing data to understand the performance of a process over time.

  • If SPC is not implemented, there is a higher risk of producing defective products, increased costs due to rework o...read more

Add your answer

Q118. what is microcontroller? have you worked on any microcontroller? c++ basics polymorphism

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 commonly used in embedded systems for controlling various devices and appliances.

  • They are programmed using languages like C or assembly language.

  • Examples of popular microcontrollers include Arduino, Raspberry Pi, and PIC.

  • Microcontrollers are often used in applications such as robotics, home automation, and ...read more

View 1 answer

Q119. Explanation on projects worked on. Communication protocols in Automotive, Defect management skills

Ans.

I have worked on projects involving communication protocols in automotive and possess strong defect management skills.

  • Developed and implemented communication protocols for CAN, LIN, and FlexRay in automotive projects

  • Experience in using tools like CANalyzer, CANoe, and Vector CANape for protocol testing and debugging

  • Managed defects using tools like JIRA and Bugzilla, ensuring timely resolution and effective communication with stakeholders

  • Implemented defect prevention measures ...read more

Add your answer

Q120. How comfortable are you with the authoring tools?

Ans.

I am very comfortable with authoring tools.

  • I have experience with a variety of authoring tools such as Articulate Storyline, Adobe Captivate, and Lectora.

  • I am proficient in using these tools to create engaging and interactive e-learning courses.

  • I am also comfortable with multimedia tools such as Adobe Photoshop and Audacity to create custom graphics and audio for courses.

  • I stay up-to-date with the latest authoring tool trends and am always looking for ways to improve my skill...read more

Add your answer

Q121. Overview of Risk based inspection process.

Ans.

Risk based inspection process is a method of determining inspection frequencies based on the risk of failure of equipment or assets.

  • RBI involves assessing the likelihood of failure and the consequences of failure for each piece of equipment.

  • The inspection frequency is then determined based on the level of risk, with higher risk equipment being inspected more frequently.

  • RBI helps prioritize inspection efforts and resources on critical equipment, leading to more efficient maint...read more

Add your answer

Q122. command for checking live process on local level

Ans.

The command for checking live processes on a local level is 'ps'

  • Use the 'ps' command to display information about currently running processes

  • Add options like 'aux' to show more detailed information

  • Use 'grep' to filter the output for specific processes

Add your answer
Q123. What is IPC?
Ans.

IPC stands for Inter-Process Communication, which allows processes to communicate and share data with each other.

  • IPC enables processes to exchange data and information with each other.

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

  • Examples of IPC usage include communication between a parent and child process, or between different processes on a network.

Add your answer

Q124. What is dbms.different keys and its uses

Ans.

DBMS keys are used to uniquely identify a record in a table. Primary, foreign, candidate, and super keys are some of the types.

  • Primary key: uniquely identifies a record in a table

  • Foreign key: links two tables together

  • Candidate key: can be used as a primary key

  • Super key: a set of attributes that can uniquely identify a record

  • Composite key: a combination of two or more attributes used as a primary key

Add your answer

Q125. what is python path?

Ans.

Python path is the location where Python looks for modules and packages to import.

  • Python path is a list of directories that Python searches for modules when importing them.

  • It can be set using the PYTHONPATH environment variable.

  • Python path can also include the current working directory.

  • Example: PYTHONPATH=/usr/local/lib/python3.8

  • Example: import sys; print(sys.path)

Add your answer

Q126. Whats a bus functional model and how it's written

Ans.

A bus functional model is a high-level model of a bus protocol used for verification. It is written in a hardware description language.

  • A bus functional model simulates the behavior of a bus protocol in a verification environment.

  • It is written in a hardware description language like SystemVerilog or VHDL.

  • The model includes the functionality of the bus protocol such as transactions, timing, and error handling.

  • It is used to verify the interaction between the design under test an...read more

Add your answer

Q127. What is Bounding box in detection models?

Ans.

Bounding box is a rectangular box drawn around an object in an image to indicate its location.

  • Bounding box is used in object detection models to locate and classify objects in images.

  • It is represented by a set of coordinates (x, y, width, height) that define the rectangle.

  • Bounding box is commonly used in computer vision tasks like image classification and object tracking.

Add your answer

Q128. Difference between 3D & 2D

Ans.

3D refers to three-dimensional objects that have height, width, and depth, while 2D refers to two-dimensional objects that only have height and width.

  • 3D objects can be viewed from different angles and perspectives, while 2D objects are flat and have no depth

  • 3D objects can be created using software like AutoCAD, SolidWorks, and SketchUp, while 2D objects can be created using software like Adobe Illustrator and Inkscape

  • Examples of 3D objects include buildings, cars, and furnitu...read more

Add your answer

Q129. Based on your experience give me example of Poka Yoke

Ans.

Poka Yoke is a mistake-proofing technique used in manufacturing to prevent errors before they occur.

  • Poka Yoke involves designing processes or products in a way that prevents mistakes or defects.

  • Examples include using color coding for different parts to avoid mix-ups, or designing a shape that only fits in one way to prevent assembly errors.

  • The goal of Poka Yoke is to eliminate defects by preventing human errors.

Add your answer

Q130. What is fatigue analysis, and why is it used?

Ans.

Fatigue analysis is a method used to predict the life expectancy of a material or structure under repeated loading.

  • Fatigue analysis involves studying the effects of cyclic loading on a material or structure.

  • It helps in determining the number of cycles a material can withstand before failure.

  • Fatigue analysis is crucial in industries like aerospace, automotive, and civil engineering to ensure the safety and reliability of components.

  • Examples include analyzing the fatigue life o...read more

Add your answer

Q131. Discipline wise deliverables and their dependencies

Ans.

Discipline wise deliverables are interdependent and require coordination for successful project completion.

  • Each discipline has its own set of deliverables that are interdependent on each other.

  • Coordination is required to ensure timely delivery of each discipline's deliverables.

  • Examples of discipline wise deliverables include civil engineering drawings, electrical schematics, and mechanical designs.

Add your answer

Q132. What is your CTC and expected CTC

Ans.

I prefer not to disclose my current CTC. My expected CTC is based on industry standards and my experience.

  • I am open to discussing compensation based on the role and responsibilities

  • My expected CTC is in line with industry standards and my experience

  • I am looking for a fair and competitive compensation package

  • I am willing to negotiate based on the overall package offered

Add your answer

Q133. What is Design engineering in O&G field

Ans.

Design engineering in O&G field involves creating and developing plans for oil and gas facilities and equipment.

  • Designing and developing plans for drilling rigs, pipelines, refineries, and other oil and gas infrastructure

  • Ensuring designs meet safety, environmental, and regulatory standards

  • Collaborating with other engineers, project managers, and stakeholders to ensure project success

  • Utilizing CAD software and other tools to create detailed designs

  • Considering factors such as c...read more

Add your answer

Q134. What"s performance and quality in terms of process line

Add your answer

Q135. What is your favorite food. Explain it

Ans.

My favorite food is pizza.

  • I love the combination of crispy crust, tangy tomato sauce, and melted cheese.

  • There are endless topping options to customize the pizza to my liking.

  • It's a versatile food that can be enjoyed for lunch, dinner, or even as a late-night snack.

  • Pizza is a popular choice for gatherings and parties, bringing people together.

  • Some of my favorite pizza toppings include pepperoni, mushrooms, and olives.

View 1 answer

Q136. Explain bending moment diagram Say torsion and bending equation

Ans.

Bending moment diagram shows variation of bending moment along the length of a beam. Torsion equation relates torque, polar moment of inertia, and radius. Bending equation relates moment, bending stress, and section modulus.

  • Bending moment diagram displays the variation of bending moment along the length of a beam.

  • Torsion equation: T/J = τ/R, where T is the torque, J is the polar moment of inertia, τ is the shear stress, and R is the radius.

  • Bending equation: M = σ * S, where M...read more

Add your answer

Q137. What is Annotations, PMI?

Ans.

Annotations, PMI stands for Product Manufacturing Information, which includes dimensions, tolerances, materials, and other specifications on a technical drawing.

  • PMI is used to communicate important information about a product's design and manufacturing requirements.

  • Annotations are typically added to CAD drawings to provide clarity and guidance to manufacturers.

  • Examples of PMI include geometric dimensioning and tolerancing (GD&T), material specifications, surface finish requir...read more

Add your answer

Q138. What is standard for food industry design

Ans.

Design standards for food industry ensure safety, hygiene, and efficiency in food processing and packaging.

  • Design should comply with food safety regulations and guidelines

  • Materials used should be food-grade and non-toxic

  • Design should facilitate easy cleaning and maintenance

  • Equipment should be designed to prevent contamination and cross-contamination

  • Design should consider ergonomics and efficiency in food processing and packaging

  • Examples of design standards include HACCP, GMP,...read more

Add your answer

Q139. What is the usage of Yield keyword

Ans.

Yield keyword is used in Python to pause and resume a generator function.

  • Yield keyword is used to return a value from a generator function and pause its execution.

  • When the generator function is called again, it resumes from where it was paused.

  • Yield can be used in a loop to generate a sequence of values without storing them all in memory.

  • Example: def my_generator(): yield 1 yield 2 yield 3

Add your answer

Q140. Electro-Mechanical standard

Ans.

Electro-Mechanical standard refers to the set of guidelines and regulations for designing and manufacturing devices that combine electrical and mechanical components.

  • Electro-Mechanical standards ensure compatibility and safety of devices.

  • Examples include standards for connectors, wiring, and grounding in electronic devices.

  • Compliance with standards is important for product quality and reliability.

Add your answer

Q141. 1. What is Piping detail engineering flow 2. What is 30%,60%,90% model review

Ans.

Piping detail engineering flow involves designing, modeling, reviewing, and finalizing piping systems.

  • Piping detail engineering flow includes designing the piping system, creating a 3D model, reviewing the model at various stages (30%, 60%, 90%), and finalizing the design.

  • During the 30% model review, the focus is on the overall layout and feasibility of the design.

  • During the 60% model review, the focus is on the details of the design, including pipe routing, supports, and equ...read more

Add your answer

Q142. How to add external API to project

Ans.

To add an external API to a project, you need to first obtain the API documentation and credentials.

  • Obtain API documentation and credentials

  • Integrate API into project using appropriate libraries or frameworks

  • Test API functionality and handle errors appropriately

Add your answer

Q143. Write test case for testing a fan at certain speed

Ans.

Test case to verify fan speed

  • Set fan to desired speed

  • Measure actual speed using tachometer

  • Compare actual speed with desired speed

  • Repeat for different speeds

Add your answer

Q144. PFD of parts and how to make

Ans.

PFD (Process Flow Diagram) is a visual representation of how parts are manufactured or assembled.

  • Identify all parts involved in the process

  • Map out the sequence of steps involved in manufacturing or assembling the parts

  • Include information on materials, tools, and equipment required for each step

  • Use symbols and diagrams to represent the flow of the process

  • Ensure clarity and accuracy in the PFD to aid in understanding and troubleshooting

Add your answer

Q145. Explain structure padding

Ans.

Structure padding is the insertion of unused bytes between the members of a structure to align them in memory.

  • Padding is added to ensure that each member of the structure is aligned on a memory boundary that is a multiple of its size.

  • Padding is added by the compiler automatically.

  • Padding can affect the size of the structure and the performance of the program.

  • Example: struct example { char a; int b; char c; }; The size of this structure would be 12 bytes due to padding.

  • Example...read more

Add your answer

Q146. Explain memory layout in C

Ans.

Memory layout in C refers to the organization of memory in a C program.

  • Memory is divided into four segments: stack, heap, data, and code

  • Stack stores local variables and function calls

  • Heap stores dynamically allocated memory

  • Data stores global and static variables

  • Code stores the program instructions

  • Memory layout can be visualized using a memory map

Add your answer

Q147. Effect of alloying elements on steel

Ans.

Alloying elements can improve steel's strength, hardness, corrosion resistance, and other properties.

  • Alloying elements can change the crystal structure of steel, affecting its properties.

  • Chromium improves corrosion resistance and hardness, and is used in stainless steel.

  • Manganese improves strength and toughness.

  • Nickel improves toughness and corrosion resistance.

  • Carbon increases hardness and strength, but reduces ductility.

  • Vanadium improves strength and toughness.

  • Aluminum and ...read more

Add your answer

Q148. selection of material?

Ans.

Selection of material is based on factors like mechanical properties, cost, availability, and environmental impact.

  • Consider mechanical properties such as strength, stiffness, and toughness

  • Evaluate cost and availability of materials

  • Assess environmental impact and sustainability

  • Examples: steel for high strength applications, aluminum for lightweight designs, and plastics for cost-effective solutions

Add your answer

Q149. How does a computer boot up?

Ans.

A computer boots up by executing the BIOS, loading the operating system into memory, and initializing hardware components.

  • BIOS (Basic Input/Output System) is the first code executed by a computer when powered on.

  • BIOS performs a Power-On Self Test (POST) to check hardware components.

  • BIOS then locates and loads the operating system from the boot device (e.g. hard drive, SSD, USB).

  • The operating system is loaded into memory (RAM) and begins executing, initializing hardware compon...read more

Add your answer

Q150. Describe the process from start to end for plant modification

Ans.

Plant modification process involves planning, design, approval, implementation, and documentation.

  • Initial assessment of plant needs and feasibility of modification

  • Designing the modifications with input from engineers and stakeholders

  • Obtaining necessary approvals from regulatory bodies

  • Implementing the modifications with proper supervision

  • Documenting the entire process for future reference

Add your answer

Q151. What is the final status of drawing?

Ans.

The final status of a drawing is typically marked as 'Approved' or 'Released'.

  • Final status of drawing is usually 'Approved' or 'Released'

  • Once a drawing is approved, it is considered final and can be used for construction or manufacturing

  • The final status indicates that the drawing has been reviewed and accepted for use

Add your answer

Q152. OOPS concepts with real life examples.

Add your answer

Q153. 2. Reverse a string without inbuilt function

Ans.

Reverse a string without inbuilt function

  • Iterate through the string from end to start

  • Append each character to a new string

  • Return the new string

Add your answer

Q154. Write a program on function pointers for array of 10 elements in c

Ans.

A program on function pointers for an array of 10 elements in C.

  • Declare an array of function pointers with a size of 10.

  • Assign different functions to each element of the array.

  • Invoke the functions using the function pointers.

Add your answer

Q155. Working of VFD , design of lv panels

Ans.

VFD is a device used to control the speed of an electric motor. LV panels are used to distribute power to various loads.

  • VFD works by adjusting the frequency of the power supplied to the motor, which in turn controls its speed.

  • LV panels are designed to distribute power to various loads in a safe and efficient manner.

  • Design of LV panels involves selecting appropriate components such as circuit breakers, fuses, and contactors based on the load requirements.

  • LV panels also need to...read more

Add your answer

Q156. Describe Injection molding

Ans.

Injection molding is a manufacturing process for producing parts by injecting material into a mold.

  • Material is heated and injected into a mold cavity

  • The material cools and solidifies, taking the shape of the mold

  • Commonly used for producing plastic parts in mass production

  • Used in various industries such as automotive, electronics, and consumer goods

Add your answer

Q157. Power train selection Process

Ans.

The power train selection process involves evaluating various factors to choose the most suitable power train for a vehicle.

  • Consider the vehicle's intended use and performance requirements

  • Evaluate the available power train options and their capabilities

  • Assess factors such as fuel efficiency, emissions, and cost

  • Test and validate the chosen power train to ensure it meets performance and safety standards

Add your answer

Q158. Diff b/w Hydroforming & forming?

Ans.

Hydroforming uses fluid pressure to shape metal, while forming involves shaping metal using mechanical force.

  • Hydroforming uses fluid pressure to shape metal into complex shapes

  • Forming involves shaping metal using mechanical force such as bending, stretching, or compressing

  • Hydroforming is often used in automotive industry for creating lightweight and strong components

  • Forming can be done through processes like stamping, bending, or deep drawing

Add your answer

Q159. SQL join query and use aggregate function in it

Ans.

SQL join query combines data from multiple tables based on a related column, and aggregate functions perform calculations on grouped data.

  • Use JOIN keyword to combine data from multiple tables based on a related column

  • Use aggregate functions like SUM, AVG, COUNT, etc. to perform calculations on grouped data

  • Example: SELECT orders.order_id, SUM(order_details.quantity) FROM orders JOIN order_details ON orders.order_id = order_details.order_id GROUP BY orders.order_id

Add your answer

Q160. What is Room database in android?

Ans.

Room database is a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while following best practices.

  • Room database simplifies database interactions by providing compile-time verification of SQL queries.

  • It consists of three main components: Entity, DAO (Data Access Object), and Database.

  • Example: @Entity annotation defines a SQLite table, @Dao annotation defines database operations, @Database annotation defines the databa...read more

Add your answer

Q161. How two wheeler works

Ans.

A two wheeler works by using an engine to convert fuel into mechanical energy, which is then transferred to the wheels to propel the vehicle forward.

  • Two wheeler typically has a combustion engine that burns fuel to generate power

  • The engine is connected to the wheels via a transmission system, which transfers power to the wheels

  • The rider controls the speed and direction of the two wheeler using handlebars and throttle

  • Brakes are used to slow down or stop the two wheeler by apply...read more

Add your answer

Q162. what id dependency injection

Ans.

Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

  • Dependency injection helps in achieving loose coupling between classes.

  • It allows for easier testing and maintenance of code.

  • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

Add your answer

Q163. what is type 2 co ordination

Ans.

Type 2 coordination is a method used in electrical engineering to ensure that a downstream circuit breaker will trip before an upstream breaker in the event of a fault.

  • Type 2 coordination involves selecting circuit breakers with specific characteristics to prevent cascading trips during a fault.

  • It ensures that the downstream breaker will trip first to isolate the fault, protecting the upstream breaker and preventing unnecessary downtime.

  • Examples of devices used in type 2 coor...read more

Add your answer

Q164. Explain scheduling ,resource loading procedure and monthly reporting using P6

Ans.

Scheduling, resource loading, and monthly reporting in P6 involves creating a detailed project plan, assigning resources, and tracking progress.

  • Create a detailed project plan in P6 with tasks, durations, dependencies, and milestones

  • Assign resources to each task based on availability and skill set

  • Load resources into the schedule to ensure proper allocation and avoid overloading

  • Generate monthly reports in P6 to track progress, identify delays, and make adjustments as needed

Add your answer

Q165. Types of piling in construction industries

Ans.

There are several types of piling used in construction industries.

  • Driven Piling - steel or concrete piles are driven into the ground using a pile driver

  • Bored Piling - a hole is drilled into the ground and then filled with concrete and steel reinforcement

  • Screw Piling - a screw-like pile is screwed into the ground using a hydraulic motor

  • Sheet Piling - interlocking steel sheets are driven into the ground to form a barrier

  • Micropiling - small diameter piles are drilled and grouted...read more

Add your answer

Q166. tell something about relay protections

Ans.

Relay protections are devices used to detect abnormal conditions in electrical systems and isolate them to prevent damage.

  • Relay protections are used to monitor electrical parameters such as voltage, current, frequency, and phase angle.

  • They are designed to trip a circuit breaker or disconnect a faulty part of the system when abnormal conditions are detected.

  • Examples of relay protections include overcurrent relays, differential relays, distance relays, and frequency relays.

Add your answer

Q167. How power Bi has evolved over the period of years

Ans.

Power BI has evolved from a basic data visualization tool to a comprehensive business intelligence platform.

  • Initially focused on data visualization and reporting

  • Added features for data modeling and analysis

  • Integration with other Microsoft products like Excel and Azure

  • Introduction of AI capabilities for advanced analytics

  • Regular updates and improvements based on user feedback

Add your answer

Q168. How can u manage the furstated client?

Add your answer

Q169. What is big data?

Ans.

Big data refers to large volumes of structured and unstructured data that is too complex for traditional data processing applications.

  • Big data is characterized by the 3 Vs - volume, velocity, and variety.

  • Volume refers to the sheer amount of data being generated, often in terabytes or petabytes.

  • Velocity refers to the speed at which data is being generated and processed, often in real-time.

  • Variety refers to the different types of data sources and formats, such as text, images, ...read more

View 1 answer

Q170. What are 7 QC tools ?

Ans.

The 7 QC tools are a set of basic statistical tools used for quality control and improvement in manufacturing processes.

  • Check sheet: Used to collect and analyze data in a systematic manner.

  • Histogram: Represents data distribution visually to identify patterns and trends.

  • Pareto chart: Helps prioritize issues by showing the most significant factors affecting quality.

  • Cause-and-effect diagram (Ishikawa or fishbone diagram): Identifies root causes of problems.

  • Scatter diagram: Shows...read more

Add your answer

Q171. What if I don’t do PPAP ?

Ans.

Not doing PPAP can lead to delays in production, quality issues, and potential customer dissatisfaction.

  • PPAP (Production Part Approval Process) is a necessary step in ensuring that all parts meet quality standards before production begins.

  • Not doing PPAP can result in delays in production as parts may need to be reworked or replaced if they do not meet requirements.

  • Skipping PPAP can lead to quality issues in the final product, which can result in customer dissatisfaction and p...read more

Add your answer

Q172. Buck converter control loop mechanism

Ans.

Buck converter control loop mechanism is used to regulate the output voltage by adjusting the duty cycle of the switch.

  • The control loop compares the actual output voltage with a reference voltage and adjusts the duty cycle of the switch accordingly.

  • It typically consists of a feedback loop with a voltage divider, error amplifier, and PWM controller.

  • The PWM controller generates a signal to control the switch on and off time, regulating the output voltage.

  • The control loop stabil...read more

Add your answer

Q173. Stress strain curve of Fe vs Al

Ans.

Fe has higher yield strength and ultimate strength than Al, but Al has higher ductility.

  • Fe has a steeper slope in the elastic region than Al

  • Al has a longer plastic region than Fe

  • Fe has a higher yield strength and ultimate strength than Al

  • Al has higher ductility than Fe

  • Fe undergoes more brittle fracture than Al

Add your answer

Q174. What are the challenges for a CRM?

Ans.

Challenges for a CRM include data quality, user adoption, integration with other systems, and keeping up with evolving technology.

  • Data quality issues can lead to inaccurate insights and decisions.

  • User adoption can be a challenge if employees are resistant to change or lack proper training.

  • Integration with other systems can be complex and time-consuming, especially if the systems have different data formats or structures.

  • Keeping up with evolving technology requires constant up...read more

Add your answer

Q175. Have you done any value addition?

Ans.

Yes, I have implemented cost-saving measures and improved project efficiency through strategic planning and innovative solutions.

  • Implemented cost-saving measures such as optimizing material usage and reducing waste

  • Improved project efficiency through strategic planning and scheduling

  • Introduced innovative solutions to streamline processes and enhance productivity

Add your answer

Q176. What is Data management?

Ans.

Data management is the process of organizing, storing, protecting, and maintaining data throughout its lifecycle.

  • It involves creating policies and procedures for data usage

  • It includes data backup and recovery

  • It ensures data security and privacy

  • It involves data analysis and reporting

  • Examples include database management, data warehousing, and data governance

Add your answer

Q177. Can you explain Hooke's Law

Ans.

Hooke's Law states that the force needed to extend or compress a spring is directly proportional to the distance it is stretched or compressed.

  • Hooke's Law is named after the English scientist Robert Hooke.

  • It is commonly used to describe the behavior of springs and elastic materials.

  • The law can be mathematically expressed as F = kx, where F is the force applied, k is the spring constant, and x is the displacement from the equilibrium position.

  • Hooke's Law applies within the ela...read more

View 1 answer

Q178. Standard used in electrical desiy

Ans.

Various standards are used in electrical design depending on the country, industry, and application.

  • National Electrical Code (NEC) is used in the United States

  • International Electrotechnical Commission (IEC) standards are used globally

  • In the automotive industry, ISO 26262 is used for functional safety

  • In the aerospace industry, DO-254 is used for airborne electronic hardware

  • Standards are also specific to certain applications such as medical devices (IEC 60601) and hazardous loc...read more

Add your answer

Q179. Explain what is oops concepts?

Ans.

OOPs concepts are the fundamental principles of Object-Oriented Programming.

  • Encapsulation - binding data and methods together

  • Inheritance - reusing code and creating a hierarchy of classes

  • Polymorphism - ability of objects to take on many forms

  • Abstraction - hiding implementation details and showing only necessary information

Add your answer

Q180. Types of Plastic?

Ans.

There are various types of plastics, each with unique properties and uses.

  • Common types include PET, PVC, HDPE, LDPE, PP, PS, and ABS

  • Plastics can be categorized as thermosetting or thermoplastic

  • Each type of plastic has different characteristics such as flexibility, durability, and heat resistance

Add your answer

Q181. Molding method?

Ans.

Various molding methods are used in design engineering to create products with different materials and shapes.

  • Injection molding: commonly used for mass production of plastic parts

  • Blow molding: used for hollow objects like bottles

  • Compression molding: suitable for materials like rubber and thermosetting plastics

  • Rotational molding: used for large, hollow products like tanks and playground equipment

Add your answer

Q182. Steps of compilation of a C program.

Ans.

Compilation of a C program involves preprocessing, compiling, assembling, and linking.

  • Preprocessing: Includes header files, macro expansions, and comments removal. Example: gcc -E program.c

  • Compiling: Translates source code to assembly code. Example: gcc -S program.c

  • Assembling: Converts assembly code to machine code. Example: gcc -c program.s

  • Linking: Combines object files and libraries to generate executable. Example: gcc program.o -o program

Add your answer

Q183. How do you select a pump ?

Ans.

Pumps are selected based on the required flow rate, head, type of fluid, operating conditions, and budget.

  • Consider the required flow rate and head for the application

  • Select a pump type suitable for the fluid being pumped (e.g. centrifugal pump for water)

  • Take into account the operating conditions such as temperature and pressure

  • Evaluate the budget constraints and choose a pump that meets the requirements within budget

Add your answer

Q184. Explain mac ab theile Method for Column sizing

Ans.

Mac ab theile Method is used for column sizing in chemical engineering.

  • Mac ab theile Method is an empirical method used to size distillation columns based on the number of theoretical stages required for separation.

  • It involves calculating the minimum reflux ratio required for separation and then determining the number of theoretical stages based on the operating line and equilibrium curve.

  • The method takes into account the feed conditions, product specifications, and the type ...read more

Add your answer

Q185. Codes and standard for process industries

Ans.

Codes and standards are crucial for ensuring safety and efficiency in process industries.

  • ASME B31.3 for piping systems

  • NFPA 70 for electrical systems

  • API 650 for storage tanks

  • OSHA for workplace safety

  • ISO 9001 for quality management

  • ANSI/ISA-88 for batch control systems

Add your answer

Q186. Sheetmetal design guidelines

Ans.

Sheetmetal design guidelines ensure efficient and accurate fabrication of sheetmetal components.

  • Consider material selection based on strength, corrosion resistance, and cost.

  • Design parts with appropriate bend radii to prevent cracking or tearing.

  • Avoid sharp corners and edges to minimize stress concentration.

  • Ensure proper tolerances for hole sizes, bend angles, and overall dimensions.

  • Use standard sheet sizes to optimize material utilization and reduce waste.

  • Consider nesting pa...read more

Add your answer

Q187. Thermodynamics and strength of material

Ans.

Thermodynamics and strength of materials are two important concepts in engineering that are often interrelated.

  • Thermodynamics deals with the transfer of energy in systems, while strength of materials focuses on the behavior of materials under different loads.

  • Understanding thermodynamics can help in designing efficient systems that utilize energy effectively.

  • Knowledge of strength of materials is crucial for designing structures that can withstand various forces and loads.

  • The t...read more

Add your answer

Q188. What are different deliverables?

Ans.

Deliverables are the tangible or intangible outputs of a project that are provided to the stakeholders.

  • Deliverables can be physical products, such as a building or a software application.

  • Deliverables can also be documents, such as project plans, reports, or specifications.

  • Deliverables can include completed tasks, milestones, or objectives.

  • Deliverables should meet the agreed-upon requirements and be delivered within the specified timeframe.

  • Examples of deliverables in a constru...read more

Add your answer

Q189. What"s MES and Type of process ?

Add your answer

Q190. Angle of projections,GD & T symbols

Ans.

Angle of projections and GD&T symbols are important concepts in design engineering.

  • Angle of projections refer to the direction from which an object is viewed in a drawing.

  • GD&T symbols are used to communicate design specifications and tolerances.

  • Examples of GD&T symbols include concentricity, perpendicularity, and flatness.

  • Understanding these concepts is crucial for accurate and precise engineering designs.

Add your answer

Q191. What is MVC Structure

Ans.

MVC is a software design pattern that separates an application into three main components: Model, View, and Controller.

  • Model represents the data and business logic of the application

  • View is responsible for displaying the data to the user

  • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly

Add your answer

Q192. What you know about LTTS.

Ans.

LTTS stands for L&T Technology Services, a leading global engineering services company.

  • LTTS is a subsidiary of Larsen & Toubro Limited (L&T), an Indian multinational conglomerate.

  • It offers engineering, research and development services across various industries such as automotive, aerospace, telecom, and more.

  • LTTS has a strong focus on innovation and digital transformation in engineering solutions.

  • The company has a global presence with offices in multiple countries including ...read more

Add your answer

Q193. Reverse the string and swap two integers.

Ans.

Reverse string and swap two integers in an array of strings.

  • Iterate through each string in the array and reverse it using built-in functions or a loop.

  • Swap two integers in the array by storing one in a temporary variable and then swapping their values.

  • Ensure to handle edge cases like empty strings or non-integer elements in the array.

Add your answer

Q194. What's embedded system

Ans.

An embedded system is a computer system designed to perform specific tasks within a larger system.

  • Embedded systems are often found in everyday devices such as smartphones, cars, and household appliances.

  • They are typically designed to be efficient, reliable, and cost-effective.

  • Embedded systems often have real-time constraints and limited resources such as memory and processing power.

Add your answer

Q195. What ismicrocontroller

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 commonly used in embedded systems for controlling electronic devices.

  • They are often programmed using languages like C or assembly.

  • Examples of microcontrollers include Arduino, Raspberry Pi, and PIC.

Add your answer

Q196. What is psi how do you calculate

Ans.

Psi stands for pounds per square inch and is a unit of pressure. It is calculated by dividing the force applied by the area over which the force is distributed.

  • Psi is a unit of pressure used in various industries such as engineering, automotive, and manufacturing.

  • To calculate psi, you divide the force (in pounds) by the area (in square inches) over which the force is distributed.

  • For example, if a force of 100 pounds is applied over an area of 10 square inches, the psi would b...read more

Add your answer

Q197. Project challenges how resolved

Ans.

Resolved project challenges through effective problem-solving techniques.

  • Identified the root cause of the challenges

  • Collaborated with team members to brainstorm solutions

  • Implemented appropriate strategies to overcome obstacles

  • Tested and validated the implemented solutions

  • Documented the resolution process for future reference

Add your answer

Q198. Elements of Iron carbide diagram.

Ans.

Iron carbide diagram shows the relationship between temperature, carbon content, and phases of iron and iron carbide.

  • Also known as the Fe-C diagram

  • Displays the transformation of iron and iron carbide at different temperatures and carbon concentrations

  • Consists of three regions: austenite, ferrite, and cementite

  • Used to determine the microstructure of steel and cast iron

  • Helps in predicting the properties of steel and cast iron

Add your answer

Q199. How many API there in your test plan

Ans.

The test plan includes X number of APIs for performance testing.

  • Identify all APIs to be tested for performance

  • Include both internal and external APIs

  • Consider different types of APIs such as REST, SOAP, GraphQL

  • Ensure APIs are properly documented in the test plan

Add your answer

Q200. what is null pointer ?

Ans.

A null pointer is a pointer that does not point to any memory location.

  • Null pointers are used to represent that a pointer does not point to a valid object or memory location.

  • Attempting to dereference a null pointer can result in a segmentation fault or program crash.

  • Null pointers are commonly used in programming languages like C and C++.

  • Example: int* ptr = nullptr; // ptr is a null pointer

Add your answer
1
2
3
4
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Private Classes

based on 489 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 1.7k Interview Questions
4.1
 • 279 Interview Questions
3.4
 • 278 Interview Questions
3.9
 • 168 Interview Questions
4.0
 • 136 Interview Questions
View all
Top L&T Technology Services Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter