Find Interview Questions for Top Companies
Ques:- How do you embed Matplotlib plots in GUIs (like Tkinter or PyQt)?
Right Answer:

To embed Matplotlib plots in GUIs like Tkinter or PyQt, you can use the following methods:

For Tkinter:
1. Create a `FigureCanvasTkAgg` object with your Matplotlib figure.
2. Pack the canvas into your Tkinter window.

Example:
“`python
from tkinter import Tk
from matplotlib.figure import Figure
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg

root = Tk()
fig = Figure()
ax = fig.add_subplot(111)
ax.plot([1, 2, 3], [1, 4, 9])
canvas = FigureCanvasTkAgg(fig, master=root)
canvas.get_tk_widget().pack()
root.mainloop()
“`

For PyQt:
1. Create a `FigureCanvasQTAgg` object with your Matplotlib figure.
2. Add the canvas to your PyQt layout.

Example:
“`python
from PyQt5.QtWidgets import QApplication, QMainWindow, QVBoxLayout, QWidget

Ques:- What is Gear and how many types they are?
Asked In :-
Right Answer:
A gear is a rotating machine part with cut teeth or cogs that mesh with another toothed part to transmit torque and motion. The main types of gears are:

1. Spur Gear
2. Helical Gear
3. Bevel Gear
4. Worm Gear
5. Rack and Pinion Gear
6. Planetary Gear
Ques:- How many types have Engines? kindly describe?
Asked In :- Mold-Tek Technologies,
Right Answer:
There are two main types of engines:

1. **Internal Combustion Engine (ICE)** - Burns fuel inside the engine to create power (e.g., gasoline and diesel engines).
2. **External Combustion Engine (ECE)** - Burns fuel outside the engine to produce steam or gas that drives the engine (e.g., steam engines).

Additionally, engines can be categorized into:

- **Reciprocating Engines** - Use pistons to convert pressure into rotational motion.
- **Rotary Engines** - Use a rotating mechanism to produce power (e.g., Wankel engine).
- **Electric Engines** - Use electrical energy to produce mechanical energy.
Ques:- How many projects have you completed independently?
Right Answer:

I have independently completed [insert number] projects, where I handled planning, execution, and coordination without direct supervision. These included [briefly name 1–2 key projects].

Ques:- 1. Experiences in previous company. 2. Specialization in field.
Right Answer:
1. In my previous company, I worked on designing and optimizing mechanical components for various projects, focusing on improving efficiency and reducing costs. I collaborated with cross-functional teams to ensure designs met performance and safety standards.

2. My specialization is in thermal systems and fluid dynamics, where I have extensive experience in heat exchanger design and analysis, as well as computational fluid dynamics (CFD) simulations.
Ques:- What is an interlock? Can you give an example?
Right Answer:
An interlock is a safety mechanism that prevents a machine or system from operating under unsafe conditions. For example, in a manufacturing setup, a door interlock may prevent a machine from running if the safety guard door is open, ensuring that operators cannot access dangerous areas while the machine is active.
Ques:- Bending moment & shear force for simply supported beam.
Right Answer:
For a simply supported beam, the bending moment and shear force can be determined as follows:

1. **Shear Force (V)**: The shear force at any section of the beam is equal to the sum of the vertical forces acting on one side of the section. It varies linearly between supports and is constant between loads.

2. **Bending Moment (M)**: The bending moment at any section is the sum of the moments about that section due to the external loads and reactions. It is maximum at the center of the beam for a uniformly distributed load and varies parabolically.

For a point load at the center of a simply supported beam:
- Maximum Bending Moment (M) = ( frac{P cdot L}{4} )
- Maximum Shear Force (V) = ( frac{P}{2} )

Where ( P ) is the point load and ( L ) is the length of the beam.
Ques:- YOU HAVE TO PREPARE PIPE LINE PROFILE DRAWINGS
Asked In :- LGB, Triumph Motorcycles,
Right Answer:
To prepare pipeline profile drawings, follow these steps:

1. **Gather Data**: Collect all necessary information, including site surveys, elevation data, and pipeline specifications.
2. **Select Software**: Use CAD software like AutoCAD or MicroStation for drafting.
3. **Create Base Plan**: Start with a base plan showing the layout of the pipeline route.
4. **Draw Elevation Profile**: Plot the elevation changes along the pipeline route, indicating high and low points.
5. **Include Details**: Add details such as pipe sizes, materials, fittings, valves, and any obstacles.
6. **Annotate**: Label all components clearly and include relevant notes for clarity.
7. **Review**: Check for accuracy and compliance with industry standards before finalizing the drawing.
Ques:- What is Governor A1 & A2 for engine
Asked In :- cng engineering,
Right Answer:
Governor A1 and A2 refer to types of governors used in engines to regulate speed. A1 is a type of centrifugal governor that maintains a constant speed by adjusting fuel supply based on engine load, while A2 is a more advanced governor that can provide better stability and response to varying loads.
Ques:- Difference between isometric & trimetric view?
Asked In :- fev,
Right Answer:
Isometric view has equal angles (120 degrees) between the axes, making all three dimensions appear equally scaled. Trimetric view has three different angles and scales for each axis, resulting in a more distorted but realistic representation of the object.
Ques:- What is the peripheral velocity of two mating gears?
Right Answer:
The peripheral velocity of two mating gears is the linear speed at which the teeth of the gears engage and is calculated using the formula:

Peripheral Velocity (V) = π × D × N / 60

where D is the pitch diameter of the gear in meters, and N is the rotational speed in revolutions per minute (RPM).
Ques:- What is difference between ASME EN & IS related welding procedures(WPS/PQR/WPQ)
Asked In :- alstom,
Right Answer:
The difference between ASME (American Society of Mechanical Engineers), EN (European Norms), and IS (Indian Standards) related welding procedures (WPS/PQR/WPQ) lies in their regulatory frameworks, acceptance criteria, and testing methods. ASME is primarily used in the United States and focuses on pressure vessels and piping, EN is used in Europe with a broader application across various industries, and IS is specific to India, aligning with national standards. Each has its own guidelines for qualification and documentation of welding procedures, performance qualifications, and the materials used.
Ques:- WHAT IS DIFFERENCE BETWEEN PRESSURE VESSEL & COLUMN?
Asked In :- long island rail road, fev,
Right Answer:
A pressure vessel is a container designed to hold gases or liquids at high pressure, while a column is a vertical structure used for separation processes, typically involving the flow of fluids and often operating at atmospheric pressure.
Ques:- What kind of knowledge we need to gain to draw p&ID and Isometrics in autocad?
Right Answer:
To draw P&ID (Piping and Instrumentation Diagrams) and isometrics in AutoCAD, you need knowledge of:

1. Piping symbols and standards.
2. Instrumentation symbols and conventions.
3. Basic AutoCAD skills (drawing, editing, layering).
4. Understanding of fluid mechanics and process flow.
5. Familiarity with industry standards (like ANSI, ISO).
6. Isometric drawing techniques and dimensioning.


The Mechanical category on takluu.com is tailored for engineering students, job seekers, and professionals aiming to strengthen their knowledge of mechanical concepts and applications. Mechanical engineering is a broad field that deals with the principles of mechanics, thermodynamics, materials science, and manufacturing processes used to design and operate machines efficiently.

This section covers key topics such as statics and dynamics, fluid mechanics, thermodynamics, machine design, manufacturing technology, and material science. Understanding these fundamental concepts is essential for cracking technical interviews and performing well in competitive exams related to mechanical engineering.

Whether you’re preparing for an engineering job, government exam, or campus placement, this category offers carefully curated questions and detailed explanations to help you grasp complex topics with ease. You’ll also find practical examples and problem-solving techniques to enhance your understanding.

At Takluu, our goal is to make mechanical engineering concepts accessible and interesting. We provide updated content, sample questions, and tips that will build your confidence and prepare you for real-world engineering challenges.

Whether you are a beginner or looking to revise core concepts, this category equips you with the knowledge and skills to succeed in your career. Dive in to explore the fascinating world of mechanical engineering and take a step closer to your professional goals.

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users