数据科学面试练习

练习 60 道原创数据科学面试题,覆盖统计、概率、Python、pandas、SQL、机器学习、指标与 A/B 测试,每题附答案与解析。

等级: Data Science Interview 难度: intermediate 60 道题 60 分钟
选择练习模式,回答每道数据科学面试题,然后查看解析。错题会保存在本机供复习。
连续学习: 0 天 仅保存在此设备
进度 0 / 60
题目 1

What is a p-value?

选择一个答案
题目 2

Which distribution is symmetric and bell-shaped?

选择一个答案
题目 3

What does standard deviation measure?

选择一个答案
题目 4

Which test compares the means of two independent groups?

选择一个答案
题目 5

What does correlation measure?

选择一个答案
题目 6

Which correlation value indicates no linear relationship?

选择一个答案
题目 7

What is a confidence interval?

选择一个答案
题目 8

Which measure of central tendency is most robust to outliers?

选择一个答案
题目 9

What does P(A|B) represent?

选择一个答案
题目 10

What is Bayes theorem used for?

选择一个答案
题目 11

Which distribution models the count of events in a fixed interval?

选择一个答案
题目 12

What is a type I error?

选择一个答案
题目 13

Which pandas function reads a CSV file?

选择一个答案
题目 14

Which method returns the first rows of a DataFrame?

选择一个答案
题目 15

Which pandas method removes rows with missing values?

选择一个答案
题目 16

Which pandas method fills missing values with a chosen value?

选择一个答案
题目 17

Which pandas operation groups rows and applies an aggregation?

选择一个答案
题目 18

Which method combines two DataFrames by columns?

选择一个答案
题目 19

What does .value_counts() do?

选择一个答案
题目 20

Which method applies a function to each element in a Series?

选择一个答案
题目 21

What is a pandas DataFrame?

选择一个答案
题目 22

Which pandas method computes summary statistics?

选择一个答案
题目 23

Which Python library provides multidimensional arrays?

选择一个答案
题目 24

Which Python library is commonly used for plotting?

选择一个答案
题目 25

Which SQL clause filters rows?

选择一个答案
题目 26

Which SQL clause groups rows?

选择一个答案
题目 27

Which SQL clause filters groups after aggregation?

选择一个答案
题目 28

Which join returns all rows from the left table and matching rows from the right?

选择一个答案
题目 29

Which SQL function counts rows?

选择一个答案
题目 30

Which SQL function computes the average?

选择一个答案
题目 31

Which keyword removes duplicate values from a query result?

选择一个答案
题目 32

Which SQL clause sorts results?

选择一个答案
题目 33

Which SQL keyword limits the number of returned rows in many dialects?

选择一个答案
题目 34

Which SQL operator matches string patterns?

选择一个答案
题目 35

What is a primary key?

选择一个答案
题目 36

Which join returns only rows with matches in both tables?

选择一个答案
题目 37

What is supervised learning?

选择一个答案
题目 38

Which task predicts categorical labels?

选择一个答案
题目 39

Which task predicts continuous values?

选择一个答案
题目 40

Which algorithm is commonly used for binary classification?

选择一个答案
题目 41

What is overfitting?

选择一个答案
题目 42

Which technique helps reduce overfitting in decision trees?

选择一个答案
题目 43

What is cross-validation?

选择一个答案
题目 44

What is precision?

选择一个答案
题目 45

What is recall?

选择一个答案
题目 46

What is the F1 score?

选择一个答案
题目 47

Which metric is often preferred for imbalanced classification?

选择一个答案
题目 48

What is feature engineering?

选择一个答案
题目 49

Which algorithm is commonly used for clustering?

选择一个答案
题目 50

What is A/B testing?

选择一个答案
题目 51

What is a metric?

选择一个答案
题目 52

What is a conversion rate?

选择一个答案
题目 53

What is retention?

选择一个答案
题目 54

What is churn?

选择一个答案
题目 55

What is cohort analysis?

选择一个答案
题目 56

What is a null hypothesis?

选择一个答案
题目 57

Which of the following are Python data analysis libraries? Select all that apply.

选择一个答案
题目 58

Which of the following are SQL aggregate functions? Select all that apply.

选择一个答案
题目 59

A p-value below 0.05 always proves the alternative hypothesis.

选择一个答案
题目 60

Match each machine learning metric to its definition.