Hide
In this article
Overview
The HackerRank Interview now comes with the REPL support (Read-Eval-Print-Loop), which is an interactive shell that takes user inputs, executes the code block, and returns the result to the user in real-time. Using REPL, candidates can check for correctness before writing code and evaluate piecewise code.
Prerequisites
- You must be logged in to your HackerRank for Work account and have access to the Interview.
- You must have scheduled an interview with a candidate (refer, Scheduling an Interview) and imported the question (refer, Adding Interview Questions)
REPL
- With REPL, interviewers can now review the candidate's code in real-time, ask questions, and understand the candidate’s approach to problem-solving instantly.
- REPL is enabled for Python, JavaScript, and Ruby, and is available under the Console tab. You can directly type code into this tab or copy-paste code from your editor into the console and execute it in real-time.
We currently, support REPL for Python, JavaScript, and Ruby.