Internship Trainee

200+ Internship Trainee Interview Questions and Answers for Freshers

Updated 7 Jan 2025
search-icon

Q51. what is Haccp and how do you implement in food industry

Ans.

HACCP stands for Hazard Analysis and Critical Control Points. It is a systematic preventive approach to food safety.

  • Identify potential hazards in the food production process

  • Determine critical control points to prevent, eliminate, or reduce the hazards

  • Establish monitoring procedures to ensure control at critical points

  • Implement corrective actions when monitoring shows a deviation from critical limits

  • Verify that the system is working effectively through regular reviews and audi...read more

Q52. What are function in PHP and functions return functions

Ans.

Functions in PHP are blocks of code that can be reused throughout a program. Functions can return values or other functions.

  • Functions in PHP are defined using the 'function' keyword followed by the function name and parameters.

  • Functions can return a value using the 'return' keyword.

  • Functions can also return other functions, known as 'higher-order functions'.

Q53. What to see while looking at the drawing?

Ans.

When looking at a drawing, one should pay attention to details, proportions, perspective, and overall composition.

  • Check for accuracy and precision in lines and shapes

  • Analyze the use of light and shadow to create depth

  • Evaluate the composition and balance of the elements

  • Look for any hidden symbolism or messages within the drawing

Q54. How reverse engineering is done!?

Ans.

Reverse engineering involves analyzing a product or system to understand its design and functionality.

  • Start by disassembling the product or system

  • Identify the components and their relationships

  • Analyze the code or software used in the product or system

  • Recreate the design and functionality based on the analysis

  • Reverse engineering is often used to create compatible products or to identify vulnerabilities in security systems

Are these interview questions helpful?

Q55. What are different types of joins and their examples?

Ans.

Different types of joins are Inner Join, Left Join, Right Join, and Full Outer Join.

  • Inner Join returns only the matching rows from both tables.

  • Left Join returns all the rows from the left table and matching rows from the right table.

  • Right Join returns all the rows from the right table and matching rows from the left table.

  • Full Outer Join returns all the rows from both tables.

  • Examples: Inner Join - SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Left Joi...read more

Q56. Which computer programming language are you comfortable with?

Ans.

I am comfortable with Java and Python.

  • Proficient in Java and Python programming languages

  • Experience in developing web applications using Java frameworks like Spring and Hibernate

  • Familiarity with Python libraries like NumPy and Pandas for data analysis

  • Comfortable with object-oriented programming concepts

  • Ability to write clean and efficient code

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q57. Ion exchange chromatography principle, its types and type of exchange, pH of the offer for protein with pI 4 and pI 6

Ans.

Ion exchange chromatography separates proteins based on their net charge, with different types and exchange capacities. pH affects protein binding.

  • Ion exchange chromatography separates proteins based on their net charge

  • Types include cation exchange (positively charged proteins bind to negatively charged resin) and anion exchange (negatively charged proteins bind to positively charged resin)

  • Exchange capacity refers to the amount of charge that can be exchanged on the resin

  • pH o...read more

Q58. Tell me what you know about m3m What is your strength

Ans.

M3M is a real estate developer in India known for luxury residential and commercial projects.

  • M3M has developed several high-end residential projects in Gurgaon, including M3M Golfestate and M3M Merlin.

  • They have also developed commercial projects such as M3M Urbana and M3M Cosmopolitan.

  • M3M is known for its focus on design and architecture, with many of their projects featuring unique and innovative designs.

  • The company has won several awards for its projects, including the 'Lux...read more

Internship Trainee Jobs

Internship Trainee - Banking Sector 0-1 years
Muthoot Finance
3.6
₹ 1 L/yr - ₹ 4 L/yr
Bangalore / Bengaluru
Internship Trainee 0-0 years
IIFL Finance
4.0
Thane
Internship Trainee 0-0 years
Next Education India
3.6
₹ 2 L/yr - ₹ 2 L/yr
Hyderabad / Secunderabad

Q59. What are Servo motors?

Ans.

