Sample MCQ
Sample MCQ
A. Java
B. Excel
C. C++
D. Python
i. ANSWER:D
5. Which of the following step is performed by data scientist after acquiring the data?
A. Data Replication
B. Data Integration
C. Data Forecasting
D. Data Cleaning
ANSWER:D
8. Function used to produce array of all ones of shape and dtype similar to another array
A. ones()
B. ones_like()
C. one
D. one.like()
ANSWER:B
16. Which of the following is/are used to analyze the data in pandas?
A. Dataframe
B. Series
C. Both A and B
D. None of the mentioned above
ANSWER:C
17. What will be the minimum number of arguments require to pass in pandas series?
A. 1
B. 2
C. 3
D. 4
ANSWER:A
19. Which of the following can be used to create various inputs using pandas DataFrame?
A. Lists, dict
B. Series
C. Numpy ndarrays and Another DataFrame
D. All of the above mentioned
ANSWER:D
20. Amongst which of the following is / are not an iterative function for dataframe?
A. iterrows()
B. itercolumns()
C. iteritems()
D. All of the mentioned above
ANSWER:B
29. If the regression equation is equal to y=23.6-54.2x, then 23.6 is the _____ while -54.2 is the
____ of the regression line.
A. Slope, intercept
B. Slope, regression coefficient
C. Intercept, slope
D. Radius, intercept
ANSWER:C
30. The process of constructing a mathematical model or function that can be used to predict or
determine one variable by another variable is called
A. regression
B. correlation
C. residual
D. outlier plot
ANSWER:A
33. The difference between the actual Y value and the predicted Y value found using a
regression equation is called the
A. slope
B. residual
C. outlier
D. scatter plot
ANSWER:B