Research and Development
100+ Research and Development Interview Questions and Answers
Asked in Tinxy

Q. Your thinking to achive a target that why achivement is your target
I believe achievement is important because it drives growth, motivates progress, and provides a sense of fulfillment.
Achievement pushes me to constantly improve and reach new heights
It motivates me to set and accomplish goals, leading to personal and professional growth
Achieving targets gives me a sense of fulfillment and satisfaction, boosting my confidence and morale


Q. Can you explain a model used in natural language processing?
A common model used in natural language processing is the Bag of Words model.
Bag of Words model represents text as a collection of words, ignoring grammar and word order.
It creates a vocabulary of unique words in the text and counts the frequency of each word.
This model is often used for tasks like sentiment analysis, document classification, and topic modeling.


Q. How would you rate your proficiency in Java programming?
I rate my proficiency in Java programming as advanced.
Advanced knowledge of object-oriented programming principles
Experience with Java frameworks like Spring and Hibernate
Ability to write efficient and scalable code
Familiarity with design patterns and best practices
Completed multiple Java projects successfully

Asked in Tata Steel

Q. Some applications of resistance welding process and tests on spot weld
Resistance welding is used in automotive, aerospace, and electronics industries for spot welding of metal parts.
Resistance welding is used to join metal parts together by applying pressure and heat.
Spot welding is a type of resistance welding used to join two or more metal sheets together at a single point.
Applications of resistance welding include automotive, aerospace, and electronics industries.
Tests on spot welds include peel test, shear test, and tensile test to ensure t...read more


Q. What is the process of bleaching and washing?
Bleaching and washing is a process used to remove impurities and stains from materials such as textiles or paper.
Bleaching involves the use of chemicals or natural agents to whiten or lighten the material.
Washing is the process of rinsing the material with water to remove any remaining impurities or chemicals.
The order of bleaching and washing may vary depending on the material and desired outcome.
Examples include bleaching and washing of cotton fabric to remove natural color...read more

Asked in Kalyani Technoforge

Q. How can the wear resistance of a forging die be improved?
To improve wear resistance of forging die, one can use materials with higher hardness, apply surface treatments like nitriding, and optimize the design for better stress distribution.
Use materials with higher hardness, such as tool steels or carbide inserts.
Apply surface treatments like nitriding, which forms a hard nitride layer on the surface of the die.
Optimize the design of the die to ensure better stress distribution and minimize localized wear.
Consider using coatings or...read more
Research and Development Jobs




Asked in Tata Steel

Q. Some application of resistance welding process and tests on spot welds
Resistance welding process is widely used in automotive and aerospace industries for spot welding applications.
Resistance welding is used to join two metal parts together by applying pressure and heat.
Spot welding is a type of resistance welding where two metal parts are joined at a single point.
Tests on spot welds include peel test, shear test, and tensile test.
Peel test measures the force required to peel the two metal parts apart.
Shear test measures the force required to s...read more
Asked in NTHRYS Biotech Labs

Q. Can you explain how you performed RT-PCR on cancer samples, and how it differs from normal PCR?
RT-PCR quantifies RNA expression in cancer, while PCR amplifies DNA. RT-PCR is crucial for studying gene expression in tumors.
RT-PCR (Reverse Transcription PCR) converts RNA to cDNA before amplification.
Normal PCR amplifies DNA directly, while RT-PCR focuses on RNA transcripts.
In cancer research, RT-PCR helps measure expression levels of oncogenes or tumor suppressor genes.
For example, detecting overexpression of the HER2 gene in breast cancer using RT-PCR.
RT-PCR can also ide...read more
Share interview questions and help millions of jobseekers 🌟
Asked in GTZ Chemicals

Q. What is molality & Normality
Molality is the concentration of a solute in a solvent expressed in moles per kilogram, while normality is the concentration of a solute in a solution expressed in equivalents per liter.
Molality is a measure of the amount of solute dissolved in a solvent, expressed in moles per kilogram of solvent.
Normality is a measure of the concentration of a solute in a solution, expressed in equivalents per liter of solution.
Molality is independent of temperature, while normality depends...read more

