تدريب مقابلة علوم البيانات

تدرب على 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.