Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sanmina Sci Team. If you also belong to the team, you can get access from here

Sanmina Sci Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sanmina Sci Interview Questions and Answers

Updated 20 Jun 2025
Popular Designations

19 Interview questions

A Failure Analysis Engineer was asked 5mo ago
Q. What is the name of your previous company?
Ans. 

I am unable to provide the previous company name.

    View all Failure Analysis Engineer interview questions
    A Material Planner was asked 8mo ago
    Q. Tell me about Sanmina.
    Ans. 

    Sanmina is a leading integrated manufacturing solutions provider serving the fastest-growing segments of the global Electronics Manufacturing Services (EMS) market.

    • Sanmina offers end-to-end design, manufacturing, and logistics solutions for a wide range of industries including communications, defense and aerospace, industrial, medical, and automotive.

    • The company has a global footprint with facilities in over 25 co...

    View all Material Planner interview questions
    A Production Supervisor was asked 9mo ago
    Q. How many people are working in the hand production area?
    Ans. 

    The hand production area currently has 25 employees.

    • There are 25 people working in the hand production area.

    • The number of employees may vary depending on the production needs.

    • Supervising a team of 25 individuals requires strong leadership skills.

    View all Production Supervisor interview questions
    A Production Support Analyst was asked 10mo ago
    Q. Write a SQL query using joins.
    Ans. 

    SQL query for joins

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    View all Production Support Analyst interview questions
    A Production Support Analyst was asked 10mo ago
    Q. What are RDBMS, and can you list a few?
    Ans. 

    RDBMS stands for Relational Database Management System. It is a type of database management system that stores data in a structured format.

    • Examples of RDBMS include MySQL, Oracle Database, SQL Server, PostgreSQL, and SQLite.

    • RDBMS use tables to store data and relationships between different tables to organize data.

    • They support SQL (Structured Query Language) for querying and managing data.

    • ACID properties (Atomicity...

    View all Production Support Analyst interview questions
    A HR Executive was asked
    Q. How can employee growth and company growth be improved?
    Ans. 

    Employee growth can be improved by providing opportunities for learning and development, while company growth can be enhanced by fostering a culture of innovation and collaboration.

    • Offer training and development programs to help employees enhance their skills and knowledge

    • Provide opportunities for career advancement and growth within the company

    • Encourage a culture of continuous learning and feedback

    • Promote collabo...

    View all HR Executive interview questions
    A HR Executive was asked
    Q. What is your approach to human resource management?
    Ans. 

    My development of human resource management involves implementing strategic HR initiatives to attract, retain, and develop top talent.

    • Implemented performance management system to track employee progress and development

    • Developed training and development programs to enhance employee skills and knowledge

    • Implemented diversity and inclusion initiatives to create a more inclusive workplace culture

    • Utilized data analytics...

    View all HR Executive interview questions
    Are these interview questions helpful?
    A Programmer Analyst was asked
    Q. Write PL/SQL functions
    Ans. 

    PL/SQL functions are used to perform specific tasks and return values.

    • Functions are created using the CREATE FUNCTION statement

    • Functions can take input parameters and return a single value

    • Functions can be used in SQL statements or called from other PL/SQL code

    • Functions can be stored in the database for reuse

    • Example: CREATE FUNCTION get_employee_name(emp_id NUMBER) RETURN VARCHAR2 IS ... END;

    View all Programmer Analyst interview questions
    An Electrical Engineer was asked
    Q. What are the different types of OS you are comfortable working with?
    Ans. 

    I am comfortable working with Windows, Linux and MacOS operating systems.

    • Proficient in Windows OS and its various versions

    • Familiar with Linux OS and its distributions like Ubuntu, Fedora, and CentOS

    • Experienced in MacOS and its versions like Mojave and Catalina

    View all Electrical Engineer interview questions
    An Electrical Engineer was asked
    Q. How many development tools have you used?
    Ans. 

    I have used several development tools throughout my career.

    • I have experience with programming languages such as C++, Java, and Python.

    • I have used IDEs such as Eclipse, Visual Studio, and PyCharm.

    • I have experience with version control systems such as Git and SVN.

    • I have used simulation tools such as LTSpice and MATLAB.

    • I have experience with hardware design tools such as Altium and EagleCAD.

    View all Electrical Engineer interview questions

    Sanmina Sci Interview Experiences

    32 interviews found

    Rework Technician Interview Questions & Answers

    user image GOKUL GOKUL. S

    posted on 21 Feb 2025

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

    I appeared for an interview in Jan 2025.

    Round 1 - Technical 

    (4 Questions)

    • Q1. Self intro previous company experience
    • Q2. 1 year Experience
    • Ans. 

      Yes, I have 1 year of experience as a Rework Technician.

      • I have experience troubleshooting and repairing electronic components.

      • I am familiar with soldering techniques and equipment.

      • I have worked with various testing tools and equipment.

      • I have experience following technical diagrams and instructions.

      • I have strong attention to detail and quality control.

    • Answered by AI
    • Q3. Previous company what product
    • Ans. 

      I worked at a company that manufactured consumer electronics such as smartphones and tablets.

      • Company specialized in consumer electronics

      • Products included smartphones and tablets

    • Answered by AI
    • Q4. Previous company what position
    • Ans. 

      I was a Quality Control Inspector at XYZ Company.

      • Performed quality checks on products to ensure they met company standards

      • Identified and documented defects for rework or disposal

      • Collaborated with production team to address quality issues

      • Utilized testing equipment and tools to assess product quality

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Self intro previous company experience
    Round 3 - HR 

    (1 Question)

    • Q1. Technical based general knowledge question
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Screening test 

    (2 Questions)

    • Q1. What are the RDBMS and list few
    • Ans. 

      RDBMS stands for Relational Database Management System. It is a type of database management system that stores data in a structured format.

      • Examples of RDBMS include MySQL, Oracle Database, SQL Server, PostgreSQL, and SQLite.

      • RDBMS use tables to store data and relationships between different tables to organize data.

      • They support SQL (Structured Query Language) for querying and managing data.

      • ACID properties (Atomicity, Con...

    • Answered by AI
    • Q2. Query in sql for joins
    • Ans. 

      SQL query for joins

      • Use JOIN keyword to combine rows from two or more tables based on a related column between them

      • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

      • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Sanmina Sci Production Support Analyst interview:
    • Linux commands
    • Oracle SQL
    • ticketing tool
    Interview preparation tips for other job seekers - Please concentrate on sql and unix command level. Especially in connecting two server,ftp, and disk commands

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - HR 

    (2 Questions)

    • Q1. About my logistics operation
    • Q2. Overall experience
    • Ans. 

      I have over 5 years of experience in software development, specializing in logistics and supply chain management systems.

      • Developed custom software solutions to optimize shipping and logistics processes

      • Implemented tracking systems to monitor shipments in real-time

      • Integrated ERP systems with warehouse management software for seamless operations

    • Answered by AI
    Round 2 - One-on-one 

    (1 Question)

    • Q1. About my logistics operation
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Self introduction
    • Q2. Technical related.
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Self introduction
    • Q2. People management
    Round 3 - HR 

    (2 Questions)

    • Q1. Salary discussion
    • Q2. Why changes from previous company

    Junior Engineer Interview Questions & Answers

    user image GOKUL GOKUL. S

    posted on 29 Jan 2025

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

    (2 Questions)

    • Q1. BASIC knowledge
    • Q2. Self intro
    Round 2 - HR 

    (2 Questions)

    • Q1. Previous company experience
    • Ans. 

      I worked at a fast-paced tech startup where I gained experience in software development and project management.

      • Developed and maintained software applications for clients

      • Collaborated with cross-functional teams to deliver projects on time

      • Participated in code reviews and testing processes

      • Managed project timelines and communicated with stakeholders

      • Attended regular team meetings to discuss progress and challenges

    • Answered by AI
    • Q2. What line

    Ipqa Interview Questions & Answers

    user image Anonymous

    posted on 20 Jun 2025

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    • Q1. Msl level, solder paste details, lcr measure
    • Q2. Spi, reflow, aoi full details
    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I appeared for an interview in Dec 2024.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Name
    • Q2. Self intro
    Round 2 - Assignment 

    Previous company Experiment

    Round 3 - HR 

    (2 Questions)

    • Q1. Previous company name
    • Ans. 

      I am unable to provide the previous company name.

      • Answered by AI
      • Q2. What product
      • Ans. 

        The product being analyzed for failure is a consumer electronic device.

        • Identify the specific component or system that failed

        • Analyze the design and manufacturing process of the product

        • Consider environmental factors that may have contributed to the failure

        • Review any previous failure reports or customer complaints

        • Perform testing and simulations to replicate the failure

      • Answered by AI
      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 Mar 2024. There was 1 interview round.

      Round 1 - One-on-one 

      (2 Questions)

      • Q1. Self- Introduction
      • Q2. Asking about resume skill and knowledge

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Easy to share your experience and try to make a good english conversations
      Interview experience
      3
      Average
      Difficulty level
      Easy
      Process Duration
      Less than 2 weeks
      Result
      Selected Selected

      I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

      Round 1 - HR 

      (3 Questions)

      • Q1. Tell me about yourself
      • Ans. 

        Experienced Material Planner with a strong background in supply chain management and inventory optimization.

        • Over 5 years of experience in material planning and inventory management.

        • Successfully reduced excess inventory by 20% through effective forecasting.

        • Collaborated with cross-functional teams to streamline supply chain processes.

        • Implemented a new ERP system that improved order accuracy by 30%.

        • Strong analytical skill...

      • Answered by AI
      • Q2. Tell about sanmina
      • Ans. 

        Sanmina is a leading integrated manufacturing solutions provider serving the fastest-growing segments of the global Electronics Manufacturing Services (EMS) market.

        • Sanmina offers end-to-end design, manufacturing, and logistics solutions for a wide range of industries including communications, defense and aerospace, industrial, medical, and automotive.

        • The company has a global footprint with facilities in over 25 countri...

      • Answered by AI
      • Q3. About EMS and PCB
      Interview experience
      4
      Good
      Difficulty level
      -
      Process Duration
      -
      Result
      -
      Round 1 - Technical 

      (2 Questions)

      • Q1. Supply chain management
      • Q2. Skills on Ms Excel, Google - mail, drive, sheets

      Top trending discussions

      View All
      Interview Tips & Stories
      1w (edited)
      a team lead
      Why are women still asked such personal questions in interview?
      I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
      Got a question about Sanmina Sci?
      Ask anonymously on communities.

      Sanmina Sci Interview FAQs

      How many rounds are there in Sanmina Sci interview?
      Sanmina Sci interview process usually has 2-3 rounds. The most common rounds in the Sanmina Sci interview process are Technical, HR and Resume Shortlist.
      How to prepare for Sanmina Sci 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 Sanmina Sci. The most common topics and skills that interviewers at Sanmina Sci expect are SQL, Java, Project Management, Postgresql and Program Management.
      What are the top questions asked in Sanmina Sci interview?

      Some of the top questions asked at the Sanmina Sci interview -

      1. What are the different types of OS you are comfortable working wi...read more
      2. Regards NPI, what are all steps that is flow invol...read more
      3. How to make profit for the company Planning for the growth of the company Plann...read more
      How long is the Sanmina Sci interview process?

      The duration of Sanmina Sci 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

      3.7/5

      based on 34 interview experiences

      Difficulty level

      Easy 50%
      Moderate 50%

      Duration

      Less than 2 weeks 100%
      View more

      Interview Questions from Similar Companies

      Flex Interview Questions
      4.0
       • 201 Interviews
      Foxconn Interview Questions
      3.8
       • 186 Interviews
      Navitasys India Interview Questions
      4.1
       • 110 Interviews
      TE Connectivity Interview Questions
      4.1
       • 90 Interviews
      Wistron Interview Questions
      3.9
       • 87 Interviews
      Secure Meters Interview Questions
      4.0
       • 74 Interviews
      DBG Technology Interview Questions
      3.7
       • 72 Interviews
      View all

      Sanmina Sci Reviews and Ratings

      based on 455 reviews

      4.1/5

      Rating in categories

      4.0

      Skill development

      4.0

      Work-life balance

      3.5

      Salary

      3.8

      Job security

      4.0

      Company culture

      3.1

      Promotions

      3.9

      Work satisfaction

      Explore 455 Reviews and Ratings
      Supply Chain Management - Sourcing

      Chennai

      1-2 Yrs

      Not Disclosed

      Senior Automated Test Design Engineer

      Chennai

      8-10 Yrs

      Not Disclosed

      Graduate Trainee - CGP

      Chennai

      0-3 Yrs

      ₹ 3.2-6.9 LPA

      Explore more jobs
      Programmer Analyst
      156 salaries
      unlock blur

      ₹3.8 L/yr - ₹8 L/yr

      Engineering Assistant
      151 salaries
      unlock blur

      ₹2.2 L/yr - ₹5.5 L/yr

      Associate Engineer
      69 salaries
      unlock blur

      ₹3 L/yr - ₹6.5 L/yr

      Senior Programmer Analyst
      51 salaries
      unlock blur

      ₹6 L/yr - ₹13 L/yr

      SCM Analyst
      43 salaries
      unlock blur

      ₹3.5 L/yr - ₹7 L/yr

      Explore more salaries
      Compare Sanmina Sci with

      Flex

      4.0
      Compare

      Foxconn

      3.8
      Compare

      Dixon Technologies

      4.0
      Compare

      TE Connectivity

      4.1
      Compare
      write
      Share an Interview