Q41: Attributes of an object (if any) can be accessed using the___function
- A. objects()
- B. attrib()
- C. attributes()
Answer C. attributes()Answer
Q42: ___involves predicting a response with meaningful magnitude, such as quantity sold, stock price, or return on investment
- A. Regression
- B. Clustering
- C. Summarization
Answer A. RegressionAnswer
Q43: ___provides needed string operators in R
- A. str
- B. forcast
- C. stringr
Answer C. stringrAnswer
Q44: ___splits a data frame and results in an array (hence the da). Hopefully, you’re getting the idea here
- A. apply
- B. daply
- C. stats
Answer B. daplyAnswer
Q45: System.time function returns an object of class___which contains two useful bits of information
- A. debug_time
- B. procedure_time
- C. proc_time
Answer C. proc_timeAnswer
Q46: Which of the following will start the R program?
- A. $ R
- B. & R
- C. Rb
Answer A. $ RAnswer
Q47: The third step in decision making process is
- A. linear predictions
- B. dependent predictions
- C. making predictions
- D. independent predictions
Answer C. making predictionsAnswer
Q48: The decision making step, which consists of organization goals, predicting alternatives and communicating goals is called
- A. organization
- B. alternation
- C. planning
- D. valuing
Answer C. planningAnswer
Q49: The fourth step in decision making process is
- A. linear correlation
- B. making decisions
- C. implement decisions
- D. evaluate performance
Answer B. making decisionsAnswer
Q50: The costs that behaves as irrelevant costs in process of decision making are classified as
- A. past costs
- B. future costs
- C. expected costs
- D. sunk costs
Answer A. past costsAnswer
Q51: Which of these is not a topic covered in a typical Business Analyst Aptitude Test?
- A. Analytical Thinking
- C. Data Interpretation
- B. Listening Skills
- D. Risk Management
Answer D. Risk ManagementAnswer
Q52: If the test should be 30 minutes, Analytical Thinking is taken in how many minutes?
- A. 5
- B. 7
- C. 10
- D. 15
Answer C. 10Answer
Q53: Primary objective of a business analyst is to help businesses implement
- A. Business systems
- B. Business solutions
- C. Technology systems
- D. Technology solutions
Answer B. Business solutionsAnswer
Q54: Which business professional performs cost-benefit analyses of existing and potential customers
- A. Marketer
- B. Financial Analyst
- C. Business Analyst
- D. Sales Representative
Answer C. Business AnalystAnswer
Q55: A Use Case is a set of steps, typically defining interactions between a role, True of False
- A. True
- B. False
Answer A. TrueAnswer
Q56: Any fact that the solution can assume to be true when the use case begins is what?
- A. A win
- B. A Failure
- C. A success
- D. A Precondition
Answer C. A successAnswer
Q57: A State Diagram is used for what?
- A. Which Events cause a transition between states
- B. Which events cause a success between states
- C. Allowable behaviour
- D. All
Answer D. AllAnswer
Q58: A Solution Requirement is comprised of two types of requirements what are they?
- A. Functional
- B. Hard
- C. Existing
- D. Non-Functional
Answer A. FunctionalAnswer
Q59: Which of the following is used for Statistical analysis in R language?
- A. Studio
- B. RStudio
- C. Heck
Answer B. RStudioAnswer
Q60: R functionality is divided into a number of___
- A. Packages
- B. Functions
- C. Domains
Answer A. PackagesAnswer
Q61: Which of the following is an example of vectorized operation as far as subtraction is concerned?
x <- 1:4
y <- 6:9
A. x+y
B. x-y
C. x/y
D. x*y
Answer B. x-yAnswer
Q62: What would be the output of the following code?
x <- 1:4
x > 2
A. FALSE FALSE TRUE TRUE
B. 1 2 3 4
C. 1 2 3 4 5
Answer A. FALSE FALSE TRUE TRUEAnswer
Q63: What would be the value of the following expression?
log(-1)
A. Warning in log(-1): NaNs produced
B. 1
C. Null
D. 0
Answer A. Warning in log(-1): NaNs producedAnswer
Q64: What will be the output of the following code?
g <- function(x) {
- a <- 3
- x+a+y
- ## ‘y’ is a free variable
- }
g(2)
A. 8
B. 9
C. 42
D. Error
Answer D. ErrorAnswer
Q65: What will be the output of the following code?
function(p) {
params[!fixed] <- p
mu <- params[1]
sigma <- params[2]
Calculate the Normal density
a <- -0.5*length(data)*log(2*pi*sigma^2)
b <- -0.5*sum((data-mu)^2) / (sigma^2)
-(a + b)
} > ls(environment(nLL))
A. “data” “fixed” “param”
B. “data” “variable” “params”
C. “data” “fixed” “params”
D. None of the above
Answer C. “data” “fixed” “params”Answer
Q66: Which of the following is a principle of analytic graphics?
- A. Don’t plot more than two variables at at time
- B. Make judicious use of color in your scatterplots
- C. Show box plots (univariate summaries)
- D. Show causality, mechanism, explanation
Answer D. Show causality, mechanism, explanationAnswer
Q67: R is an___programming language?
- A. Closed source
- B. GPL
- C. Open source
- D. Definite sourc
Answer C. Open sourceAnswer
Q68: Who developed R?
- A. Dennis Ritchie
- B. John Chambers
- C. Bjarne Stroustrup
Answer A. Dennis RitchieAnswer
Q69: R was named partly after the first names of___R authors?
- A. One
- B. Two
- C. Three
- D. Four
Answer B. TwoAnswer
Q70: Packages are useful in collecting sets into a___unit?
- A. Single
- B. Multiple
Answer A. SingleAnswer
Q71: Many quantitative analysts use R as their___tool?
- A. Leading tool
- B. Programming tool
- C. Both the above
Answer C. Both the aboveAnswer
Q72: Predictive analysis is the branch of___analysis?
- A. Advanced
- B. Core
- C. Both the above
Answer B. CoreAnswer
Q73: ___is used to make predictions about unknown future events?
- A. Descriptive analysis
- B. Predicitive analysis
- C. Both the above
Answer C. Both the aboveAnswer
Q74: How many steps does the predictive analysis process contained?
- A. 5
- B. 6
- C. 7
- D. 8
Answer D. 8Answer
Q75: Descriptive analysis tell about___?
- A. Past
- B. Present
- C. Future
Answer A. PastAnswer
Q76: How many types of R objects are present in R data type?
- A. 4
- B. 5
- C. 6
- D. 7
Answer C. 6Answer
Q77: How many types of data types are present in R?
- A. 4
- B. 5
- C. 6
- D. 7
Answer A. 4Answer
Q78: Which of the following is a primary tool for debugging?
- A. debug()
- B. trace()
- C. browser()
- D. None of the above
Answer B. trace()Answer
Q79: Which function is used to create the vector with more than one element?
- A. Library()
- B. plot()
- C. c()
- D. par()
Answer C. c()Answer
Q80: In R every operation has a___call?
- A. System
- B. Function
- C. None of the above
Answer A. SystemAnswer