What would I estimate as metrics for ab test ?
Data Scientist Interviews
Data Scientist Interview Questions
In a data scientist interview, expect employers to ask questions that assess your data modeling, problem-solving, and programming skills. Be prepared to answer general questions that test your knowledge of statistics and data science. You should also be ready to answer open-ended questions that test your creativity, communication skills, and formal education in data modeling and programming.
Top Data Scientist Interview Questions & How to Answer
Question #1: Which data modeling techniques do you prefer and why?
Question #2: How would you detect bogus Instagram accounts used for scamming consumers?
Question #3: Describe circumstances that require a list, tuple, or set in Python.
54,212 data scientist interview questions shared by candidates
Say you notice a surge in average activity among users but the number of users is down, how would you explain this?
If you implement a new feature to FB how would you measure the success
How do you measure newsfeed health?
What is the most important thing about being a scientist?
Given an array of sorted numbers ex: [1,1,1,2,2,2,2,2,2,2,3,3,3,3] find the indices where a single number starts and ends (ex: 1, start index=0, end_index=2). You have to solve this in log(n) complexity, you cannot go through every sample (n complexity).
Two tables: User actions: date|sessio_id|userid|event session details: date|Sessionid|timespent_Sec|userid 1. Identify avg time spent per user per day 2. Create a histogram of duration on x axis, no of users on y axis which is populated by volume in each bucket Product questions: 1. Wants to add a new banner on FB Market place which suggests to sell something on facebook , should they do it, what should be done to evaluate it ? 2. Market place transactions happen through messages - these messages went down by 10% in a month, should they be worried ? How would you go about analyzing it?
The SQL question was quite easy. Given a table with detailed customer complaint tickets of different types, calculate the share of processed tickets within each type.
Given a string like 'abc', print out all the strings of combination of the same length as the original string. Like 'abc', 'acb', 'bca', 'bac', 'cab', 'cba'
In data scientist job, you can separate into three parts: Data Cleaning, Data Analysis, and Visualization. Which part would you prefer to do?
Viewing 491 - 500 interview questions