Are you familiar with the products they deal in ...? Manager was not technical at all.
Product Engineer Interview Questions
7,070 product engineer interview questions shared by candidates
Q: Why are you interested in Emerson?
What are your ambitious working her.
Prioritize how you would handle 5 events.
/* # 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 */
How would you describe your level of programming ability ?
Nivel de inglés, manejo de AutoCad y SolidWorks
Snap fit, deformation (cantilever beam), some behavioral questions, lots of hypothetical questions about how I would design and manufacture something
Most of the questions were related to my previous experience, and also behavioural questions.
Q: Write a program to print the Fibonacci series using recursive function.
Viewing 851 - 860 interview questions