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
Product Analyst Interview Questions
4,367 product analyst interview questions shared by candidates
Most of the interviews were about me talking about my past experience, why Hello Fresh, etc...
How would you prioritise product updates?
Asked me to create a database schema of an app I use daily and asked basic SQL reporting questions related to that. Followed by some basic Excel problem statements and functions. After SQL and Excel, asked me about Python and very basic filtration and grouping functions.
Walk me through your resume
All the questions are irrelevant to the job title/JD
how to measure adoption rate
How do we make money?
Mix of behavioral and technical questions, make sure you know your resume well and describe your experiences.
How many sales leads are there within the dataset?
Viewing 4351 - 4360 interview questions