Upload Button Icon Add office photos

Filter interviews by

Molex SAP MM Associate Interview Questions and Answers

Updated 12 Sep 2022

Molex SAP MM Associate Interview Experiences

1 interview found

I applied via campus placement at PA College of Engineering, Mangalore 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 questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Why do we want to hire you?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 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 - Aptitude Test 

Aptitude and Logical Reasoning - 15MCQ's in 20min
Programming - 10MCQ's in 15min
Technical - 25MCQ's in 30min
Coding - 2qns in 45min

Round 3 - One-on-one 

(3 Questions)

  • Q1. SQL queries - Joins, specific data retrieval
  • Q2. OOP concepts with example code
  • Ans. 

    OOP concepts involve encapsulation, inheritance, and polymorphism in object-oriented programming.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class). Example: class Car { private String color; public void setColor(String c) { color = c; } }

    • Inheritance: creating new classes based on existing classes, inheriting their attributes and methods. Example: class SUV extends Car { privat...

  • Answered by AI
  • Q3. String questions, swapping two numbers
Round 4 - HR 

(1 Question)

  • Q1. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and showcase your strengths effectively.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about UVm
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(6 Questions)

  • Q1. Technical Questions on Previous company work role. Basic electrical. About PLC Troubleshooting.
  • Q2. On which plc's you work What idea about machines
  • Ans. 

    I have worked on Allen Bradley, Siemens, and Mitsubishi PLCs. I have a good understanding of machines and their operations.

    • I have experience working with Allen Bradley, Siemens, and Mitsubishi PLCs

    • I have a good understanding of how machines operate and their components

    • I am familiar with programming languages such as ladder logic and structured text

    • I have worked on various types of machines including conveyor systems, p

  • Answered by AI
  • Q3. About sensor,contractor, wiring
  • Q4. What is know about TPM
  • Ans. 

    TPM stands for Total Productive Maintenance, a system that aims to maximize equipment effectiveness and minimize downtime.

    • TPM involves all employees in the maintenance process

    • It focuses on proactive maintenance to prevent breakdowns

    • TPM aims to improve overall equipment effectiveness (OEE)

    • It includes regular cleaning, inspection, and lubrication of equipment

    • TPM also involves training employees on maintenance and safety

  • Answered by AI
  • Q5. About maintenance documentation
  • Q6. How you handle manpower

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and realistic. Add point in resume which you really work on it.

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Online test consists of 3 parts: 
1) Aptitude 
2) programming (C/C++, Data Structures) 
3) Technical. 
No negative marking. Apti and programming parts were easy. There were three different technical sections forthree different profiles: 1) Hardware 2) Communication/DSP 3) Software.I appeared for 2nd profile. In this, the technical section had question mostly from DSP, few from communication, analog circuits, digital circuits etc. Each section was given different amount of time. Time for the Technical section was less and I felt that this section was the deciding factor in short listing. There was a CGPA cutoff of 7.5 . My CGPA was 8.75.

Round: Interview
Experience: There were 3 rounds of interview out of which 2 were technical and 1 was HR round. Asked about thesis, term papers, trainings, and question on Digital logic circuits: to design FSM, designing simple logic circuits, delay & its calculation in the digital circuit, MOS etc. Few communication related questions, some puzzles and apti questions. In HR, they asked common HR questions like about yourself, Why qualcomm, training experience, any specific location preference etc. both the technical rounds were almost 40 minutes long and HR was 20 minutes.

General Tips: 1) Should be clear about your M.Tech thesis, B.Tech project, summer training, Term papers. Understand their terminologies and concepts since almost all companies ask about it.
2) For aptitude preparation, solve the material available in preparation portal, can see for online aptitude tests and puzzles and along with that appear honestly in the mock tests organized by SPO. Aim on accuracy and speed.
3) For Programming preparation, revise basic concepts of C and DS, you can use book by Denis Ritche, Yeshwant Kanetkar. Solve online mock programming tests, so you get aware of standard questions andmost common mistakes. Try to write some codes while preparing so that you will be confident writing infront of interviewer, especially of DS like linked list, trees, sorting, searching etc. I did not prepare for OS,but most of the software companies do ask questions on it. Galvin is the standard book for OS.
4) Technical: very vast field includes all the course and practical knowledge you have been studying. Basicconcepts should be clear. Prepare Digital circuit design, Communication, Wireless Communication, DSP,
Computer networks, and most importantly subjects of your interest 
5) Do prepare in groups, it will help you in clearing your doubts and also it will improve your interview skills. Mock interviews are also organized for your confidence building.
College Name: IIT KANPUR
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. System verilog constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - need strong technical skill

