Upload Button Icon Add office photos

Filter interviews by

Molex SAP MM Associate Interview Questions and Answers for Freshers

Updated 12 Sep 2022

Molex SAP MM Associate Interview Experiences for Freshers

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 min pof test of verbal, reasoning

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, technical MCQs and c/c++ questions of medium type

Round 2 - Technical 

(1 Question)

  • Q1. 1. Given offset, find the indices of multi dimensional array 2. Bitwise operations coding 3. Structure padding 4. Code memory storage
  • Ans. 

    Technical questions related to programming concepts and memory management.

    • To find indices of a multi-dimensional array using offset, divide the offset by the size of each element and use the quotient as the index for the first dimension. Repeat this process for each dimension.

    • Bitwise operations are used to manipulate individual bits in a binary number. Examples include AND, OR, XOR, and bit shifting.

    • Structure padding i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of c, os, data structures and knowledge of how memory works

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The Technical interview was held on Zoom and the interview lasts for 1 hour. All the questions were from the skills mentioned in the resume.
Firstly interviewer asked me to give a self-introduction, later asked for a brief explanation of the projects and way of working.
Later series of questions were related to academics.
 

  • Q1. Technical Questions

    1. In detail about the OOPS concepts.
    2. Inheritance types.
    3. Explain static and dynamic memory allocation?
    4. How to identify the head node in the Circular linked list?
    5. What is join? Ex...

  • Q2. Add K Nodes

    You are given a Singly Linked List of integers and an integer 'K'.

    Your task is to modify the linked list by inserting a new node after every 'K' node in the linked list with ...

  • Ans. Naive approach
    • We will iterate through the linked list and store the sum of the nodes in a variable 'CURR_SUM' (initialized as zero) and keep a check of the number of nodes traversed since the last insertion with a variable 'NODES_TRAVERSED' (also, initialized as zero).
    • As we traverse the list, we add the value to the 'CURR_SUM' and increment the value of 'NODES_TRAVERSED'.
    • When the value of 'NODES_TRAVERSED'becomes equal...
  • Answered by CodingNinjas
  • Q3. Nth Fibonacci Number

    Nth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

        F(n) = F(n-1) + F(n-2), 
        Where, F(1) = F(2) = 1
    

    Provided N you have...

  • Ans. Recursive Approach
    • In this approach, we use recursion and uses a basic condition that :
      • If ‘N’ is smaller than ‘1’(N<=1) we return ‘N’
      • Else we call the function again as ninjaJasoos(N-1) + ninjaJasoos(N-2).
    • In this way, we reached our answer.
    Space Complexity: O(n)Explanation:

    O(N),  where ‘N’ is the given number.  

    As recursion uses a stack of size ‘N’

    Time Complexity: O(2^n)Explanation:

    O(2^N), where ‘N’ i...

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

The interview was held on Zoom and the interview lasts for 50 minutes. 
 

1.Explain how did you evolve yourself in B Tech (1-1 semester to 4-1 semester).
 

2. What do you know about Micron Technology?
 

Lastly discussed the certifications and extra circular activities I have done.

  • Q1. Technical Questions

    1. Explain how to find the distance between the points on the map in general terms?
    2. Explain how a stack works?
    3. What is normalisation? Briefly explain the normalisation types.
    4. List...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from B V Raju Institute of Technology. I applied for the job as Associate Software Engineer in HyderabadEligibility criteriaABOVE 7 CGPA(through out from 10th to BTech till now), No Active BacklogsMicron Technology interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, C, Java, Computer Networks, Operating Systems, Python.Time required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Increase problem-solving ability and prepare Data structures and Algorithms well.
Tip 2 : Try to write Optimised code for the given problem statement. If you got stuck in the middle, give it a try. Interviewer will 
look at your approach and try to help you.
Tip 3 : Be Confident enough, don't be nervous.
Tip 4 : Maintain At least 2 projects in your resume.

Application resume tips for other job seekers

Tip 1 : Be honest with the information mentioned in the resume.
Tip 2 : You should be able to answer all the questions related to skills in the resume.
Tip 3 : Have at least 2 projects.
Tip 4 : You should be able to justify your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on Digital Circuits, projects, and few basic questions on devices

Interview Preparation Tips

Round: Technical Interview
Experience: Most of the questions were easy. Some very tricky but the interviewer guided me to the solution. I was selected as an intern so it was a telephonic round. It lasted about 30 minutes.
Tips: Its okay to say that you don't the answer rather than giving a wrong answer. The interviewer wants to see how you approach the solution. Go through your class notes and your projects. You should be thorough with the projects you have done as a lot of questions will be asked from them.

College Name: IIT KHARAGPUR

Interview Questionnaire 

2 Questions

  • Q1. Questions asked on basic digital circuits and inverter characteristics
  • Q2. In this round only routine questions asked

Interview Preparation Tips

Round: Test
Experience: For this test i went through basics of B.Tech topics.in this test most questions asked from quant,core(basic digital,devices,signals) and c programming.
Tips: Firstly i adviced that for test you have to go through basic topics of your graduation and if you wants selection in qualcomm then you have to main focussed on quant,core(basic digital,devices,signals)
Duration: 120 minutes

Round: Interview
Experience: I started preparation from starting of november and in this round core companies asked questions from digital circuits mainly .i prepared for interview same way as i prepared for test
Tips: For techinal round you have to go through basics of B.tech topics and if u are applied for core companies like qualcomm then you have to focussed on digital circuits

Round: Interview
Experience: In this round just routine questions asked to me and there was a time duration about 40 minutes
Tips: For HR round you have to asked only just routine question so you have to prepare for routine questions

