Basics of Data Science

  1. What is Data Science?
  2. Differentiate between Data Science, Machine Learning, and Artificial Intelligence.
  3. What is the CRISP-DM methodology?

Data Preprocessing and Feature Engineering

  1. What is data preprocessing, and why is it important?
  2. Name some common data preprocessing techniques.
  3. What is feature engineering, and why is it important?

Statistics and Probability

  1. Explain the difference between descriptive and inferential statistics.
  2. What is the Central Limit Theorem (CLT)?
  3. Define p-value.

Exploratory Data Analysis (EDA)

  1. What is Exploratory Data Analysis (EDA)?
  2. Name some common techniques used in EDA.
  3. How do you handle outliers in a dataset?

Machine Learning Algorithms

  1. What are the types of machine learning algorithms?
  2. Explain the difference between a parametric and a non-parametric model.
  3. What is overfitting, and how can it be prevented?