Trainee
700+ Trainee Interview Questions and Answers
Popular Companies
Q51. Given an array find if there are two elements are present that sum to target, else return -1;
Given an array find if there are two elements are present that sum to target, else return -1
Iterate through the array and for each element check if target - element is present in the array
Use a hash table to store the elements and their indices for faster lookup
If no such pair is found, return -1
Q52. Swapping number logic, what are C compilation stages, what is linker
Answering questions on C compilation stages, linker, and swapping number logic.
Swapping number logic involves interchanging the values of two variables without using a third variable.
C compilation stages include preprocessing, compilation, assembly, and linking.
The linker is a program that combines object files generated by the compiler into a single executable file.
Example of swapping number logic: int a=5, b=10; a=a+b; b=a-b; a=a-b; //a=10, b=5
Q53. What is PH ? And it's Range
pH is a measure of the acidity or alkalinity of a solution. It ranges from 0 to 14, with 7 being neutral.
pH stands for 'potential of hydrogen'
It measures the concentration of hydrogen ions in a solution
A pH value below 7 indicates acidity, while above 7 indicates alkalinity
Pure water has a pH of 7, which is considered neutral
Examples of pH values: lemon juice (pH 2), baking soda (pH 9), stomach acid (pH 1)
Q54. What is the combination of solder paste in SMT line?
The combination of solder paste in SMT line typically consists of flux, solder powder, and other additives.
Flux is used to clean and prepare the surfaces to be soldered.
Solder powder is the main component that forms the solder joint.
Additives may include thickeners, activators, and other materials to improve the soldering process.
Example: A common combination is 60% solder powder, 35% flux, and 5% additives.
Q55. What is distillation? And it's type.
Distillation is a process of separating components of a mixture based on their boiling points.
It involves heating the mixture to vaporize the component with the lowest boiling point.
The vapor is then condensed and collected as a separate liquid.
Types of distillation include simple distillation, fractional distillation, and steam distillation.
Simple distillation is used for separating liquids with large differences in boiling points.
Fractional distillation is used for separati...read more
Q56. Types of electrodes and What happens if the chemical bottles kept open?
Different types of electrodes are used in various applications. Chemical bottles should not be kept open as it can lead to contamination and evaporation.
Types of electrodes include metal, carbon, and pH electrodes
Metal electrodes are used for electroplating and electrolysis
Carbon electrodes are used in arc lamps and batteries
pH electrodes are used to measure the acidity or alkalinity of a solution
Open chemical bottles can lead to contamination and evaporation, affecting the a...read more
Share interview questions and help millions of jobseekers 🌟
Q57. How may types of insurance
There are several types of insurance available.
Life insurance
Health insurance
Auto insurance
Homeowner's insurance
Travel insurance
Pet insurance
Disability insurance
Liability insurance
Business insurance
Q58. What softwares are you familiar with?
I am familiar with various softwares including Microsoft Office, Adobe Creative Suite, and Google Suite.
Microsoft Office
Adobe Creative Suite
Google Suite
Trainee Jobs
Q59. What is inheritance?can multiple inheritance support c#?
Inheritance is a mechanism in OOP where a new class is derived from an existing class.
It allows the new class to inherit the properties and methods of the existing class.
C# supports single inheritance, where a class can inherit from only one base class.
However, C# supports multiple interface inheritance, where a class can implement multiple interfaces.
Q60. what is the main part of engine?
The main part of an engine is the cylinder block.
The cylinder block houses the cylinders, pistons, and crankshaft.
It is responsible for converting fuel into mechanical energy.
The cylinder head sits on top of the cylinder block and contains the valves and spark plugs.
Other important parts of an engine include the camshaft, connecting rods, and oil pump.
Q61. Which key is so long in keyboard?
The spacebar key is the longest key on a keyboard.
The spacebar key is typically longer than other keys on a keyboard.
It is located at the bottom center of the keyboard.
The length of the spacebar key may vary slightly depending on the keyboard model.
The spacebar key is used to insert a space between words while typing.
Q62. Which oil put in tha gear box
The type of oil to put in the gear box depends on the make and model of the vehicle.
Check the owner's manual for the recommended oil type and viscosity
Use a high-quality oil that meets the manufacturer's specifications
Ensure the oil level is correct before driving the vehicle
Regularly check and change the oil according to the manufacturer's recommendations
Q63. What are variables, classes...etc
Variables are containers for storing data values. Classes are blueprints for creating objects in object-oriented programming.
Variables are declared with a data type and can hold different values.
Classes define the properties and methods of objects.
Inheritance allows classes to inherit properties and methods from other classes.
Polymorphism allows objects to take on different forms depending on the context.
Encapsulation is the practice of hiding the internal workings of a class...read more
Q64. What is debit note , credit note , give example.
Debit note and credit note are financial documents used to record transactions between two parties.
A debit note is issued by a buyer to a seller when goods are returned or when there is an overcharge in the invoice. It serves as a request for a credit note.
A credit note is issued by a seller to a buyer when goods are returned or when there is an undercharge in the invoice. It serves as a request for a debit note.
Debit and credit notes are used to adjust the amount owed betwee...read more
Q65. what is the standard pressure and temperature of natural gas.
The standard pressure and temperature of natural gas vary depending on the region and application.
The standard pressure of natural gas is typically around 14.7 pounds per square inch (psi) or 1 atmosphere.
The standard temperature of natural gas is usually around 60 degrees Fahrenheit or 15 degrees Celsius.
However, the pressure and temperature of natural gas can vary based on factors such as transportation, storage, and specific industry requirements.
For example, in the natura...read more
Q66. What is difference between application programming and System Programming
Application programming focuses on developing software applications while system programming focuses on developing operating systems and system software.
Application programming involves creating software applications that run on top of an operating system.
System programming involves creating operating systems and system software that run on computer hardware.
Application programming is typically done in high-level programming languages like Java, Python, and C#.
System programm...read more
Q67. You have shift to other country immediately So you have selected which country
I would select the country based on various factors such as job opportunities, quality of life, cultural compatibility, and language proficiency.
Consider job opportunities in the country
Evaluate the quality of life in terms of healthcare, education, safety, etc.
Assess cultural compatibility and adaptability
Consider language proficiency and ease of communication
Research the cost of living and economic stability
Q68. What is the process of TT from Lab Scale to Scale Up?
The process of TT from Lab Scale to Scale Up involves testing and optimizing the production of a product in a laboratory setting before transitioning to larger scale production.
Start with small batch production in the lab to test feasibility and optimize the process
Gradually increase the batch size while monitoring for any changes in product quality or process efficiency
Perform pilot scale testing to further refine the process before full scale production
Consider factors such...read more
Q69. If anything happens in the plant then what will you do.
I will immediately report the incident to my supervisor and follow the plant's emergency procedures.
Notify my supervisor or plant manager
Follow the plant's emergency procedures
Ensure the safety of myself and others
Document the incident for investigation purposes
Q70. Why did you choose the Python programming language?
I chose Python for its simplicity, readability, and versatility in various applications.
Python is known for its clean and readable syntax, making it easier to learn and understand.
Python has a large standard library and many third-party libraries, making it versatile for different tasks.
Python is widely used in data science, machine learning, web development, and automation, providing a wide range of career opportunities.
Q71. Can you explain the instructions for presenting on a specific topic?
Instructions for presenting on a specific topic involve thorough research, organization of key points, engaging visuals, and clear communication.
Research the topic thoroughly to ensure accurate information
Organize key points in a logical sequence to maintain audience interest
Use engaging visuals such as slides, videos, or props to enhance understanding
Practice clear and confident communication to effectively convey the information
Encourage audience interaction through questio...read more
Q72. Definitions of semiconductor devices like relay, PCB, Capacitor, Resistor, Colour coding?
Semiconductor devices like relay, PCB, Capacitor, Resistor, Colour coding are essential components in electronic circuits.
Relay is an electrically operated switch used to control high power circuits.
PCB or Printed Circuit Board is a board used to mechanically support and electrically connect electronic components.
Capacitor is a passive electronic component that stores energy in an electric field.
Resistor is a passive electronic component that limits the flow of electric curre...read more
Q73. Do you know we will not pay for first 10 day
Yes, I am aware that the company will not pay for the first 10 days.
I understand that this is a common practice in many companies.
I am prepared to manage my finances accordingly during this period.
I am still excited about the opportunity to work for this company and am willing to make this adjustment.
Q74. How much is the cost of an engine rejection
The cost of an engine rejection varies depending on the type of engine and the extent of damage.
The cost can range from a few thousand dollars to hundreds of thousands of dollars.
Factors that affect the cost include the type of engine, the extent of damage, and the cost of replacement parts.
For example, the cost of replacing a jet engine can range from $1 million to $20 million.
In contrast, the cost of replacing a car engine can range from $1,000 to $4,000.
Regular maintenance...read more
Q75. Micron size or SF pad filter and filter of zeta filter
Micron size or SF pad filter and filter of zeta filter are different types of filters used in various industries.
Micron size filter is used to remove particles of a specific size from a fluid or gas.
SF pad filter is a type of depth filter that captures particles throughout its depth.
Zeta filter is a type of filter that uses the principle of electrokinetic potential to remove particles from a fluid.
Each filter has its own advantages and applications depending on the specific r...read more
Q76. Which Machine work to Generate Electricity
Various machines can be used to generate electricity, including turbines, generators, and engines.
Turbines are commonly used in power plants to generate electricity from steam or water.
Generators can be powered by various sources such as wind, solar, or fossil fuels to produce electricity.
Engines, such as those in cars or airplanes, can also be used to generate electricity through alternators.
Hydroelectric dams use turbines to generate electricity from the movement of water.
N...read more
Q77. Can you open your bank account in near bank here?
Yes, I can open a bank account in a nearby bank.
I can visit any nearby bank branch and inquire about the account opening process.
I will need to provide my identification documents and other necessary details.
I can also check online if the bank offers online account opening services.
Some of the nearby banks include ABC Bank, XYZ Bank, and PQR Bank.
Q78. What do you understand by Incoterms?
Incoterms are a set of international rules that define the responsibilities of buyers and sellers in international trade.
Incoterms are abbreviations used in international trade to specify the terms of delivery and transfer of risk between the buyer and seller.
They provide a common language and framework for parties involved in international transactions.
Incoterms cover aspects such as transportation, insurance, customs clearance, and transfer of ownership.
Examples of Incoterm...read more
Q79. What are differences between functional and procedural language
Functional languages focus on expressions and declarations, while procedural languages focus on sequences of statements.
Functional languages use functions as first-class citizens
Functional languages emphasize immutability and pure functions
Procedural languages use procedures and sequences of statements to achieve tasks
Procedural languages allow for mutable state and side effects
Examples of functional languages include Haskell and Lisp, while examples of procedural languages i...read more
Q80. What you will do if you get 200 million dollars when you get up tomorrow morning
If I woke up with 200 million dollars, I would invest in real estate, travel the world, donate to charity, and secure my family's future.
Invest in real estate to generate passive income
Travel the world and experience different cultures
Donate a portion to charity to give back to those in need
Secure my family's future by setting up trust funds and investments
Q81. Do you know how to fraud
NO
I do not know how to fraud and I do not condone any fraudulent activities.
Fraud is illegal and unethical.
As a trainee, I am committed to learning and following ethical business practices.
Q82. name the different types of glasses
There are various types of glasses, including prescription glasses, sunglasses, reading glasses, safety glasses, and 3D glasses.
Prescription glasses are used to correct vision problems.
Sunglasses protect the eyes from harmful UV rays.
Reading glasses help with near vision.
Safety glasses are worn to protect the eyes during certain activities.
3D glasses are used to enhance the viewing experience of 3D movies or images.
Q83. What is partitioning and bucketing in hive
Partitioning and bucketing are techniques used in Hive to improve query performance and manage large datasets.
Partitioning involves dividing data into smaller, more manageable parts based on a specific column or columns.
Bucketing is a technique where data is divided into equal-sized buckets based on a hash function applied to a column.
Partitioning and bucketing can be used together to further optimize query performance.
Partitioning and bucketing help in reducing the amount of...read more
Q84. What is welding, welding defects,types of welding, types of welding joint What is hot forming Process etc.
Welding is a process of joining two or more metal parts by heating them to a melting point and then allowing them to cool and fuse together.
Welding defects include porosity, undercutting, and incomplete fusion.
Types of welding include MIG, TIG, stick, and flux-cored welding.
Types of welding joints include butt joint, lap joint, and T-joint.
Hot forming process involves heating a metal to a high temperature and then shaping it into the desired form.
Q85. You know world geography? And how it's create and so on
Yes, I have knowledge of world geography and its creation.
I have studied geography in school and college, and have a good understanding of the different continents, countries, and their physical features.
I am aware of the various theories of how the world was created, such as the Big Bang theory and the theory of plate tectonics.
I keep myself updated with current events and developments in the field of geography.
For example, I know that the Himalayas were formed due to the co...read more
Q86. What is the difference between heat exchanger and condenser?
Heat exchangers transfer heat between two fluids without mixing them, while condensers convert vapor into liquid by removing heat.
Heat exchangers transfer heat between two fluids without mixing them
Condensers convert vapor into liquid by removing heat
Heat exchangers are used in HVAC systems, refrigeration units, and chemical processing plants
Condensers are commonly found in air conditioning units, distillation columns, and power plants
Q87. In three phase star connection how motor is running because there no natural connection
In a three-phase star connection, the motor is running because the phases are connected in a specific way.
In a star connection, the three phases are connected to form a star shape.
The motor is connected to the three phases through the star connection.
The motor runs because the voltage across each phase and the current flowing through each phase are balanced.
The balanced voltage and current in the star connection allow the motor to operate smoothly.
Q88. Tell me difference between HTML tag and HTML entitybl and HTML attribute
HTML tags define the structure of content, HTML entities represent special characters, and HTML attributes provide additional information about elements.
HTML tags are used to define the structure of content on a webpage, such as <p> for paragraphs or <h1> for headings.
HTML entities are used to represent special characters that have a specific meaning in HTML, such as < for < or & for &.
HTML attributes provide additional information about elements, such as specifying th...read more
Q89. What is the Web page life cycle and can you please explain it in detail
The web page life cycle is the process of a web page being requested, loaded, rendered, and then unloaded.
The user requests a web page from the server
The server processes the request and sends back the HTML, CSS, and JavaScript files
The browser loads and parses the HTML, creates the Document Object Model (DOM), and renders the page
The browser executes any JavaScript code and updates the DOM and CSS styles as needed
The user interacts with the page and triggers events, which ma...read more
Q90. Working of inverter(DC-AC), CMOS, difference of latch and flip flop
Explanation of inverter, CMOS, latch and flip flop
Inverter converts DC to AC by switching the polarity of input voltage
CMOS is a type of digital circuit that uses both PMOS and NMOS transistors
Latch is a level-sensitive device that stores data and can be used as a basic memory element
Flip flop is a clocked device that stores data and can be used as a basic memory element
Difference between latch and flip flop is that latch is level-sensitive while flip flop is edge-sensitive
Q91. Explain the parameters of transmission line ?
Parameters of transmission line include resistance, inductance, capacitance, and conductance.
Resistance: opposition to the flow of current
Inductance: ability to store energy in a magnetic field
Capacitance: ability to store energy in an electric field
Conductance: ability to conduct electric current
Examples: coaxial cable, waveguide, twisted pair cable
Q92. what is m99 work and what varnior and micro meter list count
M99 work involves varnishing and using a micrometer to measure the thickness of the varnish layer.
M99 work refers to the process of varnishing surfaces to protect them from damage and corrosion.
Varnior is a tool used in M99 work to apply varnish evenly on surfaces.
A micrometer is used to measure the thickness of the varnish layer applied during M99 work.
Accurate measurement with a micrometer is crucial for ensuring the effectiveness of the varnishing process.
Q93. What is Call by value and Call by Reference
Call by value passes a copy of the value to the function, while Call by reference passes a reference to the value.
Call by value creates a copy of the value and passes it to the function.
Call by reference passes a reference to the value, allowing the function to modify the original value.
In Call by value, changes made to the parameter inside the function do not affect the original value.
In Call by reference, changes made to the parameter inside the function affect the original...read more
Q94. Tell me something about data security.
Data security involves protecting digital data from unauthorized access, use, disclosure, disruption, modification, or destruction.
Data encryption is essential to protect sensitive information from being accessed by unauthorized parties.
Regularly updating security software and implementing firewalls can help prevent cyber attacks.
Access control measures, such as strong passwords and multi-factor authentication, are important for restricting access to data.
Backing up data regu...read more
Q95. Run time polymorphism code copy constructor code in C++ difference between Java and C++ diff bw JDK, JRE and JVM
Questions on C++ and Java programming languages
Run time polymorphism is achieved through virtual functions in C++
Copy constructor is used to create a new object as a copy of an existing object in C++
Java is an object-oriented programming language while C++ is a hybrid language
JDK stands for Java Development Kit, JRE stands for Java Runtime Environment, and JVM stands for Java Virtual Machine
Q96. What is a process parameter? Vernier caliper least count? Standardized work ? What is meab by TPM?
Process parameter is a variable that directly affects the outcome of a process. Vernier caliper least count is the smallest measurement that can be read. Standardized work is a documented process for completing tasks. TPM stands for Total Productive Maintenance.
Process parameter is a variable that directly influences the outcome of a process, such as temperature, pressure, or time.
Vernier caliper least count is the smallest measurement that can be read on the scale of a verni...read more
Q97. What is CFU?
CFU stands for Colony Forming Unit.
CFU is a unit of measurement used in microbiology to estimate the number of viable cells or organisms in a sample.
It is commonly used in the field of microbiology and pharmaceuticals.
CFU is determined by counting the number of colonies that grow from a single cell or organism on a solid growth medium.
It is used to assess the concentration of microorganisms in a sample, such as bacteria or yeast.
CFU is often used in quality control and resear...read more
Q98. If your laptop is not working then what you will do .
I would troubleshoot the laptop by checking the power source, restarting the device, and seeking professional help if needed.
Check if the power source is connected properly
Restart the laptop to see if the issue resolves
Consult the user manual or contact technical support for further assistance
Q99. What is local variable What is global variables What is array What is pointer
Local variables are variables declared within a function or block. Global variables are declared outside of any function or block.
Local variables have a limited scope and can only be accessed within the function or block they are declared in.
Global variables can be accessed from any part of the program.
Arrays are a collection of similar data types stored in contiguous memory locations.
Pointers are variables that store the memory address of another variable.
Q100. Problem solving what is the data structure that you will use if you are given with 5000 records
For 5000 records, I would use a data structure like a hash table or a balanced binary search tree for efficient searching and retrieval.
Consider using a hash table for constant time lookup and insertion.
Alternatively, a balanced binary search tree like AVL or Red-Black tree can be used for efficient searching and insertion.
If the records have a specific order or need to be sorted, consider using a sorted array or a heap data structure.
Interview Questions of Similar Designations
Top Interview Questions for Trainee Related Skills
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/Month