Upload Button Icon Add office photos

Furukawa Minda Electric

Compare button icon Compare button icon Compare

Filter interviews by

Furukawa Minda Electric Interview Questions and Answers

Updated 18 Feb 2024

Furukawa Minda Electric Interview Experiences

Popular Designations

6 interviews found

Deputy Manager Interview Questions & Answers

user image Manoj Kumar

posted on 18 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. As per job description.
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change?
  • Q2. Bargaining about salary!

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (67)
Round 1 - Technical 

(2 Questions)

  • Q1. Interview nhi hua kisi koi interview nhi hua hai sir
  • Q2. Interview hua hi nhi he
Round 2 - Technical 

(1 Question)

  • Q1. Jab koi interview hua hi nahi hai
Round 3 - Technical 

(1 Question)

  • Q1. Jab koi interview hua hi nahi hai

Interview Preparation Tips

Interview preparation tips for other job seekers - I am very honest person. Mera koi interview nhi hua hai

Associate Technical Consultant Interview Questions asked at other Companies

Q1. Which one is better to store data, Excel or Relation Database System?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2022. 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 

(1 Question)

  • Q1. How much machines in previous company
  • Ans. 

    I managed 20 machines in my previous company, including CNC machines, 3D printers, and assembly lines.

    • Managed a total of 20 machines in previous company

    • Included CNC machines, 3D printers, and assembly lines

    • Ensured smooth operation and maintenance of all machines

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. How many manpower to handle in shift.
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Almost good company to work. Working environment is calm .

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

Team Leader in QA Interview Questions & Answers

user image Ravi Kumar

posted on 10 Jun 2022

I was interviewed before Jun 2021.

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 

(3 Questions)

  • Q1. According to my qualification & work experiance
  • Q2. Related suppy chain managment
  • Q3. Related electrical work

Interview Preparation Tips

Topics to prepare for Furukawa Minda Electric Team Leader in QA interview:
  • Supply Chain Management
  • Store Management
  • Inward
  • Billing sap
  • Team Leading
  • Customer Service
  • Collecton
  • Transportation
Interview preparation tips for other job seekers - I think you must have asking to any one should be related there qualification and there work experience.

Furukawa Minda Electric interview questions for popular designations

 Associate Technical Consultant

 (1)

 Deputy Manager

 (1)

 Production Manager

 (1)

 Senior Engineer

 (1)

quality Enpection Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2022

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Name, adress, reason, and 10 color's name
  • Q2. You can say that your name adress, reason and colors name easly

Interview Preparation Tips

Interview preparation tips for other job seekers - Too easy interview you can crack interview Easily

I applied via Job Fair

Interview Questionnaire 

