Engineering Intern
30+ Engineering Intern Interview Questions and Answers

Asked in Tata Steel

Q. What the final product of blast furnace? What is the composition of the iron produced and the source of high content of P? And how to reduce the content?
The final product of a blast furnace is pig iron, which has a high carbon content. The high phosphorus content in iron is sourced from the ore and can be reduced through various methods.
The final product of a blast furnace is pig iron, which contains around 3-4% carbon.
The high phosphorus content in iron is sourced from the iron ore used in the blast furnace.
To reduce the phosphorus content, techniques such as fluxing agents or using low-phosphorus iron ores can be employed.

Asked in Tesla

Q. What type of reaction occurs on the surface of most metals when exposed to air?
Oxidation reaction occurs on the surface of most metals when exposed to air.
Most metals react with oxygen in the air to form metal oxides
This process is known as oxidation
Examples include iron forming iron oxide (rust) and copper forming copper oxide
Engineering Intern Interview Questions and Answers for Freshers

Asked in Tesla

Q. How would you measure 10^-6m surface defects on the surface of battery cells during validation?
Surface defects in battery cells can be measured using advanced imaging techniques like scanning electron microscopy (SEM) or atomic force microscopy (AFM).
Utilize scanning electron microscopy (SEM) to visualize surface defects at nanoscale level
Use atomic force microscopy (AFM) to measure surface roughness and defects with high resolution
Implement image processing software to analyze SEM or AFM images and quantify the size and distribution of defects
Perform statistical analy...read more

Asked in L&T Transportation Infrastructure

Q. Which symptom is caused by brake disc run out?
Vibration while braking
Vibration felt in the steering wheel
Uneven wear on brake pads
Squealing noise while braking

Asked in Amber Enterprises India

Q. A and B invest in a business in the ratio 3 : 2. If 5% of the total profit goes to charity and A's share is Rs. 855, what is the total profit?
The total profit in a business where A's share is Rs. 855 and A and B invest in the ratio 3:2, with 5% going to charity, is calculated.
Calculate the total profit based on A's share and the investment ratio between A and B
Determine the total profit after deducting 5% for charity
Use the given information to find the total profit, which is Rs. 1500 in this case

Asked in Albert David

Q. Write a program to find the frequency of each character in a string.
The program finds the frequency of each character in a given string.
Create an array to store the frequency of each character (size 256 for ASCII characters)
Iterate through the string and increment the corresponding index in the array
Print the frequency of each character
Engineering Intern Jobs




Asked in Micro Labs

Q. Print the second largest element? Reverse the string and print the last character? Change the first character of string?
To find the second largest element, reverse a string and print the last character, and change the first character of a string.
To find the second largest element in an array of strings, you can sort the array in descending order and then access the element at index 1.
To reverse a string, you can iterate through the characters of the string in reverse order and concatenate them to form the reversed string.
To print the last character of a string, you can access the character at ...read more

Asked in Tesla

Q. What happens when magnesium is dropped in water?
Magnesium reacts with water to produce magnesium hydroxide and hydrogen gas.
Magnesium reacts vigorously with water
It forms magnesium hydroxide and hydrogen gas
The reaction is exothermic
Share interview questions and help millions of jobseekers 🌟

Asked in Cohesity

Q. Given an integer, return its base 7 string representation.
Convert a number to base 7 representation
Divide the number by 7 and store the remainder in each step
Repeat until the quotient is 0
Reverse the remainders to get the base 7 representation
Asked in QuID Cash

