Question Text: Clear My Choice
Question Text: Clear My Choice
Flag question
Question text
Flag question
Question text
Which of the following R command will you use to determine strength of relationship
between two variables sales amount and advertisement spend from the R-Console?
Select one:
a. mean and boxplot
b. mean and standard deviation
c. correlation and scatterplot
d. correlation and cosine
e. mean, median and standard deviation
Clear my choice
Question 4
Not yet answered
Marked out of 1.00
Flag question
Question text
Flag question
Question text
Question 6
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following KPIs can be used by a cricket academy based in Sydney,
Australia to select baller with excellent fielding capabilities?
Select one:
a. Batting average, number of wickets taken per match
b. Average number of wickets taken per match
c. Number of wickets taken per match, average catches per match
d. Batting average per match, ratio of runs per wicket, average catches per match
e. Total runs scored, total wickets taken, total catches taken
Clear my choice
Question 7
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following R commands will you use to open comma delimited text file from
R-console?
Select one:
a. read.data(file.choose( ))
b. read.csv(file.choose( ))
c. read.table(file.choose( ), header = T, “\t”)
d. read.table(file.choose( ), header = T, “\n”)
e. read.data(file.choose(), header = T, “t”)
Clear my choice
Question 8
Not yet answered
Marked out of 1.00
Flag question
Question text
Question 9
Not yet answered
Marked out of 1.00
Flag question
Question text
Flag question
Question text
Which of the following statistical term helps us to understand the nature of relationship
between two numeric variables during analysis?
Select one:
a. skewness
b. correlation
c. mean
d. kurtosis
e. median
Question 11
Not yet answered
Marked out of 1.00
Flag question
Question text
Flag question
Question text
Question text
Flag question
Question text
Which category of functions is used to calculate depreciation, rates of return and loan
payment amounts?
Select one:
a. Financial
b. Logical
c. Statistical
d. Math & Trigonometry
Clear my choice
Question 15
Not yet answered
Marked out of 1.00
Flag question
Question text
If the coefficient of correlation is a positive value, then the regression equation
Select one:
a. Must have a positive y intercept
b. Must have a positive slope
c. Could have either a positive or a negative slope
d. Must have a negative slope
Clear my choice
Question 16
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following command is correct to find position of missing values in a vector
v1?
Select one:
a. which(v1==NA)
b. which(is.na(v1)=="NA")
c. which(is.na(v1))
d. which(v1=="NA")
Clear my choice
Question 17
Not yet answered
Marked out of 1.00
Flag question
Question text
Question 18
Not yet answered
Marked out of 1.00
Flag question
Question text
For a data-frame named as “data1” which of the following command in R is used to load
the column names of the data-table in the memory
Select one:
a. names(data1)
b. load(data1)
c. detach(data1)
d. attach(data1)
e. dim(data1)
Clear my choice
Question 19
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following Excel function will return the highest number in a series of
number?
Select one:
a. MAXIMUM(K1:K10)
b. HIGHEST(K1:K10)
c. HIGH(K1:K10)
d. MAX(K1:K10)
Clear my choice
Question 20
Not yet answered
Marked out of 1.00
Flag question
Question text
When historical data is used to better understand the changes that have occurred in the
business and use it draw comparisons is an example of
Select one:
a. None of the options
b. Descriptive analytics
c. Predictive analytics
d. Prescriptive analytics
Question 21
Not yet answered
Marked out of 1.00
Flag question
Question text
Flag question
Question text
Question 23
Not yet answered
Marked out of 1.00
Flag question
Question text
Shane wants to use a Excel function that will return a value of 17. Which of the following
functions is correct?
Select one:
a. ROUNDING(16.4999, 0)
b. ROUNDABOVE(16.4999, 0)
c. ROUNDUP(16.4999, 0)
d. ROUNDMORE(16.4999, 0)
Clear my choice
Question 24
Not yet answered
Marked out of 1.00
Flag question
Question text
A residual is defined as
Select one:
a. The difference between the actual Y values and the mean of Y
b. The difference between the actual Y values and the predicted Y values
c. The predicted value of Y for the average X value
Clear my choice
Question 25
Not yet answered
Marked out of 1.00
Flag question
Question text
Analyst Joe has collected data from the marketing division of the company for past 3
years and analysed it using regression with sales revenue as dependent variable and
others as independent variables. The output of regression is R-Square is 0.6012,
intercept is 27.58 and coefficient for amount spent on advertisement is 0.2931 and
coefficient for hours spent in promotions is 0.2091. Which of the following is the correct
equation for this outcome from the regression?
Select one:
a. sales revenue = (amount spent on advertisement) + (hours spent in promotions) +
27.58
b. sales revenue = 0.2931 X (amount spent on advertisement) + 0.2091 X (hours spent
in promotions) + 27.58
c. sales revenue = 0.2931 X (amount spent on advertisement) + 0.2091 X (hours spent
in promotions)
d. sales revenue = 0.2931 X (amount spent on advertisement) + 27.58 X (hours spent in
promotions) + 0.2091
e. sales revenue = 0.2091 X (amount spent on advertisement) + 0.2931 X (hours spent
in promotions) + 27.58
Clear my choice
Question 26
Not yet answered
Marked out of 1.00
Flag question
Question text
Flag question
Question text
Flag question
Question text
MS Excel is a
Select one:
a. Presentation Program
b. Programming Language
c. Spreadsheet Program
d. Database
Clear my choice
Question 29
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following methods do we use to find the best-fit line for data in linear
regression?
Select one:
a. Exponential method
b. Least squares method
c. Maximum likelihood
d. Logarithmic loss
Clear my choice
Question 30
Not yet answered
Marked out of 1.00
Flag question
Question text