General Tips: Core companies mainly asks question from core(basic digital&#44;devices and signals). Then you have to focus on these topics.
Skill Tips: If you guys applied for core companies then you have to focus on digital circuits,devices,signals and on inverter characteristics
Skills: Inverter characteristics, Core subjects, Basic Digital, Basic Device Signals
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: I was offered a pre-placement offer from Qualcomm. For the selection of interns we had an online test of 1 hour.
Tips: Make sure that you are thorough with both analog and digital concepts. Books like Gaikwad, Morris Mano and Givone are useful.

General Tips: As Qualcomm is one of the best electronic companies, competition was tough. Getting through was really challenging, but at the end there is nothing more rewarding than getting a placement.
Skill Tips: Try keeping your answers to the point and be confident. There is no shame in admitting that you dont know a particular answer. Most importantly, believe in yourself. Have a strong base in analog and digital. Knowledge in coding in C, Python and Perl can be handy too.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Test
Experience: The first round was a written round. The paper had three sections: Aptitude , C and DSP.

Round: Technical Interview
Experience: 14-15 people were shortlisted for the second round (Technical Interview round). Questions were asked on topics like Digital System Design, DECA and VLSI (Sequence detector questions, FSM based questions and MOSFET based questions)

Round: HR Interview
Experience: 3 people were shortlisted for the HR round. The general trend is that, you make it to the HR round, You have almost grabbed the Intern :) . Usual questions like "why Qalcomm?", "What is special about you?", "What are your strengths and weaknesses?" etc. were asked.

General Tips: For interns: Be thorough with DECA, MOSFETS and DSD. These are the areas on which Qualcomm's work focuses on. It will be a plus point if you know VLSI.
For fresh grads: You need to be thorough with VLSI design in addition to the above mentioned topics.
Skill Tips: I went through DECA notes. No need of any extra preparation if you are thorough with basic concepts in DSD and DECA.
1) Prepare your Resume properly. I was asked about each and every project that I had mentioned in my Resume. If you fumble about anything on your resume, it will dampen your prospects of moving forward.
2) For internship selection, there will be 1 technical interview round and 1 HR round whereas for Fresh grads selection : there will be 2 technical interview rounds and 1 HR round
The overall recruitment procedure was Exhausting. It lasted for an entire day.
Skills:
College Name: NIT Surathkal

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed before Dec 2015. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Gaussian mixture, pdf of sum of 2 RV
  • Ans. 

    The question is about calculating the probability density function (pdf) of the sum of two random variables (RV) following a Gaussian mixture distribution.

    • A Gaussian mixture distribution is a combination of multiple Gaussian distributions.

    • To calculate the pdf of the sum of two RVs, convolve the pdfs of the individual RVs.

    • Convolution involves integrating the product of the pdfs over the entire range of possible values.

    • T...

  • Answered by AI
  • Q2. Maximal Ratio Combining in MIMO, Quantization Noise power
  • Ans. 

    Maximal Ratio Combining (MRC) is a technique used in MIMO systems to improve signal quality by combining multiple received signals.

    • MRC combines the received signals from multiple antennas to maximize the signal-to-noise ratio (SNR)

    • Quantization noise power refers to the noise introduced during the process of converting analog signals to digital signals

    • In MIMO systems, MRC can be used to mitigate the effects of quantizat...

  • Answered by AI
  • Q3. Viterbi decoder
  • Q4. Average Energy, Pe in PAM, QAM
  • Q5. Asymptotic bound on capacity
  • Ans. 

    The asymptotic bound on capacity refers to the maximum amount of data that can be transmitted through a communication channel.

    • Asymptotic bound on capacity is a theoretical limit that determines the maximum data rate of a channel.

    • It is influenced by factors such as bandwidth, signal-to-noise ratio, and channel coding.

    • Shannon's capacity formula is often used to calculate the asymptotic bound on capacity.

    • For example, a ch...

  • Answered by AI
  • Q6. MMSE derivation
  • Q7. Internship details

Interview Preparation Tips

Round: Technical Interview
Experience: Asked to derive and explain all the questions
Tips: Be confident and carefully listen to the questions

Round: Technical Interview
Experience: Asked to derive and explain all the questions
Tips: Be confident and carefully listen to the questions

Round: HR Interview
Experience: Discussion on internship, job details and interview performance
Tips: No need to be worry since if you are attending HR, its most likely that you will get the offer

Skills: Wireless Communication, Information Theory, Probability Concepts, Approaching A Problem, Knowledge Gained Through Recent Research Project, Communication Systems
College Name: IIT Madras

Skills evaluated in this interview

Molex Interview FAQs

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

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

  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.

People are getting interviews through

based on 1 Molex interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 267 Interviews
Intel Interview Questions
4.3
 • 217 Interviews
Flex Interview Questions
4.0
 • 175 Interviews
Texas Instruments Interview Questions
4.2
 • 122 Interviews
TE Connectivity Interview Questions
4.2
 • 77 Interviews
View all

Fast track your campus placements

View all
Product Design Engineer
89 salaries
unlock blur

₹4.5 L/yr - ₹11.6 L/yr

Quality Inspector
75 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Analyst
62 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Trainee Operator
57 salaries
unlock blur

₹1.6 L/yr - ₹2.8 L/yr

Team Lead
47 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Explore more salaries
Compare Molex with

TE Connectivity

4.2
Compare

Amphenol

4.4
Compare

Delphi Automotive Systems

3.7
Compare

Jabil

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview