R&D Engineer

10+ R&D Engineer Interview Questions and Answers for Freshers

Updated 4 Aug 2024
search-icon

Q1. give some ideal characteristics of opamp. what is CMRR. what is the practical significance of CMRR. why the input impedance must be large. what is impedance matching, why it has to be done. what is MPTT and its...

read more
Ans.

Answering questions related to ideal characteristics of opamp, CMRR, input impedance, impedance matching, MPTT, and significance of opamp in D-A and A-D convertors.

  • Ideal characteristics of opamp include high gain, high input impedance, low output impedance, and low noise.

  • CMRR stands for Common Mode Rejection Ratio and it measures the ability of an opamp to reject common mode signals.

  • The practical significance of CMRR is that it helps in reducing noise and interference in the ...read more

Q2. draw and explain a full wave bridge rectifier. explain the losses in transformer and working principle of it. why the filters are used etc. and about Zener diode characteristics and its usage as regulator

Ans.

Explanation of full wave bridge rectifier, transformer losses, filter usage, and Zener diode as regulator.

  • Full wave bridge rectifier converts AC to DC using four diodes arranged in a bridge configuration

  • Transformer losses occur due to core saturation and resistance in the windings

  • Filters are used to smooth out the DC output and reduce ripple

  • Zener diode operates in reverse breakdown region and maintains a constant voltage output

  • Zener diode can be used as a voltage regulator in...read more

