MSDS Sample
MSDS Sample
Entrance Exam
Core Data Science Section (Sample Questions)
Question 4: Which chart type is suitable for displaying the distribution of a single variable?
a) Scatter plot
b) Histogram
c) Line chart
d) Bar chart
Answer: b
Question 5: What is the purpose of the “train-test split” in machine learning?
a) Training a model with labeled data
b) Evaluating a model's performance using different datasets
c) Dividing the dataset into training and testing subsets
d) Tuning hyperparameters
Answer: c
Question 7: Which algorithm is particularly effective for handling text data in machine learning?
a) Decision Trees
b) Naïve Bayes
c) K-mean
d) Support Vector Machine (SVM)
Answer: b