Total Questions : 50
Expected Time : 50 Minutes

1. How can you calculate the standard deviation of a numeric vector 'v' in R?

2. In R, what does the 'subset()' function do?

3. What does the 'str()' function in R do?

4. What is 'memoization' in the context of R programming, and how can it improve the efficiency of recursive functions?

5. In R, what is the purpose of the 'ifelse()' function?

6. What is the purpose of the 'data.table' package in R, and how does it differ from base R data frames?

7. What is the purpose of the 'mean()' function in R?

8. Explain the purpose of the 'attach()' function in R and its impact on variable scoping.

9. Examine the concept of 'vectorization' in R and its impact on code performance.

10. Discuss the role of the 'dplyr' package in R for data manipulation and summarization.

11. What does the 'summary()' function provide for a data frame in R?

12. What is the primary purpose of the 'apply()' function in R?

13. What does the 'cor()' function in R calculate?

14. What is the purpose of the 'Rmarkdown' package in R, and how does it enhance reproducibility in data analysis?

15. Explain the concept of 'environments' in R and how they contribute to scoping.

16. What is the purpose of the 'lm()' function in R?

17. In R, how do you access the second element of a vector named 'my_vector'?

18. What function is used to remove missing values from a data frame in R?

19. In R, how can you convert a character vector 'char_vector' to a numeric vector?

20. How can you create a simple scatter plot in R using the 'plot()' function?

21. What is the purpose of the 'rvest' package in R, and how is it used for web scraping?

22. What does the 'aggregate()' function in R do?

23. In R, how can you create a sequence of numbers from 1 to 10?

24. Explain the purpose of the 'caret' package in R, and how does it simplify the process of building predictive models?

25. In R, what is the purpose of the 'tryCatch()' function, and how does it differ from 'try()'?

26. In R, what does the 'data.frame()' function do?

27. What does the term 'vectorization' refer to in the context of R programming?

28. In R, how can you read a text file named 'data.txt' into a data frame?

29. Explain the concept of 'closures' in R and provide an example of their use.

30. In R, how can you create a factor variable named 'gender' with levels 'Male' and 'Female'?

31. What is the purpose of the 'grep()' function in R?

32. In R, what is the purpose of the 'sparklyr' package, and how does it enable the integration of Apache Spark with R?

33. What is the purpose of the 'cor()' function in R?

34. What is the purpose of the 'rep()' function in R?

35. What does the 'mean()' function in R calculate?

36. What function is used to sort a data frame 'df' by a specific column 'column_name' in R?

37. In R, what is the purpose of the 'dplyr' package, and how does it simplify data manipulation tasks?

38. How can you check if a variable 'x' is numeric in R?

39. How can you generate a sequence of numbers in R?

40. What is the primary use of the 'print()' function in R?

41. What is the significance of the 'apply()' family of functions in R, and how do they differ from traditional loops?

42. What is 'unit testing' in R, and why is it crucial for ensuring the reliability of code?

43. What does the 'str()' function display in R?

44. In R, how can you extract a specific column from a data frame?

45. What does the 'boxplot()' function in R visualize?

46. In R, how can you calculate the standard deviation of a vector?

47. How can you install a new package in R using the 'install.packages()' function?

48. In R, how do you write a 'for' loop that iterates from 1 to 5?

49. In R, what does the 'length()' function measure?

50. In R, what does the 'merge()' function do?