Servo motors are devices that convert electrical signals into precise mechanical motion.

  • Servo motors are commonly used in robotics and automation systems.

  • They consist of a motor, a control circuit, and a feedback mechanism.

  • Servo motors are capable of rotating to a specific angle and maintaining that position.

  • They are often used in applications that require accurate positioning, such as robotic arms or camera gimbals.

  • Servo motors can be controlled using pulse width modulation ...read more

Q60. What are the standard sizes of various types of furniture?

Ans.

Standard sizes of furniture vary depending on the type, but common dimensions include heights around 30 inches for tables and 36 inches for countertops.

  • Standard dining table height is around 30 inches

  • Standard kitchen countertop height is around 36 inches

  • Standard sofa depth is around 36 inches

  • Standard bed sizes include twin (38x75 inches), full (54x75 inches), queen (60x80 inches), and king (76x80 inches)

Q61. What are types of chromatography?

Ans.

Types of chromatography include gas chromatography, liquid chromatography, and thin-layer chromatography.

  • Gas chromatography separates volatile compounds based on their affinity for a stationary phase

  • Liquid chromatography separates compounds based on their interaction with a liquid mobile phase

  • Thin-layer chromatography separates compounds on a thin layer of adsorbent material

  • Other types include high-performance liquid chromatography (HPLC) and ion exchange chromatography

Q62. What is TFF? If 3 molecules get through the size exclusion, mol weight x y z , which one elute out first in SSC?

Ans.

TFF stands for Tangential Flow Filtration. The molecule with the smallest molecular weight will elute out first in Size Exclusion Chromatography (SSC).

  • TFF is a filtration technique used to separate molecules based on size

  • Size Exclusion Chromatography (SSC) separates molecules based on size and shape

  • The molecule with the smallest molecular weight will elute out first in SSC

Q63. What is survey. Why we do survey.

Ans.

A survey is a research method used to collect data from a sample of individuals to gain insights into a larger population.

  • Surveys help in understanding the opinions, attitudes, and behaviors of a specific group of people.

  • They can be conducted through various methods such as online, phone, or in-person.

  • Surveys are used in various fields such as market research, social sciences, and healthcare.

  • For example, a healthcare organization may conduct a survey to understand patient sat...read more

Q64. Any experience in SEO domain or related to this anything.

Ans.

Yes, I have experience in the SEO domain.

  • I have worked as an SEO intern at XYZ company for 6 months.

  • During my internship, I learned about keyword research, on-page optimization, and link building strategies.

  • I have successfully improved the organic search rankings of several client websites.

  • I am familiar with tools like Google Analytics and SEMrush for SEO analysis.

  • I have also attended SEO workshops and webinars to stay updated with the latest trends and techniques.

Q65. Reverse linked list with k group each tym.

Ans.

Reverse linked list in groups of k

  • Iterate through the linked list in groups of k

  • Reverse each group of k nodes

  • Connect the reversed groups back together

Q66. What do you know about AMD?

Ans.

AMD stands for Advanced Micro Devices, a multinational semiconductor company known for its CPUs and GPUs.

  • AMD is a major competitor to Intel in the CPU market.

  • They are also known for their Radeon graphics cards.

  • AMD's Ryzen processors have gained popularity for their performance and value.

  • The company was founded in 1969 and is headquartered in California, USA.

Q67. What is SEO. Types of SEO

Ans.

SEO stands for Search Engine Optimization. It is the practice of optimizing websites to improve their visibility and ranking on search engine results pages.

  • SEO is a digital marketing strategy that focuses on increasing organic (non-paid) traffic to a website.

  • There are two main types of SEO: On-page SEO and Off-page SEO.

  • On-page SEO involves optimizing the content and structure of a website, including keyword research, meta tags, and URL structure.

  • Off-page SEO refers to activit...read more

Q68. How will you carry out product inspection for quality

Ans.

I will carry out product inspection for quality by following a structured process involving visual inspection, testing, and documentation.

  • Develop a checklist of quality criteria to be inspected

  • Conduct visual inspections to check for any defects or irregularities

  • Perform testing to ensure product meets specifications

  • Document inspection results and any issues found

  • Implement corrective actions if necessary to improve quality

Q69. Modify the Array that greatest element in the array should be at left side

Ans.

Modify array to move greatest element to left side

  • Find the index of the greatest element in the array

  • Swap the greatest element with the first element in the array

