Engineer

900+ Engineer Interview Questions and Answers

Updated 10 Dec 2024

Popular Companies

search-icon

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other department...

read more
Ans.

I would address the issue with the team member and explore options for reassignment if necessary.

  • I would first have a conversation with the team member to understand the reason for the repetitive work and offer any necessary support or resources.

  • If the issue persists, I would explore options for reassignment within the team or other departments to ensure the team member is able to contribute effectively.

  • I am open to working on lifing of components as well as other departments...read more

Q2. What is inheritance? Show me by a code that shouldn't be a pseudo code but can be in any language

Ans.

Inheritance is a mechanism in OOP where a new class is derived from an existing class.

  • Allows for code reusability and saves time

  • Derived class inherits properties and methods of base class

  • Can override base class methods in derived class

  • Can have multiple levels of inheritance

  • Example: class Dog extends Animal {}

Engineer Interview Questions and Answers for Freshers

illustration image

Q3. What is Min-Cut placement algorithm? Given some block sizes, use the algorithm to place them on a given chip area

Ans.

Min-Cut placement algorithm is used to place blocks on a given chip area.

  • Min-Cut algorithm partitions the chip into two parts and minimizes the cut between them

  • It is a graph-based algorithm that uses a flow network to represent the chip and its blocks

  • The algorithm iteratively partitions the network until all blocks are placed

  • Example: Placing logic gates on a microprocessor chip

Q4. What is neutonian fluid ? , Stages of fracture, working of engine, basic thermodynamics questions , questions from strength of material ,

Ans.

Newtonian fluid is a type of fluid that follows Newton's law of viscosity.

  • Newtonian fluid exhibits a linear relationship between shear stress and shear rate.

  • Examples of Newtonian fluids include water, air, and most oils.

  • Stages of fracture include initiation, propagation, and final failure.

  • Engine works by converting heat energy into mechanical work.

  • Basic thermodynamics questions may include concepts like the first and second laws of thermodynamics.

  • Strength of materials questio...read more

Are these interview questions helpful?

Q5. What is normalization? What do you mean by 1NF, 2NF, 3NF, 4NF?

Ans.

Normalization is the process of organizing data in a database to reduce redundancy and dependency.

  • 1NF (First Normal Form) - Each column in a table must have atomic values.

  • 2NF (Second Normal Form) - A table must be in 1NF and all non-key attributes must be dependent on the primary key.

  • 3NF (Third Normal Form) - A table must be in 2NF and all non-key attributes must be independent of each other.

  • 4NF (Fourth Normal Form) - A table must be in 3NF and have no multi-valued dependenci...read more

Q6. Timing analysis of Sequential and combinational logic: Definition of Setup time. How does it affect the system. Find the minimum clock frequency given Tcq, delay of all the gates, Tsu, Thold

Ans.

Setup time is the minimum time required for the input signal to be stable before the clock edge arrives.

  • Setup time is a critical parameter in timing analysis of sequential and combinational logic.

  • It affects the system by ensuring that the input signal is stable before the clock edge arrives, preventing errors in the output.

  • The minimum clock frequency can be calculated using the formula: Fmin = 1 / (Tcq + Tsu + Thold), where Tcq is the maximum clock-to-output delay of any gate...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. Tell how many types of oils uses in construction machinery

Ans.

Construction machinery uses various types of oils depending on their functions.

  • There are different types of oils used in construction machinery such as engine oil, hydraulic oil, gear oil, transmission oil, and brake oil.

  • Engine oil is used to lubricate the engine and prevent wear and tear.

  • Hydraulic oil is used to transfer power in hydraulic systems.

  • Gear oil is used to lubricate gears and bearings in gearboxes.

  • Transmission oil is used to lubricate the transmission system.

  • Brake...read more

Q8. What do you know about assembly language?

Ans.

Assembly language is a low-level programming language that is specific to a particular computer architecture.

  • Assembly language is a symbolic representation of machine code instructions.

  • It is used to write programs that directly control the computer's hardware.

  • Assembly language is platform-dependent and requires knowledge of the computer's architecture.

  • It provides direct access to the computer's memory and registers.

  • Examples of assembly languages include x86, ARM, and MIPS.

