Product Engineer Interview Questions

7,070 product engineer interview questions shared by candidates

All questions asked about in the resume and then basic of physics like speed velocity density type of questions And my final year project was bearing related and company work on Bearing division so asked questions on project
avatar

Product Engineer

Interviewed at igus Inc.

3.7
May 12, 2024

All questions asked about in the resume and then basic of physics like speed velocity density type of questions And my final year project was bearing related and company work on Bearing division so asked questions on project

General Management and marketing question on how to get maximum roi, revenue and market share. \The ask strategies that how would you position your product and services to get maximum revenue and Market share of applied after market and services division.
avatar

Product Marketing Engineer

Interviewed at Applied Materials

3.9
Dec 18, 2015

General Management and marketing question on how to get maximum roi, revenue and market share. \The ask strategies that how would you position your product and services to get maximum revenue and Market share of applied after market and services division.

/* # Given an array of integers greater than zero, find if it is possible to # split it in two (without reordering the elements), such that the sum # of the two resulting arrays is the same. Print the resulting arrays. */ /* # In [1]: can_partition([5, 2, 3]) # ([5], [2, 3]) # Out[1]: True # # In [2]: can_partition([2, 3, 2, 1, 1, 1, 2, 1, 1]) # ([2, 3, 2], [1, 1, 1, 2, 1, 1]) # Out[2]: True # # In [3]: can_partition([1, 1, 3]) # Out[3]: False # # In [4]: can_partition([1, 1, 3, 1]) # Out[4]: False */
avatar

Product Engineer

Interviewed at Meta

3.5
Nov 8, 2019

/* # Given an array of integers greater than zero, find if it is possible to # split it in two (without reordering the elements), such that the sum # of the two resulting arrays is the same. Print the resulting arrays. */ /* # In [1]: can_partition([5, 2, 3]) # ([5], [2, 3]) # Out[1]: True # # In [2]: can_partition([2, 3, 2, 1, 1, 1, 2, 1, 1]) # ([2, 3, 2], [1, 1, 1, 2, 1, 1]) # Out[2]: True # # In [3]: can_partition([1, 1, 3]) # Out[3]: False # # In [4]: can_partition([1, 1, 3, 1]) # Out[4]: False */

Viewing 811 - 820 interview questions

Glassdoor has 7,070 interview questions and reports from Product engineer interviews. Prepare for your interview. Get hired. Love your job.