Premium Employer

i

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

TE Connectivity Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TE Connectivity new Product Development Engineer Interview Questions and Answers for Experienced

Updated 15 Oct 2023

TE Connectivity new Product Development Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Indeed and was interviewed before Oct 2022. 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 - Technical 

(1 Question)

  • Q1. Explain any one Projects handled in product development
Round 3 - Technical 

(1 Question)

  • Q1. Solve an design puzzle
Round 4 - Tool test 

(1 Question)

  • Q1. Create a model from 2D
  • Ans. 

    Creating a 3D model from a 2D design

    • Start by identifying the dimensions and features of the 2D design

    • Use software like AutoCAD or SolidWorks to create the 3D model

    • Consider the material properties and manufacturing processes when modeling

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience matters

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 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 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain Advanced Product Quality Planning(APQP)
  • Ans. 

    APQP is a structured approach to product development that ensures customer satisfaction through effective planning and risk management.

    • APQP involves cross-functional teams working together to identify and mitigate potential risks throughout the product development process.

    • It includes five phases: planning, product design and development, process design and development, product and process validation, and launch, assess...

  • Answered by AI
  • Q3. How will you handle Engineering changes?
  • Ans. 

    I will follow a structured process to evaluate the impact of the change and ensure proper documentation and communication.

    • Review the change request and assess its impact on the product design, cost, and schedule

    • Evaluate the feasibility of the change and propose alternatives if necessary

    • Document the change request and update relevant documents such as drawings, specifications, and BOMs

    • Communicate the change to stakehold...

  • Answered by AI
  • Q4. What do you know about foxconn?
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Family details, Experience and Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the above questions. Read about company and their product.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How much experience in mobile manufacturing?
  • Ans. 

    I have 3 years of experience in mobile manufacturing.

    • Worked for 3 years in a mobile manufacturing company

    • Experience in designing and developing new mobile products

    • Knowledge of manufacturing processes and quality control in mobile industry

  • Answered by AI
  • Q2. Which company you are working?
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about job responsibilities?
  • Q2. Do you know about NPI ?
  • Ans. 

    NPI stands for New Product Introduction, the process of bringing a new product to market.

    • NPI involves concept development, design, testing, manufacturing, and launch of a new product.

    • It includes market research, competitive analysis, and customer feedback to ensure product success.

    • NPI aims to minimize time to market, reduce costs, and maximize product quality.

    • Examples of NPI include the launch of a new smartphone model...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Share me all documents and PF details.
  • Ans. 

    Documents and PF details can be shared upon request.

    • Documents such as project plans, design specifications, test reports, etc. can be provided.

    • PF details including contribution amounts, investment options, and withdrawal procedures can be shared.

    • It is important to ensure confidentiality and compliance with data protection regulations when sharing such information.

  • Answered by AI

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions regarding electrical and electronics , Final year project , Resume points

Interview Preparation Tips

Interview preparation tips for other job seekers - What you know just put in resume, don't copy the resume from anyone , be confident while telling the answer & be frank and don't feel hesitate to tell the truth what ever it may be regarding your qualification, percentage, technical knowledge ,blacklogs, financial problems.
Before going to interview just go through the company profile and you should fix your designation according to knowledge or capability and be prepared for that and then go to the interview.
If u know tell if you don't know the answer tell them directly no need to scared.

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.

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

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

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding questions one was greedy and 2nd one was of dp.

I applied via Campus Placement and was interviewed before Oct 2021. 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 

Basic Btech and quantitative aptitude question

Round 3 - Group Discussion 

GD topic was general , but advice is that all should be eager to participate.

Round 4 - HR 

(2 Questions)

  • Q1. What is your Family background ?
  • Q2. Where do you see yourself after 5 years?

Interview Preparation Tips

Topics to prepare for Secure Meters Production Engineer interview:
  • Study specific
Interview preparation tips for other job seekers - Be confident and say truth. If you don't know something that's fine dont get stressed.

TE Connectivity Interview FAQs

How many rounds are there in TE Connectivity new Product Development Engineer interview for experienced candidates?
TE Connectivity interview process for experienced candidates usually has 4 rounds. The most common rounds in the TE Connectivity interview process for experienced candidates are Technical and Resume Shortlist.
How to prepare for TE Connectivity new Product Development Engineer interview for experienced candidates?
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 TE Connectivity. The most common topics and skills that interviewers at TE Connectivity expect are Creo, ISO 13485, Medical, NPD and New Product Development.
What are the top questions asked in TE Connectivity new Product Development Engineer interview for experienced candidates?

Some of the top questions asked at the TE Connectivity new Product Development Engineer interview for experienced candidates -

  1. Create a model from...read more
  2. Solve an design puz...read more

Tell us how to improve this page.

TE Connectivity new Product Development Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
Join TE Connectivity Creating a Safer, Sustainable, Productive, and Connected Future

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 190 Interviews
Foxconn Interview Questions
3.9
 • 163 Interviews
Navitasys India Interview Questions
4.2
 • 103 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
Secure Meters Interview Questions
4.1
 • 72 Interviews
DBG Technology Interview Questions
3.8
 • 68 Interviews
Vertiv Interview Questions
3.9
 • 52 Interviews
ECIL Interview Questions
4.2
 • 49 Interviews
View all
TE Connectivity new Product Development Engineer Salary
based on 16 salaries
₹5.4 L/yr - ₹19.4 L/yr
192% more than the average new Product Development Engineer Salary in India
View more details

TE Connectivity new Product Development Engineer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

4.3

Skill development

3.9

Work-life balance

3.6

Salary

4.3

Job security

4.7

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Product Development Engineer
140 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Associate CAD Engineer
138 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Senior Associate
120 salaries
unlock blur

₹3.5 L/yr - ₹8.3 L/yr

Project Manager
119 salaries
unlock blur

₹6.5 L/yr - ₹27.8 L/yr

Quality Engineer
101 salaries
unlock blur

₹1.5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare TE Connectivity with

Flex

4.0
Compare

Foxconn

3.9
Compare

Vertiv

3.9
Compare

Keysight Technologies

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