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

Data Analytics Questions for Python B.Tech

The document is a question bank for the Data Analytics Using Python course at Cummins College of Engineering for Women, covering a wide range of topics including data definitions, analytics types, probability distributions, hypothesis testing, regression analysis, and clustering methods. It contains 80 questions designed to assess students' understanding of data analytics concepts and techniques. The questions range from theoretical definitions to practical applications and statistical methods.

Uploaded by

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

Data Analytics Questions for Python B.Tech

The document is a question bank for the Data Analytics Using Python course at Cummins College of Engineering for Women, covering a wide range of topics including data definitions, analytics types, probability distributions, hypothesis testing, regression analysis, and clustering methods. It contains 80 questions designed to assess students' understanding of data analytics concepts and techniques. The questions range from theoretical definitions to practical applications and statistical methods.

Uploaded by

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

Cummins College of Engineering for Women, Nagpur

Department of Computer Engineering


B. Tech 8th Semester Comp. Engg.
Question Bank
Data Analytics Using Python (BTCME802.2T)
1. Define data & discuss its importance.
2. Define data analytics & its types. Why data analytics is important?
3. Explain the different levels of data measurement.
4. Difference between data analytics and data analysis.
5. Explain 4 different levels of data.
6. Discuss the classification of data analytics.
7. Describe installation process of python.
8. Discuss measures of central tendency.
9. Explain the different levels of data measurements.
10. The weight of football players is normally distributed with a mean of 200 pounds and a
standard deviation of 25 pounds. Find the probability of a player weighing more than 241.25
pounds and the probability of a player weighing less than 250 pounds.
11. Explain in detail probability distribution Function with example.
12. A company has 140 employees of which 30 are supervisors 80 of the employees are married,
and 20% of the married employees are supervisors. If a company employee is randomly
selected, what is the probability that the employee is married and is a supervisor?
13. Explain in detail the Hypergeometric distribution.
14. Explain the four different types of probabilities.
15. Differentiate between mutually exclusive events and independent events.
16. Explain the different random sampling techniques.
17. If the two proportion of voters who support proposition A is P equal to 0.4, what is the
probability that a sample of size 200 yields, a sample proportion between 0.40 to 0.45? What
is asked here is the population proportion is given that is a 0.4 that is a 40%. What is the
probability that the sample proportion will lie between 0.4 and 0.45?
18. Define point estimates, unbiasedness, and most efficient estimator.
19. A sample of 11 circuits from your large normal population has a mean resistance of 2.20
ohms. Here the sample value is given. This is your sample mean is given. We know from the
past testing that the population standard deviation is 0.35 ohms. Determine 95% confidence
interval for the true mean resistance of the population.
20. A commercial freezer must hold their selected temperature with a little variation specification
called for a standard deviation of no more than 4 degrees that is the variance 16 degree square
you should not exceed 16, and the standard deviation 4. For a sample of 14 freezers is to be
tested what is the upper limit of the sample variance such that the probability of exceeding
this limit given that the population standard deviation is 4 is less than 0.05. what is the
probability of sample variance that the, the probability of exceeding this limit is less than
0.05?
21. The sample mean is 32 minutes sample sizes n. so, with respect to population, population
mean which we must assume is the 30 minutes what is the population standard deviation by
one tailed test? The population standard deviation is 10 minutes.
22. A milk carton assumes that a sample of 30 milk carton provides a sample mean of 505 ml, the
population standard deviation is believed to be 10 ml, perform a hypothesis test are at 0.03
level of significance when the population mean is 500 ml. To help to determine whether the
filling process should be continued to be operating or it has to be stopped and corrected by
using two-tailed test.
23. Consider the paper tensile strength experiment which is described previously. Use the analysis
of variance to test hypothesis that the different hardwood concentration does not affect the
mean tensile strength of the paper. The hypothesis H0: τ1 = τ2 =τ3 = τ4= 0. For H1: τ1 ≠0 for at
least one i. What is the null hypothesis is that that different hardwood concentration does not
affect the mean tensile strength that means the hardwood concentration tensile strength are
independent nothing to do with that one.
24. Describe the effect of skewness, kurtosis and coefficient of skewness.
25. Discuss properties of expected value, skewness.
26. Define samples and population. Differentiate between the two.
27. Difference between random and non-random sampling.
28. Define confidence intervals. Discus confidence intervals endpoints in detail.
29. Discuss in brief alternative hypothesis.
30. Explain Type I and type II errors in detail. What are the factors affecting Type II error?
31. Explain two sample test in detail.
32. Describe dependent samples in reference with test statistics and decision rules.
33. Explain hypothesis tests about ρ1 – ρ2 with example.
34. Explain the process of hypothesis tests with 2 variances.
35. Explain analysis of variance (ANOVA) in short.
36. Write a short note on design engineering experiments.
37. Explain Fisher’s LSD method in detail.
38. Explain the Turkey - Kramer test for post HOC analysis.
39. What is randomized block design? Explain with example, why we use randomized block
design?
40. Define factorial experiment. What are the types of factorial experiment? Explain any one with
example.
41. Explain linear regression in detail.
42. Write a short note on coefficient of determination.
43. Explain the testing of significance in short.
44. Discuss point estimate and confidence interval estimation with example.
45. How is prediction interval used to evaluate variance? Write down difference between
prediction interval and confidence interval.
46. What are the different types of residual analysis? Explain any one in detail.
47. What is multiple regression? Discuss its estimation process and compare simple versus
multiple regression.
48. Write a short note on multiple coefficient of determination.
49. Differentiate between adjusted multiple coefficient and multiple coefficients.
50. What is the use of F test? Discuss significance of F test.
51. Explain Categorical Variable Regression in detail.
52. What is maximum likelihood estimation? Explain with one example.
53. Comparison between method of least square and maximum likelihood estimate.
54. Write a short note on Logistic regression.
55. What is G statistics? How to evaluate chi-square value of G- statistics?
56. Compare Linear Regressions Model VS Logistic Regression Model.
57. Compare logistic regression and discriminant analysis.
58. Explain in detail confusion matrix.
59. Write a short note on ROC.
60. Write down the method of Regression Analysis Model Building.
61. What is GLM? What do you mean by linearity in GLM?
62. Explain Chi-Square Test of Independence with example.
63. Write down the steps for goodness of fit test.
64. What is cluster analysis? what is the difference between cluster and discriminant analysis?
65. What do you mean by choice of measurements? What is the merits and demerits of choice of
measurements?
66. How to handle missing data? Explain in brief.
67. Write a short note on dissimilarities and similarities.
68. Discuss classification of clustering methods.
69. Explain working principle of K-Means algorithm.
70. Write a short note on hierarchical method of clustering.
71. Compare agglomerative method versus divisive method.
72. Write a short note on Dendogram.
73. compare the partitioning clustering algorithm versus hierarchical clustering algorithm.
74. compare K means versus hierarchical clustering.
75. Discuss advantages and limitations of hierarchical clustering.
76. Explain hierarchical agglomerative clustering with example.
77. Write a short note on CART.
78. What is decision tree? Explain the steps of decision tree method.
79. Explain the concept Gini index.
80. Define the concept called tree pruning. How does tree pruning work?

You might also like