Unit 1: Data preprocessing and visualization - Subjective Questions

BTY587 — Data Analysis And Simulations • Practice Questions with Detailed Answers

20 questions

1

Define data and explain the different types of data encountered in data analysis. Illustrate each type with examples.

2

Explain the concept of data preprocessing. Why is it considered a critical step in the data analysis pipeline?

3

Discuss the various causes of missing data and classify the mechanisms of missingness (MCAR, MAR, MNAR).

4

Describe the various techniques for dealing with missing data. Compare deletion methods with imputation methods.

5

What is a scatter plot? Explain its purpose and how it is used to identify correlation between two variables.

6

Explain the construction and interpretation of a histogram. How does it differ from a bar chart?

7

Distinguish between a histogram and a scatter plot in terms of their use cases and the type of insights they provide.

8

Describe group plots (grouped/faceted plots). How do they help in comparing data across categories?

9

Explain the structure of a box plot (box-and-whisker plot). Describe each component and how outliers are identified.

10

For the dataset , compute the five-number summary and determine the IQR. Identify if any outliers exist.

11

What is dimensionality reduction? Explain the need for it and the problems associated with high-dimensional data (curse of dimensionality).

12

Explain Principal Component Analysis (PCA) as a dimensionality reduction technique. Outline its main steps.

13

Compare Feature Selection and Feature Extraction approaches to dimensionality reduction with examples.

14

Distinguish between nominal, ordinal, interval, and ratio scales of measurement with suitable examples.

15

Explain the impact of outliers on data analysis. Describe methods to detect and handle them.

16

Describe data normalization and standardization. Why are these transformations important, and how do they differ?

17

Explain how a box plot can be used to compare skewness and spread across multiple groups. Provide an interpretation guide.

18

Discuss the role of data visualization in Exploratory Data Analysis (EDA). List and briefly describe key plots used.

19

Compare t-SNE and PCA as dimensionality reduction techniques, highlighting their strengths, weaknesses, and use cases.

20

A dataset contains missing values in a numerical column. Explain, with reasoning, how you would decide between mean, median, and mode imputation, and mention the drawbacks of each.