Product Developer Interview Questions

1,046 product developer interview questions shared by candidates

What will you do if you had a conflict with one of ur teammates? How would you introduce yourself to some person in a team? What would be your approach? Successful situation? what does innovation mean to you? OOPs concepts?
avatar

Product and Software Engineer Intern

Interviewed at Verizon

3.6
Nov 6, 2015

What will you do if you had a conflict with one of ur teammates? How would you introduce yourself to some person in a team? What would be your approach? Successful situation? what does innovation mean to you? OOPs concepts?

1) Tell me about yourself. 2) Questions on projects mentioned in resume. 3) Rate yourself on R and SQL. 4) What are your strengths? 5) How do you print your name in reverse order without any custom function? A: Read the string character by character and print it using a loop by decreasing the index. 6) How do you create a bar and line chart using three data columns x,y, color,z . visualization write using ggplot. a: ggplot(data=data,aes(x=x,y=y))+geom_point()+ggtitle(color) ggplot(data=data, aes( x=x,y=z))+geom_bar() 7) Pick a number between 0 to 100. If you pick the number 10,000 times and plot the result. how would the distribution look like? and what is the mean A: Normal distribution. Mean is 50 8) what is the factor that controls the width of normal distribution? a: variance
Oct 23, 2018

1) Tell me about yourself. 2) Questions on projects mentioned in resume. 3) Rate yourself on R and SQL. 4) What are your strengths? 5) How do you print your name in reverse order without any custom function? A: Read the string character by character and print it using a loop by decreasing the index. 6) How do you create a bar and line chart using three data columns x,y, color,z . visualization write using ggplot. a: ggplot(data=data,aes(x=x,y=y))+geom_point()+ggtitle(color) ggplot(data=data, aes( x=x,y=z))+geom_bar() 7) Pick a number between 0 to 100. If you pick the number 10,000 times and plot the result. how would the distribution look like? and what is the mean A: Normal distribution. Mean is 50 8) what is the factor that controls the width of normal distribution? a: variance

Viewing 1041 - 1050 interview questions

Glassdoor has 1,046 interview questions and reports from Product developer interviews. Prepare for your interview. Get hired. Love your job.