Candidates applying for Associate Software Engineer - Backend roles take an average of 45 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Agoda overall takes an average of 27 days.
Common stages of the interview process at Agoda as a Associate Software Engineer - Backend according to 2 Glassdoor interviews include:
One on one interview: 25%
Phone interview: 25%
Drug test: 13%
Presentation: 13%
Skills test: 13%
IQ intelligence test: 13%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 4 weeks. I interviewed at Agoda (Bangkok) in Jul 2020
Interview
Applied via Agoda website
1st interview is about what do you in the past and test about algorithm
after 2 weeks
2nd interview is about data stucture and test about stack data stucture
Interview questions [1]
Question 1
Algorithm about reverse string
Data stucture about stack
I applied online. The process took 2 months. I interviewed at Agoda (Bangkok) in Mar 2022
Interview
First is to introduce myself to the interviewer. Then the interviewer asked about the projects I did as a hobby and at university. After that, 2 coding questions based on data structure and algorithm were given to me. One of which I put here. The first question about Fibonacci I put here is easy to average. The other question is hard and about shortest path.
Interview questions [1]
Question 1
The question is about calculating the n-th fibonacci (F(n)) where n is an integer. Additionally, the interviewer asked you to optimize it as best as you could. The time complexity and space complexity are also asked.
https://leetcode.com/problems/fibonacci-number/