I applied via campus placement at Gandhi Institute of Technology and Management, Visakhapatnam and was interviewed in Jun 2022. There were 3 interview rounds.

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 - Aptitude Test 

Arithmetic Aptitude
Number Series
Profit and Loss
Data Interpretation

Round 3 - Technical 

(2 Questions)

  • Q1. Most of the questions are from JAVA, SQl and Python Situational based questions Hobbies
  • Q2. Garbage Collection in Java SQL queries
  • Ans. 

    Garbage collection in Java is an automatic process of freeing up memory by removing unused objects.

    • Java uses a mark-and-sweep algorithm for garbage collection

    • Objects that are no longer referenced by any part of the program are eligible for garbage collection

    • System.gc() can be used to suggest garbage collection, but it is not guaranteed to run immediately

    • Garbage collection can cause performance issues if not managed pro

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Micron Technology Associate Software Engineer interview:
  • Java
  • SQL
  • Python
Interview preparation tips for other job seekers - Tough aptitude round
And
Coding Round
Should have good skills in Java and SQl.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. CMOS circuit power, Computer architecture: Pipelining and Parallelism
  • Q2. Verilog basic knowledge: Language to H/W mapping.
  • Q3. What is your pas- sion and what is that you did for it.
  • Ans. 

    My passion is photography. I love capturing moments and telling stories through my photos.

    • I have been taking photos since I was a teenager

    • I have taken photography classes and workshops to improve my skills

    • I have participated in photography competitions and exhibitions

    • I have worked as a freelance photographer for events and portraits

    • I have a portfolio of my work on my website and social media

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tell me about yourself: tell something special about yourself and make yourself proud. Setup time and hold time Digital design, Combinational and sequential circuits design(thorough understanding of design steps) were some of the questions. appeared for VLSI written test. They expected very basic knowledge in Digital, analog, communication subjects. CAT type of questions and very basic Computer programming questions (Three sections each about 15-20 questions). Online test was very easy, so I think cutoff was high.
Tips: Be calm, relaxed and answer questions thoughtfully Attention to instructions is important.
Total Questions: 60

Round: Interview
Experience: Interview was completely oriented on Job profile: digital VLSI and some personal questions.
Tips: Be confident. Be clear in your answers and proper explanation to it. Take your time to think and act. If you don’t know something accept it. More importantly wear smile on your face. This automatically brings confidence within you.

Round: Interview
Experience: Some more VLSI design questions. Personal questions too.
Tips: Think and answer. Both Interview panels were very cool and calm. Take your time to think and answer.

Round: Interview
Experience: This was very formal interview. Not much to say.
Tips: Show your keen interest to know more about the company and activi-ties, corporate life, your work in company.

General Tips: Technology initiative and leadership. Good Academics really help a lot in the interview (There was no CV submission till we qualify Written test) Most important is a thorough preparation: Start as early as possible atleast in Mid of Oct./first week of Nov. starting from good CV preparation to brushing up and thorough understanding of all important subjects for Technology companies you are targeting.
Skill Tips: Good academic records. CGPA criteria for Qualcomm was 8 and they were very strict about CG cutoff. A thorough subject preparation. Be mentally prepared for HR questions. Be focused till you actually have offer in your hand. Tech events, Leadership qualities like positions in Hall, Gymkhana etc. in Tech committees would help a lot for these Technology companies. Qualcomm HR clearly mentioned they need candys who can take initiative, self motivated and more inclined to technology leadership and achievements.
College Name: IIT KHARAGPUR

Molex Interview FAQs

How many rounds are there in Molex SAP MM Associate interview?
Molex interview process usually has 2 rounds. The most common rounds in the Molex interview process are Resume Shortlist and Technical.
What are the top questions asked in Molex SAP MM Associate interview?

Some of the top questions asked at the Molex SAP MM Associate interview -

  1. Material master, vendor master, Purchase info record, source list, purchase req...read more
  2. Procurement cycle, master data and transaction d...read more
  3. Related to sap mm ba...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Flex Interview Questions
4.0
 • 180 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
TE Connectivity Interview Questions
4.1
 • 80 Interviews
View all

Fast track your campus placements

View all
Product Design Engineer
93 salaries
unlock blur

₹4.5 L/yr - ₹11.6 L/yr

Quality Inspector
70 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Analyst
66 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Trainee Operator
59 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Software Engineer
47 salaries
unlock blur

₹4 L/yr - ₹27.3 L/yr

Explore more salaries
Compare Molex with

TE Connectivity

4.1
Compare

Amphenol

4.3
Compare

Delphi Automotive Systems

3.7
Compare

Jabil

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