Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Ziiva en jun 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.
Preguntas de entrevista [3]
Pregunta 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...