Given a pandas dataframe and asked different questions about it in a google collab notebook.
Product Analyst Interview Questions
4,379 product analyst interview questions shared by candidates
During the technical interview, they showed me C code with potential flaws, and I had to pinpoint them.
Most of the interviews were about me talking about my past experience, why Hello Fresh, etc...
palindrome and its optimal solution
There were questions on KPIs, A/B testing and causality. Plus some actual analytical cases to understand how I'd approach them. During the case presentation there were of course questions related to the analysis and the insights presented.
What is the average price of carbon in EU
Tell me about a project you're most proud of.
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
SQL Questions on joins, ex, for given query what are the number of rows in the output. what output will each join give.
Give an example from your experience when you have supported customers in a complex environment.
Viewing 4301 - 4310 interview questions