I applied through an employee referral. The process took 1 day. I interviewed at Agoda (Bangkok) in Apr 2022
Interview
It was a codility-based test, you can practice such questions on leetcode.com.
The interviewee was nice, explained the questions in detail, and answered all my questions politely
You need to be prepared for solving algorithms for passing this test.
Interview questions [2]
Question 1
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
You may assume that each input would have exactly one solution, and you may not use the same element twice.
You can return the answer in any order.
Given two arrays: arr1[0..m-1] and arr2[0..n-1]. Find whether arr2[] is a subset of arr1[] or not. Both the arrays are not in sorted order. It may be assumed that elements in both array are distinct.
It depends on the interviewer. If they seem interested, things usually go well; otherwise, you may get rejected. Especially if the rejection happens in the final round, it doesn’t matter that you cleared 3–4 earlier rounds.
The interview process is far too long, there's 5 stages, 4 of them are technical interviews. I did the first stage, which was a basic hackerrank test and then I withdrew once I saw how long the rest of the rocess would be.
I applied through a recruiter. The process took 6 weeks. I interviewed at Agoda (Bangkok) in Oct 2024
Interview
Organized, easy to set meetings since they have an automated system for it. Feedback on proceeding to the next round was immediate (1-2 days after interview). Interviewers value making scalable decisions and clear thinking.
There was 1 HR interview and 4 technical interviews. I didn't reach the end - the interviewers said I did well, but HR emailed me a week after saying that they found a more suitable candidate.
Interview questions [1]
Question 1
Give an example of a service you've built, what the traffic and usage metrics looked like, and how you designed and scaled it.