New Product Development Engineer Interview Questions

9,748 new product development engineer interview questions shared by candidates

Question1 /** * Given a nested list of integers, returns the sum of all integers in the list weighted by their depth * For example, given the list {{1,1},2,{1,1}} the function should return 10 (four 1's at depth 2, one 2 at depth 1) * Given the list {1,{4,{6}}} the function should return 27 (one 1 at depth 1, one 4 at depth 2, and one 6 at depth 3)
avatar

Software Engineer - New College Grad

Interviewed at LinkedIn

3.8
Apr 5, 2014

Question1 /** * Given a nested list of integers, returns the sum of all integers in the list weighted by their depth * For example, given the list {{1,1},2,{1,1}} the function should return 10 (four 1's at depth 2, one 2 at depth 1) * Given the list {1,{4,{6}}} the function should return 27 (one 1 at depth 1, one 4 at depth 2, and one 6 at depth 3)

Q1.Could we have your name and the reason why you are interested in Rakuten. Q2.Please tell us your technical background and how you will be able to contribute to the success of the company. If you already have work experience, please share that as well. Q3.What is your greatest strength and how you leverage your strength for peak performance? Please give us an example. Q4.*This question is for only those who have worked before* Have you ever changed your job? or are you trying to change your job? Please tell us why. Q5.What are your career goal and career plans? How does this job fit into your career plans?
avatar

New Graduate

Interviewed at Rakuten

3.6
Mar 10, 2015

Q1.Could we have your name and the reason why you are interested in Rakuten. Q2.Please tell us your technical background and how you will be able to contribute to the success of the company. If you already have work experience, please share that as well. Q3.What is your greatest strength and how you leverage your strength for peak performance? Please give us an example. Q4.*This question is for only those who have worked before* Have you ever changed your job? or are you trying to change your job? Please tell us why. Q5.What are your career goal and career plans? How does this job fit into your career plans?

Mostly the concepts of array and string manipulation. You are given an array with distinct numbers between 1 to 100. You have to return You have to return a string which says the number's range which are not in the given array separated by comma. Eg: Input: [50,75] Output: (0-49,51-74,76-100)
avatar

Software Engineer New Grad

Interviewed at Google

4.4
Jul 11, 2016

Mostly the concepts of array and string manipulation. You are given an array with distinct numbers between 1 to 100. You have to return You have to return a string which says the number's range which are not in the given array separated by comma. Eg: Input: [50,75] Output: (0-49,51-74,76-100)

Phone interview questions: Given an array of numbers (1,2,3,8,0,2,2,0,10), move all 0s to the right end and all other numbers to the left while keeping relative order of non-zero numbers. Has to be linear in time and in-place.
avatar

Software Engineering New Grad

Interviewed at Meta

3.6
Nov 28, 2014

Phone interview questions: Given an array of numbers (1,2,3,8,0,2,2,0,10), move all 0s to the right end and all other numbers to the left while keeping relative order of non-zero numbers. Has to be linear in time and in-place.

Viewing 11 - 20 interview questions

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