Upload Button Icon Add office photos

Molex

Compare button icon Compare button icon Compare

Filter interviews by

Molex Interview Questions and Answers

Updated 25 Jun 2025
Popular Designations

25 Interview questions

A PCB Design Engineer was asked 3mo ago
Q. What is the design flow for printed circuit board (PCB) design?
Ans. 

PCB design flow involves several stages from concept to manufacturing, ensuring functionality and manufacturability.

  • 1. Requirements Gathering: Define specifications, such as size, functionality, and environmental conditions.

  • 2. Schematic Design: Create a circuit diagram using software like Altium Designer or Eagle.

  • 3. Component Selection: Choose appropriate components based on specifications and availability.

  • 4. PCB ...

View all PCB Design Engineer interview questions
A Graduate Trainee was asked 3mo ago
Q. How would you build chatbots for different kinds of users?
Ans. 

Building chatbots for diverse users involves understanding their needs, preferences, and contexts to enhance user experience.

  • Identify user personas: Understand different user types (e.g., tech-savvy vs. non-tech-savvy) to tailor interactions.

  • Utilize natural language processing: Implement NLP to understand and respond to user queries in a conversational manner.

  • Incorporate user feedback: Regularly collect and analyz...

View all Graduate Trainee interview questions
A Graduate Trainee was asked 3mo ago
Q. Tell me about the Software Development Life Cycle and how you use it in projects.
Ans. 

The Software Development Life Cycle (SDLC) outlines the stages of software development, ensuring systematic project management.

  • 1. Requirements Gathering: Identify user needs through surveys or interviews. Example: Collecting requirements for a new mobile app.

  • 2. Design: Create architecture and design specifications. Example: Developing wireframes for a web application.

  • 3. Implementation: Write and compile code based...

View all Graduate Trainee interview questions
An Analyst was asked 6mo ago
Q. Please introduce yourself.
Ans. 

Analytical thinker with a strong background in data analysis, problem-solving, and effective communication skills.

  • Educational Background: Bachelor's degree in Economics, focusing on data analysis and statistics.

  • Professional Experience: Worked as a data analyst intern at XYZ Corp, where I improved reporting efficiency by 30%.

  • Technical Skills: Proficient in Excel, SQL, and Python for data manipulation and visualizat...

View all Analyst interview questions
A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What is the get method?
Ans. 

The get method is a function used to retrieve the value of a specified property from an object.

  • Used in JavaScript to access the value of a property in an object

  • Syntax: objectName.propertyName

  • Example: var person = {name: 'John', age: 30}; console.log(person.name); // Output: John

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What is a decorator?
Ans. 

A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

  • Decorators are used to modify the behavior of functions or methods.

  • They are commonly used in Python to add functionality to existing functions or classes.

  • Decorators are implemented using the @ symbol followed by the ...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What is the difference between a list and a tuple?
Ans. 

List is mutable, tuple is immutable in Python.

  • List is defined using square brackets [], tuple using parentheses ().

  • Elements in list can be changed, added, or removed. Tuple elements are fixed.

  • List is used for homogeneous data, tuple for heterogeneous data.

  • Example: list_example = [1, 2, 3], tuple_example = (1, 'a', True)

View all Graduate Engineer Trainee (Get) interview questions
Are these interview questions helpful?
A SAP Consultant was asked 9mo ago
Q. What is material management?
Ans. 

Material management involves planning, organizing, and controlling the flow of materials from procurement to consumption.

  • Involves procurement, storage, and distribution of materials

  • Ensures availability of materials for production or service delivery

  • Optimizes inventory levels to minimize costs and meet demand

  • Utilizes software like SAP MM for efficient management

View all SAP Consultant interview questions
A Mechanical Engineer was asked 12mo ago
Q. What interests you about Molex and its products?
Ans. 

I am interested in Molex and its products because of their innovative technology and impact on various industries.

  • Innovative technology used in Molex products

  • Impact of Molex products on various industries

  • Opportunities for growth and learning at Molex

  • Strong reputation and history of success

View all Mechanical Engineer interview questions
A Cell Leader was asked
Q. What are the responsibilities of a cell leader?
Ans. 

