Internship Trainee
300+ Internship Trainee Interview Questions and Answers
Popular Companies
Q51. Basic definition of adware, malware, viruses, zombie etc.
Adware, malware, viruses, and zombies are all types of malicious software that can harm computer systems.
Adware is software that displays unwanted advertisements on a user's computer.
Malware is a broad term that refers to any software designed to harm a computer system, including viruses, worms, and Trojan horses.
Viruses are programs that replicate themselves and infect other programs or files on a computer, often causing damage or stealing data.
Zombies are computers that hav...read more
Q52. difference between monoclonal and polyclonal antibody?
Monoclonal antibodies are produced by a single clone of cells and target a specific antigen, while polyclonal antibodies are produced by multiple clones of cells and target multiple antigens.
Monoclonal antibodies are derived from a single parent cell, ensuring uniformity in structure and specificity.
Polyclonal antibodies are produced by multiple different B cells, resulting in a mixture of antibodies with varying specificities.
Monoclonal antibodies are used in targeted therap...read more
Q53. How to select second maximum value without using (row_number and rank) in SQL.
Answering how to select second maximum value without using row_number and rank in SQL.
Use subquery to find the maximum value and exclude it from the result set
Use the MAX() function again to find the second maximum value
Use the WHERE clause to filter out any other values equal to the second maximum value
Q54. How to promote a product.
Promoting a product involves identifying target audience, creating a unique value proposition, and utilizing various marketing channels.
Identify target audience and their needs
Create a unique value proposition that differentiates the product from competitors
Utilize various marketing channels such as social media, email marketing, influencer marketing, and advertising
Offer promotions and discounts to attract customers
Collect and analyze customer feedback to improve the product...read more
Q55. write a program like top ten prime no and many more
Program to find top ten prime numbers and more
Create a function to check if a number is prime
Loop through numbers and add prime numbers to an array
Sort the array in descending order and return the top ten
Add options for user to input range of numbers and number of primes to find
Q56. Find second maximum value in the array. Difference between left union and outer union.
Finding second maximum value in an array and calculating the difference between left and outer union.
Sort the array in descending order and return the second element
For left union, find the elements that are present in the first array but not in the second
For outer union, find the elements that are present in either of the arrays but not in both
Share interview questions and help millions of jobseekers 🌟
Q57. Mention something which aspires you!?
I aspire to make a positive impact on people's lives through my work.
I want to work in a field where I can help others, such as healthcare or education
I am passionate about using technology to improve people's lives
I believe in the power of community and want to work towards building stronger, more inclusive communities
I am inspired by people who have dedicated their lives to making a difference, such as doctors, teachers, and social workers
Q58. What criteria do you use to determine which product is the best in the market?
I determine the best product in the market based on quality, price, customer reviews, and brand reputation.
Quality of the product - looking at materials used, durability, and performance
Price - comparing the cost of the product with similar options in the market
Customer reviews - considering feedback from other users to gauge satisfaction
Brand reputation - trusting well-known and reputable brands for reliability
Internship Trainee Jobs
Q59. If we invert the circuit of inverter then what will happen
If the circuit of an inverter is inverted, it will act as a buffer.
Inverting an inverter circuit essentially cancels out the inversion, making it act as a buffer.
The output will be the same as the input signal, with no inversion.
This can be useful in certain signal processing applications where a non-inverted signal is needed.
Q60. What are the programming languages learnt so far?
I have learnt Java, Python, C++, and SQL.
Java
Python
C++
SQL
Q61. 1. What is the comparison between PDPB and DPDPB
PDPB is a new data protection bill introduced in India, while DPDPB is an older version of the same bill.
PDPB is more comprehensive and covers more aspects of data protection than DPDPB.
PDPB has stricter penalties for non-compliance compared to DPDPB.
PDPB has provisions for the protection of sensitive personal data, while DPDPB does not.
PDPB has a provision for the establishment of a Data Protection Authority, while DPDPB does not.
PDPB has extraterritorial applicability, whil...read more
Q62. 4. What is GDPR and the rights of data subjects?
GDPR is a regulation that protects the privacy of EU citizens' personal data and gives them control over it.
GDPR stands for General Data Protection Regulation
It applies to all companies that process personal data of EU citizens
Data subjects have the right to access, rectify, erase, and restrict processing of their data
They also have the right to data portability and to object to processing
Companies must obtain explicit consent from data subjects before processing their data
Th...read more
Q63. How much do you know about mapping and localization
I have a basic understanding of mapping and localization.
I know that mapping involves creating a visual representation of an area, while localization involves determining the position of an object or person within that area.
I am familiar with tools such as Google Maps and GPS devices that use mapping and localization technologies.
I understand that mapping and localization are important in fields such as navigation, logistics, and robotics.
I am eager to learn more about mappin...read more
Q64. what is Haccp and how do you implement in food industry
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
Q65. What are function in PHP and functions return functions
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'.
Q66. What are your strengths that are a fit for advertising?
My strengths for advertising include creativity, strong communication skills, attention to detail, and ability to work under pressure.
Creativity: I enjoy coming up with unique and innovative ideas for advertising campaigns.
Strong communication skills: I am able to effectively convey messages to target audiences through various channels.
Attention to detail: I pay close attention to the finer aspects of advertising materials to ensure they are flawless.
Ability to work under pre...read more
Q67. What to see while looking at the drawing?
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
Q68. How reverse engineering is done!?
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
Q69. What are different types of joins and their examples?
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
Q70. Which computer programming language are you comfortable with?
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
Q71. Ion exchange chromatography principle, its types and type of exchange, pH of the offer for protein with pI 4 and pI 6
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
Q72. Tell me what you know about m3m What is your strength
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
Q73. What are Servo motors?
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
Q74. What are types of chromatography?
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
Q75. What are the standard sizes of various types of furniture?
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)
Q76. What is TFF? If 3 molecules get through the size exclusion, mol weight x y z , which one elute out first in SSC?
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
Q77. What is survey. Why we do survey.
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
Q78. Oops concepts in java
Oops concepts are the pillars of Java programming language.
Encapsulation - wrapping data and methods into a single unit
Inheritance - acquiring properties and behavior of parent class
Polymorphism - ability of an object to take many forms
Abstraction - hiding implementation details and showing only necessary information
Q79. Any experience in SEO domain or related to this anything.
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.
Q80. Reverse linked list with k group each tym.
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
Q81. What do you know about AMD?
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.
Q82. What is SEO. Types of SEO
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
Q83. How will you carry out product inspection for quality
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
Q84. Pillars of java and write a code to reverse a string
Java has four pillars: Inheritance, Polymorphism, Abstraction, and Encapsulation. Code to reverse a string.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms.
Abstraction allows hiding implementation details and showing only necessary information.
Encapsulation allows bundling data and methods within a single unit.
Code to reverse a string: String str = "Hello World"; StringBuilder sb = new String...read more
Q85. Modify the Array that greatest element in the array should be at left side
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
Q86. What will you do to sell a brand?
To sell a brand, I would focus on creating a strong brand image, identifying the target audience, and utilizing various marketing strategies.
Conduct market research to identify the target audience
Create a strong brand image through consistent branding and messaging
Utilize various marketing strategies such as social media, email marketing, and influencer marketing
Offer promotions and discounts to attract new customers
Provide excellent customer service to retain customers and e...read more
Q87. what is the melting point of iron?
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.
Q88. What are Pillars of OOPs concepts and types of inheritance
Pillars of OOPs concepts are Abstraction, Encapsulation, Inheritance, and Polymorphism. Types of inheritance include Single, Multiple, Multilevel, and Hierarchical.
Abstraction focuses on hiding the implementation details and showing only the necessary features.
Encapsulation bundles the data and methods that operate on the data into a single unit.
Inheritance allows a class to inherit properties and behavior from another class.
Types of inheritance include Single (one class inhe...read more
Q89. Programm to remove duplicate value from array
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
Q90. Write a C code to swap two numbers without using 3rd variable
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
Q91. Write a Simulink logic for up counter. Do it with chart
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
Q92. What is chromatography and its components?
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
Q93. Do you know any designing software
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
Q94. How many kg is a bag of cement?
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.
Q95. What is your opinion on Additive Manufacturing?
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
Q96. What are measuring instrument and how many measuring instrument
Measuring instruments are tools used to quantify physical quantities. There are various types of measuring instruments for different purposes.
Measuring instruments are tools used to quantify physical quantities such as length, weight, temperature, etc.
Common measuring instruments include rulers, thermometers, weighing scales, voltmeters, etc.
There are specialized measuring instruments for specific fields like medical instruments for healthcare professionals.
Measuring instrume...read more
Q97. Whats are intresting areas to work
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
Q98. How to sale my order.
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.
Q99. what is DFS and its application in practical scenario
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
Q100. What is Operating system? What is the use of mysql?
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
Interview Questions of Similar Designations
Top Interview Questions for Internship 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