New Product Development Engineer Interview Questions

10,609 new product development engineer interview questions shared by candidates

Questions weren't too over the top, only one that threw me off was essentially and SAT mathematical word problem. I'm no good at word problems, so I'm pretty sure that killed it for me. Oh well, the interviewer was good and it was great to be afforded the opportunity of an interview. The Question: Empty all the seats, dashboards, carpet, steering wheel/column from inside a car and pour quarters through the sunroof till it is completely full and close the sunroof. How many quarters are inside the cab of the car?
avatar

New Country Expansion Analyst

Interviewed at One Acre Fund

3.8
May 15, 2014

Questions weren't too over the top, only one that threw me off was essentially and SAT mathematical word problem. I'm no good at word problems, so I'm pretty sure that killed it for me. Oh well, the interviewer was good and it was great to be afforded the opportunity of an interview. The Question: Empty all the seats, dashboards, carpet, steering wheel/column from inside a car and pour quarters through the sunroof till it is completely full and close the sunroof. How many quarters are inside the cab of the car?

You have a single branch of a GIT or SVN repository. At some commit number G, the code in the repo worked (G = good commit). At a later commit number B, you noticed that the code was broken (B = bad). The code may have become broken anytime at or before B, but after G. B was just the first time that you noticed the code was broken. Both G and B are positive integers and G < B. You have access to a function.......bool isCommitGood(integer)......... that takes a commit number and tells you whether the code at that commit worked or was broken. Write code to find the most recent working commit (i.e., the number/index of the last good commit before the code became broken).
avatar

Software Engineering New Grad

Interviewed at Meta

3.6
Oct 27, 2015

You have a single branch of a GIT or SVN repository. At some commit number G, the code in the repo worked (G = good commit). At a later commit number B, you noticed that the code was broken (B = bad). The code may have become broken anytime at or before B, but after G. B was just the first time that you noticed the code was broken. Both G and B are positive integers and G < B. You have access to a function.......bool isCommitGood(integer)......... that takes a commit number and tells you whether the code at that commit worked or was broken. Write code to find the most recent working commit (i.e., the number/index of the last good commit before the code became broken).

Viewing 161 - 170 interview questions

Glassdoor has 10,609 interview questions and reports from New product development engineer interviews. Prepare for your interview. Get hired. Love your job.