Upload Button Icon Add office photos

Filter interviews by

Renu Electronics Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Renu Electronics Interview Questions and Answers

View all 8 questions

Renu Electronics Interview Experiences

Popular Designations

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

Embedded Developer Interview Questions asked at other Companies

Q1. What is the difference betwe en nill pointer and void pointer
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between spi and i2c

Embedded Software Developer Interview Questions asked at other Companies

Q1. How many result cases are possible when to find maximum of three numbers. This is tricky question
View answer (3)
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

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Renu Electronics interview questions for popular designations

 Software Engineer

 (1)

 Senior Quality Engineer

 (1)

 Embedded Software Developer

 (1)

 Embedded Developer

 (1)

 SMT Technician

 (1)

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.

SMT Technician Interview Questions asked at other Companies

Q1. What meaning of SMT
View answer (11)

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
  • 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two coding questions along with 10 technical mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions like printing inverted pyramid
  • Q2. All the key concepts in C#
  • Ans. 

    Key concepts in C# include classes, objects, inheritance, polymorphism, encapsulation, and exception handling.

    • Classes: Blueprint for creating objects

    • Objects: Instances of classes that hold data and behavior

    • Inheritance: Allows a class to inherit properties and methods from another class

    • Polymorphism: Ability to use a single interface to represent different types of objects

    • Encapsulation: Bundling of data and methods into ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General attitude related questions
  • Q2. Questions related to work ethics you practice

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. One hour test: 1. probability 2. rendering in 3D grahics 3. puzzles
Round 3 - One-on-one 

(1 Question)

  • Q1. Projects worked on in preview company
  • Ans. 

    I have worked on various projects in my previous company.

    • Developed a web application for managing customer orders and inventory.

    • Implemented a machine learning algorithm for predicting customer churn.

    • Collaborated with a team to build a mobile app for tracking fitness activities.

    • Designed and implemented a scalable backend system for processing large amounts of data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go via reference of existing employee. Revise the geometry, vector mathematics, transformations

Software Engineer Interview Questions & Answers

Renishaw user image BT19MEC005 Afzal Ali

posted on 25 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked many questions from almost all subjects of mechanical engineering after starting from favorite subject.
Round 3 - Technical 

(1 Question)

  • Q1. Analysis of few mechanical systems. Degree of freedoms, dynamics of machine, trigonometry, geometry, vector algebra etc. Later fee computer science fundamentals were asked followed by bit more level of dsa...
Round 4 - HR 

(1 Question)

  • Q1. Why you want to work here. What makes you more preferable candidate than others. Are you willing to work from pune. Explained working culture and asked if I am comfortable with it. Salary expectations etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are getting better salary offer than this one, choose the other one. If you're expected salary hike here then you'll have to look for opportunities outside this company. Work culture and overall atmosphere are considerably good. Good place to start as software engineer if you're an mechanical engineer.

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 HR.
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.

Renu Electronics Interview Process

based on 8 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

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

Renu Electronics Reviews and Ratings

based on 92 reviews

3.6/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.0

Salary

3.1

Job security

3.1

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 92 Reviews and Ratings
Embedded Engineer
28 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Software Engineer
21 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Applications Engineer
13 salaries
unlock blur

₹3.6 L/yr - ₹6.2 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Quality Engineer
9 salaries
unlock blur

₹1.5 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Renu Electronics with

TMEIC

3.9
Compare

Marine Electricals

3.7
Compare

Agiliad Technologies

3.6
Compare

Rexel

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview