Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Agoda (Banguecoque) em jul. de 2020
Entrevista
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
Perguntas de entrevista [1]
Pergunta 1
Algorithm about reverse string
Data stucture about stack
Candidatei-me online. O processo levou 2 meses. Fui entrevistado pela Agoda (Banguecoque) em mar. de 2022
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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/