Engineer Trainee

100+ Engineer Trainee Interview Questions and Answers for Freshers

Updated 7 Jul 2025
search-icon
2w ago

Q. Where are the main bars placed in a simply supported beam and a cantilever beam?

Ans.

Main bars are provided in the bottom of the beam to resist tensile forces.

  • Main bars are placed at the bottom of the beam to resist tensile forces.

  • The spacing and size of the bars depend on the load and span of the beam.

  • In simply supported beams, main bars are provided at the bottom of the beam.

  • In cantilever beams, main bars are provided at the bottom of the beam and extended into the supporting structure.

  • Main bars are usually made of steel and are placed parallel to the lengt...read more

2w ago

Q. Write a Java program that demonstrates polymorphism (OOP).

Ans.

A Java program showcasing polymorphism in OOPs

  • Create a superclass with a method that is overridden in subclasses

  • Instantiate objects of different subclasses and call the overridden method

  • Demonstrate how the method behaves differently based on the object type

Q. Explain how to open a browser window using shortcuts and display the IP address using the command line.

Ans.

Learn to open a browser using shortcuts and display IP address via command prompt.

  • To open a browser, use the shortcut: Windows + R, then type 'chrome' or 'firefox'.

  • To display your IP address, open Command Prompt (cmd) and type 'ipconfig'.

  • For a quick browser launch, you can also create a desktop shortcut for your preferred browser.

  • Use 'ping google.com' in cmd to check your internet connection and see your IP address.

Q. If you are deemed suitable for the position, what kind of tool test will you be required to take?

Ans.

As an Engineer Trainee, I may be required to take various tool tests to assess my technical skills and problem-solving abilities.

  • Technical proficiency test: Assessing knowledge of engineering software like AutoCAD or MATLAB.

  • Hands-on tool test: Using tools like oscilloscopes or multimeters to troubleshoot circuits.

  • Problem-solving scenarios: Solving engineering problems or case studies relevant to the role.

  • Team collaboration exercise: Working with peers on a project to evaluate...read more

Are these interview questions helpful?

Q. What does the title block contain, and how is it important in technical drawings?

Ans.

The title block contains essential information about a technical drawing, ensuring clarity and proper documentation.

  • Contains the drawing title, indicating the subject of the drawing.

  • Includes the name of the designer and checker, ensuring accountability.

  • Lists the scale of the drawing, which is crucial for accurate measurements.

  • Provides the date of creation, helping track revisions and updates.

  • May include the drawing number for easy reference and organization.

Q. What types of metals are typically used in the manufacturing industry?

Ans.

