1.

R comes with a ________ to help you optimize your code and improve its performance.(a) debugger(b) monitor(c) browser(d) profilerI got this question in an internship interview.I'd like to ask this question from R Profiler in division Profiling, Simulation and Data Analysis of R Programming

Answer»

Right option is (a) debugger

The explanation: In general, it’s usually a BAD idea to FOCUS on OPTIMIZING your CODE at the very beginning of development.



Discussion

No Comment Found

Related InterviewSolutions