Upload Button Icon Add office photos

Molex

Compare button icon Compare button icon Compare

Filter interviews by

Molex Team Lead Interview Questions and Answers

Updated 5 May 2024

Molex Team Lead Interview Experiences

2 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 5 May 2024

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why are you leaving current job
Round 2 - Technical 

(1 Question)

  • Q1. Questions about Product, work experience, projects involved, contribution to project
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one with global Engineering manager on team lead capabilities, conflict management, talent assesment, team development, learning, training,

Interview Preparation Tips

Topics to prepare for Molex Team Lead interview:
  • 3D CAD
  • Tolerancestudy
  • GD &T
  • 8D
  • DFMEA
  • DVP
  • Validation
  • Sampling
  • Prototyping
  • CAE
Interview preparation tips for other job seekers - Be very truthful about reason for job change, Be aware of job relevant technical and inter personal skills, confident and truthful while answering the questions

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2017

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced team leader with a passion for motivating and guiding my team towards success.

    • Experienced in leading teams towards achieving goals

    • Skilled in motivating team members

    • Passionate about guiding and mentoring others

  • Answered by AI
  • Q2. How you will control absentism
  • Ans. 

    To control absenteeism, implement policies, improve work environment, provide incentives, and track attendance.

    • Implement strict attendance policies and communicate them clearly to all team members.

    • Create a positive work environment that encourages employee engagement and satisfaction.

    • Offer incentives such as rewards or recognition for good attendance.

    • Track attendance regularly and address any patterns of absenteeism th...

  • Answered by AI
  • Q3. What is your roles and respondsiblities
  • Ans. 

    As a Team Leader, my roles and responsibilities include overseeing team performance, providing guidance and support, and ensuring project deadlines are met.

    • Overseeing team performance and productivity

    • Providing guidance and support to team members

    • Ensuring project deadlines are met

    • Communicating with upper management to report progress and issues

    • Resolving conflicts within the team

    • Training and developing team members

  • Answered by AI

Team Lead Interview Questions Asked at Other Companies

Q1. write a java program to get maxing profit by buying and selling a ... read more
Q2. 1: What does Test Strategy means ? Test strategy is a document wh ... read more
asked in Delhivery
Q3. How will you calculate volume of a shipment?
Q4. 1) What happens when two positively charged material is placed to ... read more
Q5. A baseball bat and a ball cost 110together, and the bat costs 100 ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abinitio job related questions
  • Q2. Sql queriea for various scenarios
Round 2 - Client Interview 

(2 Questions)

  • Q1. About agile process used
  • Q2. Generic questions on how projects were handled

Interview Questionnaire 

1 Question

  • Q1. Most of the questions asked were related to previous job experience and previous companies. In first interview they ask questions which covered all aspects related to Sheet Metal Design, GD&T Welding and m...

Interview Questionnaire 

2 Questions

  • Q1. Please go through the basics questions and programs.
  • Q2. C#, SQL, Html, angular, asp.net, asp.net mvc basic questions

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bits manipulation questions
  • Q2. Basic linked list question
  • Q3. C conceptual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at CS fundamentals esp. OS, Architecture, C language and Cpp

I appeared for an interview in Feb 2017.

Interview Questionnaire 

