Upload Button Icon Add office photos

Renu Electronics

Compare button icon Compare button icon Compare

Filter interviews by

Renu Electronics Interview Questions and Answers

Updated 23 Dec 2024
Popular Designations

9 Interview questions

An Embedded Software Developer was asked 6mo ago
Q. What are the differences between SPI and I2C?
Ans. 

SPI and I2C are both serial communication protocols used for connecting microcontrollers and peripherals.

  • SPI (Serial Peripheral Interface) uses a master-slave architecture with separate lines for data, clock, and chip select.

  • I2C (Inter-Integrated Circuit) uses a two-wire interface (SDA for data, SCL for clock) and supports multiple devices on the same bus.

  • SPI is generally faster than I2C, with speeds up to several...

View all Embedded Software Developer interview questions
A Senior Quality Engineer was asked 12mo ago
Q. What are the 7 QC tools?
Ans. 

7QC tools are a set of quality control tools used for process improvement and problem-solving in manufacturing and other industries.

  • Check sheets: Used to collect and analyze data in a systematic way.

  • Histograms: Visual representation of data distribution.

  • Pareto charts: Helps identify the most significant factors contributing to a problem.

  • Cause-and-effect diagrams: Also known as fishbone diagrams, used to identify r...

View all Senior Quality Engineer interview questions
A Senior Quality Engineer was asked 12mo ago
Q. What is an 8D report?
Ans. 

8D report is a problem-solving methodology used to identify, correct, and prevent recurring problems in manufacturing or service industries.

  • 8D stands for 8 disciplines, each representing a step in the problem-solving process

  • It involves identifying the problem, forming a team, implementing temporary and permanent corrective actions, and preventing recurrence

  • Examples of tools used in 8D reports include fishbone diag...

View all Senior Quality Engineer interview questions
A Senior Quality Engineer was asked 12mo ago
Q. How are TH resistors color coded?
Ans. 

Colour coding of TH resistors is a system of using coloured bands to indicate the resistance value and tolerance of the resistor.

  • TH resistors have 4 bands - the first two bands represent the significant digits, the third band represents the multiplier, and the fourth band represents the tolerance.

  • Each colour corresponds to a number - for example, black is 0, brown is 1, red is 2, etc.

  • The first two bands determine ...

View all Senior Quality Engineer interview questions
A SMT Technician was asked
Q. Do you have any knowledge of electronics?
Ans. 

Yes, I have electronic knowledge.

  • I have a degree in Electronics Engineering.

  • I have experience in troubleshooting and repairing electronic devices.

  • I am familiar with electronic components and their functions.

  • I have worked with various electronic testing equipment such as oscilloscopes and multimeters.

View all SMT Technician interview questions
A Software Engineer was asked
Q. Explain the pillars of OOPs. Difference between abstract and interface.
Ans. 

OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism. Abstract classes cannot be instantiated while interfaces cannot have method implementations.

  • Abstraction: Hiding implementation details and showing only necessary information.

  • Encapsulation: Binding data and methods together to protect data from outside interference.

  • Inheritance: Creating new classes from existing ones, inheriting properties ...

View all Software Engineer interview questions
An Embedded Developer was asked
Q. Bit manipulation in
Ans. 

Bit manipulation involves operations on individual bits of binary numbers.

  • Bitwise AND, OR, XOR, and NOT operations are commonly used in bit manipulation.

  • Shifting bits left or right can be used to multiply or divide by powers of 2.

  • Setting or clearing specific bits using masks is another common technique.

  • Example: Setting the 3rd bit of a number to 1 - num |= (1 << 3);

View all Embedded Developer interview questions
Are these interview questions helpful?
An Embedded Developer was asked
Q. Structures in C
Ans. 

Structures in C are user-defined data types that allow for grouping different data types under a single name.

  • Structures can contain variables of different data types, allowing for more complex data organization.

  • They are defined using the 'struct' keyword.

  • Example: struct Person { char name[50]; int age; float salary; };

  • Individual members of a structure can be accessed using the dot operator (.)

  • Example: struct Perso...

View all Embedded Developer interview questions
An Embedded Developer was asked
Q. Data Types in C
Ans. 

Data types in C define the type of data that a variable can hold, such as int, float, char, etc.

  • Basic data types in C include int, float, char, double, and void.

  • Derived data types in C include arrays, pointers, structures, and unions.

  • Examples: int num = 10; float price = 25.50; char letter = 'A'; int arr[5];

View all Embedded Developer interview questions

