0% found this document useful (0 votes)
19 views3 pages

Data Science Exam Question Bank

Ds Question bank

Uploaded by

Rohit
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Data Science Exam Question Bank

Ds Question bank

Uploaded by

Rohit
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Data Science Question Bank for MTE Examination

2 Marks Questions

1 What is Data Science. Mention any two of its applications.

2 What is meant by descriptive statistics? Give two examples.

3 Define probability distribution and give an example from real life.

4 What is Data Collection and discussed the method of data collections.

5 Explain the importance of exploratory data analysis (EDA).

6 Differentiate between structured and unstructured data.

7 Describe the importance of data cleaning.

8 What are the main challenges in data collection?

9 What is the significance of probability distributions?

10 Write the difference between Type I and Type II error in hypothesis testing.

11 List any two interdisciplinary fields that contribute to Data Science.

12 What is the scope of Data Science in business decision-making?

13 Why is data preprocessing important before analysis?

14 Write any two types of probability distributions.

15 Define descriptive statistics.

16 What is p-value in hypothesis testing?

17 Differentiate between the Discrete Random variables and continuous random variables

18 Write the methods to evaluate the central tedency measures

19 Differentiate between the descriptive and inferential statistics

20 Write the properties of Probability Mass function and Probability Density Function.

21

22 1. Explain data science in terms your grandmother would understand.

23 2. What is something that excites you most about learning data science?

24 3. Give an example of something that you believe to be random and cannot be predicted.

25 4. Explain why data literacy is important.

26 5. Explain the difference between raw data and trusted data.

1. How is descriptive statistics different from inferential statistics?


2. Consider a dataset consisting of one million ones. What is its standard deviation?
28
3. Explain how correlation is different from covariance.
4. What is sampling error? How does increasing the sample size a ect the sampling error?
5. What is Probability Distribution .What its importance in data Science.

Six Marks Questions

1 Explain the scope of Data Science with suitable real-world applications.

2 A dataset of marks obtained by 11 students is: 12, 15, 20, 25, 30, 30, 35, 40, 45, 50, 95

3 (i) Find the Mean, Median, and Mode including the outlier.

4 (ii) Identify and remove the outlier.

5 (iii) Recalculate the Mean, Median, and Mode after removing the outlier.

6 (iv) Comment on the effect of the outlier on central tendency measures.

Explain the steps involved in performing Exploratory Data Analysis (EDA) with an example
7 dataset.

What are hypothesis tests? Explain the difference between null hypothesis (H₀) and alternative
8 hypothesis (H₁) with examples.

9 What is Data Cleaning. Explain the methods involve in data cleaning.

10 What are the major steps in a Data Science project? Explain with an example.

11 Explain descriptive statistics with suitable examples.

12 Explain the difference between qualitative and quantitative data with examples.

13 Differentiate between descriptive and inferential statistics. Give examples.

14 Explain the role of visualization in Exploratory Data Analysis (EDA).

15 Discuss the role of Data Science in modern industries like healthcare, finance, and retail.

Explain the role of structured, unstructured, and semi-structured data in Data Science
16 applications.

“Data is the backbone of Data Science.” Justify this statement with reference to data collection
17 and cleaning methods.

Explain the importance of hypothesis testing in decision-making with a practical example from
18 business or healthcare.

“EDA is the first step towards building any data-driven model.” Justify this statement with
19 suitable arguments and examples.

Discuss in detail how descriptive statistics and EDA complement each other in the data analysis
20 process.

How to evaluuate the Mean and variance of the discrete and continuous randam variables?
21 Demonstarte with the help of suitable example
How the Numerical data is classified? Differnetiate between the Qualitative data and
22 Qauantative data

23 What are the different data gathering mentods? Explain each method in detail

25 What are the main methods used in data cleaning .

26 Data Collection is the first phase in data science. Mention the various ways to collect the data .

27 Difference between 1) Discrete data and Continuous data 2)Structured and Unstructured data.

What is Data Visualization . What are different types of graph to implement the data
28 Visualization.

Explain the different types of probability distributions with suitable examples (2 from each
29 discrete and Continuous).

Common questions

Powered by AI

EDA is critical as it allows data scientists to understand the underlying patterns, spot anomalies, test hypotheses, and check assumptions through graphical representations and summary statistics. It helps in identifying the structure and patterns relevant to the research problem. By exploring the data in the early stages, scientists can make better decisions on data pre-processing and the choice of analysis methods or modeling techniques. EDA complements subsequent analysis processes by ensuring data quality and enhancing hypothesis testing and modeling accuracy through initial insights gained .

Descriptive statistics provide a summary of the data by identifying central tendencies, dispersion, and distribution shapes. EDA extends this by visually exploring data patterns and relationships. While descriptive statistics offer a numerical basis for understanding data, EDA provides the visual context necessary to identify trends, detect outliers, and uncover hidden patterns. Together, they help in forming hypotheses and strategies for further detailed analysis .

Data visualization aids in EDA by making complex datasets more accessible and understandable through visual tools, thereby facilitating quick identification of patterns, outliers, and trends. Common visualization types include histograms, scatter plots, box plots, and bar charts. These tools allow analysts to visually assess the shape, spread, and relationship between variables, crucial for forming hypotheses and guiding further analysis .

Data Cleaning provides a foundation for accurate data-driven decisions by ensuring the data is free from errors, inconsistencies, or missing information. Common methods include handling missing data through imputation or deletion, correcting inaccuracies, removing duplicates, and ensuring the data is formatted consistently. Without proper data cleaning, analyses might be based on flawed data, leading to potentially incorrect conclusions .

Quantitative data is numerical and can be measured and counted, while qualitative data is descriptive and represents characteristics that cannot easily be measured. This distinction affects the choice of analysis methods: quantitative data is typically subject to statistical models, whereas qualitative data often involves categorical analysis and content interpretation. The distinction is crucial for selecting appropriate methods to analyze and interpret data effectively .

A Type I error occurs when a true null hypothesis is incorrectly rejected, commonly resulting in a false positive conclusion. A Type II error happens when a false null hypothesis is not rejected, leading to a false negative. Both errors impact decision-making; a Type I error could lead to unnecessary actions or changes, while a Type II error may result in missed opportunities or failure to act on valid findings .

PMF applies to discrete random variables and gives the probability that a discrete random variable is exactly equal to a given value. PDF applies to continuous random variables and describes the probability of the random variable falling within a particular range of values. Both functions describe the distribution of probabilities and must satisfy the properties of normalization (the total probability is 1).

Structured data is highly organized and easily searchable in databases; it is used in applications requiring complex queries and analytics, such as financial databases. Unstructured data, such as emails or social media posts, lacks strict format and requires sophisticated techniques like natural language processing for analysis. Semi-structured data, exemplified by JSON or XML files, combines elements of both. The challenges include managing the volume and variety (for unstructured data), integration into structured systems (for semi-structured data), and preserving data quality and consistency (for structured data).

Data preprocessing is vital as it prepares the raw data for analysis by cleaning, transforming, and organizing it to overcome inconsistencies, missing values, and invalid entries that could affect analysis. Common techniques include normalization, categorization, handling missing data, and encoding variables. This step ensures the accuracy and reliability of the data, ultimately enhancing model performance and decision outcomes .

Hypothesis testing is important as it provides a structured framework for making data-driven decisions about population parameters based on sample data. For example, in healthcare, a hypothesis test could evaluate whether a new drug is more effective than existing treatments by comparing patient recovery rates. This eliminates the influence of random chance on decision-making by using statistical evidence to support or refute assumptions, thus guiding strategic decisions .

You might also like