They sent a link for a HackerRank test. It included both React and algorithm questions. The test was not difficult, but the time limit was tight.
The React test consisted of displaying a list of elements.
function main() { const ws = fs.createWriteStream(process.env.OUTPUT_PATH);
const n = parseInt(readLine().trim(), 10);
const result = countSameBitNumbers(n);
ws.write(result + "\n");
ws.end(); }
The following metrics were computed from 1 interview experience for the Agoda Full Stack Developer role in Romania.
Agoda's interview process for their Full Stack Developer roles in Romania is extremely selective, failing the vast majority of engineers.
Candidates reported having mixed feelings for Agoda's Full Stack Developer interview process in Romania.