注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
DS 面试题目的几大分类. 1point 3 acres
Statistics
Programming
General. Χ
Big Data
Python
R
SQL
Modeling
Behavioral
Culture Fit. Χ
Problem-Solving
[新人求加米!!! 米多后回报地里会分享自己手动总结的力扣所有 SQL 题目(按考点分类)以及答案!!!]
Statistics
1 What is the Central Limit Theorem and why is it important?
2 What is sampling? How many sampling methods do you know?-baidu 1point3acres
3 What is the difference between Type I vs Type II error?. check 1point3acres for more.
4 What is linear regression? What do the terms P-value, coefficient, R-Squared value mean? What is the significance of each of these components?
5 What are the assumptions required for linear regression?
There are four major assumptions:
1. There is a linear relationship between the dependent variables and the regressors, meaning the model you are creating actually fits the data,
2. The errors or residuals of the data are normally distributed and independent from each other,
3. There is minimal multicollinearity between explanatory variables, and
4. Homoscedasticity. This means the variance around the regression line is the same for all values of the predictor variable.. ----
6 What is a statistical interaction?
7 What is selection bias?
8 What is an example of a dataset with a non-Gaussian distribution?
9 What is the Binomial Probability Formula?
Programming
1 With which programming languages and environments are you most comfortable working?.
2 What are some pros and cons about your favorite statistical software?
3 Tell me about an original algorithm you’ve created.
4 Describe a data science project in which you worked with a substantial programming component. What did you learn from that experience?. Χ
5 Do you contribute to any open source projects?
6 How would you clean a dataset in (insert language here)?
7 Tell me about the coding you did during your last project?
. check 1point3acres for more.
Big Data
1 What are the two main components of the Hadoop Framework?. 1point 3acres
2 Explain how MapReduce works as simply as possible.. From 1point 3acres bbs
3 How would you sort a large list of numbers?. 1point 3acres
4 Here is a big dataset. What is your plan for dealing with outliers? How about missing values? How about transformations?
Python
1 What modules/libraries are you most familiar with? What do you like or dislike about them?
2 What are the supported data types in Python?
3 What is the difference between a tuple and a list in Pllars in the lottery, what would you do with the money?. ----
14 What is one thing you believe that most people do not?. 1point3acres.com
15 What personality traits do you butt heads with?
16 What are you passionate about?
Problem Solving
1 How would you come up with a solution to identify plagiarism?
2 How many “useful” votes will a Yelp review receive?
3 How do you detect individual paid accounts shared by multiple users?. .и
4 You are about to send one million emails. How do you optimize delivery? How do you optimize response?
5 You have a dataset containing 100K rows and 100 columns, with one of those columns being our dependent variable for a problem we’d like to solve. How can we quickly identify which columns will be helpful in predicting the dependent variable. Identify two techniques and explain them to me as though I were 5 years old.
6 How would you detect bogus reviews, or bogus Facebook accounts used for bad purposes?
7 How would you perform clustering on one million unique keywords, assuming you have 10 million data points – each one consisting of two keywords, and a metric measuring how similar these two keywords are? How would you create this 10 million data points table in the first place?
8 How would you optimize a web crawler to run much faster, extract better information, and better summarize data to produce cleaner databases?
// 祝大家早日上岸
|