Engineer Jobs

Princ Engr-Full Stack 5-9 years
Verizon Data Services India Pvt.Ltd
4.2
Hyderabad / Secunderabad
Engineer Build and Validation 2-3 years
Automotive Mahindra
4.1
Chennai
Engineer - Build & Validation 5-10 years
Automotive Mahindra
4.1
Chennai

Q9. given a sample , how to predict life of the material?

Ans.

The life of a material can be predicted by analyzing its degradation over time and identifying the factors that contribute to it.

  • Conduct accelerated aging tests to simulate the effects of time on the material

  • Analyze the material's chemical and physical properties to identify potential degradation mechanisms

  • Consider external factors such as temperature, humidity, and exposure to light

  • Use statistical models to predict the material's remaining useful life

  • Continuously monitor the...read more

Q10. What is the Concept of Double Earthing, System Earthing & Equipment Earthing?

Ans.

Double earthing is a safety measure where two separate earth connections are provided for a system or equipment.

  • System earthing is the connection of the neutral point of a power system to the earth to provide a low impedance path for fault current.

  • Equipment earthing is the connection of non-current carrying parts of electrical equipment to the earth to prevent electric shock.

  • Double earthing provides an additional layer of safety by providing two separate earth connections for...read more

Q11. What is parity and how is it used? Draw the circuit diagram for a parity checker

Ans.

Parity is a method of error detection in digital communication. It involves adding an extra bit to a data stream to ensure even or odd number of 1s.

  • Parity is used to detect errors in data transmission.

  • It involves adding a parity bit to a data stream.

  • The parity bit is set to 1 or 0 depending on whether the number of 1s in the data stream is even or odd.

  • If an error occurs during transmission, the parity bit will be incorrect and the receiver can detect the error.

  • Parity can be u...read more

Q12. Why are you working on Aluminium, particularly working on aging, how does ageing of 6061 alloys impact the fatigue life

Ans.

Aluminium alloys are widely used in engineering applications due to their high strength-to-weight ratio. Ageing of 6061 alloys can significantly impact their fatigue life.

  • Aluminium alloys are commonly used in aerospace and automotive industries due to their lightweight and high strength properties.

  • Ageing is a process of heat treatment that improves the strength and hardness of the alloy.

  • However, overaging can lead to a decrease in fatigue life due to the formation of coarse p...read more

Q13. How make the current in transformer?

Ans.

The current in a transformer is made by inducing voltage across the primary coil.

  • The primary coil of a transformer is connected to an alternating current (AC) source.

  • The alternating current in the primary coil creates a changing magnetic field.

  • This changing magnetic field induces a voltage across the secondary coil.

  • The induced voltage in the secondary coil causes a current to flow through it.

  • The current in the secondary coil is proportional to the current in the primary coil,...read more

Q14. Do you have knowledge about tooling and machine maintenance

Ans.

Yes, I have knowledge about tooling and machine maintenance.

  • I have experience in using various tools and equipment for engineering projects.

  • I am familiar with the maintenance procedures for different types of machines.

  • I have successfully completed training courses on tooling and machine maintenance.

  • I have practical knowledge of troubleshooting and repairing machines.

  • I have a strong understanding of safety protocols and regulations in relation to tooling and machine maintenanc...read more

Q15. Quality control which in the tool use in automotive feal

Ans.

Quality control tools used in automotive field

  • Statistical Process Control (SPC) to monitor and control production processes

  • Failure Mode and Effects Analysis (FMEA) to identify and prevent potential failures

  • Six Sigma methodology to improve quality and reduce defects

  • Lean manufacturing to eliminate waste and improve efficiency

  • Automated inspection systems to detect defects in parts and components

Q16. 1-- If the rear camera of a mobile is not opening,then what points will be checked.

Ans.

Check camera app, restart phone, clear cache, check for updates, check hardware.

  • Check if camera app is working properly

  • Restart the phone and try again

  • Clear cache of camera app

  • Check for software updates

  • Check if there is any physical damage to the camera

  • Check if the camera module is properly connected to the motherboard