Renu Electronics Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Basics of C , MCU
  • Q2. Data Types in C
  • Ans. 

    Data types in C define the type of data that a variable can hold, such as int, float, char, etc.

    • Basic data types in C include int, float, char, double, and void.

    • Derived data types in C include arrays, pointers, structures, and unions.

    • Examples: int num = 10; float price = 25.50; char letter = 'A'; int arr[5];

  • Answered by AI
  • Q3. Structures in C
  • Ans. 

    Structures in C are user-defined data types that allow for grouping different data types under a single name.

    • Structures can contain variables of different data types, allowing for more complex data organization.

    • They are defined using the 'struct' keyword.

    • Example: struct Person { char name[50]; int age; float salary; };

    • Individual members of a structure can be accessed using the dot operator (.)

    • Example: struct Person p1;...

  • Answered by AI
  • Q4. Bit manipulation in
  • Ans. 

    Bit manipulation involves operations on individual bits of binary numbers.

    • Bitwise AND, OR, XOR, and NOT operations are commonly used in bit manipulation.

    • Shifting bits left or right can be used to multiply or divide by powers of 2.

    • Setting or clearing specific bits using masks is another common technique.

    • Example: Setting the 3rd bit of a number to 1 - num |= (1 << 3);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare MCU basics and C

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between spi and i2c
  • Ans. 

    SPI and I2C are both serial communication protocols used for connecting microcontrollers and peripherals.

    • SPI (Serial Peripheral Interface) uses a master-slave architecture with separate lines for data, clock, and chip select.

    • I2C (Inter-Integrated Circuit) uses a two-wire interface (SDA for data, SCL for clock) and supports multiple devices on the same bus.

    • SPI is generally faster than I2C, with speeds up to several MHz,...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked very simple basic question
  • Q2. Define colour coding of TH resister?
  • Ans. 

    Colour coding of TH resistors is a system of using coloured bands to indicate the resistance value and tolerance of the resistor.

    • TH resistors have 4 bands - the first two bands represent the significant digits, the third band represents the multiplier, and the fourth band represents the tolerance.

    • Each colour corresponds to a number - for example, black is 0, brown is 1, red is 2, etc.

    • The first two bands determine the r...

  • Answered by AI
  • Q3. What is 8D report ?
  • Ans. 

    8D report is a problem-solving methodology used to identify, correct, and prevent recurring problems in manufacturing or service industries.

    • 8D stands for 8 disciplines, each representing a step in the problem-solving process

    • It involves identifying the problem, forming a team, implementing temporary and permanent corrective actions, and preventing recurrence

    • Examples of tools used in 8D reports include fishbone diagrams,...

  • Answered by AI
  • Q4. What is 7QC tools ?
  • Ans. 

    7QC tools are a set of quality control tools used for process improvement and problem-solving in manufacturing and other industries.

    • Check sheets: Used to collect and analyze data in a systematic way.

    • Histograms: Visual representation of data distribution.

    • Pareto charts: Helps identify the most significant factors contributing to a problem.

    • Cause-and-effect diagrams: Also known as fishbone diagrams, used to identify root c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company good if you are looking for first job & not good for fresher
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of OOPs and core concept of software development like why winform, advantages, need of .net environment and all
  • Q2. Explain the pillars of OOPs. Difference between abstract and interface.
  • Ans. 

    OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism. Abstract classes cannot be instantiated while interfaces cannot have method implementations.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and methods together to protect data from outside interference.

    • Inheritance: Creating new classes from existing ones, inheriting properties and m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Coding Logics like array sorting, triangle patterns.
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectation and Future scope along with company growth.
  • Ans. 

    The salary expectation for a Software Engineer is dependent on experience and skills. Future scope includes career growth and opportunities for advancement within the company.

    • Salary expectation varies based on factors such as experience, skills, and location.

    • Software Engineers with in-demand skills like machine learning or cloud computing can command higher salaries.

    • Future scope includes career growth, opportunities fo...

  • Answered by AI
  • Q2. Why you leave your previous company?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Desire for career advancement

    • Lack of learning and growth opportunities

    • Company culture misalignment

    • Relocation or personal reasons

    • Better compensation or benefits

    • Company downsizing or restructuring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple as you can. No informal discussion be formal and try to explain bit more if u r aware with that topics rather just giving the brief answer.

I applied via Walk-in and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How much Payment required ?
  • Q2. And how much Payment required?
Round 3 - Technical 

(1 Question)

  • Q1. Have any electronic knowledge?
  • Ans. 

    Yes, I have electronic knowledge.

    • I have a degree in Electronics Engineering.

    • I have experience in troubleshooting and repairing electronic devices.

    • I am familiar with electronic components and their functions.

    • I have worked with various electronic testing equipment such as oscilloscopes and multimeters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Actually what i can share about company.
Its good for experience.good for attitude emplement.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Renu Electronics?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. Write net and clean code to print a matrix in spiral order
  • Ans. 

    Print a matrix in spiral order using clean and efficient code

    • Create four variables to keep track of the boundaries of the matrix

    • Use a while loop to iterate through the matrix in a spiral order

    • Print each element as you iterate through the matrix

    • Update the boundaries of the matrix after each iteration

  • Answered by AI
  • Q2. Lot off discussion on project. Lot of questions on python and oops (My project was in Python+django)
  • Q3. He asked me a real time question. You have 1 billion sentences and sentence which will be given by user you have to return maximum matching sentence from 1 billion sentences
  • Ans. 

    Find the most similar sentence from a billion sentences based on user input.

    • Use a text similarity algorithm like cosine similarity or Jaccard index.

    • Preprocess sentences: tokenize, remove stop words, and stem/lemmatize.

    • Utilize efficient data structures like tries or inverted indices for fast lookups.

    • Consider using embeddings (e.g., Word2Vec, BERT) for semantic similarity.

    • Implement a search algorithm that narrows down ca...

  • Answered by AI
  • Q4. Finally he asked me a puzzle which was similar to public private key in cryptography
  • Q5. Lot of questions on c++ and java (eg. what is memory leak)
  • Q6. It was HR round she asked me simple behavior questions

