Engineer Trainee

filter-iconFilter interviews by

100+ Engineer Trainee Interview Questions and Answers for Freshers

Updated 18 Feb 2025

Q51. What is Voltage?

Ans.

Voltage is the electric potential difference between two points in a circuit.

  • Voltage is measured in volts (V).

  • It is the force that drives electric current through a circuit.

  • Higher voltage means more energy is available to move electrons.

  • Voltage can be stepped up or down using transformers.

  • Example: A battery has a voltage of 1.5V.

  • Example: The voltage in a power outlet is typically 120V in the US.

  • Example: High voltage power lines can have voltages up to 765kV.

Q52. Write a code in Java, explain the concept of a class, using example of a fruit class

Ans.

Explanation of a class in Java using a fruit class example

  • A class in Java is a blueprint for creating objects. It defines the properties and behaviors of objects.

  • In the case of a fruit class, properties could include name, color, and taste, while behaviors could include methods like ripen() and rot().

  • Example: class Fruit { String name; String color; String taste; void ripen() { //code to ripen fruit } void rot() { //code to rot fruit }}

Q53. Write a java proram to check if a given string is a palindrome

Ans.

A Java program to check if a given string is a palindrome.

  • Create a function that takes a string as input.

  • Use two pointers, one starting from the beginning and one from the end, to compare characters.

  • If all characters match, the string is a palindrome.

  • Example: 'racecar' is a palindrome, 'hello' is not.

Q54. What operating system you install on pc?

Ans.

I install the Windows operating system on my PC.

  • I prefer using Windows as it is user-friendly and widely compatible with software and hardware.

  • Windows provides a familiar interface and a wide range of software options.

  • It offers regular updates and support from Microsoft.

  • Examples: Windows 10, Windows 8.1, Windows 7.

Are these interview questions helpful?

Q55. DSA Overview and concept oriented explanation

Ans.

DSA stands for Data Structures and Algorithms. It is a fundamental concept in computer science for organizing and processing data efficiently.

  • DSA involves the study of different data structures like arrays, linked lists, stacks, queues, trees, graphs, etc.

  • Algorithms are step-by-step procedures or formulas for solving problems. They can be categorized as searching, sorting, dynamic programming, etc.

  • Understanding DSA helps in designing efficient algorithms and optimizing code f...read more

Q56. What is difference between electrical and electronics

Ans.

Electrical engineering deals with the study and application of electricity, while electronics focuses on the study and application of electronic devices and circuits.

  • Electrical engineering primarily deals with the generation, transmission, and distribution of electrical power.

  • Electronics focuses on the design and development of electronic circuits and devices.

  • Electrical engineering involves working with large-scale power systems, such as power plants and electrical grids.

  • Elec...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q57. Difference Between java and JavaScript

Ans.

Java is a programming language used for developing applications, while JavaScript is a scripting language used for web development.

  • Java is a compiled language, while JavaScript is an interpreted language.

  • Java is used for developing standalone applications, while JavaScript is used for web development.

  • Java is statically typed, while JavaScript is dynamically typed.

  • Java code runs on the Java Virtual Machine (JVM), while JavaScript code runs on a web browser.

  • Java is an object-or...read more

Q58. What are shear force and bending moment diagrams?

Ans.

Shear force and bending moment diagrams are graphical representations of internal forces in a structural element.

  • Shear force diagram shows the variation of shear force along the length of the beam.

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

  • Shear force is the force that acts parallel to the cross-section of the beam, while bending moment is the moment that causes bending of the beam.

  • These diagrams are essential for analyzing the s...read more

Engineer Trainee Jobs

Trainee Engineer 0-3 years
Wipro Enterprises
3.8
Bangalore / Bengaluru
Trainee Engineer 1-3 years
Wipro Enterprises
3.8
Bangalore / Bengaluru
Trainee Engineer 0-3 years
Wipro Enterprises
3.8
Bangalore / Bengaluru

Q59. what is a network acc to u

Ans.

A network is a group of interconnected devices that can communicate and share resources.

  • A network can be wired or wireless

  • Devices on a network can share files, printers, and internet access

  • Networks can be local (LAN) or wide area (WAN)

  • Examples of networks include the internet, home networks, and corporate networks

Q60. Working of a Deaerator? Type of boiler? Condensate recovery system Resume-related questions.

Ans.

A deaerator is a device that removes dissolved oxygen and other gases from water to prevent corrosion in boilers.

  • Deaerator heats the feedwater and reduces the dissolved oxygen content to less than 7 ppb.

  • The feedwater is sprayed into a steam atmosphere where it is heated and the dissolved gases are released.

  • The gases are vented out of the deaerator along with a small amount of steam.

  • Deaerated water is then sent to the boiler.

  • Types of boilers include fire-tube, water-tube, and ...read more

Q61. What is IPV6?

Ans.

IPv6 is the latest version of the Internet Protocol that provides a larger address space and improved security features.

  • IPv6 stands for Internet Protocol version 6.

  • It was developed to replace IPv4 due to the exhaustion of IPv4 addresses.

  • IPv6 uses 128-bit addresses, allowing for a significantly larger number of unique addresses.

  • It provides improved security features, such as built-in encryption and authentication.

  • IPv6 adoption is gradually increasing worldwide.

  • Example: IPv6 ad...read more

Q62. Difference between bias and variance?

Ans.

Bias is the difference between predicted values and actual values, while variance is the variability of model predictions.

  • Bias is the error caused by oversimplification of the model, while variance is the error caused by overcomplication of the model.

  • High bias leads to underfitting, while high variance leads to overfitting.

  • Bias and variance are inversely proportional, meaning reducing one increases the other.

  • An example of high bias is a linear regression model for a non-linea...read more

Q63. What is the use of firewall and it's uses

Ans.

Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

  • Firewall acts as a barrier between a trusted internal network and untrusted external network

  • It can prevent unauthorized access to a network

  • It can block malicious traffic and prevent malware from entering the network

  • It can also be used to restrict access to certain websites or applications

  • Examples of firewalls include hardware firewalls, ...read more

Q64. Explain the working of Insertion Sort.

Ans.

Insertion Sort is a simple sorting algorithm that builds the final sorted array one item at a time.

  • Start from the second element and compare it with the previous elements to find its correct position in the sorted array.

  • Repeat this process for all elements in the array.

  • Example: Given array of strings ['banana', 'apple', 'orange'], after insertion sort it becomes ['apple', 'banana', 'orange'].

Q65. What is t-t-t diagram?

Ans.

T-t-t diagram is a time-temperature-transformation diagram used in materials science to understand the transformation of phases in a material.

  • T-t-t diagram shows the relationship between time, temperature, and the transformation of phases in a material.

  • It helps in predicting the microstructure of a material based on the cooling rate and temperature.

  • T-t-t diagrams are commonly used in metallurgy to understand the phase transformations in steel during heat treatment.

Q66. What is thermocouple?

Ans.

A thermocouple is a temperature sensor that consists of two different metals joined together at one end, which produces a voltage proportional to the temperature difference between the junction and the other end.

  • Consists of two different metals joined together at one end

  • Produces a voltage proportional to the temperature difference

  • Commonly used in industrial applications for temperature measurement

Q67. Do you Know Nortons Theory?

Ans.

Norton's theory is a method used to simplify complex electrical networks into a single equivalent circuit.

  • Norton's theorem states that any linear electrical network can be replaced by an equivalent current source and a parallel resistance.

  • It is useful in analyzing circuits with multiple sources and resistors.

  • The equivalent circuit can be used to calculate the current flowing through any part of the network.

  • For example, a complex circuit with multiple resistors and sources can...read more

Q68. How you handle pressure during machine breakdown

Ans.

I handle pressure during machine breakdown by staying calm, analyzing the situation, and taking appropriate actions.

  • I remain calm and composed to think clearly and make rational decisions.

  • I quickly assess the situation to identify the root cause of the breakdown.

  • I prioritize the steps needed to fix the machine and minimize downtime.

  • I communicate effectively with team members and stakeholders to keep them informed.

  • I seek assistance or guidance from experienced colleagues if re...read more

Q69. What is the process of cooling in AC

Ans.

AC cooling process involves refrigerant absorbing heat from indoor air and releasing it outside.

  • Refrigerant absorbs heat from indoor air through evaporator coils

  • The warm refrigerant is then pumped to the condenser coils located outside

  • Condenser coils release the heat absorbed from indoor air to the outside environment

  • The refrigerant then goes back to the evaporator coils to repeat the cycle

Q70. What js joins in structure query language ?

Ans.

Joins are used to combine data from two or more tables in SQL.

  • Joins are used to retrieve data from multiple tables based on a related column between them.

  • There are different types of joins such as inner join, left join, right join, and full outer join.

  • Inner join returns only the matching rows from both tables, left join returns all rows from the left table and matching rows from the right table, right join returns all rows from the right table and matching rows from the left ...read more

Q71. Full from of TMT, Ans- Thermo Mechanically Treated

Ans.

TMT stands for Thermo Mechanically Treated.

  • TMT is a process of treating steel bars to increase their strength and durability.

  • It involves heating the steel bars to a high temperature and then rapidly cooling them in water.

  • This process changes the internal structure of the steel and makes it stronger.

  • TMT bars are commonly used in construction for their high strength and resistance to corrosion.

  • TMT bars are also more flexible than traditional steel bars, making them easier to wo...read more

Q72. Measuring instruments, working principles, its types, uses in industry?

Ans.

Measuring instruments are devices used to quantify physical quantities in various industries.

  • Measuring instruments are essential tools for ensuring accuracy and precision in industrial processes.

  • They work based on different principles such as electrical, mechanical, optical, and thermal.

  • Types of measuring instruments include voltmeters, thermometers, pressure gauges, flow meters, and pH meters.

  • These instruments are used in industries like manufacturing, construction, energy, ...read more

Q73. Neutral grounding, its importance and grounding rod cross section area?

Ans.

Neutral grounding is important for electrical safety. Grounding rod cross section area depends on the fault current.

  • Neutral grounding is the connection of the neutral point of an electrical system to the earth.

  • It helps in limiting the voltage rise during faults and provides a path for fault current to flow.

  • Neutral grounding reduces the risk of electric shock and protects equipment from damage.

  • The cross section area of the grounding rod depends on the fault current and soil re...read more

Q74. what is flux?

Ans.

Flux is a measure of the flow of a physical quantity through a surface.

  • Flux is a scalar quantity.

  • It is defined as the amount of a physical quantity passing through a unit area per unit time.

  • Examples include electric flux, magnetic flux, and fluid flux.

  • Flux can be positive or negative depending on the direction of flow.

  • Flux is used in various fields including physics, engineering, and mathematics.

Q75. What is ld? Minimum dia of steel for column?

Ans.

ld stands for lap length. Minimum diameter of steel for column depends on the load and design requirements.

  • ld stands for lap length, which is the length of overlap required for splicing reinforcement bars.

  • Minimum diameter of steel for column is determined based on the load carrying capacity and design specifications.

  • The minimum diameter of steel for a column can vary depending on factors such as the type of column, the material used, and the structural requirements.

Q76. what is LAN MAN WAN PAN ETC

Ans.

LAN, MAN, WAN, PAN are types of computer networks used for communication purposes.

  • LAN stands for Local Area Network and is used for connecting devices within a small area like an office or a building.

  • MAN stands for Metropolitan Area Network and is used for connecting devices within a city or a town.

  • WAN stands for Wide Area Network and is used for connecting devices across a large geographical area like a country or the world.

  • PAN stands for Personal Area Network and is used fo...read more

Q77. What is the use of lan?

Ans.

LAN is used for connecting devices within a small geographic area, such as an office or home.

  • Allows for sharing of resources such as printers and files

  • Enables communication between devices

  • Increases efficiency and productivity

  • Examples: Ethernet, Wi-Fi

Q78. Write a code for sum , difference,product& factorcombination

Ans.

Code to perform basic arithmetic operations and factor combination

  • Create functions for sum, difference, product, and factor combination

  • Use appropriate variables and operators for each operation

  • Factor combination involves finding all factors of a number

Q79. Do you know thevenin's Theory?

Ans.

Yes, Thevenin's theory is a fundamental concept in electrical engineering.

  • Thevenin's theorem states that any linear circuit can be replaced by an equivalent circuit consisting of a voltage source and a series resistor.

  • This equivalent circuit is called the Thevenin equivalent circuit.

  • The Thevenin equivalent circuit can be used to simplify complex circuits and analyze their behavior.

  • The Thevenin resistance is the equivalent resistance of the circuit seen from the two terminals ...read more

Q80. What are ddl and dml commands in SQL

Ans.

DDL (Data Definition Language) commands are used to define the structure of a database, while DML (Data Manipulation Language) commands are used to manipulate data within the database.

  • DDL commands include CREATE, ALTER, DROP, TRUNCATE, etc.

  • DML commands include INSERT, UPDATE, DELETE, SELECT, etc.

  • DDL commands are used to create or modify the structure of database objects like tables, indexes, etc.

  • DML commands are used to manipulate data stored in the database tables.

  • Example of...read more

Q81. What is cloud computing?

Ans.

Cloud computing is the delivery of computing services over the internet.

  • Cloud computing allows users to access data and applications from anywhere with an internet connection.

  • It eliminates the need for physical hardware and allows for scalability and flexibility.

  • Examples include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

Frequently asked in, ,

Q82. What is pressure? And it's units

Ans.

Pressure is the force exerted per unit area.

  • Pressure is the measure of force per unit area

  • It is expressed in units such as pascals, pounds per square inch, or atmospheres

  • Examples of pressure include blood pressure, tire pressure, and atmospheric pressure

Q83. What type of equipment we manufactured

Ans.

We manufacture a wide range of equipment for various industries.

  • Our equipment includes machinery for manufacturing, processing, and packaging.

  • We also produce specialized equipment for industries such as healthcare and agriculture.

  • Examples of our products include conveyor systems, filling machines, and medical imaging equipment.

  • Our equipment is designed to be efficient, reliable, and easy to use.

  • We offer customization options to meet the specific needs of our clients.

Q84. What is structured query language ?

Ans.

Structured Query Language (SQL) is a programming language used to manage and manipulate relational databases.

  • SQL is used to create, modify, and delete databases, tables, and data.

  • It is used to retrieve data from databases using queries.

  • SQL is used to insert, update, and delete data in databases.

  • It is a standard language used by most relational database management systems (RDBMS).

Q85. Are you know about nut and bolt ?

Ans.

Yes, nut and bolt are mechanical fasteners used to join two or more components together.

  • Nut is a type of fastener with a threaded hole, while bolt is a type of fastener with a threaded shaft.

  • Nuts are typically used with bolts to secure them in place.

  • Different types of nuts and bolts are available for various applications, such as hex nuts and carriage bolts.

  • Proper tightening of nuts and bolts is important to ensure a secure connection.

  • Nut and bolt sizes are specified by diame...read more

Q86. Are you know about temperrory joint ?

Ans.

A temporary joint is a joint that is created by connecting two or more pieces of material together temporarily.

  • Temporary joints are often used in woodworking, metalworking, and other crafts where pieces need to be held together temporarily before permanent joining.

  • Common methods of creating temporary joints include using clamps, screws, nails, or adhesive tape.

  • Temporary joints are useful for holding pieces in place while working on them, allowing for adjustments before final ...read more

Q87. What is the process to run a python program

Ans.

To run a Python program, you need to write the code in a .py file, open a terminal or command prompt, navigate to the file's directory, and then run the program using the 'python' command.

  • Write the Python code in a .py file using a text editor or an IDE

  • Open a terminal or command prompt on your computer

  • Navigate to the directory where the .py file is located using the 'cd' command

  • Run the Python program by typing 'python filename.py' and pressing Enter

  • Check the output of the pro...read more

Q88. How can we generat more electricity using solar

Ans.

To generate more electricity using solar, we can increase the efficiency of solar panels, use advanced tracking systems, and implement solar power storage solutions.

  • Increase the efficiency of solar panels by using high-quality materials and improving manufacturing processes

  • Utilize advanced tracking systems to maximize the amount of sunlight captured by solar panels throughout the day

  • Implement solar power storage solutions such as batteries or pumped hydro storage to store exc...read more

Q89. What does delta represent in CCM

Ans.

Delta in CCM represents the change in the concentration of a chemical species over time.

  • Delta is used to calculate the rate of change in concentration in Continuous-Flow Chemistry (CCM).

  • It is often denoted as ΔC/Δt, where ΔC is the change in concentration and Δt is the change in time.

  • Delta helps in monitoring the progress of a chemical reaction and optimizing reaction conditions.

  • For example, if the concentration of a reactant decreases by 0.5 M in 10 seconds, the delta would ...read more

Q90. What is dyeing and types of dyeing

Ans.

Dyeing is the process of adding color to textiles or other materials. There are various types of dyeing methods used in the industry.

  • Dyeing is the process of imparting color to a textile material such as fibers, yarns, or fabrics.

  • Types of dyeing include direct dyeing, yarn dyeing, piece dyeing, and garment dyeing.

  • Direct dyeing involves applying dye directly to the fabric without the need for a mordant.

  • Yarn dyeing is done before the fabric is woven or knitted, resulting in a c...read more

Q91. What is test method for processed fabric

Ans.

The test method for processed fabric involves evaluating various properties such as strength, colorfastness, shrinkage, and appearance.

  • Testing for strength involves using a tensile testing machine to measure the maximum force a fabric can withstand before breaking.

  • Colorfastness testing assesses how well a fabric retains its color when exposed to various conditions like washing, light, and rubbing.

  • Shrinkage testing involves measuring the percentage change in dimensions of a fa...read more

Q92. What is annealing?

Ans.

Annealing is a heat treatment process used to soften metals and increase their ductility.

  • Annealing involves heating a metal to a specific temperature and then slowly cooling it to room temperature.

  • This process helps to relieve internal stresses, improve machinability, and enhance electrical conductivity.

  • Examples of metals that are commonly annealed include steel, copper, and aluminum.

Q93. Size of course aggregate ? Ans- 10mm and 20 mm

Ans.

The size of course aggregate for the Trainee Engineer position is 10mm and 20mm.

  • Course aggregate refers to the crushed stone, gravel, or sand used in construction.

  • The size of the aggregate affects the strength and durability of the concrete.

  • 10mm and 20mm are common sizes used in construction projects.

  • The choice of aggregate size depends on the specific requirements of the project.

  • Other factors that may influence the choice of aggregate size include cost, availability, and tra...read more

Q94. What is sensor, resistor, plc program

Ans.

A sensor is a device that detects and responds to a physical input, a resistor is an electrical component that limits the flow of electric current, and a PLC program is a set of instructions for a programmable logic controller.

  • A sensor is used to measure and detect changes in physical properties such as temperature, pressure, light, etc.

  • Resistors are used to control the flow of electric current in a circuit and are often used to limit current or divide voltage.

  • A PLC program i...read more

Q95. Least count of basic measuring instruments

Ans.

Least count is the smallest measurement that can be made by an instrument.

  • Least count of a ruler is 1 mm

  • Least count of a vernier caliper is 0.1 mm

  • Least count of a micrometer screw gauge is 0.01 mm

  • Least count of a stopwatch is 0.01 seconds

Q96. What are the types of plastic moulding?

Ans.

There are several types of plastic moulding, including injection moulding, blow moulding, rotational moulding, and compression moulding.

  • Injection moulding involves injecting molten plastic into a mould to create a specific shape.

  • Blow moulding is used to create hollow objects, such as bottles or containers.

  • Rotational moulding involves heating and rotating a mould to create large, hollow objects.

  • Compression moulding is used to create complex shapes and is often used for thermos...read more

Q97. Reverse an int by using mathematical code.

Ans.

Reverse an integer using mathematical code.

  • Use modulo operator to get the last digit of the integer

  • Multiply the reversed integer by 10 and add the last digit

  • Divide the original integer by 10 and repeat until it becomes 0

Q98. What is DHCP? And it's uses

Ans.

DHCP stands for Dynamic Host Configuration Protocol. It is used to assign IP addresses to devices on a network automatically.

  • DHCP is a network protocol that dynamically assigns IP addresses to devices on a network.

  • It also provides other network configuration information such as subnet mask, default gateway, and DNS server addresses.

  • DHCP eliminates the need for manual IP address configuration, making it easier to manage large networks.

  • It is commonly used in home and business n...read more

Q99. Cum to cft conversion multiple. Ans- 35.28

Ans.

Cum to cft conversion multiple is 35.28.

  • Cum is a unit of volume measurement used in the shipping industry.

  • Cft stands for cubic feet, a unit of volume measurement used in various industries.

  • To convert cum to cft, multiply the value in cum by 35.28.

  • For example, 1 cum = 35.28 cft.

Q100. What is virtual mission and example

Ans.

Virtual mission is a simulated environment that allows individuals to experience real-life scenarios without physical presence.

  • Virtual missions are often used for training purposes in fields such as military, aviation, and emergency services.

  • Examples include flight simulators, military training simulations, and emergency response simulations.

  • Virtual missions can also be used for research and development purposes, such as testing new technologies or strategies in a controlled ...read more

Previous
1
2
3
Next
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10.5k Interviews
3.7
 • 5.6k Interviews
3.5
 • 3.8k Interviews
3.8
 • 2.9k Interviews
3.6
 • 301 Interviews
3.6
 • 161 Interviews
3.8
 • 127 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

Recently Viewed
DESIGNATION
INTERVIEWS
Sourcefuse Technologies
No Interviews
DESIGNATION
DESIGNATION
INTERVIEWS
Accenture
No Interviews
INTERVIEWS
Agrostar
No Interviews
INTERVIEWS
Busch Vacuum India
No Interviews
INTERVIEWS
SAVA Healthcare
No Interviews
INTERVIEWS
Agrostar
No Interviews
INTERVIEWS
PSA Singapore
No Interviews
Engineer Trainee 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

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