Q17. process explination for aluminium from intial to final, what rare the responsibility of role,related production documents making procedure

Ans.

The process of producing aluminium involves several stages and responsibilities for engineers.

  • The process starts with mining bauxite and refining it into alumina

  • Electrolysis is then used to extract aluminium from alumina

  • Engineers are responsible for designing and maintaining the equipment used in the process

  • They must also ensure safety and efficiency in production

  • Production documents must be created to track progress and ensure quality control

Q18. What are other designs that you tried for your prototype?

Ans.

We tried several designs for our prototype, including a modular design, a compact design, and a lightweight design.

  • Modular design: We explored the possibility of creating a prototype that could be easily assembled and disassembled for easy maintenance and upgrades.

  • Compact design: We experimented with reducing the size of the prototype to make it more portable and space-efficient.

  • Lightweight design: We tested different materials and construction techniques to make the prototyp...read more

Q19. How many type of defect and define those defects in detail?

Ans.

There are three main types of defects in engineering: design defects, manufacturing defects, and usage defects.

  • Design defects occur when there is an issue with the initial design of a product, leading to problems in its functionality or safety. For example, a car with a faulty braking system due to a design flaw.

  • Manufacturing defects happen during the production process, resulting in a product that does not meet the intended specifications. An example would be a smartphone wi...read more

Q20. Draw the state diagram and the clocked D-flipflop circuit for a 0110 sequence detector

Ans.

State diagram and clocked D-flipflop circuit for a 0110 sequence detector.

  • The state diagram will have four states: S0, S1, S2, and S3.

  • The circuit will have four D-flipflops, one for each state.

  • The output of the circuit will be high when the sequence 0110 is detected.

  • The clock signal will be used to synchronize the flipflops.

  • The state diagram and circuit can be designed using software like Quartus or Xilinx.

Q21. Based on my BTP, define Reynolds number and its formula?

Ans.

Reynolds number is a dimensionless quantity used to predict fluid flow patterns and turbulence.

  • Reynolds number is calculated as the ratio of inertial forces to viscous forces.

  • It is used to determine whether a fluid flow is laminar or turbulent.

  • The formula for Reynolds number is Re = (ρVD)/μ, where ρ is the density of the fluid, V is the velocity of the fluid, D is the characteristic length of the flow, and μ is the dynamic viscosity of the fluid.

  • For example, a fluid flowing t...read more

Q22. What is terraform? Can we use terraform with on premises data center

Ans.

Terraform is an open-source infrastructure as code software tool that allows you to define and provision data center infrastructure.

  • Terraform is used to automate the deployment of infrastructure resources such as virtual machines, storage accounts, and networking interfaces.

  • It supports various cloud providers such as AWS, Azure, and Google Cloud Platform.

  • Terraform can also be used with on-premises data centers by using providers such as VMware vSphere or OpenStack.

  • It uses a d...read more

Q23. What is the download speed of 1800MHz

Ans.

The download speed of 1800MHz depends on various factors and cannot be determined solely based on the frequency.

  • Download speed is influenced by network infrastructure, signal strength, and device capabilities.

  • Higher frequency bands like 1800MHz generally offer faster download speeds compared to lower frequency bands.

  • However, other factors such as network congestion and distance from the cell tower can affect the actual download speed.

  • To determine the download speed at 1800MHz...read more

Q24. How to convert 230 V AC supply into 12 V DC supply. Decribe with proper circuit diagram.

Ans.

A step-down transformer is used to convert 230 V AC to 12 V AC, which is then rectified using a bridge rectifier and filtered using a capacitor to obtain 12 V DC.

  • Use a step-down transformer to reduce the voltage from 230 V AC to 12 V AC

  • Rectify the AC voltage using a bridge rectifier

  • Filter the rectified voltage using a capacitor

  • Use a voltage regulator to regulate the output voltage to 12 V DC

  • Use appropriate diodes and capacitors in the circuit

  • Example: LM7812 voltage regulator ...read more