Interview Preparation Tips

Round: Test
Experience: First Round had 15 questions . It contains 5 English questions (reading comprehension) and 10 aptitude.

Tips: Prepare well aptitude and puzzles.
Duration: 30 minutes
Total Questions: 15

Round: Test
Experience: Second round consist 5 data interpretation questions based on data which was given in question paper.
it was pen paper round.
Duration: 15 minutes
Total Questions: 5

Round: Technical Interview
Experience: The Interview Process started with around 15 candidates. First interview run almost one and half hour .

Tips: Be frank with interviewer and ask him all the test cases whichever you are thinking.
Practice write code on paper.
Prepare well string data structure (eg. Trie , Suffix Tree , Suffix Array).
all the best

Round: Technical Interview
Experience: The Interview Process started with around 8 candidates and 3 of them selected.
Tips: Prepare oops concept and basic concept of c and c++(Memory leak , Garbage memory , Dangling pointer ).

Skills: Coding , Presence of mind
College Name: NIT Jalandhar

Skills evaluated in this interview

I appeared for an interview in Oct 2017.

Interview Questionnaire 

4 Questions

  • Q1. Since Its been a long time i had inteview, i don't remember the exact questions. Question related to java. Basically Oops Quetsions MultiThreading Some Logical Question
  • Q2. About the project you have worked on. Language you specified. Some logical coding question. PHP Question As i specified PHP
  • Q3. Question Related to software Engineering like: SDLC Unit Testing Os specific Question Basically the 4th round is totally theoretical.
  • Q4. Nothing about your personal life and interest

Interview Preparation Tips

Round: Test
Experience: Aptitude, Reasoning & computer science

General Tips: Good Interview Experience with Power2SME
Skills: Communication, Problem Solving, Analytical Skills
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Cpp regarding questions, project related questions
  • Q2. Data structure algo of sorting and searching
  • Ans. 

    Sorting and searching are fundamental data structure algorithms used to organize and retrieve data efficiently.

    • Sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and heapsort.

    • Searching algorithms include linear search, binary search, and interpolation search.

    • The choice of algorithm depends on the size and type of data being sorted or searched.

    • Efficient sorting and searching are critical for ...

  • Answered by AI
  • Q3. Basic programs and cso questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1st written, 2nd and 3rd will be managerial round
Interviewee will ask really good level of questions on STL, threading and IPC communications. So prepare accordingly.

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Apti plus tech

Round 3 - Technical 

(1 Question)

  • Q1. Went for 1.3 hr... Maths Puzzle Core
Round 4 - HR 

(5 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What is your family background?
  • Ans. 

    I come from a close-knit family that values education and support, fostering a strong sense of community and collaboration.

    • My parents are both educators, which instilled a love for learning in me from a young age.

    • I have two siblings; we often collaborate on projects, enhancing our problem-solving skills.

    • Family gatherings are frequent, where we share experiences and support each other's goals.

    • My grandparents played a si...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation for good technical interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

8 MCQ Questions
2 Program

Round 2 - Technical 

(1 Question)

  • Q1. Related to C#, WPF, MVVM, all the questions are available on internet
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions related to projects which I worked on.
Round 4 - HR 

(1 Question)

  • Q1. Related to family, work experience and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answer’s and go thorough the company website first.

Renu Electronics Interview FAQs

How many rounds are there in Renu Electronics interview?
Renu Electronics interview process usually has 2 rounds. The most common rounds in the Renu Electronics interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Renu Electronics interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Renu Electronics. The most common topics and skills that interviewers at Renu Electronics expect are C++, .Net, Angular, C and C#.
What are the top questions asked in Renu Electronics interview?

Some of the top questions asked at the Renu Electronics interview -

  1. Explain the pillars of OOPs. Difference between abstract and interfa...read more
  2. Define colour coding of TH resist...read more
  3. Have any electronic knowled...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 8 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

TMEIC Interview Questions
3.9
 • 19 Interviews
Virtuoso Interview Questions
3.7
 • 16 Interviews
Rexel Interview Questions
4.0
 • 12 Interviews
Renishaw Interview Questions
3.9
 • 12 Interviews
Power2sme Interview Questions
4.2
 • 10 Interviews
View all

Renu Electronics Reviews and Ratings

based on 100 reviews

3.7/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.0

Salary

3.3

Job security

3.2

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 100 Reviews and Ratings
Embedded Engineer
21 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Engineer
19 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Applications Engineer
12 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Quality Engineer
9 salaries
unlock blur

₹1.5 L/yr - ₹5.3 L/yr

Senior Sales Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Renu Electronics with

TMEIC

3.9
Compare

Agiliad Technologies

3.5
Compare

Marine Electricals

3.7
Compare

Armstrong Robotics & Technologies Private Limited

3.9
Compare
write
Share an Interview