Ai & ML Question Bank For Cie-2
Ai & ML Question Bank For Cie-2
Question Bank
Modules- 3 & 4
Sl Question Mark Bloom’s
N s Level
O
1. Define machine learning and outline the key processes involved in a typical 6 L2
machine learning workflow.
2. Why is it essential to divide a dataset into training, validation, and test sets? 6 L4
Explain how this division impacts model performance and generalization.
3. Explain the role of cross-validation in preventing overfitting. Why is cross- 6 L4
validation particularly useful in smaller datasets?
4. Describe the machine learning lifecycle in detail, covering each stage from 10 L2
data collection to model deployment and monitoring.
5. List and explain the key applications of machine learning in various fields 10 L2
such as healthcare, finance, and e-commerce, with relevant examples.
6. What are feature sets in machine learning, and why are they critical to 10 L4
model performance? Illustrate with an example.
7. What is dimensionality reduction? State its significance considering some 6 L4
real time scenario.
8. Consider that you are working on a model to predict house prices, but the 10 L4
dataset contains hundreds of features. Describe how you would approach
feature selection and dimensionality reduction, and discuss why these steps
are crucial in this scenario.
9. A healthcare organization is developing a machine learning model to 10 L4
diagnose diabetes using patient data. They have a dataset with 50 features,
including age, gender, glucose levels, blood pressure, insulin, and skin
thickness.
Discuss which feature selection techniques would be appropriate for this
scenario. Explain how you would identify and retain the most relevant
features for diabetes diagnosis. Also identify the type of learning applied in
this case.
10. A dataset consists of 20 samples for a binary classification problem (Class A 10 L3
and Class B) with two features: Weather (Sunny, Rainy) and Temperature
(Hot, Cold). The dataset is as follows:
Class A: Sunny-Hot (4 samples), Rainy-Cold (3 samples), Sunny-Cold
(3 samples)