TYCS Data Science Questions Bank
TYCS Data Science Questions Bank
UNIT 1
3 marks questions -
1) What is data?
2) What is data Science ?
3) Explain handling missing values.
4) Explain handling duplicates.
5) Explain handling outliers.
6) Explain min- max scaler.
7) Explain Standardization.
8) Explain One - hot encoder.
9) Explain Label encoding.
10)Explain Structured , unstructured and semi- structured data.
UNIT 2
1. Explain the various data visualization Techniques, with Examples. (histogram, bar
chart, line chart, scatter plot, box plot)
2. Explain what is hypothesis testing and its types.
3. Explain the classification of machine learning. (supervised, unsupervised and
reinforcement)
4. Explain what supervised learning is. (regression and classification)
5. Explain the difference between Classification and regression.
6. Explain what is clustering with an example.
7. Explain Bias variance tradeoff.
8. Explain the difference between overfitting and underfitting. OR Explain what is
underfitting and overfitting.
9. Explain linear regression in detail.
10. Explain logistic regression in detail. (non linear)
11. Explain with an example Confusion matrix, Precision, recall and F1 - Score OR
explain what is precision , F1 score, recall and accuracy.
12. Explain what is cross-validation. (K - Fold, stratified).
13. Explain the working of Decision trees.
14. Explain what a random forest classifier is.
15. Explain SVM algorithm.
16. Explain the architecture of ANN.
17. Explain what ensemble learning is.
18. Explain the difference between bagging and boosting techniques.
19. Explain the working of the K-NN algorithm.
20. explain how gradient descent is used for optimization.
3 marks questions -
1) What is dimensionality reduction?
2) What is bias?
3) What is variance?
4) What is overfitting?
5) What is underfitting?
6) What is Mean , median, mode , and Standard deviation?
7) What is hyperparameter tuning?
8) What is ANOVA?
UNIT 3
3 marks questions -
1. Explain the following concepts (any 3) -
(confusion matrix, ROC AUC curve, precision, F1 score, recall and accuracy).