Q3. what are the features of 8086 and compare it with the present processors. why processors in personal computers cant be used in mobiles. recent technologies in mobile storage devices and displays (and some more...

read more
Ans.

Comparison of 8086 with present processors and why PC processors can't be used in mobiles

  • 8086 had a 16-bit data bus and 20-bit address bus, while modern processors have 64-bit data bus and 48-bit address bus

  • 8086 had a clock speed of 5-10 MHz, while modern processors have clock speeds in GHz

  • Mobile processors are designed to be power-efficient and have lower clock speeds compared to PC processors

  • Mobile devices use different storage technologies like eMMC, UFS, and NVMe SSDs

  • Mobi...read more

Q4. 3 Bulbs 3 switches, how do you know which is for what without seeing

Ans.

You can turn on one switch for a few minutes, turn it off and turn on another switch. The remaining switch will be for the third bulb.

  • Turn on switch 1 and leave it on for a few minutes

  • Turn off switch 1 and turn on switch 2

  • Leave switch 2 on for a few minutes

  • Turn off switch 2 and turn on switch 3

  • The bulb that is off and warm to the touch is connected to switch 1

  • The bulb that is on is connected to switch 2

  • The bulb that is off and cold to the touch is connected to switch 3

Are these interview questions helpful?

Q5. Rotate array clockwise K times, implement binary search

Ans.

Rotate array clockwise K times, implement binary search

  • Rotate the array by reversing the array and then reversing the first K elements and then reversing the remaining elements

  • Implement binary search by dividing the array into two halves and comparing the middle element with the target

  • Repeat the binary search until the target is found or the array is exhausted

Q6. Puzzles, cake cut 3 times into 8 equal pieces how

Ans.

Cake can be cut into 8 equal pieces by making 3 cuts.

  • Make two cuts to divide the cake into quarters, then make a third cut through all quarters to get 8 equal pieces.

  • Each cut should be made perpendicular to the previous cut.

  • The size of the cake does not matter as long as it is a cylindrical or rectangular shape.

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. Write the program for singleton design pattern

Ans.

Singleton design pattern ensures only one instance of a class is created and provides a global point of access to it.

  • Create a private constructor to prevent direct instantiation of the class

  • Create a private static instance of the class

  • Create a public static method to access the instance

  • Ensure thread safety by using synchronized keyword or static initialization block

  • Example: Database connection manager

Q8. Implement linked list and its operations

Ans.

A linked list is a data structure where each element points to the next element. Operations include insertion, deletion, and traversal.

  • To insert a new element, create a new node and update the pointers of the previous and next nodes.

  • To delete an element, update the pointers of the previous and next nodes to skip the node to be deleted.

  • Traversal involves starting at the head node and following the pointers to each subsequent node.

R&D Engineer Jobs

R&D Engineer 5-10 years
ABB INDIA LIMITED
4.1
Nashik
R&D Engineer 0-6 years
VMware India
4.4
Bangalore / Bengaluru
R&D Engineer IC Design 4-7 years
VMware India
4.4
Bangalore / Bengaluru

Q9. Sort the list of alphanumeric values

Ans.

Sort a list of alphanumeric values.

  • Use a sorting algorithm to sort the array of strings.

  • If the values are case-insensitive, convert them to lowercase before sorting.

  • If the values contain numbers, use a natural sorting algorithm to sort them.

  • If the values contain special characters, consider their ASCII values while sorting.

Q10. What do you know about python?

Ans.

Python is a high-level programming language known for its simplicity and readability.

  • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

  • It has a large standard library and supports multiple programming paradigms.

  • Python uses indentation to define code blocks, making it easy to read and write.

  • Popular frameworks and libraries in Python include Django, Flask, NumPy, and pandas.

Q11. What are you know about electronic.

Ans.

Electronics involves the study and application of electrical circuits and devices.

  • Electronics deals with the flow of electrons in circuits

  • It includes components like resistors, capacitors, transistors, and integrated circuits

  • Knowledge of electronic principles is essential for designing and troubleshooting electronic systems

  • Examples of electronic devices include smartphones, computers, and televisions

Q12. Circuits, it's features, configuration

Ans.

Circuits are arrangements of electronic components that allow the flow of electric current.

  • Circuits can be classified as series, parallel, or a combination of both.

  • They can be configured using resistors, capacitors, inductors, and transistors.

  • Circuits can be designed for specific functions such as amplification, filtering, and oscillation.

  • Examples of circuits include power supplies, audio amplifiers, and radio receivers.

Q13. Explain ur technical interests?

Ans.

My technical interests lie in the fields of artificial intelligence, machine learning, and robotics.

  • I am particularly interested in developing algorithms for autonomous systems.

  • I enjoy working on projects that involve computer vision and natural language processing.

  • I have a passion for exploring the intersection of technology and healthcare, such as developing medical imaging analysis tools.

Q14. Reverse a linked list

Ans.

Reverse a linked list

  • Iteratively swap the next and previous pointers of each node

  • Recursively swap the next and previous pointers of each node

  • Use a stack to push each node and then pop them to create the reversed list

Frequently asked in,

Q15. Make your own immutable class

Ans.

An immutable class is a class whose instances cannot be modified after creation.

  • Make all fields private and final

  • Do not provide any setters

  • Make the class final so that it cannot be subclassed

  • If any mutable object is used as a field, return a copy of it instead of the original object

Q16. Symbols of electronic components

Ans.

Symbols of electronic components are used to represent various electrical and electronic devices in circuit diagrams.

  • Resistor: zigzag line

  • Capacitor: two parallel lines

  • Diode: triangle with a line

  • Transistor: three arrows

  • LED: two arrows pointing away from each other

Q17. explain gd&t in brief

Ans.

GD&T is a symbolic language used to communicate design intent and tolerances on engineering drawings.

  • GD&T stands for Geometric Dimensioning and Tolerancing

  • It uses symbols and annotations to specify the allowable variation in form, orientation, and location of features on a part

  • It ensures that parts are manufactured to the correct dimensions and fit together properly

  • Examples of GD&T symbols include concentricity, perpendicularity, and position

  • GD&T is widely used in industries ...read more

Q18. Transistor as a switch

Ans.

A transistor can act as a switch by controlling the flow of current between its collector and emitter terminals.

  • Transistor operates in two states: cutoff (off) and saturation (on)

  • Base current controls the flow of current between collector and emitter

  • Used in digital circuits to control the flow of electricity

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.9
 • 560 Interviews
4.1
 • 274 Interviews
4.3
 • 111 Interviews
3.9
 • 89 Interviews
3.8
 • 10 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

R&D Engineer 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

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