JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
R interview questions part 2
R interview questions part 2
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. A single element of a character vector is referred as ________
A. Character string
B. String
C. Data strings
D. Raw data
Show Correct Answer
Correct Answer is :
Character string
2. R files has an extension ______
A. .R
B. .S
C. .Rp
D. .c
Show Correct Answer
Correct Answer is :
.R
3. If the code is stored in the external file, which of the following function is used to call them to a working directory?
A. exec()
B. source()
C. execute()
D. sourcefile()
Show Correct Answer
Correct Answer is :
source()
4. Advanced programmers can write ______ code to manipulate R objects.
A. Python
B. Java
C. C
D. Java Script
Show Correct Answer
Correct Answer is :
C
5. In ________ Insightful purchased the S language from Lucent for $2 million.
A. 2002
B. 2003
C. 2004
D. 2005
Show Correct Answer
Correct Answer is :
2004
6. Functionality of R is divided into a number of __________
A. Functions
B. Domains
C. Packages
D. Files
Show Correct Answer
Correct Answer is :
Functions
7. Dataframes can be converted into a matrix by calling the following function data ______
A. matr()
B. matrix()
C. matrixf()
D. matrixfunc()
Show Correct Answer
Correct Answer is :
matrix()
8. What would be the output of the following code? x <- (“a”, “b”) as.logical(x)
A. a b
B. “a” “b”
C. 45292
D. Error
Show Correct Answer
Correct Answer is :
Error
9. What is the output of the following command? a <- (“a” , “b”) mode(a)
A. Character
B. Numeric
C. Complex
D. Integer
Show Correct Answer
Correct Answer is :
Character
10. Which of the following is not an object of R?
A. calls
B. expressions
C. strings
D. names
Show Correct Answer
Correct Answer is :
strings
11. Is It possible to inspect the source code of R?
A. Yes
B. No
C. Can’t say
D. Some times
Show Correct Answer
Correct Answer is :
Yes
12. How to install for a package and all of the other packages on which for depends?
A. install.packages (for, depends = TRUE)
B. R.install.packages (“for”, depends = TRUE)
C. install.packages (“for”, depends = TRUE)
D. install (“for”, depends = FALSE)
Show Correct Answer
Correct Answer is :
install.packages (“for”, depends = TRUE)
13. __________ function is used to watch for all available packages in library.
A. lib()
B. fun.lib()
C. libr()
D. library()
Show Correct Answer
Correct Answer is :
library()
14. The longer programs are called ____________
A. Files
B. Structures
C. Scripts
D. Data
Show Correct Answer
Correct Answer is :
Scripts
15. Scripts will run on ___________________
A. Script Editors
B. Console
C. Terminal
D. GCC Compiler
Show Correct Answer
Correct Answer is :
Script Editors
16. Which of the following is a “Recommended” package in R?
A. Util
B. Lang
C. Stats
D. Spatial
Show Correct Answer
Correct Answer is :
Spatial
17. Full Form of GUI is ___________________
A. Guided User Interface
B. Graphical User Interface
C. Guided Used Interface
D. Graphical User Interval
Show Correct Answer
Correct Answer is :
Graphical User Interface
18. ____________ provides a point-and-click interface to many basic statistic problems.
A. Commander
B. GUI
C. Console
D. Terminal
Show Correct Answer
Correct Answer is :
Commander
19. What is the output of the following code? options(digits = 16) 20/6
A. 3.33
B. 3.333
C. 3.3333333
D. 3.333333333
Show Correct Answer
Correct Answer is :
3.333333333
20. In which IDE we can interact with R?
A. R studio
B. Console
C. GCC
D. Power shell
Show Correct Answer
Correct Answer is :
R studio
Similar Interview Questions
Search for latest jobs
Find Jobs