Q70. what is the melting point of iron?

Ans.

The melting point of iron is 1538 degrees Celsius.

  • Iron is a metal with a high melting point.

  • The melting point of iron is affected by impurities and alloying elements.

  • Iron has a crystalline structure that changes at its melting point.

  • Iron's melting point is higher than that of most other common metals.

  • Iron's melting point is used in various industrial processes, such as steelmaking.

Q71. Programm to remove duplicate value from array

Ans.

Program to remove duplicate values from array of strings

  • Create a new empty array

  • Loop through the original array

  • Check if value already exists in new array

  • If not, add it to new array

Q72. Write a C code to swap two numbers without using 3rd variable

Ans.

Swapping two numbers without using a third variable in C code.

  • Use bitwise XOR operation to swap two numbers without using a third variable.

  • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

Q73. Write a Simulink logic for up counter. Do it with chart

Ans.

Simulink logic for up counter using a chart

  • Create a Simulink model

  • Use a Stateflow chart to implement the up counter logic

  • Define states for counting up and resetting

  • Transition between states based on input signals

  • Use chart actions to increment the counter

Q74. What is chromatography and its components?

Ans.

Chromatography is a technique used to separate and analyze mixtures of chemicals based on their properties.

  • Chromatography involves a stationary phase (solid or liquid) and a mobile phase (gas or liquid).

  • Components include a sample to be separated, a column or plate for separation, a solvent for the mobile phase, and a detector for analyzing separated components.

  • Types of chromatography include gas chromatography, liquid chromatography, and thin-layer chromatography.

  • Chromatogra...read more

Q75. What is your opinion on Additive Manufacturing?

Ans.

Additive Manufacturing is a revolutionary technology that enables the creation of complex and customized objects through layer-by-layer construction.

  • Additive Manufacturing, also known as 3D printing, has the potential to disrupt traditional manufacturing processes.

  • It allows for the production of intricate designs that are difficult or impossible to create using traditional methods.

  • Additive Manufacturing offers cost and time savings by eliminating the need for tooling and redu...read more

Q76. Do you know any designing software

Ans.

Yes, I am proficient in Adobe Photoshop, Illustrator, and InDesign.

  • Proficient in Adobe Photoshop for photo editing and manipulation

  • Proficient in Adobe Illustrator for vector graphics and logo design

  • Proficient in Adobe InDesign for layout design and print materials

  • Familiar with Sketch for UI/UX design

  • Familiar with Figma for collaborative design projects

Q77. How many kg is a bag of cement?

Ans.

A bag of cement typically weighs around 50 kg.

  • A standard bag of cement is usually 50 kg.

  • Different types of cement may have varying weights.

  • Bulk bags of cement can weigh up to 1000 kg.

  • Always check the packaging for the exact weight of the cement.

Q78. Whats are intresting areas to work

Ans.

There are many interesting areas to work depending on your interests and skills.

  • Artificial Intelligence and Machine Learning

  • Cybersecurity and Information Technology

  • Environmental Sustainability and Renewable Energy

  • Healthcare and Biotechnology

  • Marketing and Advertising

  • Media and Entertainment

  • Social Entrepreneurship and Non-Profit Organizations

Q79. what is DFS and its application in practical scenario

Ans.

DFS stands for Depth First Search, a graph traversal algorithm that explores as far as possible along each branch before backtracking.

  • DFS is commonly used in graph algorithms to visit all the vertices of a graph in a systematic way.

  • It can be implemented using recursion or a stack data structure.

  • DFS is used in maze solving, topological sorting, and finding connected components in a graph.

  • Example: In a social network, DFS can be used to find all friends of a user within a certa...read more

Q80. How to sale my order.

Ans.

To sell an order, understand the customer's needs and offer a solution that meets their requirements.

  • Listen actively to the customer's needs and concerns.

  • Offer a solution that meets their requirements and budget.

  • Highlight the benefits of your product or service.

  • Provide excellent customer service to build trust and loyalty.

  • Follow up with the customer to ensure satisfaction and address any issues.

  • Offer incentives or promotions to encourage the customer to make a purchase.

Q81. What is Operating system? What is the use of mysql?

