Engineering Student

20+ Engineering Student Interview Questions and Answers

Updated 10 Dec 2024

Popular Companies

search-icon

Q1. What are the main unit processes involved in water treatment?

Ans.

Main unit processes in water treatment include coagulation, flocculation, sedimentation, filtration, and disinfection.

  • Coagulation: Chemicals are added to water to destabilize particles and allow them to clump together.

  • Flocculation: Gentle mixing to encourage the particles to form larger flocs.

  • Sedimentation: Flocs settle to the bottom of a tank due to gravity.

  • Filtration: Water passes through filters to remove remaining particles.

  • Disinfection: Chemicals like chlorine or UV ligh...read more

Q2. What is the strain in x direction (after drawing a 3D stress block)?

Ans.

The strain in x direction cannot be determined without additional information.

  • The 3D stress block only provides information about the stress components in the x, y, and z directions.

  • To determine the strain in a specific direction, additional information such as the material's elastic modulus and Poisson's ratio is needed.

  • The strain can be calculated using the formula: strain = stress / (elastic modulus * (1 + Poisson's ratio))

Engineering Student Interview Questions and Answers for Freshers

illustration image

Q3. What is the throat thickness of steel members as per IS Code?

Ans.

Throat thickness of steel members as per IS Code varies based on the size of the member.

  • Throat thickness is the minimum thickness of the weld at the root of the joint.

  • As per IS 800:2007, the throat thickness of fillet welds should be at least 0.7 times the size of the smaller member being joined.

  • For example, if the size of the smaller member is 10 mm, the throat thickness of the fillet weld should be at least 7 mm.

  • For butt welds, the throat thickness should be equal to the th...read more

Q4. If given a grading plan what would you see on it?

Ans.

A grading plan typically includes information on grading criteria, weightage of each criteria, and overall grading scale.

  • Grading criteria such as exams, assignments, participation, etc.

  • Weightage of each criteria in determining final grade

  • Overall grading scale (e.g. A, B, C, D, F)

  • Possibly a breakdown of how grades are calculated (e.g. total points, percentage)

Are these interview questions helpful?

Q5. Name some advanced water treatment processes.

Ans.

Some advanced water treatment processes include reverse osmosis, UV disinfection, and advanced oxidation.

  • Reverse osmosis: uses a semi-permeable membrane to remove ions, molecules, and larger particles from water.

  • UV disinfection: uses ultraviolet light to kill bacteria, viruses, and other microorganisms in water.

  • Advanced oxidation: uses powerful oxidants like ozone or hydrogen peroxide to break down organic and inorganic contaminants in water.

Q6. develop a ml model to classify handwritten digits in given dataset

Ans.

Develop a machine learning model to classify handwritten digits in a given dataset.

  • Preprocess the dataset by resizing images, normalizing pixel values, and splitting into training and testing sets.

  • Choose a suitable classification algorithm such as Support Vector Machine (SVM) or Convolutional Neural Network (CNN).

  • Train the model on the training set and evaluate its performance using the testing set.

  • Tune hyperparameters to improve model accuracy and generalization.

  • Use techniqu...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. What is op protection for different equipment

Ans.

OP protection refers to overcurrent protection for different equipment to prevent damage or malfunction.

  • OP protection is essential to prevent damage from overcurrents in electrical equipment.

  • Different equipment may require different types of OP protection, such as fuses, circuit breakers, or surge protectors.

  • OP protection devices are designed to trip or disconnect the circuit when an overcurrent is detected.

  • Examples of OP protection include thermal overload relays for motors,...read more

Q8. what can be your answer on relocation

Ans.

I am open to relocation for the right opportunity.

  • I am willing to move for a job that aligns with my career goals.

  • I am excited about the prospect of exploring a new city or region.

  • I am flexible and adaptable to new environments.

  • I am willing to consider relocation assistance or incentives.

  • I am open to discussing relocation during the interview process.

Engineering Student Jobs

Engineering Student 0-5 years
Integrated Institute Of Facility Management (IIFM)
0.0
₹ 2 L/yr - ₹ 3 L/yr
Chennai

Q9. What is a automobile body ?

Ans.

The automobile body is the outer shell of a vehicle that encloses the mechanical components and provides protection to passengers.

  • The automobile body is typically made of metal, plastic, or composite materials.

  • It includes components such as doors, windows, roof, hood, and trunk.

  • The body design can vary based on the type of vehicle, such as sedan, SUV, truck, or sports car.

  • The body plays a crucial role in providing structural integrity and safety to the vehicle and its occupan...read more

Q10. Transmitter and application of transmitters

Ans.

Transmitters are devices that generate and send out signals, used in various applications such as communication, remote control, and monitoring.

  • Transmitters convert electrical signals into electromagnetic waves for communication purposes.

  • They are used in radio and television broadcasting, wireless communication, and remote control systems.

  • Transmitters can also be used in monitoring systems for measuring parameters like temperature, pressure, and flow.

  • Examples include radio tr...read more

Q11. What is plc it's working

Ans.

PLC stands for Programmable Logic Controller, it is a digital computer used for automation of electromechanical processes.

  • PLC is used to control machinery in industries by programming it to perform specific tasks.

  • It consists of input and output modules, a central processing unit, and a programming device.

  • PLCs are commonly used in manufacturing plants, water treatment facilities, and power generation systems.

  • They can be programmed using ladder logic, function block diagrams, o...read more

Q12. What is voltage and emf

Ans.

Voltage is the potential difference between two points in a circuit, while emf is the electromotive force that drives current in a circuit.

  • Voltage is measured in volts (V)

  • Emf is the energy per unit charge supplied by a source, measured in volts (V)

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

  • Emf is the voltage generated by a source such as a battery or generator

  • Voltage is necessary for current to flow in a circuit

Q13. What is the steel bar

Ans.

A steel bar is a long, solid metal rod commonly used in construction and engineering projects.

  • Steel bars are typically made from carbon steel or stainless steel.

  • They are used in reinforced concrete structures to provide strength and support.

  • Steel bars come in various sizes and shapes, such as round, square, or flat.

  • They are often used in bridges, buildings, and other infrastructure projects.

  • Steel bars can also be used in manufacturing processes for machinery and equipment.

Q14. What is verbal reasoning

Ans.

Verbal reasoning is the ability to understand and logically evaluate written information.

  • Verbal reasoning involves comprehending and analyzing written passages

  • It requires critical thinking skills to draw conclusions and make inferences

  • Verbal reasoning is often tested in exams like GRE, SAT, and LSAT

Q15. Why tcp need in network

Ans.

TCP is needed in networks for reliable communication and error detection.

  • TCP ensures reliable delivery of data by establishing a connection between sender and receiver

  • It provides error detection and correction through sequence numbers and acknowledgements

  • TCP also handles flow control to prevent overwhelming the receiver with data

  • Examples of TCP-based applications include web browsing, email, and file transfer

Q16. what is polymorphism

Ans.

Polymorphism is the ability of a single function or method to operate on different types of data.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

  • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Example: Function overloading in C++ is a form of compile-time polymorphism.

Frequently asked in, ,

Q17. Types of machine elements?

Ans.

Machine elements are components or parts of a machine that perform specific functions.

  • Fasteners (bolts, screws, nuts)

  • Bearings (ball bearings, roller bearings)

  • Gears (spur gears, helical gears)

  • Shafts (drive shafts, crankshafts)

  • Springs (compression springs, tension springs)

  • Couplings (flexible couplings, rigid couplings)

Q18. What is jet engine

Ans.

A jet engine is a type of propulsion system that generates thrust by expelling hot gases at high speeds.

  • Uses the principle of Newton's third law of motion

  • Consists of components like compressor, combustion chamber, turbine, and nozzle

  • Examples include turbojet, turbofan, and turboprop engines

Q19. Programming language for

Ans.

Python is a versatile language used for web development, data analysis, artificial intelligence, and more.

  • Python is easy to learn and has a simple syntax

  • It has a large community and a vast library of modules

  • Python is used for web development (Django, Flask), data analysis (Pandas, NumPy), artificial intelligence (TensorFlow, Keras), and more

  • Python is an interpreted language, making it easy to test and debug code

Q20. what is plumbing

Ans.

Plumbing is the system of pipes, drains, fittings, valves, and fixtures installed for the distribution of water for heating, washing, and sanitation in a building.

  • Plumbing involves the installation and maintenance of water supply systems, drainage systems, and sewage systems in buildings.

  • It includes pipes, fittings, valves, faucets, toilets, sinks, showers, and other fixtures used for water distribution and waste removal.

  • Plumbers use tools such as wrenches, pipe cutters, and ...read more

Q21. How many Integer

Ans.

The question is unclear and incomplete, as it is missing context or details.

  • Ask for clarification on what is being asked about integers

  • Request more information on the specific topic or problem related to integers

  • Provide examples of different types of integers to better understand the question

Q22. What is Real Number

Ans.

Real numbers are numbers that can be found on the number line, including integers, fractions, and irrational numbers.

  • Real numbers can be positive, negative, or zero.

  • They include integers like -3, fractions like 1/2, and irrational numbers like √2.

  • Real numbers can be represented on a number line.

  • They can be used in mathematical operations like addition, subtraction, multiplication, and division.

Q23. Median of running streams

Ans.

The median of running streams is the middle value when all values are arranged in ascending order.

  • To find the median of running streams, first arrange all the values in ascending order.

  • If the number of values is odd, the median is the middle value.

  • If the number of values is even, the median is the average of the two middle values.

  • For example, if the running stream values are 5, 8, 12, 15, 20, the median is 12.

  • If the running stream values are 4, 7, 10, 15, the median is (7+10)...read more

Q24. Types of cycle?

Ans.

Different types of cycles include Carnot cycle, Rankine cycle, Otto cycle, and Brayton cycle.

  • Carnot cycle: theoretical thermodynamic cycle involving reversible processes

  • Rankine cycle: used in steam power plants to generate electricity

  • Otto cycle: used in spark-ignition engines like gasoline engines

  • Brayton cycle: used in gas turbine engines for power generation or propulsion

Q25. Types of engine ?

Ans.

Different types of engines include internal combustion engines, steam engines, and electric motors.

  • Internal combustion engines: Powered by the combustion of fuel inside the engine, such as gasoline or diesel engines.

  • Steam engines: Operate by using steam to produce mechanical work, commonly found in old locomotives and industrial settings.

  • Electric motors: Convert electrical energy into mechanical energy, commonly used in electric vehicles and appliances.

Q26. Find no of islands

Ans.

To find the number of islands, we can use depth-first search (DFS) or breadth-first search (BFS) algorithms.

  • Use DFS or BFS to traverse the grid and mark visited islands

  • Count the number of times DFS or BFS is called to find the number of islands

  • Consider diagonal connections if applicable

  • Example: [['1', '1', '0', '0', '0'], ['1', '1', '0', '0', '0'], ['0', '0', '1', '0', '0'], ['0', '0', '0', '1', '1']]

Q27. explain the ph meter

Ans.

A pH meter is a device used to measure the acidity or alkalinity of a solution.

  • A pH meter consists of a pH electrode, a reference electrode, and a meter.

  • The pH electrode measures the potential difference between the solution and a reference electrode.

  • The meter displays the pH value based on the potential difference.

  • pH meters are commonly used in laboratories, agriculture, water treatment, and food processing.

  • For example, in a laboratory, a pH meter is used to measure the pH o...read more

Q28. wha is the goal

Ans.

The goal is to achieve a desired outcome or result through a series of planned actions or strategies.

  • Setting clear objectives and milestones to track progress

  • Developing a detailed plan with specific tasks and deadlines

  • Regularly evaluating and adjusting strategies based on feedback and results

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.8
 • 5.4k Interviews
3.7
 • 5.2k Interviews
3.6
 • 3.7k Interviews
4.2
 • 964 Interviews
4.1
 • 778 Interviews
3.6
 • 70 Interviews
4.1
 • 50 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

Engineering Student 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