JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
R interview questions part 28
R interview questions part 28
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which Package contains most fundamental functions to run R?
A. root
B. child
C. base
D. all of the mentioned
Show Correct Answer
Correct Answer is :
base
2. Point out the wrong statement :
A. One nice feature that R shares with many popular open source projects is frequent releases
B. R has sophisticated graphics capabilities
C. S’s base graphics system allows for very fine control over essentially every aspect of a plot or graph
D. All of the mentioned
Show Correct Answer
Correct Answer is :
S’s base graphics system allows for very fine control over essentially every aspect of a plot or graph
3. Which of the following is a base package for R language?
A. util
B. lang
C. tools
D. all of the mentioned
Show Correct Answer
Correct Answer is :
tools
4. Which of the following is “Recommended” package in R?
A. util
B. lang
C. stats
D. spatial
Show Correct Answer
Correct Answer is :
spatial
5. What is the output of getOption(“defaultPackages”) in R studio?
A. Installs a new package
B. Shows default packages in R
C. Error
D. Nothing will print
Show Correct Answer
Correct Answer is :
Shows default packages in R
6. Advanced users can write ___ code to manipulate R objects directly.
A. C, C++
B. C++, Java
C. Java, C
D. None of the mentioned
Show Correct Answer
Correct Answer is :
C, C++
7. Which of the following is used for Statistical analysis in R language?
A. RStudio
B. Studio
C. Heck
D. None of the mentioned
Show Correct Answer
Correct Answer is :
RStudio
8. What is the output of the following R program? r<-0:10 r[2]
A. 0
B. 1
C. 2
D. 3
Show Correct Answer
Correct Answer is :
1
9. What is the output of the following R program? r<-0:10 r[2]
A. 0
B. 1
C. 2
D. 3
Show Correct Answer
Correct Answer is :
1
10. Which of the following operator is used to create integer sequences?
A. :
B. ;
C. –
D. ~
Show Correct Answer
Correct Answer is :
:
11. Which of the following operator is used to create integer sequences?
A. :
B. ;
C. –
D. ~
Show Correct Answer
Correct Answer is :
:
12. What will be the output of the following R program? y<-0:5 vector(y) y[3]
A. Error in vector(y): invalid ‘mode’ argument
B. 1
C. 4
D. 3
Show Correct Answer
Correct Answer is :
Error in vector(y): invalid ‘mode’ argument
13. What will be the output of the following R program? y<-0:5 vector(y) y[3]
A. Error in vector(y): invalid ‘mode’ argument
B. 1
C. 4
D. 3
Show Correct Answer
Correct Answer is :
Error in vector(y): invalid ‘mode’ argument
14. In R language, a vector is defined that it can only contain objects of the ________
A. Same class
B. Different class
C. Similar class
D. Any class
Show Correct Answer
Correct Answer is :
Same class
15. In R language, a vector is defined that it can only contain objects of the ________
A. Same class
B. Different class
C. Similar class
D. Any class
Show Correct Answer
Correct Answer is :
Same class
16. A list is represented as a vector but can contain objects of ___________
A. Same class
B. Different class
C. Similar class
D. Any class
Show Correct Answer
Correct Answer is :
Different class
17. A list is represented as a vector but can contain objects of ___________
A. Same class
B. Different class
C. Similar class
D. Any class
Show Correct Answer
Correct Answer is :
Different class
18. How can we define ‘undefined value’ in R language?
A. Inf
B. Sup
C. Und
D.
Show Correct Answer
Correct Answer is :
19. How can we define ‘undefined value’ in R language?
A. Inf
B. Sup
C. Und
D.
Show Correct Answer
Correct Answer is :
20. What is NaN called?
A. Not a Number
B. Not a Numeric
C. Number and Number
D. Number a Numeric
Show Correct Answer
Correct Answer is :
Not a Number
Similar Interview Questions
Search for latest jobs
Find Jobs