New Product Development Engineer Interview Questions

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

Given a 2D array, where there are 0s and 1s (1 representing island) count how many islands are there, for example, [[0,1,1], [1,0,0], [0,1,0]] there are 3 islands there (because in the first row 2 of 1s are connected so they created a bigger island.
avatar

Software Engineer (New Grad)

Interviewed at Yelp

3.2
Feb 21, 2017

Given a 2D array, where there are 0s and 1s (1 representing island) count how many islands are there, for example, [[0,1,1], [1,0,0], [0,1,0]] there are 3 islands there (because in the first row 2 of 1s are connected so they created a bigger island.

The coding problem involved 2 questions, given a Person class that includes mother, father, children, age, gender, etc create a method to find the person's greatest sister, then create a method that will find the greatest ancestors in the family tree
avatar

Software Engineer, New Grad

Interviewed at Veeva Systems

3.5
Apr 7, 2013

The coding problem involved 2 questions, given a Person class that includes mother, father, children, age, gender, etc create a method to find the person's greatest sister, then create a method that will find the greatest ancestors in the family tree

Given two hashmap type data structures (expected, actual) compare the two maps and return the differences in the maps. Map values can be another map or it can be an integer value. A map can look like the following: Apple - 3 Orange Banana - 4 Strawberry - 7 Key Apple maps to 3 Key orange maps to another map containing banana mapped to 4 and strawberry mapped to 7
avatar

Software Engineer New Grad

Interviewed at Gusto

3
Feb 14, 2019

Given two hashmap type data structures (expected, actual) compare the two maps and return the differences in the maps. Map values can be another map or it can be an integer value. A map can look like the following: Apple - 3 Orange Banana - 4 Strawberry - 7 Key Apple maps to 3 Key orange maps to another map containing banana mapped to 4 and strawberry mapped to 7

Viewing 141 - 150 interview questions

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