Q25. Which type of Crane (Contactor Logic/ Drive Operated) you was Worked & What was Challenging Failures?

Ans.

I have worked with both types of cranes - contactor logic and drive operated. The challenging failures varied.

  • I have worked with contactor logic cranes in a steel plant where the main challenge was the wear and tear of the contactors due to the high current and frequent switching.

  • In a drive operated crane, the main challenge was the programming and tuning of the variable frequency drives to ensure smooth and precise movements.

  • I have also encountered failures in the control ci...read more

Q26. What is DVP and DFMEA and how are they linked to eachother ?

Ans.

DVP is Design Verification Plan and DFMEA is Design Failure Mode and Effects Analysis. They are linked as DVP tests the DFMEA.

  • DVP is a plan to verify that the design meets the requirements

  • DFMEA is a process to identify potential failures and their effects on the design

  • DVP tests the design against the potential failures identified in DFMEA

  • DFMEA helps in identifying the critical areas of the design that need to be tested in DVP

  • Both are important tools in ensuring a robust and r...read more

Q27. Explain the difference between Moore and Mealy state models

Ans.

Moore state model outputs depend only on the current state, while Mealy state model outputs depend on both current state and inputs.

  • Moore model: output is a function of current state only

  • Mealy model: output is a function of current state and inputs

  • Moore model has a separate output function, while Mealy model combines output and state transition functions

  • Example: vending machine can be modeled using Mealy model as output depends on both current state and input (money inserted)...read more

Q28. Given a clock waveform of frequency f, design a circuit to get an output of frequency f/3

Ans.

Design a circuit to get an output of frequency f/3 from a clock waveform of frequency f.

  • Use a counter to divide the frequency by 3

  • Implement a flip-flop to toggle the output

  • Use logic gates to control the counter and flip-flop

Q29. What happens to cloud infrastructure if terraform state file lost ?

Ans.

Cloud infrastructure can be recreated using other resources and configuration files.

  • Terraform state file is used to track the current state of infrastructure.

  • If lost, the infrastructure can be recreated using other resources and configuration files.

  • However, any changes made after the state file was lost will not be reflected.

  • It is important to regularly backup the state file to avoid such situations.

Q30. What are OOPS Concepts, explain them.

Ans.

OOPS Concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.

  • Abstraction: Hiding the implementation details and showing only the necessary information.

  • Encapsulation: Binding data and functions together to protect data from outside interference.

  • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

  • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Example: A car i...read more

Q31. Which type of latest pump is used in fire fighting system?

Ans.

The latest pump used in fire fighting systems is the centrifugal pump.

  • Centrifugal pumps are commonly used in fire fighting systems due to their high flow rates and ability to handle large volumes of water.

  • These pumps work by converting rotational energy from an electric motor into kinetic energy in the fluid, creating pressure to propel the water.

  • They are designed to efficiently move water over long distances and deliver it at high pressures to extinguish fires effectively.

  • So...read more

Q32. What is circuit breaker Ans - circuit breaker is nothing but it connect and discunnect the circuit and protect the transfomer also

Ans.

A circuit breaker is an electrical switch that automatically interrupts an electrical circuit to prevent damage or fire.

  • It is designed to protect electrical circuits from damage caused by overload or short circuit.

  • It works by detecting the excess current and interrupting the flow of electricity.

  • It can be reset manually or automatically after tripping.

  • It is commonly used in homes, buildings, and industrial settings.

  • Examples include air circuit breakers, oil circuit breakers, a...read more

Q33. Gear box use? Gear box check list ? Which company gear box use

Ans.

Gear boxes are used in various machines to control speed and torque. Different companies manufacture gear boxes with varying specifications.

  • Gear boxes are used in automobiles, industrial machinery, and wind turbines.

  • A gear box checklist includes checking for leaks, proper lubrication, and wear and tear of gears.

  • Companies like Siemens, Bonfiglioli, and SEW Eurodrive manufacture gear boxes.

  • The choice of gear box depends on the application and required specifications.