Asked in Kantar

Q. How do we know when to conduct qualitative research?
Qualitative research is appropriate when seeking in-depth understanding of complex phenomena.
Use qualitative research when exploring new topics or phenomena
When seeking to understand motivations, attitudes, or behaviors
To generate hypotheses for further quantitative research
When aiming to capture rich, detailed data that cannot be quantified easily
Asked in Kanhan Valley School

Q. Do you have knowledge of Excel?
Yes, I have knowledge of Excel.
Proficient in using Excel for data analysis and manipulation
Familiar with functions, formulas, and macros in Excel
Experience in creating charts, graphs, and pivot tables
Ability to perform data validation and conditional formatting
Knowledge of advanced features like VLOOKUP and IF statements

Asked in Maruti Suzuki

Q. What are caster, camber, and toe?
Caster, camber, and toe are terms used in automotive engineering to describe the angles of a vehicle's wheels.
Caster refers to the angle of the steering axis relative to vertical.
Camber refers to the angle of the wheels relative to the road surface.
Toe refers to the angle of the wheels relative to the centerline of the vehicle.
These angles affect the handling, stability, and tire wear of a vehicle.
For example, positive caster provides stability at high speeds, negative camber...read more

Asked in Reliance Industries

Q. What do you know about research and development?
Research and Development involves the process of creating new products or improving existing ones through scientific and technological advancements.
Involves conducting experiments and tests to gather data
Focuses on innovation and problem-solving
Requires collaboration between scientists, engineers, and other experts
Examples include developing new pharmaceutical drugs, improving renewable energy technologies, and creating advanced materials

Asked in ZeroCodeHR

Q. What is React and can you explain its components?
React is a JavaScript library for building user interfaces.
React allows developers to create reusable UI components.
It uses a virtual DOM for efficient rendering.
React can be used for building single-page applications.
Components in React can have state and props.
React follows a unidirectional data flow.

Asked in JCB

Q. Which educational experiences have helped you achieve your goals?
I aim to combine education and practical experience to achieve my goals in R&D, focusing on innovation and problem-solving.
Pursue a degree in a relevant field, such as biomedical engineering or materials science.
Engage in internships or co-op programs to gain hands-on experience.
Participate in research projects during my studies to apply theoretical knowledge.
Attend workshops and seminars to stay updated on industry trends and technologies.
Network with professionals in the fi...read more
Asked in Orbit Pharma Laboratories

Q. How many products can you handle at a time?
The number of products that can be handled at a time depends on various factors such as resources, capacity, and efficiency.
The number of products that can be handled at a time may vary depending on the size and complexity of the products.
It is important to consider the available resources and capacity of the research and development team.
Efficiency and time constraints also play a role in determining the number of products that can be handled simultaneously.
For example, a sm...read more

Asked in Capgemini

Q. What is exception handling in Java?
Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.
Exception handling allows developers to gracefully handle errors that occur during program execution.
In Java, exceptions are objects that are thrown when an error occurs.
Developers can use try, catch, and finally blocks to handle exceptions.
Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }
Example: finally { // code that will always ...read more


Q. What is the structure of a Java program?
The structure of a Java program includes classes, methods, variables, and packages.
Java program starts with a class definition, which includes methods and variables.
Methods contain the code that defines the behavior of the program.
Variables are used to store data within the program.
Packages are used to organize classes and provide a namespace for the program.
Example: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); }}


Q. Why do we use activation functions?
Activation functions introduce non-linearity to neural networks, enabling them to learn complex patterns and relationships.
Activation functions help neural networks to learn complex patterns and relationships by introducing non-linearity.
They ensure that the output of each neuron is mapped to a specific range, allowing for better learning and generalization.
Common activation functions include ReLU, Sigmoid, Tanh, and Softmax.
Without activation functions, neural networks would...read more

Asked in Siemens