Q. What is OOPS, and what are its four pillars? Please explain.
OOPS (Object-Oriented Programming) is a programming paradigm based on objects and classes, emphasizing modularity and reusability.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interface for different data types (e.g., method overloadin...read more

Asked in Publicis Sapient

Q. Oops concepts with example and use of interface over abstract class
Oops concepts and use of interface over abstract class
Oops concepts are fundamental to object-oriented programming
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOP
Interface is a contract that specifies the behavior of a class
Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods
Interface is preferred over abstract class when multiple inheritance is required

Asked in Dhoot Transmission

Q. What is capacitor, how it's work?
A capacitor is an electronic component that stores and releases electrical energy.
Capacitors consist of two conductive plates separated by an insulating material, known as a dielectric.
When a voltage is applied across the plates, an electric field is created, causing the plates to store energy.
Capacitors are commonly used in electronic circuits for filtering, timing, and energy storage.
Examples of capacitors include ceramic capacitors, electrolytic capacitors, and tantalum ca...read more

Asked in Indian Oil Corporation

Q. What is the difference between a pump and a compressor?
Pumps are used to move fluids, while compressors are used to increase the pressure of gases.
Pumps are used to transfer fluids from one place to another, while compressors are used to increase the pressure of gases.
Pumps are typically used in applications such as water supply, irrigation, and sewage systems, while compressors are used in applications such as air conditioning, refrigeration, and industrial processes.
Pumps generally operate at lower pressures compared to compres...read more

Asked in Dhoot Transmission

Q. What is resistor, working of resistance
A resistor is an electronic component that resists the flow of electric current. Resistance is the measure of opposition to current flow.
Resistors are used to limit current flow, divide voltage, and adjust signal levels in electronic circuits
Resistance is measured in ohms (Ω) and is calculated using Ohm's Law: V = IR
Resistors are passive components that dissipate energy in the form of heat
Different types of resistors include carbon film, metal film, and wirewound resistors

Asked in JCB

Q. Different types of test hardnell brinel rockwell
Different types of hardness tests include Rockwell, Brinell, and Vickers.
Rockwell test measures the depth of penetration of an indenter under a large load.
Brinell test uses a hard steel or carbide ball to indent the surface of the material.
Vickers test uses a diamond pyramid to create an impression on the material.

Asked in Cognizant

Q. Write a program to reverse a string.
Program to reverse a string
Create a character array to store the reversed string
Iterate through the original string in reverse order and populate the character array
Convert the character array back to a string and return

Asked in Amazon

Q. Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Calculate the amount of rainwater trapped between elevation bars after rainfall using an efficient algorithm.
Use two-pointer technique to traverse the elevation array from both ends.
Maintain left and right max heights to determine water level at each index.
Water trapped at index i = min(leftMax, rightMax) - height[i].
Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6.

Asked in Roljack Asia

Q. What is your educational background?
Bachelor's degree in Mechanical Engineering from ABC University
Bachelor's degree in Mechanical Engineering
Graduated from ABC University
Courses in thermodynamics, fluid mechanics, and materials science
Hands-on experience with CAD software

Asked in Cohesity

Q. How do you find the minimum and maximum values in a matrix?
Finding the minimum and maximum values in a matrix
Iterate through each element in the matrix to find the minimum and maximum values
Initialize min and max variables with the first element in the matrix
Compare each element with the current min and max values and update accordingly
Example: For a matrix [[1, 2, 3], [4, 5, 6]], min = 1, max = 6

Asked in JCB

Q. What is the difference between a fixed beam and a simple beam?
Fixed beams have both ends fixed while simple beams have one end fixed and one end free.
Fixed beams have both ends restrained against rotation and translation.
Simple beams have one end fixed and one end free to rotate and translate.
Fixed beams are stiffer and can carry heavier loads compared to simple beams.
Examples: Fixed beam - cantilever beam, Simple beam - simply supported beam.
Asked in QualComm Enterprises

Q. Explain the different types of flip-flops.
Flip flops are sequential circuits used in digital electronics to store one bit of information.
SR flip flop: basic flip flop with two inputs (S and R) and two outputs (Q and Q').
D flip flop: data flip flop with single data input (D) and clock input (CLK).
JK flip flop: versatile flip flop with J, K, and clock inputs.
T flip flop: toggling flip flop with single input (T) and clock input.

Asked in Publicis Sapient

Q. How do you count the number of unique alphabets in a string?
Count unique alphabets in a string by identifying distinct letters, ignoring case and non-alphabetic characters.
Convert the string to lowercase to ensure case insensitivity. Example: 'Hello' becomes 'hello'.
Use a set to store unique characters since sets automatically handle duplicates. Example: from 'hello', the set will be {'h', 'e', 'l', 'o'}.
Iterate through the string and add only alphabetic characters to the set. Example: from 'Hello123!', only 'h', 'e', 'l', 'o' are add...read more

Asked in Publicis Sapient

Q. Write a function to count the number of alphabets in a given string.
Count the number of alphabetic characters in a given string, ignoring numbers, spaces, and punctuation.
Use a loop to iterate through each character in the string.
Check if the character is an alphabet using isalpha() method.
Increment a counter for each alphabetic character found.
Example: For the string 'Hello123!', the count is 5.

Asked in Synopsys

Q. What is the difference between a latch and a flip-flop?
Latch is level triggered and stores data while enabled. Flip-flop is edge triggered and stores data on clock signal.
Latch is asynchronous while flip-flop is synchronous
Latch has only one input while flip-flop has two inputs
SR latch, D latch, and JK latch are examples of latches
D flip-flop, JK flip-flop, and T flip-flop are examples of flip-flops
Asked in Pantel Communication

Q. What makes you stand out?
My unique blend of technical skills, problem-solving abilities, and passion for engineering sets me apart from other candidates.
Strong technical skills: Proficient in programming languages like Python and C++, demonstrated through projects like a personal weather app.
Problem-solving mindset: Successfully led a team project to design a cost-effective solar panel system, improving energy efficiency by 20%.
Passion for continuous learning: Completed online courses in machine lear...read more
Asked in Secure Vision Global

Q. What's your expected salary?
I'm open to discussing salary based on industry standards and my skills, aiming for a fair compensation for my contributions.
Research industry standards: For engineering interns, salaries typically range from $15 to $30 per hour depending on location and company.
Consider my skills: If I have specific skills like programming or CAD design, I might expect a higher rate within that range.
Be flexible: I'm willing to negotiate based on the overall internship experience and potenti...read more

Asked in TCS

Q. What are the pillars of OOPS?
The pillars of OOPS (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another class. For example, a 'Car' class can inherit from a 'Vehicle' class.
Encapsulation refers to the bundling of data with the methods that operate on that data. It restricts access to some of an object's components. For example, using private variables in a class.
Polymorphism allows methods to d...read more

Asked in TO THE NEW

Q. What is quality engineering?
Quality engineering is the process of ensuring that products or services meet the required standards and specifications.
Quality engineering involves designing, developing, and implementing processes to ensure consistent quality in products or services.
It focuses on identifying and addressing potential issues or defects early in the development process.
Quality engineering uses tools such as statistical analysis, root cause analysis, and quality control methods to improve proce...read more

Asked in Senco Gold

Q. Tell me about yourself.
My shelf is organized with books, plants, and decorative items.
I have separate sections for different types of books - fiction, non-fiction, and reference.
I also have a few potted plants to add some greenery to the shelf.
I like to display some decorative items like candles and small figurines on the shelf.
I keep my favorite books prominently displayed for easy access.

Asked in OpenText Technologies

Q. Frequency of words in sentences.
Analyzing the frequency of words in sentences.
Split the sentence into words using spaces as delimiter
Create a dictionary to store word frequencies
Iterate through the words and update the frequency count in the dictionary
Return the dictionary with word frequencies
Interview Questions of Similar Designations
Interview Experiences of Popular Companies






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


Reviews
Interviews
Salaries
Users

