Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Agoda (Bangkok) nel mese di mar 2019
Colloquio
Interview was held over a video call. Questions into past experience and projects were asked along with general CS questions regarding systems design, databases, data structures, etc. This was followed by a coding question.
Domande di colloquio [1]
Domanda 1
Coding question 1: Determine if all the characters in a string B are present in string A
Coding question 2: Determine if a string contains valid parenthesis
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Agoda nel mese di lug 2025
Colloquio
They sent a link for an hacker rank test. It was having both react and algorithms questions. The test was not difficult but the time limit was tight.
The react test was consisting in displaying a list of elements
Domande di colloquio [1]
Domanda 1
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();
}
First is video interview where they ask you about your personality and behavior, then an online meeting where they give you a task to complete, you can use google while doing the task and the interviewer will help you.
I got a invitation to an interview but then never got confirmation after choosing an appropriate time slot for the interview. So it left me a bit puzzled without further explanation for the situation.