Ans.

Operating system is a software that manages computer hardware and software resources. MySQL is a relational database management system.

  • Operating system is the interface between the user and the computer hardware.

  • It manages computer resources such as memory, processors, and devices.

  • Examples of operating systems include Windows, macOS, and Linux.

  • MySQL is a popular open-source relational database management system.

  • It is used to store, manage, and retrieve data in a structured ma...read more

Q82. Are you good with numbers? Do you like analytics?

Ans.

Yes, I am good with numbers and enjoy analytics.

  • I have taken multiple math and statistics courses and have excelled in them.

  • I enjoy analyzing data and finding patterns to make informed decisions.

  • I have experience using Excel and other data analysis tools.

  • For example, in my previous internship, I analyzed customer data to identify trends and improve marketing strategies.

Q83. How you manage the tight deadlines?

Ans.

I prioritize tasks, break them down into smaller parts, and use time management techniques to meet deadlines.

  • I prioritize tasks based on their urgency and importance.

  • I break down tasks into smaller parts and set achievable goals for each part.

  • I use time management techniques such as the Pomodoro technique to stay focused and productive.

  • I communicate with my team and ask for help if needed.

  • I stay organized and keep track of my progress to ensure I am on track to meet the deadl...read more

Q84. What is yield and yield per unit operation?

Ans.

Yield is the amount of output produced in a process, while yield per unit operation is the output produced per individual operation.

  • Yield is the total amount of output produced in a process, such as the number of products manufactured in a factory.

  • Yield per unit operation is the output produced per individual operation, for example, the number of units produced per hour of operation.

  • Yield can be calculated by dividing the total output by the total input, while yield per unit ...read more

Q85. Tell me about inheritance, polymorphism.

Ans.

Inheritance allows a class to inherit attributes and methods from another class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Inheritance is a mechanism in OOP where a new class inherits properties and behaviors from an existing class.

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

  • Example of inheritance: class Car inherits from class Vehicle, inheriting attributes like ...read more

Q86. What is monoclonal antibody?

Ans.

Monoclonal antibodies are identical copies of a single type of antibody that can target specific antigens.

  • Produced by cloning a unique white blood cell

  • Used in targeted therapy for cancer

  • Can be used in diagnostic tests to detect specific proteins

Q87. Five types of update by Google algorithm.

Ans.

Google algorithm updates include Panda, Penguin, Hummingbird, Pigeon, and RankBrain.

  • Panda: Focused on content quality and penalized low-quality or duplicate content.

  • Penguin: Targeted link spam and penalized websites with unnatural or manipulative backlinks.

  • Hummingbird: Improved understanding of search queries and focused on semantic search.

  • Pigeon: Enhanced local search results and improved the accuracy of location-based queries.

  • RankBrain: Utilized machine learning to better u...read more

Q88. Mention about recent data breaches!??

Ans.

There have been several high-profile data breaches in recent years.

  • In 2020, the personal information of over 500,000 Zoom users was found for sale on the dark web.

  • In 2019, Capital One suffered a data breach affecting over 100 million customers.

  • In 2018, Facebook experienced a data breach that compromised the personal information of 50 million users.

  • In 2017, Equifax experienced a data breach that exposed the personal information of 143 million people.

  • In 2016, Yahoo announced th...read more

Q89. What is your experience and knowledge of SQL?

Ans.

I have intermediate experience with SQL, including writing queries, creating tables, and joining multiple tables.

  • Experience writing SQL queries to retrieve data from databases

  • Knowledge of creating tables, indexes, and views in SQL

  • Familiarity with joining multiple tables using SQL

  • Understanding of SQL functions and stored procedures

  • Experience optimizing SQL queries for performance

Q90. What is difference between NLB and ALB in AWS

Ans.

NLB is used for TCP traffic and ALB is used for HTTP/HTTPS traffic in AWS.

  • NLB operates at the transport layer (Layer 4) and forwards traffic based on IP address and port number

  • ALB operates at the application layer (Layer 7) and can route traffic based on content of the request

  • ALB supports features like path-based routing, host-based routing, and SSL termination

  • NLB is ideal for applications that require high performance and low latency, such as gaming or finance applications

  • AL...read more

