4 rounds. 2 consisted of writing code as quickly as possible (timed exercises) with no regard to code quality. 1 round of writing pseudo code. 1 round of analysis/design thinking.
Perguntas de entrevista [2]
Pergunta 1
Write an algorithm to find a subsequence of numbers (in a sequence) that add up to 0.
Write an algorithm that takes in a set of word-synonym pairs and is able to detect later whether two words on input are synonyms or not. The set of word-synonym's needs to be processed bi-directionaly and transitively.