Q34. How wifi router work and optical fiber concept

Ans.

Wifi routers use radio waves to transmit data wirelessly, while optical fibers use light to transmit data through glass fibers.

  • Wifi routers use a wireless access point to connect devices to the internet

  • Radio waves are used to transmit data between the router and devices

  • Optical fibers use glass fibers to transmit data using light signals

  • Fiber optic cables are used for high-speed internet and long-distance communication

  • Both technologies are used for internet connectivity and da...read more

Q35. If Customer complaint reached to supplier then what action will be taken......?

Ans.

The supplier should investigate the complaint and take appropriate corrective actions.

  • The supplier should acknowledge the complaint and gather all necessary information.

  • They should investigate the root cause of the complaint and take corrective actions to prevent it from happening again.

  • The supplier should communicate the findings and actions taken to the customer.

  • If necessary, the supplier should provide compensation or replacement to the customer.

  • The supplier should also re...read more

Q36. Which T Code Used for Preparation of Invoice in SAP ?

Ans.

The T Code used for preparation of invoice in SAP is VF01.

  • VF01 is used for creating a billing document

  • It allows you to enter billing data such as customer, material, quantity, and pricing

  • You can also add taxes, discounts, and surcharges

  • VF01 generates an invoice document that can be printed or sent electronically

Q37. How to trouble shoot inverters , scbs, transformer, breakers

Ans.

To troubleshoot inverters, SCBs, transformers, and breakers, follow these pointers:

  • Check for loose connections and wiring

  • Inspect for physical damage or wear and tear

  • Use a multimeter to test voltage and current

  • Check for proper grounding

  • Refer to manufacturer's manual for specific troubleshooting steps

Q38. Implement the following code using gates(MUX and multiplier) If(A): F = D*E Else: F = G*H

Ans.

Implement code using MUX and multiplier gates for conditional assignment

  • Use a 2:1 MUX to select between D*E and G*H based on A

  • Use a multiplier gate to calculate D*E and G*H

  • Connect the output of the MUX to the input of the multiplier gate

  • Ensure proper sizing of gates to meet design requirements

Q39. Can you explain the difference between a star and a delta connection in an electrical system, and when each is typically used?

Ans.

Star and delta connections are two common methods of connecting electrical components in a system.

  • Star connection involves connecting three components in a triangular shape with a common point, while delta connection involves connecting the components in a circular shape.

  • Star connection is typically used in systems where the load is balanced and the neutral point is required, while delta connection is used in systems where the load is unbalanced and high power transmission is...read more

Q40. What is transformer Ans- trannsformer is nothing but it is a static machine which used for step up and step down the voltage.

Ans.

A transformer is a static machine used for stepping up or stepping down voltage.

  • Transformers are used to transfer electrical energy from one circuit to another through electromagnetic induction.

  • They consist of two coils of wire, the primary and secondary, wrapped around a magnetic core.

  • The primary coil is connected to the input voltage source, while the secondary coil is connected to the output load.

  • Transformers can increase or decrease voltage depending on the number of turn...read more

Q41. What is line balance and how we can say line is balance?

Ans.

Line balance refers to distributing workload evenly among different stations in a production line to optimize efficiency.

  • Line balance ensures that each station in the production line has a similar amount of work to do.

  • It helps in preventing bottlenecks and maximizing throughput.

  • Line balance can be achieved by adjusting the cycle times at each station or by adding/subtracting workstations.

  • An example of line balance is in an assembly line where each worker has a specific task t...read more

Q42. Arrange the inputs to AND gates so that power usage is optimized/delay is optimized

Ans.

To optimize power usage/delay in AND gates, arrange inputs based on their capacitance and resistance.

  • Arrange inputs with lower capacitance and resistance closer to the gate

  • Inputs with higher capacitance and resistance should be placed farther away

  • Consider the layout of the circuit and the routing of the wires

  • Simulation tools can be used to determine optimal input arrangement

Q43. Draw the CMOS circuit for a given logic equation and do the corresponding W/L sizing

Ans.

