Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Agoda (Bangkok) nel mese di lug 2020
Colloquio
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
Domande di colloquio [1]
Domanda 1
Algorithm about reverse string
Data stucture about stack
Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Agoda (Bangkok) nel mese di mar 2022
Colloquio
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.
Domande di colloquio [1]
Domanda 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/