Q. What are the differences between MongoDB and relational models?
MongoDB is a NoSQL database while the relational model is based on tables and SQL.
MongoDB is schema-less, allowing flexible and dynamic data structures.
Relational databases use a fixed schema with predefined tables and columns.
MongoDB uses a document-based model, storing data in JSON-like documents.
Relational databases use a tabular model, storing data in rows and columns.
MongoDB supports horizontal scalability and distributed data storage.
Relational databases are typically v...read more

Asked in Philips

Q. What does Philips HIC do?
Philips HIC is a research and development center focused on developing innovative healthcare solutions.
Philips HIC stands for Philips Health Innovation Campus
It is located in Bangalore, India
The center focuses on developing healthcare solutions using AI, machine learning, and data analytics
Philips HIC works on projects related to telehealth, radiology, and cardiology
The center collaborates with hospitals, universities, and research institutions to develop new technologies

Asked in Dassault Systemes

Q. Explain OOPs concepts, discussed ach concept in detail.
OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features.

Asked in Dassault Systemes

Q. This interview will include a managerial round and one DSA question related to bits.
The question involves manipulating bits to solve a problem, often requiring knowledge of bitwise operations.
Understand bitwise operators: AND (&), OR (|), XOR (^), NOT (~).
Example: XOR can be used to find the unique number in an array where every other number appears twice.
Practice common bit manipulation problems like counting set bits or finding the ith bit.
Use bit shifting (<<, >>) for efficient multiplication or division by powers of two.

Asked in Maruti Suzuki

Q. Basic manufacturing processes..?
Basic manufacturing processes include casting, forging, machining, and welding.
Casting involves pouring molten metal into a mold to create a specific shape.
Forging involves shaping metal by applying pressure and heat.
Machining involves using tools to remove material from a workpiece to create a desired shape.
Welding involves joining two pieces of metal together using heat and pressure.

Asked in Maruti Suzuki

Q. Explain the auto alignment of steering.
Auto alignment of steering is a process where the vehicle's wheels are adjusted to ensure they are pointing in the correct direction.
Auto alignment helps to improve the handling and stability of the vehicle.
It can also prevent uneven tire wear and improve fuel efficiency.
There are three main types of alignment: front-end, thrust, and four-wheel.
Alignment can be affected by hitting potholes, curbs, or other obstacles.
Regular alignment checks can help prolong the life of your t...read more

Asked in Hero MotoCorp

Q. How do you calculate power flow in a system?
Power flow in a system is calculated using power flow analysis which involves solving a set of equations.
Power flow analysis involves solving a set of nonlinear equations
The equations are solved using iterative methods such as Newton-Raphson method
The power flow solution gives the voltage magnitude and phase angle at each bus and the power flow on each transmission line
The power flow solution is used to analyze the performance of the system and identify potential problems

Asked in JSW Steel

Q. strength of materials
Strength of materials is the study of how materials behave under different forces and loads.
Strength of materials involves analyzing the stress and strain of materials.
It helps in designing structures that can withstand different forces and loads.
Examples include calculating the load-bearing capacity of a bridge or determining the strength of a material used in manufacturing.
It is important in fields like civil engineering, mechanical engineering, and material science.
Underst...read more

Asked in Smile Electronics

Q. What do you know about electronics?
I have a strong understanding of electronics, including circuit design, components, and troubleshooting techniques.
Knowledge of basic electronic components such as resistors, capacitors, and transistors
Understanding of circuit design principles and analysis techniques
Experience with troubleshooting electronic circuits and systems
Familiarity with electronic testing equipment such as multimeters and oscilloscopes
Awareness of digital electronics and microcontrollers


Q. What is the digestar process?
Digestar process is a method used in biotechnology to break down organic matter into simpler compounds.
Digestar process involves the use of enzymes to break down complex molecules into smaller components.
It is commonly used in the production of biofuels from agricultural waste.
The process is similar to digestion in the human body, where enzymes break down food into nutrients.

Asked in Axtria

Q. What is your area of interest?
My area of interest is artificial intelligence and machine learning.
Developing algorithms for natural language processing
Creating predictive models for financial markets
Exploring the potential of deep learning in image recognition
Applying machine learning to healthcare data for personalized medicine
Interview Experiences of Popular Companies








Reviews
Interviews
Salaries
Users