7 Questions

  • Q1. What is a malloc function and where is it used and how is it different from new?
  • Ans. 

    malloc is a function in C that dynamically allocates memory on the heap. It is used to allocate memory for variables or data structures.

    • malloc is used in C programming language.

    • It is used to allocate memory on the heap.

    • malloc is different from 'new' in C++ as it does not call constructors for objects.

  • Answered by AI
  • Q2. What is the difference between C++ and Objective C and where will you use it?
  • Ans. 

    C++ is a general-purpose programming language while Objective C is a superset of C used for iOS and macOS development.

    • C++ is widely used for developing applications, games, and system software.

    • Objective C is mainly used for iOS and macOS development.

    • C++ supports both procedural and object-oriented programming paradigms.

    • Objective C is an object-oriented language with dynamic runtime features.

    • C++ has a larger community a...

  • Answered by AI
  • Q3. What is the difference between class container and class composition?
  • Ans. 

    Class container is a class that holds objects of other classes, while class composition is a way to combine multiple classes to create a new class.

    • Class container holds objects of other classes, acting as a collection or container.

    • Class composition combines multiple classes to create a new class with its own behavior and attributes.

    • In class container, the objects are typically stored in a data structure like an array o...

  • Answered by AI
  • Q4. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the t...
  • Ans. 

    Divide the horses into groups of 5 and race them. Take the top 2 from each race and race them again. Finally, race the top 2 horses to determine the top 3.

    • Divide the horses into 3 groups of 5 and race them.

    • Take the top 2 horses from each race and race them again.

    • Finally, race the top 2 horses to determine the top 3.

  • Answered by AI
  • Q5. What is the most difficult problem that you have solved (during work) till now and why you think you could do so?
  • Ans. 

    Developing a real-time data processing system for a high-traffic e-commerce website

    • Implemented a distributed system architecture to handle large volumes of data

    • Optimized algorithms for efficient data processing and storage

    • Utilized caching mechanisms to improve system performance

    • Worked closely with cross-functional teams to troubleshoot and resolve issues

    • Example: Successfully reduced data processing time by 50% by imple

  • Answered by AI
  • Q6. Why you want to change your current job?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role to further develop my skills

    • Interested in exploring new technologies and industries

    • Seeking better career advancement opportunities

    • Want to work in a more collaborative team environment

  • Answered by AI
  • Q7. What is the width of a tree? How will you calculate the width of the tree?
  • Ans. 

    The width of a tree is the maximum number of nodes at any level in the tree.

    • To calculate the width of a tree, we can perform a level order traversal and keep track of the maximum number of nodes at any level.

    • We can use a queue data structure to perform the level order traversal.

    • At each level, we count the number of nodes in the queue and update the maximum width if necessary.

  • Answered by AI

Interview Preparation Tips

Skills: Basic C/C++, Implementing Data Structures In C++

Skills evaluated in this interview

I applied via Referral

Interview Preparation Tips

General Tips: They develop CAD tools for VLSI design etc.
They call it EDA ( Electronic design automation).
They expect people with good C knowledge, data structures, compiler knowledge.
Skills:

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Questions about DS , CN and basic resume

Round: Technical Interview
Experience: Questions about RT OS and memory mapping. And other operating system related questions.
Projects done so far.

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)

Molex Interview FAQs

How many rounds are there in Molex Team Lead interview?
Molex interview process usually has 3 rounds. The most common rounds in the Molex interview process are One-on-one Round, HR and Technical.
How to prepare for Molex Team Lead 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 Analysis, Analytics, Compliance, HTTP and Management.
What are the top questions asked in Molex Team Lead interview?

Some of the top questions asked at the Molex Team Lead interview -

  1. how you will control absent...read more
  2. One on one with global Engineering manager on team lead capabilities, conflict ...read more

Tell us how to improve this page.

Molex Team Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 256 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Lam Research Interview Questions
3.7
 • 45 Interviews
View all

Fast track your campus placements

View all
Molex Team Lead Salary
based on 46 salaries
₹8 L/yr - ₹22.5 L/yr
56% more than the average Team Lead Salary in India
View more details

Molex Team Lead Reviews and Ratings

based on 10 reviews

2.5/5

Rating in categories

2.5

Skill development

2.3

Work-life balance

2.6

Salary

2.3

Job security

2.5

Company culture

1.9

Promotions

2.3

Work satisfaction

Explore 10 Reviews and Ratings
Product Design Engineer
90 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Analyst
71 salaries
unlock blur

₹3.7 L/yr - ₹8.5 L/yr

Quality Inspector
71 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Trainee Operator
59 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Design Engineer
56 salaries
unlock blur

₹4 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Molex with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Applied Materials

3.9
Compare

Micron Technology

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