Upload Button Icon Add office photos

Filter interviews by

PEGATRON Apprentice Trainee Interview Questions and Answers

Updated 2 Oct 2023

PEGATRON Apprentice Trainee Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2022.

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 - HR 

(5 Questions)

  • Q1. Your self..work experience .ems experience
  • Q2. What's is electronics
  • Ans. 

    Electronics is the branch of physics and technology that deals with the flow of electrons and their behavior in devices such as circuits and transistors.

    • Electronics involves the study of electronic components such as resistors, capacitors, diodes, and transistors.

    • It focuses on the design, construction, and operation of electronic circuits and systems.

    • Examples of electronic devices include smartphones, computers, televi

  • Answered by AI
  • Q3. Oms law capacitor resistor
  • Q4. Work experience..saley details
  • Q5. Pcb .smt..elcb.rf al

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience must

Interview questions from similar companies

I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About line balancing
  • Q2. Kaizen
  • Q3. Manpower handling
  • Q4. Productivity achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Bad 

(2 Questions)

  • Q1. General questions
  • Q2. Related to work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Lala chhap company, pls think before too late.

I applied via Company Website and was interviewed before Apr 2021. 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 

(1 Question)

  • Q1. Electrical fundamental and AC thoery
Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. Why should we hire you?
  • Q4. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak truth about privious job
Clear basic concepts of electrical
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for maintaining Surface Mount Technology (SMT) machines?
  • Ans. 

    The process for maintaining SMT machines involves regular cleaning, calibration, inspection, and replacement of worn parts.

    • Regularly clean the machines to prevent build-up of dust and debris.

    • Calibrate the machines periodically to ensure accurate placement of components.

    • Inspect the machines for any signs of wear or damage, and replace any worn parts.

    • Keep an inventory of spare parts to quickly replace any faulty componen...

  • Answered by AI
  • Q2. What is SMT machine programming?
  • Ans. 

    SMT machine programming involves creating instructions for Surface Mount Technology machines to accurately place electronic components on circuit boards.

    • Involves creating instructions for SMT machines to accurately place electronic components on circuit boards

    • Requires knowledge of machine capabilities, component specifications, and board layout

    • Programming can be done using specialized software or directly on the machin...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your reasons for wanting to change jobs?
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow professionally.

    • Seeking a better work-life balance that aligns with my personal goals and values.

    • Interested in working with a different team or in a different industry to broaden my experience.

    • Want to contribute my skills and expertise in a new environment where I can make a positiv

  • Answered by AI
  • Q2. What is the number of members in your family?
  • Ans. 

    I have 4 members in my family including my parents, my sibling, and myself.

    • My family consists of 4 members

    • Includes my parents, my sibling, and myself

    • We are a small, close-knit family

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company policy states a five-day workweek; however, there is no established working schedule. Official duty hours are from 8:00 AM to 5:30 PM, but employees often work until 10:00 PM, 11:00 PM, or even 12:00 AM, with no fixed timing.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2023. 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 

(2 Questions)

  • Q1. Technical respective experience
  • Q2. EMS technical experience
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in designing and implementing complex systems.

    • 10+ years of experience in engineering

    • Specialize in designing and implementing complex systems

    • Strong problem-solving skills

    • Proficient in various programming languages such as Java, Python, and C++

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

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Looking for new challenges and learning opportunities

    • Seeking better work-life balance

    • Interested in working with new technologies or industries

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How to you handle Manpower
  • Ans. 

    I handle manpower by delegating tasks effectively, providing clear instructions, and offering support and guidance when needed.

    • Delegate tasks based on team members' strengths and expertise

    • Provide clear instructions and expectations for each task

    • Offer support and guidance to team members when needed

    • Regularly communicate with team members to ensure progress and address any issues

    • Recognize and reward team members for thei

  • Answered by AI
  • Q2. What is line balancing and how do you do it?
  • Ans. 

    Line balancing is the process of assigning tasks to workstations in a way that evens out the workload and maximizes efficiency.

    • Identify the tasks required to complete a process

    • Determine the cycle time for each task

    • Assign tasks to workstations based on cycle time to balance workload

    • Adjust as needed to optimize efficiency

    • Example: In a manufacturing plant, line balancing ensures each workstation has a similar amount of wo

  • Answered by AI
  • Q3. What is Electrostatic Discharge?
  • Ans. 

    Electrostatic Discharge (ESD) is the sudden flow of electricity between two electrically charged objects caused by contact, an electrical short, or dielectric breakdown.

    • ESD can damage electronic components and devices, leading to malfunctions or complete failure.

    • It can occur when a person touches a metal object after walking on a carpet, or when connecting/disconnecting cables or components.

    • Preventive measures include ...

  • Answered by AI

PEGATRON Interview FAQs

How many rounds are there in PEGATRON Apprentice Trainee interview?
PEGATRON interview process usually has 2 rounds. The most common rounds in the PEGATRON interview process are Resume Shortlist and HR.
What are the top questions asked in PEGATRON Apprentice Trainee interview?

Some of the top questions asked at the PEGATRON Apprentice Trainee interview -

  1. What's is electron...read more
  2. Oms law capacitor resis...read more
  3. Pcb .smt..elcb.rf...read more

Tell us how to improve this page.

PEGATRON Apprentice Trainee Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
Secure Meters Interview Questions
4.1
 • 70 Interviews
DBG Technology Interview Questions
3.8
 • 64 Interviews
Vertiv Interview Questions
3.9
 • 51 Interviews
ECIL Interview Questions
4.2
 • 48 Interviews
View all
PEGATRON Apprentice Trainee Salary
based on 4 salaries
₹1.5 L/yr - ₹2 L/yr
5% less than the average Apprentice Trainee Salary in India
View more details

PEGATRON Apprentice Trainee Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

4.2

Skill development

3.0

Work-life balance

3.6

Salary

3.9

Job security

3.6

Company culture

3.1

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Engineer
217 salaries
unlock blur

₹2.6 L/yr - ₹5.5 L/yr

Senior Engineer
133 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Automation Engineer
76 salaries
unlock blur

₹1.3 L/yr - ₹4.8 L/yr

Assistant Engineer
69 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Junior Engineer
52 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare PEGATRON with

Dixon Technologies

4.0
Compare

ECIL

4.2
Compare

TE Connectivity

4.1
Compare

Wistron

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