Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Ziiva em jun. de 2022
Entrevista
Started with personality test, then a phone interview. After first screening, there was a second interview with coding questions going over basic coding, basic SQL, and then a complex coding example of a basic calculator.
Perguntas de entrevista [3]
Pergunta 1
Pseudo code to print 1 to 100, if the number is divisible by 3 print Fizz, if divisible by 5 print Buzz, if divisible by both print FizzBuzz.
Using any language write a basic calculator with four basic operations(+,-,*,/). Create an API, consume the API, Unit tests, create a website, validate all inputs, prevent divide by zero...