Envié una solicitud electrónica. El proceso duró 2 meses. Acudí a una entrevista en Agoda (Bangkok) en mar 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.
Preguntas de entrevista [1]
Pregunta 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/
Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Agoda (Bangkok) en jul 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
Preguntas de entrevista [1]
Pregunta 1
Algorithm about reverse string
Data stucture about stack