Cell leaders are responsible for guiding teams, ensuring effective communication, and driving project success within their cells.

  • Facilitate team meetings to discuss progress and challenges.

  • Assign tasks based on team members' strengths and expertise.

  • Monitor project timelines and ensure deadlines are met.

  • Encourage collaboration and open communication among team members.

  • Provide feedback and support to help team membe...

View all Cell Leader interview questions

Molex Interview Experiences

58 interviews found

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 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 

(3 Questions)

  • Q1. Related to sap mm basic
  • Q2. Procurement cycle, master data and transaction data
  • Q3. Material master, vendor master, Purchase info record, source list, purchase requisition, purchase order

Interview Preparation Tips

Topics to prepare for Molex SAP MM Associate interview:
  • SAP MM Module
  • Procure to pay
Interview preparation tips for other job seekers - As a fresher,i have ability to learn new things quickly, being productive I will fulfill my work given by respective manager effective on time, I will punctual and dedicated to my work.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List is defined using square brackets [], tuple using parentheses ().

    • Elements in list can be changed, added, or removed. Tuple elements are fixed.

    • List is used for homogeneous data, tuple for heterogeneous data.

    • Example: list_example = [1, 2, 3], tuple_example = (1, 'a', True)

  • Answered by AI
  • Q2. What is decorator
  • Ans. 

    A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

    • Decorators are used to modify the behavior of functions or methods.

    • They are commonly used in Python to add functionality to existing functions or classes.

    • Decorators are implemented using the @ symbol followed by the decor...

  • Answered by AI
  • Q3. What is get method
  • Ans. 

    The get method is a function used to retrieve the value of a specified property from an object.

    • Used in JavaScript to access the value of a property in an object

    • Syntax: objectName.propertyName

    • Example: var person = {name: 'John', age: 30}; console.log(person.name); // Output: John

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Telme about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have always been supportive of my education and career choices.

    • I have a younger sister who is currently studying in college.

    • We enjoy spending quality time together on weekends, whether it's going for a hike or watching movies at home.

  • Answered by AI
  • Q2. What's the most sequent sentence you used in the your life and success
  • Ans. 

    The sentence 'Never stop learning' has guided my journey, fostering growth and adaptability in my career.

    • Embraced continuous education: Enrolled in online courses to enhance my technical skills.

    • Adapted to challenges: When faced with a complex project, I sought mentorship to learn new strategies.

    • Cultivated a growth mindset: Regularly read industry-related books and articles to stay updated.

    • Networked with professionals: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare with your resume topics what you mentioned in the resume and be in practical knowledge in the real time examples.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sheet metal and plastic defects
  • Q2. Sheet metal thumb rules
  • Q3. Surface treatment for sheet metal and plastics
  • Ans. 

    Surface treatment methods for sheet metal and plastics include painting, powder coating, anodizing, and plating.

    • Painting: Provides a decorative finish and corrosion protection. Can be done manually or through automated processes.

    • Powder coating: Applied as a dry powder and then cured under heat to form a hard finish. Offers durability and resistance to chipping and scratching.

    • Anodizing: Creates a protective oxide layer ...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. About yourself and management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be very tough
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. PPAP related all the question
  • Q2. APQP related all the question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Self introduction
  • Q2. About the project and it's technologies
  • Q3. Mechanical Engineering basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What material management
  • Ans. 

    Material management involves planning, organizing, and controlling the flow of materials from procurement to consumption.

    • Involves procurement, storage, and distribution of materials

    • Ensures availability of materials for production or service delivery

    • Optimizes inventory levels to minimize costs and meet demand

    • Utilizes software like SAP MM for efficient management

  • Answered by AI
  • Q2. What is supply chain management
  • Ans. 

    Supply chain management involves the coordination and optimization of processes involved in sourcing, production, and distribution of goods and services.

    • Involves planning, sourcing, making, delivering, and returning products

    • Focuses on efficiency, cost reduction, and customer satisfaction

    • Utilizes technology like ERP systems for real-time tracking and optimization

    • Examples include inventory management, demand forecasting,...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Types of supply chain management
  • Ans. 

    Types of supply chain management include strategic, operational, and tactical.

    • Strategic supply chain management focuses on long-term planning and decision-making.

    • Operational supply chain management involves day-to-day processes and activities.

    • Tactical supply chain management deals with short-term adjustments and improvements.

    • Examples: Just-in-time inventory management, vendor-managed inventory, cross-docking.

  • Answered by AI
  • Q2. Roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication is important
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About Experience and Previous projects
  • Q2. Basic of Components and Circuits