Answering a question on drawing CMOS circuit and W/L sizing for a given logic equation.

  • Understand the logic equation and its truth table

  • Use CMOS inverter and NAND gates to implement the logic

  • Size the transistors based on their role in the circuit

  • Check the circuit for correct functionality

  • Examples: AND gate, OR gate, XOR gate

Q44. Given the delays for gates and wires, draw output waveforms for the given logic circuit

Ans.

Draw output waveforms for a logic circuit given delays for gates and wires.

  • Identify the logic gates and their delays

  • Determine the propagation delay for each wire

  • Use the delays to calculate the output waveform

  • Draw the waveform using a timing diagram

Q45. What is SOV Solenoid operating value is a types of value fuction of SOV - when cutrent flow through coil according to faraday law it operates Sov is used to open and close in f.f.p.h line

Ans.

SOV stands for Solenoid Operating Valve and is used to open and close valves in fluid power systems.

  • SOV is a type of valve that operates when current flows through its coil.

  • It is commonly used in fluid power systems to control the flow of fluids.

  • SOV can be used to open and close valves in f.f.p.h line.

  • The operation of SOV is based on Faraday's law of electromagnetic induction.

Q46. What type of dampings are there in case of vibration.

Ans.

There are several types of dampings in case of vibration, including viscous damping, hysteretic damping, and structural damping.

  • Viscous damping: It occurs when a fluid or viscous material is used to dissipate energy and reduce vibration.

  • Hysteretic damping: It is caused by the internal friction within a material, which converts mechanical energy into heat.

  • Structural damping: It is inherent in the structure itself and is a result of the material's internal damping properties.

  • Ot...read more

Q47. What is sensor, drive, AHU, CHILLER, motor starter, LT panel, DG

Ans.

Sensors, drives, AHU, CHILLER, motor starters, LT panels, and DGs are common components in engineering systems.

  • Sensor: Device that detects changes in physical properties and converts them into signals.

  • Drive: Device used to control the speed and torque of motors.

  • AHU (Air Handling Unit): System that regulates and circulates air as part of HVAC systems.

  • CHILLER: Machine that removes heat from a liquid via a vapor-compression or absorption refrigeration cycle.

  • Motor Starter: Device...read more

Q48. 2 strock engine 4 strock engine What is piston? What is ccm

Ans.

2 stroke and 4 stroke engines are types of internal combustion engines. Piston is a component that moves up and down inside the engine cylinder. CCM stands for cubic centimeter.

  • 2 stroke engine completes a power cycle in 2 strokes of the piston, while 4 stroke engine completes it in 4 strokes.

  • Piston is a cylindrical component that moves up and down inside the engine cylinder, transferring force to the crankshaft.

  • CCM is a unit of measurement for engine displacement, which is th...read more

Q49. What is the difference between turbocharger and supercharger ?

Ans.

Turbocharger uses exhaust gases to spin a turbine while supercharger uses engine's crankshaft to spin a compressor.

  • Turbocharger is more efficient at higher altitudes while supercharger is more efficient at lower altitudes.

  • Turbocharger has a lag time before it kicks in while supercharger provides instant boost.

  • Turbocharger is quieter while supercharger is louder due to its mechanical nature.

  • Examples of cars with turbochargers include Volkswagen Golf GTI and Subaru WRX while ex...read more

Q50. What you know about the OTD Maintanance, Process, Introduction about Product, Required Data like How secure the technology.

Ans.

OTD maintenance involves ensuring the smooth functioning of products and their secure technology.

  • OTD maintenance refers to the process of maintaining products and ensuring their smooth functioning.

  • It involves collecting and analyzing data to identify potential issues and prevent downtime.

  • The process includes regular inspections, repairs, and upgrades to keep the technology secure.

  • Product introduction involves educating customers about the features and benefits of the product....read more

1
2
3
4
5
6
7
Next
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10k Interviews
3.7
 • 7.3k Interviews
3.6
 • 2.3k Interviews
3.9
 • 289 Interviews
3.6
 • 284 Interviews
3.8
 • 267 Interviews
View all

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

Engineer Interview Questions
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
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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