Upload Button Icon Add office photos

Filter interviews by

Molex QA Engineer Interview Questions and Answers

Updated 5 Jun 2023

Molex QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Ananthanag KR

posted on 5 Jun 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Technical question and ans

Round 3 - One-on-one 

(4 Questions)

  • Q1. Work related discussion
  • Q2. LC of Verner and micro meter
  • Q3. Explain process of QA
  • Ans. 

    QA process involves planning, executing, and evaluating software to ensure quality standards are met.

    • Create test plans and test cases based on requirements

    • Execute tests to identify defects and issues

    • Report and track defects for resolution

    • Perform regression testing to ensure fixes do not introduce new issues

    • Conduct acceptance testing with stakeholders

  • Answered by AI
  • Q4. QA final finspection
Round 4 - HR 

(1 Question)

  • Q1. Salary dicussion

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic java programs based on strings and arrays

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sell me the pen
  • Ans. 

    This pen is a sleek and stylish writing instrument that is perfect for everyday use.

    • The pen features a smooth ballpoint tip for effortless writing

    • Its ergonomic design ensures comfortable grip for long writing sessions

    • The pen comes in a variety of colors to suit your personal style

  • Answered by AI
  • Q2. Watch the movie
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Q2. VLSI design questions
  • Q3. Setup time analysis
  • Q4. Hold time analysis
  • Q5. Test patter generation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is shared memory
  • Ans. 

    Shared memory is a memory space that multiple processes can access and use to communicate with each other.

    • Shared memory allows multiple processes to share data without the need for inter-process communication mechanisms like pipes or sockets.

    • It is commonly used in parallel computing to improve performance by allowing processes to share data quickly.

    • Shared memory can be implemented using techniques like memory mapping o...

  • Answered by AI
  • Q2. Write a member function to find the second largest number in an array
  • Ans. 

    Write a member function to find the second largest number in an array.

    • Iterate through the array and keep track of the largest and second largest numbers.

    • Handle edge cases like when the array has less than 2 elements.

    • Consider sorting the array and returning the second last element for a simpler solution.

  • Answered by AI
  • Q3. What is core and how to determine it
  • Ans. 

    Core is the central or most important part of something. Determining the core involves identifying the key components or elements.

    • Core is the central or essential part of a system or object

    • To determine the core, identify the key components or elements that are crucial for the functionality or purpose of the system

    • In software QA, determining the core may involve identifying the critical features or functionalities that ...

  • Answered by AI
  • Q4. How defect management systems work
  • Ans. 

    Defect management systems track, prioritize, and resolve software issues throughout the development lifecycle.

    • Defects are reported by testers or users and logged into the system.

    • Each defect is assigned a priority level based on its impact on the software.

    • Defects are tracked from discovery to resolution, with status updates along the way.

    • Defect management systems help teams prioritize and allocate resources efficiently.

    • ...

  • Answered by AI
  • Q5. How do you add a file to bitbucket
  • Ans. 

    To add a file to Bitbucket, you can use the web interface or command line tools.

    • Navigate to the repository where you want to add the file

    • Click on the 'Add file' button or use 'git add' command to add the file

    • Commit the changes with a message describing the file addition

    • Push the changes to the remote repository

  • Answered by AI
  • Q6. How to check the processes running in linux machine
  • Ans. 

    To check processes running in a Linux machine, you can use commands like ps, top, and htop.

    • Use 'ps' command to display information about processes

    • Use 'top' command to display dynamic real-time view of processes

    • Use 'htop' command for an interactive process viewer

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Capacitor and voltage in series and parallel
  • Ans. 

    Capacitors in series add reciprocally, in parallel add directly. Voltage in series is the sum, in parallel is the same.

    • Capacitors in series: 1/Ctotal = 1/C1 + 1/C2

    • Capacitors in parallel: Ctotal = C1 + C2

    • Voltage in series: Vtotal = V1 + V2

    • Voltage in parallel: Vtotal = V1 = V2

  • Answered by AI
  • Q2. RLC circuit and circuit theory
Round 2 - Technical 

(2 Questions)

  • Q1. Analyse the output of the circuitry
  • Ans. 

    The output of the circuitry needs to be analyzed for functionality and accuracy.

    • Examine the input and output signals to ensure they are within expected ranges

    • Check for any noise or interference in the output

    • Verify that the circuit is functioning as designed based on the specifications

    • Look for any potential issues or errors in the output

  • Answered by AI
  • Q2. Draw the output waveforms
  • Ans. 

    The output waveforms can be drawn based on the input signal and circuit configuration.

    • Understand the input signal characteristics (frequency, amplitude, etc.)

    • Analyze the circuit components and their effects on the signal

    • Draw the output waveform based on the input and circuit analysis

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SDLC and expalin its steps
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • 1. Planning: Define the scope, requirements, and objectives of the project.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design plan for the software.

    • 4. Implementation: Develop the software based on the design plan.

    • 5. Testing: Test the...

  • Answered by AI
  • Q2. Regression testing and real time example
  • Ans. 

    Regression testing is retesting of software to ensure new changes do not negatively impact existing functionality.

    • Regression testing is performed to verify that recent code changes have not adversely affected existing features.

    • It involves running previously executed test cases to ensure that no new bugs have been introduced.

    • Example: After adding a new feature to a website, regression testing is done to make sure all ex...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

30 mins 2 easy leetcode questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Swap two numbers
  • Ans. 

    To swap two numbers, store one number in a temporary variable, assign the value of the second number to the first, and then assign the temporary variable to the second number.

    • Create a temporary variable to store one of the numbers

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

  • Answered by AI
  • Q2. Longest cinsecutive subsequence
  • Ans. 

    Find the longest consecutive subsequence in an array of strings.

    • Sort the array of strings to ensure consecutive elements are next to each other

    • Iterate through the sorted array to find the longest consecutive subsequence

    • Track the current consecutive subsequence length and update the longest length found

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Nov 2023.

Round 1 - Coding Test 

Manual, automation questions, java, c#

Round 2 - Coding Test 

Code given for writing

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 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. String manipulation (easy)
  • Q2. Aptitude : Time and work 1 Clock 1
  • Q3. Some HR questions: Why you want to work . Do you have plans for masters
Round 3 - HR 

(1 Question)

  • Q1. More of a managerial round : Full crush on resume and some QA basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and calm interviewers are very gentle and kind even if u go wrong they will help u reach right answer.

Molex Interview FAQs

How many rounds are there in Molex QA Engineer interview?
Molex interview process usually has 4 rounds. The most common rounds in the Molex interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in Molex QA Engineer interview?

Some of the top questions asked at the Molex QA Engineer interview -

  1. Explain process of...read more
  2. LC of Verner and micro me...read more
  3. QA final finspect...read more

Tell us how to improve this page.

Molex QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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
Molex QA Engineer Salary
based on 14 salaries
₹3.5 L/yr - ₹9 L/yr
38% more than the average QA Engineer Salary in India
View more details

Molex QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Product Design Engineer
87 salaries
unlock blur

₹4.5 L/yr - ₹10.5 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