2 Questions

  • Q1. Briefly Introduction
  • Q2. Projects discussion during study.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work. Mother plant of Spark Group.

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a sequence of n numbers, how can you identify the missing element? For example, in the sequence 1, 2, 4, 5, the missing element is 3.
  • Q2. Identify the next palindrome number Eg: 11 Ans :22
Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you choosing Advance Auto Parts
  • Q2. How do you handle stress
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. Technical Interview 1(1 hour)
  • Q2. What is Constructor, is virtual constructor possible in C++, Virtual destructor with implementation.
  • Ans. 

    Constructor is a special member function used for initializing objects. Virtual constructor is not possible in C++. Virtual destructor can be implemented.

    • Constructor is a special member function with the same name as the class, used for initializing objects.

    • Virtual constructor is not possible in C++ as constructors cannot be virtual.

    • Virtual destructor is possible in C++ and is used to ensure proper cleanup of resources...

  • Answered by AI
  • Q3. Getter setter implementation, implementation of virtual function, difference between encapsulation and abstraction, focus on OOP
  • Ans. 

    Understanding getter setter, virtual function, encapsulation, abstraction in OOP

    • Getter and setter methods are used to access and modify private class members respectively

    • Virtual functions in C++ allow dynamic binding and are overridden in derived classes

    • Encapsulation is bundling data and methods that operate on the data together

    • Abstraction is hiding the complex implementation details and showing only necessary features

    • ...

  • Answered by AI
  • Q4. Current organization projects
  • Ans. 

    Developing embedded software for real-time monitoring system in automotive industry

    • Implementing communication protocols like CAN and LIN

    • Optimizing code for resource-constrained environments

    • Integrating sensors for data collection and analysis

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Purely coding (1 hour 30 min)
  • Q2. What is Friend function, Getter setter, Static variable and static function with implementation
  • Ans. 

    Friend function is a function that is not a member of a class but has access to its private and protected members. Getter setter are methods used to access and modify private variables. Static variables are shared among all instances of a class. Static functions are functions that can be called without an instance of the class.

    • Friend function allows external functions to access private and protected members of a class.

    • ...

  • Answered by AI
  • Q3. Diamond problem program with approach
  • Ans. 

    Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

    • Diamond problem can be resolved using virtual inheritance in C++.

    • Virtual inheritance ensures that only one instance of the common base class is inherited.

    • Example: class A is inherited by classes B and C, then class D inherits from both B and C. Using virtual inheritance for B and C in D resolves the diamo

  • Answered by AI
  • Q4. What is interrupt service routine, watchdog timer, lambda function, baud rate, CAN frame format, spi, Autosar related questions some
  • Ans. 

    Interrupt service routine handles interrupts, watchdog timer resets system if it hangs, lambda function is an anonymous function, baud rate is data transfer rate, CAN frame format is used in Controller Area Network, SPI is Serial Peripheral Interface, Autosar is an automotive software architecture.

    • ISR is a function that handles interrupts from hardware devices

    • Watchdog timer resets the system if it hangs or stops respon...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on OOP with implementation , Projects

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Your expertise in which field
  • Ans. 

    My expertise lies in the field of mechanical engineering with a focus on structural analysis and design.

    • Specialize in structural analysis and design

    • Proficient in CAD software such as AutoCAD and SolidWorks

    • Experience with finite element analysis (FEA)

    • Knowledge of material properties and stress analysis

    • Worked on projects involving designing and testing mechanical components

  • Answered by AI
  • Q2. What is the problem comming in the part at your working company.
  • Ans. 

    The main problem in the part at my working company is frequent breakdowns due to poor quality materials.

    • Frequent breakdowns due to poor quality materials

    • Lack of proper maintenance procedures

    • Inadequate training of maintenance staff

    • Supplier issues with delivering substandard parts

  • Answered by AI
Round 2 - Technical 

(7 Questions)

  • Q1. What is quality.
  • Ans. 

    Quality is the measure of excellence or superiority of something.

    • Quality is meeting or exceeding customer expectations.

    • It involves consistency, reliability, and durability.

    • Quality can be subjective and may vary depending on the context.

    • Examples include high-quality products, services, processes, and experiences.

  • Answered by AI
  • Q2. Rubber property and it's testing
  • Q3. What is your responsibility
  • Ans. 

    As a Sr. Engineer, my responsibility is to lead and manage engineering projects, provide technical expertise, and ensure the successful completion of tasks.

    • Leading and managing engineering projects from conception to completion

    • Providing technical expertise and guidance to team members

    • Ensuring the successful execution of tasks within deadlines and budget constraints

    • Collaborating with cross-functional teams to achieve pr...

  • Answered by AI
  • Q4. How to solve the problem
  • Ans. 

    To solve the problem, first identify the root cause, brainstorm potential solutions, evaluate each solution, implement the best one, and monitor the results.

    • Identify the root cause of the problem by analyzing data and gathering information.

    • Brainstorm potential solutions with a team or individually.

    • Evaluate each solution based on feasibility, cost, and impact.

    • Implement the best solution and monitor the results to ensure...

  • Answered by AI
  • Q5. What is qa and qc
  • Q6. Why do you want to change job.
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges and opportunities for professional growth

    • Interested in working with new technologies or industries

    • Seeking a better work-life balance or company culture

    • Wanting to relocate to a different city or country for personal reasons

  • Answered by AI
  • Q7. What is your aspects from this company
  • Ans. 

    I am impressed by the company's commitment to innovation, strong team culture, and focus on employee development.

    • Innovative projects and technologies being developed

    • Positive team culture and collaboration

    • Opportunities for professional growth and development

    • Company's reputation and success in the industry

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your current salary
  • Ans. 

    I am currently earning a competitive salary based on my experience and qualifications.

    • My current salary is in line with industry standards

    • I am open to discussing compensation based on the responsibilities of the Sr. Engineer role

    • I believe my salary should reflect my skills and contributions to the company

  • Answered by AI
  • Q2. What is the aspect
  • Ans. 

    The aspect refers to a particular part or feature of something.

    • Aspect is a specific element or characteristic of a subject or situation.

    • It can also refer to a particular way in which something can be viewed or interpreted.

    • For example, in engineering, the aspect of a design could refer to its functionality, aesthetics, or cost-effectiveness.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Joining date and relieving letter
  • Q2. Dd documents verification
Round 5 - HR 

(2 Questions)

  • Q1. Resignation from working company
  • Q2. Provided offer letter of the minda tg
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Which machine used?
  • Ans. 

    Various machines are used in engineering, depending on the specific task at hand.

    • Milling machines are used for cutting and shaping solid materials.

    • Lathe machines are used for shaping metal or wood by rotating the workpiece against a cutting tool.

    • Drilling machines are used for creating holes in materials.

    • Grinding machines are used for finishing workpieces by removing excess material.

    • CNC machines are computer-controlled

  • Answered by AI
  • Q2. What part manufacturers?
  • Ans. 

    Part manufacturers are companies that produce components or parts used in various products.

    • Part manufacturers specialize in producing specific components or parts.

    • They often work with engineers to design and create custom parts.

    • Examples include companies that manufacture screws, gears, circuit boards, etc.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Semiauto or robotic machine?
  • Q2. Minimum and maximum tonnage machine how much?
  • Ans. 

    The minimum and maximum tonnage of a machine depends on its type and purpose.

    • Minimum and maximum tonnage can vary greatly depending on the type of machine (e.g. hydraulic press, injection molding machine)

    • For example, a hydraulic press may have a minimum tonnage of 10 tons and a maximum tonnage of 500 tons

    • It is important to consider the intended use of the machine when determining the appropriate tonnage range

  • Answered by AI

Furukawa Minda Electric Interview FAQs

How many rounds are there in Furukawa Minda Electric interview?
Furukawa Minda Electric interview process usually has 2-3 rounds. The most common rounds in the Furukawa Minda Electric interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Furukawa Minda Electric interview?

Some of the top questions asked at the Furukawa Minda Electric interview -

  1. Name, adress, reason, and 10 color's n...read more
  2. Interview nhi hua kisi koi interview nhi hua hai ...read more
  3. You can say that your name adress, reason and colors name ea...read more

Tell us how to improve this page.

Furukawa Minda Electric Interview Process

based on 11 interviews

Interview experience

2.9
  
Poor
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 334 Interviews
Varroc Group Interview Questions
3.6
 • 172 Interviews
Exide Industries Interview Questions
3.5
 • 166 Interviews
Valeo Interview Questions
4.0
 • 88 Interviews
DENSO Interview Questions
4.1
 • 72 Interviews
Lucas-TVS Interview Questions
3.9
 • 71 Interviews
Bharat Forge Interview Questions
3.9
 • 55 Interviews
View all

Furukawa Minda Electric Reviews and Ratings

based on 286 reviews

4.1/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.6

Salary

3.9

Job security

3.9

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 286 Reviews and Ratings
Diploma Trainee Engineer
73 salaries
unlock blur

₹1.3 L/yr - ₹2.6 L/yr

Assistant Manager
53 salaries
unlock blur

₹5.5 L/yr - ₹8.4 L/yr

Engineer
24 salaries
unlock blur

₹2.6 L/yr - ₹4.9 L/yr

Senior Engineer
23 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Deputy Manager
23 salaries
unlock blur

₹6.4 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Furukawa Minda Electric with

DENSO

4.1
Compare

Bosch

4.2
Compare

Samvardhana Motherson Group

3.8
Compare

Valeo

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