JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
R interview questions part 27
R interview questions part 27
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Point out the correct statement :
A. lapply() takes elements of the list and passes them as the first argument of the function you are applying
B. You can use lapply() to evaluate a function multiple times each with a different argument
C. Functions that you pass to lapply() may have other arguments
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
2. ________ applies a function over the margins of an array.
A. apply()
B. lapply()
C. tapply()
D. mapply()
Show Correct Answer
Correct Answer is :
apply()
3. _______ is used to apply a function over subsets of a vector.
A. apply()
B. lapply()
C. tapply()
D. mapply()
Show Correct Answer
Correct Answer is :
tapply()
4. lappy functions takes _________ arguments in R language.
A. two
B. three
C. four
D. all of the mentioned
Show Correct Answer
Correct Answer is :
four
5. Point out the correct statement :
A. split() takes elements of the list and passes them as the first argument of the function you are applying
B. You can use tsplit() to evaluate a function single time each with a same argument
C. Sequence of operations is sometimes referred to as “map-reduce”
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Sequence of operations is sometimes referred to as “map-reduce”
6. The _____ function takes a vector or other objects and splits it into groups determined by a factor or list of factors.
A. apply()
B. lsplit()
C. split()
D. mapply()
Show Correct Answer
Correct Answer is :
split()
7. Which of the following is valid body of split function ?
A. function (x, f)
B. function (x, drop = FALSE, …)
C. function (x, f, drop = FALSE, …)
D. all of the mentioned
Show Correct Answer
Correct Answer is :
function (x, f, drop = FALSE, …)
8. _________ are mostly used for statistical analysis.
A. Nervous
B. Neural Networks
C. Blood Pressure
D. Diabetes
Show Correct Answer
Correct Answer is :
Neural Networks
9. In which year Haykin gave a comprehensive survey of neural network techniques from an engineering perspective?
A. 1995
B. 1996
C. 1966
D. 1994
Show Correct Answer
Correct Answer is :
1994
10. Artificial neural networks may be thought of as simplified models of the networks of neurons that occur naturally in the ________
A. Animal brain
B. Human brain
C. Bird brain
D. Monkey brain
Show Correct Answer
Correct Answer is :
Animal brain
11. The simplest artificial neuron is the _______
A. TGU
B. THU
C. JUH
D. TLU
Show Correct Answer
Correct Answer is :
TLU
12. Which of the following is the short form of Threshold logical unit?
A. THL
B. THU
C. TLU
D. TLO
Show Correct Answer
Correct Answer is :
TLU
13. The building blocks of artificial neural networks are artificial _______
A. Blocks
B. Neurons
C. Functions
D. Packages
Show Correct Answer
Correct Answer is :
Neurons
14. The membrane potential of the neuron has a negative resting or equilibrium value is called ____________
A. Hyperpolarization
B. polarization
C. Hypolarization
D. Hypopolarization
Show Correct Answer
Correct Answer is :
Hyperpolarization
15. _________ are commonly introduced as representations of quantities that have magnitude and direction.
A. Lists
B. Data sets
C. Data frames
D. Vectors
Show Correct Answer
Correct Answer is :
Vectors
16. _______ is discovering unseen patterns from data.
A. Data Milling
B. Data Mining
C. Niching
D. Machine learning
Show Correct Answer
Correct Answer is :
Data Mining
17. The method that the optimized weight values are attained is called as ________
A. Leaning
B. Lost
C. Catching
D. Learning
Show Correct Answer
Correct Answer is :
Leaning
18. They primary R system is available from the ______
A. CRAN
B. CRWO
C. GNU
D. All of the mentioned
Show Correct Answer
Correct Answer is :
CRAN
19. Point out the wrong statement :
A. Key feature of R was that its syntax is very similar to S
B. R runs only on Windows computing platform and operating system
C. R has been reported to be running on modern tablets, phones, PDAs, and game consoles
D. None of the mentioned
Show Correct Answer
Correct Answer is :
R runs only on Windows computing platform and operating system
20. R functionality is divided into a number of ________
A. Packages
B. Functions
C. Domains
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Packages
Similar Interview Questions
Search for latest jobs
Find Jobs