Analytics Quiz and Case Study
Analytics Quiz and Case Study
4. What does the get() method return when a key is not found in the
dictionary?
a. None
b. KeyError
c. Dictionary
d. List of keys
a. extend( )
b. index( )
c. pop( )
d. remove( )
12. A bag consists of a black, blue, yellow, red, green and a pink ball.
Probability of not selecting a yellow ball is
a. 1/11
b. 5/6
c. 1/6
d. 1/3
13.
a. Neither is correct
b. Both are correct
c. Kelli is correct
d. Richard is correct
14. Continuous data with outliers are best summarised using ____________
15. Find the domain of the function f(x) = (x² + x - 20) / (x² - 3x - 18)
a. (-∞,-3)∪(6,∞)
b. (-∞,-3]∪[-3,6]∪[6,∞)
c. (-∞,6)∪(-3,6)∪(-3,∞)
d. (-∞,-3)∪(-3,6)∪(6,∞)
16. Ms. Novelli allows her students students to choose the mean, median or
mode of their set of test scores to be their final average. Which measure of
center should Brooke use in order to get the highest average if her scores are
90, 80, 90, 70, 85?
a. Median
b. Mode
c. They are all same
d. Mean
a. if and only if the left and right derivatives at c both exist and are equal
b. if and only if the left and right derivatives at c both exist
c. if and only if the right derivative at c exists
d. if and only if the left derivative at c exists
a. No
b. Sometimes
c. Only if there is no cusp
d. Yes
5. Which Machine Learning technique you will use to predict the category whether
the customer will Churn or not in respect of OTT services:
a. Decision Tree
b. Sentiment Analysis
c. Logistic Regression
d.Clustering
Answer: D
6. Which of the following is correct with respect to residuals? Select one:
a. Positive residuals are below the line, negative residuals are above
b. Positive and negative residuals both are below
c. None of the Above
d.Positive residuals and negative residuals are below the line
Answer: C
7. Which approach should be used to ask Data Analysis questions? Select one:
a. Find out the question which is to be answered
b. Find out the answer from a dataset without asking the question
c. None of the mentioned
d.Find only one solution for a particular problem
Answer: A
8. Consider the following codes:
I. Politics
II. Sales and marketing
III. Healthcare
IV. Human Resource
Common use cases for data visualization include?
a. I & III
b. II & IV
c. II, III, IV
d. I, II, III, IV
Answer: D
9. Which of the following graph can be used to check randomness in Time Series?
Select one:
a. Scatterplot
b. Barplot
c. Auto Correlation
d.Any graph
Answer: C
10. What is the standard deviation for the data given:
20, 25, 18, 129, 19, 65, 75, 50, 56, 85
a. 1168.56
b. 34.184
c. 54.2
d.129
Answer: B
11. The area under a standard normal curve is:
a. ∞
b. 1
c. 0
d.
2
Answer: B
12. Let X ∼ N(4,4). What does this tell us about the distribution of X ? Exactly one option must
be correct)
a. X is binomial with n = 4 and p = 4.
b. X is normal with mean 4 and variance 16.
c. X is normal with mean 4 and variance 2.
d.
X is binomial with mean 4 and variance 4.
Answer: B
13. Which of the following is an example of a time series model?
a. Naive approach
b. Exponential smoothing
c. Moving Average
d. All of the above
Answer: D
14. If the sale is 3mn in the first quarter of 2020, 5mn in the second quarter, 4mn in
third and 6 mn in the fourth quarter. What is the quarter simple moving average
for the first quarter of 2021?
a. 5mn
b. 4.66mn
c. 4mn
d.
Need more information
Answer: A
15. Let f(x) = cot(x) - 2/x^2. Let g(x) = x^3 + 8. What is f(x)*g(y)?
a. y^3(Cot(x)-2/x^2)-16/x^2-8Cot(x)
b. x^3(Cot(y)-2/y^2)-16/x^2+8Cot(x)
c. x^3(Cot(y)+2/y^2)-16/y^2-8Cot(y)
d. y^3(Cot(x)-2/x^2)-16/x^2+8Cot(x)
Answer: D
16. The decrease in the numbers of viewers describes the following component of the
time series:
a. Secular trend
b. Cyclical variation
c. Seasonal variation
d.
All of the above
Answer: A
19. In a random selection sample value, the outlier will influence the most to
a. Mean
b. Mode
c. Median
d. None of the above
Answer: A
30. In fitting a model to predict whether a person viewing an eCommerce website will click
on a particular link, a certain company drew the training data from weblogs of the
browsing records of prior visitors. Various variables were found to be useful in
predicting the target, including a binary variable indicating whether or not the person
making a purchase. How should that variable be handled:
a. It should be included as a predictor due to its likely predictive power.
b. It should be excluded since it is uncorrelated with the target variable.
c. It should be excluded since it will not be available in new data.
d. It should be included, but only in models that rely on binary input variable