Round 2 - Technical 

(2 Questions)

  • Q1. General questions
  • Q2. Power supply circuits and microcontroller based
Round 3 - Case Study 

About behaviour and handling problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Molex is the one of the company, not for long term. To much politics. Don't join.

Lab Technician Interview Questions & Answers

user image Basavaraj R

posted on 21 May 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Based on your skills
  • Q2. Based on JD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What kind FPGAs used, tell me difference
  • Ans. 

    FPGAs are Field-Programmable Gate Arrays used in hardware design. They can be categorized as SRAM-based, Flash-based, or Antifuse-based.

    • SRAM-based FPGAs are volatile and require reprogramming every time they power up. Examples include Xilinx Virtex series.

    • Flash-based FPGAs are non-volatile and retain their configuration even when powered off. Examples include Actel ProASIC3 series.

    • Antifuse-based FPGAs are OTP (One-Time...

  • Answered by AI
  • Q2. Calculation of Decoupling analysis
  • Ans. 

    Decoupling analysis involves calculating the required capacitance to maintain stable voltage levels in a circuit.

    • Decoupling analysis is essential for ensuring stable power supply in electronic circuits.

    • It involves calculating the amount of capacitance needed to filter out noise and maintain voltage levels.

    • Decoupling capacitors are placed strategically in a circuit to provide this filtering effect.

    • The formula for calcul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare based on company where you are applying

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is the design flow for printed circuit board (PCB) design?
  • Ans. 

    PCB design flow involves several stages from concept to manufacturing, ensuring functionality and manufacturability.

    • 1. Requirements Gathering: Define specifications, such as size, functionality, and environmental conditions.

    • 2. Schematic Design: Create a circuit diagram using software like Altium Designer or Eagle.

    • 3. Component Selection: Choose appropriate components based on specifications and availability.

    • 4. PCB Layou...

  • Answered by AI
  • Q2. Questions regarding my Academic Project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic angular questions
  • Q2. Basic js questions

Top trending discussions

View All
Interview Tips & Stories
2w
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 Molex?
Ask anonymously on communities.

Molex Interview FAQs

How many rounds are there in Molex interview?
Molex interview process usually has 2-3 rounds. The most common rounds in the Molex interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Molex 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 Molex. The most common topics and skills that interviewers at Molex expect are Project Management, Six Sigma, Customer Service, Design Engineering and Kaizen.
What are the top questions asked in Molex interview?

Some of the top questions asked at the Molex interview -

  1. What is MSA, GAGE R and R, What is output in GRR, what will be be change based ...read more
  2. what is SPC, How we will calculate Cp and Cpk, Difference b/w sigma and Std dev...read more
  3. What is the design flow for printed circuit board (PCB) desi...read more
What are the most common questions asked in Molex HR round?

The most common HR questions asked in Molex interview are -

  1. Why are you looking for a chan...read more
  2. Share details of your previous j...read more
How long is the Molex interview process?

The duration of Molex interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 52 interview experiences

Difficulty level

Easy 13%
Moderate 71%
Hard 17%

Duration

Less than 2 weeks 63%
2-4 weeks 29%
4-6 weeks 8%
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 271 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Texas Instruments Interview Questions
3.9
 • 126 Interviews
Synopsys Interview Questions
3.9
 • 95 Interviews
Tessolve Interview Questions
3.5
 • 56 Interviews
Lam Research Interview Questions
3.7
 • 50 Interviews
View all

Molex Reviews and Ratings

based on 639 reviews

3.9/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.6

Salary

3.6

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 639 Reviews and Ratings
Product Design Engineer
96 salaries
unlock blur

₹5.8 L/yr - ₹10.9 L/yr

Analyst
75 salaries
unlock blur

₹3.7 L/yr - ₹6.6 L/yr

Design Engineer
65 salaries
unlock blur

₹5.8 L/yr - ₹13.2 L/yr

Quality Inspector
65 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Trainee Operator
57 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Molex with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Apar Industries

4.1
Compare

TDK India Private Limited

3.8
Compare
write
Share an Interview