Metals in manufacturing include ferrous and non-ferrous types, each with unique properties and applications.

  • Ferrous metals: Contain iron, e.g., steel and cast iron, known for strength and durability.

  • Non-ferrous metals: Do not contain iron, e.g., aluminum (lightweight, corrosion-resistant) and copper (excellent conductivity).

  • Alloys: Combination of metals, e.g., brass (copper and zinc) used in plumbing and electrical applications.

  • Specialty metals: Titanium (high strength-to-wei...read more

Engineer Trainee Jobs

WIPRO GE HEALTHCARE PRIVATE LIMITED logo
Trainee Engineer 0-2 years
WIPRO GE HEALTHCARE PRIVATE LIMITED
3.8
Bangalore / Bengaluru
WIPRO GE HEALTHCARE PRIVATE LIMITED logo
Trainee Engineer 0-2 years
WIPRO GE HEALTHCARE PRIVATE LIMITED
3.8
Bangalore / Bengaluru
Nirma logo
Trainee Engineers (GETs & DETs) 0-1 years
Nirma
4.2
Bhavnagar

Asked in LTIMindtree

6d ago

Q. What is a class in Java? Explain with an example.

Ans.

In Java, a class is a blueprint for creating objects. It defines the properties and behaviors of objects.

  • A class in Java is a template for creating objects, which encapsulates data for the object and methods to manipulate that data.

  • Classes are defined using the 'class' keyword followed by the class name.

  • Example: class Car { private String color; public void setColor(String c) { color = c; } }

Q. How have you used networking concepts in projects you've made?

Ans.

I have utilized networking concepts in projects by implementing client-server communication, setting up network configurations, and troubleshooting network issues.

  • Implemented client-server communication using sockets in a chat application project

  • Configured network settings such as IP addresses and ports for a web server project

  • Troubleshooted network issues like latency and packet loss in a network monitoring tool project

Share interview questions and help millions of jobseekers 🌟

man-with-laptop
2w ago

Q. What are the types of joins?

Ans.

Types of joins include inner join, left join, right join, and full outer join.

  • Inner join returns only the matching records from both tables.

  • Left join returns all records from the left table and the matching records from the right table.

  • Right join returns all records from the right table and the matching records from the left table.

  • Full outer join returns all records when there is a match in either the left or right table.

2w ago

Q. What is the role of Variable Frequency Drives (VFD) in automation?

Ans.

Variable Frequency Drives (VFD) control motor speed and torque, enhancing efficiency and automation in various applications.

  • VFDs adjust the frequency and voltage supplied to electric motors, allowing precise control over speed and torque.

  • They improve energy efficiency by matching motor speed to load requirements, reducing energy consumption.

  • VFDs enable soft starting of motors, minimizing mechanical stress and extending equipment lifespan.

  • Common applications include HVAC syste...read more

Q. Some mathematical formula for example area of circle volume of cone nd volume of sphere

Ans.

Some mathematical formulas for area of circle, volume of cone, and volume of sphere.

  • Area of circle: A = πr²

  • Volume of cone: V = (1/3)πr²h

  • Volume of sphere: V = (4/3)πr³

Q. What is your understanding of a centrifugal pump?

Ans.

A centrifugal pump is a mechanical device used to transport fluids by converting rotational energy into hydrodynamic energy.

  • Centrifugal pumps are commonly used in industries such as oil and gas, water treatment, and chemical processing.

  • They work by using an impeller to create a centrifugal force that pushes the fluid towards the pump outlet.

  • The impeller rotates at high speeds, generating kinetic energy that is then converted into pressure energy.

  • Centrifugal pumps are efficien...read more

Asked in LTIMindtree

6d ago

Q. Write SQL commands to create a student table with ID and name columns, including data and the design order of the ID.

Ans.

Creating a student table in SQL with ID and name columns and setting the order of ID

  • Use CREATE TABLE command to create the student table

  • Specify ID and name columns with their data types

  • Set the ID column as the primary key to enforce uniqueness and order

Asked in VirtuoStack

2w ago

Q. Describe a situation where you used the modulo and division operations to break an integer into digits, then combined them using multiplication and addition.

Ans.

Break an integer into its digits using mod and divide, then combine them through multiplication and addition.

  • Use mod operation to extract the last digit: digit = number % 10.

  • Use divide operation to remove the last digit: number = number / 10.

  • Repeat until the number is reduced to 0.

  • Combine digits by multiplying and adding them as needed.

  • Example: For number 123, digits are 1, 2, 3. Combined as 1*100 + 2*10 + 3 = 123.

1d ago

Q. How many types of filters are there?

Ans.

There are various types of filters present such as low-pass, high-pass, band-pass, band-stop, etc.

  • Low-pass filter allows low-frequency signals to pass through and attenuates high-frequency signals.

  • High-pass filter allows high-frequency signals to pass through and attenuates low-frequency signals.

  • Band-pass filter allows a specific range of frequencies to pass through and attenuates others.

  • Band-stop filter attenuates a specific range of frequencies and allows others to pass thr...read more

2d ago

Q. How would you rectify a network problem in an organization?

Ans.

To rectify network problems in an organization, I would follow a systematic approach.

  • Identify the problem by analyzing network logs and monitoring tools.

  • Isolate the problem by checking individual devices and connections.

  • Resolve the problem by updating firmware, replacing faulty hardware, or reconfiguring network settings.

  • Test the network to ensure the problem is resolved and document the solution for future reference.

2w ago

Q. What is a Programmable Logic Controller (PLC) and how does it work?

Ans.

A PLC is an industrial computer used to control machinery and processes through programmable logic.

  • PLCs are used in manufacturing for automation, such as controlling conveyor belts.

  • They consist of a CPU, input/output modules, and a programming interface.

  • PLCs can be programmed using languages like Ladder Logic or Structured Text.

  • They monitor inputs (sensors) and execute control commands to outputs (actuators).

  • Example: A PLC can control the temperature of a furnace by adjusting...read more

Q. Which technical subject do you have the most knowledge of?

Ans.

I have perfect knowledge in software engineering, particularly in algorithms and data structures, which are fundamental for efficient coding.

  • Proficient in sorting algorithms like QuickSort and MergeSort, understanding their time complexities.

  • Experienced in data structures such as arrays, linked lists, and trees, with practical applications in problem-solving.

  • Familiar with algorithm design techniques like dynamic programming, used in optimizing solutions for complex problems.

  • H...read more

1w ago

Q. Define ferrous metal and non ferrous Write a phase diagram for carbon What is low carbon steel and high carbon steel

Ans.

Answers to questions related to ferrous and non-ferrous metals, carbon phase diagram, and low/high carbon steel.

  • Ferrous metals contain iron, while non-ferrous metals do not.

  • Carbon phase diagram shows the relationship between temperature, pressure, and the phases of carbon.

  • Low carbon steel has a carbon content of less than 0.3%, while high carbon steel has a carbon content of more than 0.6%.

  • Examples of ferrous metals include iron, steel, and cast iron, while examples of non-fe...read more

1w ago

Q. what is an aurdino, how is power distributed

Ans.

Arduino is an open-source electronics platform based on easy-to-use hardware and software.

  • Arduino is a microcontroller board used for building digital devices and interactive objects.

  • It is programmed using the Arduino software, which is based on C++ programming language.

  • Power can be distributed to Arduino through USB, battery, or external power supply.

  • Arduino has multiple input and output pins that can be used to connect sensors, actuators, and other electronic components.

2w ago

Q. Write a Java program to print the first 5 letters of your name.

Ans.

Java program to print first 5 letters of a name

  • Create a String variable with your name

  • Use substring method to extract first 5 characters

  • Print the extracted substring

1w ago

Q. What is the difference between a workstation and a server?

Ans.

Workstations are used for individual work while servers are used for sharing resources and managing network traffic.

  • Workstations are designed for individual use and are typically used for tasks such as word processing, web browsing, and graphic design.

  • Servers are designed to provide services to multiple users and devices on a network, such as file sharing, email, and web hosting.

  • Servers are typically more powerful than workstations and have more storage capacity, memory, and ...read more

Asked in Quest Global

2w ago

Q. You are given two jugs, a and b, with capacities of x and y liters respectively, and a target capacity of z liters. Determine the steps to measure exactly z liters using jugs a and b. You can perform the follow...

read more
Ans.

The Water-Jug Problem involves measuring a specific amount of water using two jugs of different capacities.

  • Identify the capacities of the jugs (e.g., 3-liter and 5-liter).

  • Determine the target amount of water to measure (e.g., 4 liters).

  • Use a systematic approach to fill, pour, and empty the jugs.

  • Example steps: Fill the 5-liter jug, pour into the 3-liter jug until full, then empty the 3-liter jug and pour the remaining water from the 5-liter jug.

Asked in Diya Systems

1w ago

Q. Can you show me shortcuts to get the local IP address?

Ans.

Local IP addresses can be quickly found using command line tools or system settings on various operating systems.

  • Windows: Open Command Prompt and type 'ipconfig'. Look for 'IPv4 Address'.

  • MacOS: Open Terminal and type 'ifconfig'. Look for 'inet' under 'en0' or 'en1'.

  • Linux: Open Terminal and type 'hostname -I' or 'ifconfig'. Look for 'inet' entries.

Q. What is the best approach to reading a draft effectively?

Ans.

Effective draft reading involves active engagement, critical analysis, and structured feedback for clarity and improvement.

  • Skim the draft first to get an overview of the content and structure.

  • Read actively by highlighting key points and making notes in the margins.

  • Identify the main arguments and assess their clarity and logic.

  • Check for coherence and flow between sections; ensure transitions are smooth.

  • Provide constructive feedback focusing on both strengths and areas for impr...read more

Q. 1. How many types of plastics?

Ans.

There are seven types of plastics commonly used.

  • Polyethylene (PE)

  • Polypropylene (PP)

  • Polyvinyl Chloride (PVC)

  • Polystyrene (PS)

  • Polyethylene Terephthalate (PET)

  • Polyurethane (PU)

  • Polyvinylidene Fluoride (PVDF)

Q. Do you have experience in software installation?

Ans.

Yes, I have experience in software installation.

  • I have installed various software applications on both Windows and Mac operating systems.

  • I am familiar with the process of downloading software from the internet and following installation instructions.

  • I have experience in troubleshooting software installation issues and resolving them.

  • I have installed software for both personal use and in professional settings.

  • I am comfortable working with different types of software, including...read more

2d ago

Q. What is free air delivery in a reciprocating compressor?

Ans.

Free air delivery is the volume of compressed air delivered by a compressor at a given pressure and temperature.

  • It is the actual amount of air delivered by a compressor to the system

  • It is measured in cubic feet per minute (CFM)

  • It takes into account the pressure and temperature of the compressed air

  • It is affected by factors such as compressor size, speed, and efficiency

  • It is important to consider when selecting a compressor for a specific application

Asked in Quest Global

1w ago

Q. Can you provide an example of a do-while loop?

Ans.

A do-while loop is a control flow statement that executes a block of code at least once before checking the condition.

  • The do-while loop is similar to the while loop, but the condition is checked at the end of the loop.

  • The loop will always execute at least once, even if the condition is false.

  • Syntax: do { // code block } while (condition);

  • Example: do { x++; } while (x < 10);

Asked in Linde India

2d ago

Q. Tell me about manufacturing and type of manufacturing

Ans.

Manufacturing is the process of converting raw materials into finished products through various methods.

  • Types of manufacturing include discrete manufacturing, process manufacturing, and job shop manufacturing.

  • Discrete manufacturing involves the production of distinct items such as cars or computers.

  • Process manufacturing involves the production of goods that are produced in bulk such as chemicals or food products.

  • Job shop manufacturing involves the production of custom-made pr...read more

Previous
1
2
3
4
5
6
Next

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.1k Interviews
Cognizant Logo
3.7
 • 5.9k Interviews
HCLTech Logo
3.5
 • 4.1k Interviews
LTIMindtree Logo
3.7
 • 3k Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

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 Trainee Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits