Analytics Interviews

Analytics Interview Questions

"When you apply for a job in the field of analytics, you can expect to be asked technical questions and given math problems that will test your knowledge of statistical math and data management and analysis. The interviewer may test your critical thinking and decision making skills by having you solve word problems on the spot, as you will be expected to know how to gather insights into and draw conclusions from the data you collect on the job. Analytics is a broad field, and the technical questions you are asked will depend on the position you are applying for."

14,454 analytics interview questions shared by candidates

Lets say the population on Facebook clicks ads with a click-through-rate of P. We select a sample of size N and examine the sample's conversion rate, denoted by hat{P}, what is the minimum sample size N such that Probability( ABS(hat{P} - P) < DELTA ) = 95%. In other words (this is my translation), find the minimum sample size N such that our sample estimate hat{P} is within DELTA of the true click through rate P, with 95% confidence.
avatar

Data Scientist, Analytics

Interviewed at Meta

3.6
Mar 6, 2015

Lets say the population on Facebook clicks ads with a click-through-rate of P. We select a sample of size N and examine the sample's conversion rate, denoted by hat{P}, what is the minimum sample size N such that Probability( ABS(hat{P} - P) < DELTA ) = 95%. In other words (this is my translation), find the minimum sample size N such that our sample estimate hat{P} is within DELTA of the true click through rate P, with 95% confidence.

Given two binary strings, write a function that adds them. You are not allowed to use any built in string to int conversions or parsing tools. E.g. Given "100" and "111" you should return "1011". What is the time and space complexity of your algorithm?
avatar

Data Scientist, Analytics

Interviewed at Meta

3.6
Mar 6, 2015

Given two binary strings, write a function that adds them. You are not allowed to use any built in string to int conversions or parsing tools. E.g. Given "100" and "111" you should return "1011". What is the time and space complexity of your algorithm?

We have a table called ad_accounts(account_id, date, status). Status can be active/closed/fraud. A) what percent of active accounts are fraud? B) How many accounts became fraud today for the first time? C) What would be the financial impact of letting fraud accounts become active (how would you approach this question)?
avatar

Data Scientist, Analytics

Interviewed at Meta

3.6
Mar 6, 2019

We have a table called ad_accounts(account_id, date, status). Status can be active/closed/fraud. A) what percent of active accounts are fraud? B) How many accounts became fraud today for the first time? C) What would be the financial impact of letting fraud accounts become active (how would you approach this question)?

Viewing 1 - 10 interview questions

Glassdoor has 14,454 interview questions and reports from Analytics interviews. Prepare for your interview. Get hired. Love your job.