Q91. What is Order By and why used ?

Ans.

Order By is a clause in SQL used to sort the result set of a query based on specified columns.

  • Order By is used to sort the result set in ascending or descending order.

  • It is typically used at the end of a SELECT statement.

  • Example: SELECT * FROM table_name ORDER BY column_name ASC;

Q92. What is primary key & foreign key ?

Ans.

Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.

  • Primary key ensures data integrity by preventing duplicate records.

  • Foreign key establishes a relationship between tables by referencing the primary key of another table.

  • Example: In a database of students and courses, student ID can be a primary key in the students table and a foreign key in the courses table.

Q93. cost of cultivation for tomato( as my RAWEP project has tomato crop )

Ans.

Cost of cultivation for tomato includes expenses like seeds, fertilizers, labor, irrigation, and pest control.

  • Cost of seeds can vary based on variety and quality.

  • Fertilizers and pesticides are essential for healthy growth and yield.

  • Labor costs depend on the region and availability of workers.

  • Irrigation methods like drip or sprinkler systems impact overall expenses.

  • Pest control measures like spraying or traps add to the cultivation cost.

Q94. Adder circuit - how it works, timing diagram

Ans.

An adder circuit is a digital circuit that performs addition of two binary numbers.

  • Adder circuits can be implemented using logic gates such as AND, OR, and XOR gates.

  • There are two types of adder circuits: half adder and full adder.

  • A half adder adds two single binary digits and produces a sum and a carry.

  • A full adder adds three binary digits and produces a sum and a carry.

  • The timing diagram shows the input and output waveforms of the adder circuit over time.

Q95. Write a code to detect maximum attempts needed to win at chess

Ans.

Code to detect maximum attempts needed to win at chess

  • Create a function to simulate chess games

  • Use a loop to play multiple games and keep track of the number of attempts needed to win

  • Return the maximum number of attempts needed

Q96. How do you identify strength of a material

Ans.

Strength of a material can be identified through various testing methods and calculations.

  • Strength can be determined by conducting tension, compression, or bending tests on the material.

  • The material's yield strength, ultimate tensile strength, and toughness are important factors to consider.

  • Calculations such as stress-strain analysis and failure mode analysis can also help in identifying the strength of a material.

Q97. What is PWM?

Ans.

PWM stands for Pulse Width Modulation. It is a technique used to control the amount of power delivered to a device by varying the width of the pulse of a periodic signal.

  • PWM is commonly used in electronic devices to control the speed of motors or the brightness of LEDs.

  • It works by rapidly switching a signal between ON and OFF states at a fixed frequency.

  • The ratio of the ON time to the total period is called the duty cycle, which determines the average power delivered.

  • By adjus...read more

Q98. Find the number of sum pairs for the given number

Ans.

The question asks to find the number of sum pairs for a given number.

  • Iterate through the array and for each element, check if there is another element that sums up to the given number

  • Use a hash set to store the complement of each element as you iterate through the array

  • If the complement of an element is already in the hash set, increment the count of sum pairs

Q99. how we can integrate website in a website

Ans.

We can integrate a website in another website by using iframes or embedding code.

  • Use iframes to display content from one website within another website

  • Embed code provided by the website you want to integrate

  • Ensure compatibility and responsiveness of the integrated website

  • Consider security implications of integrating external content

Q100. What is transformer and motor working ?

Ans.

Transformers are devices that transfer electrical energy between two or more circuits through electromagnetic induction, while motors convert electrical energy into mechanical energy.

  • Transformers work by changing the voltage level of an alternating current (AC) electrical signal, allowing for efficient transmission over long distances.

  • Motors work by converting electrical energy into mechanical energy through the interaction of magnetic fields, causing the motor to rotate and ...read more

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

Interview experiences of popular companies

3.7
 • 10.4k Interviews
3.9
 • 8.1k Interviews
3.7
 • 7.6k Interviews
3.7
 • 5.6k Interviews
3.8
 • 5.6k Interviews
3.5
 • 3.8k Interviews
3.8
 • 2.8k Interviews
4.0
 • 2.4k Interviews
4.2
 • 987 Interviews
4.4
 • 865 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

Internship 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
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