Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela SmartOps em jul. de 2024
Entrevista
Un appel visio pour discuter de son parcours et des intérêts de la startup, un exercice complet serveur frontend et backend a réaliser chez soi en 1 semaine, des exercices js a réaliser en live avec ses concurrents.
Perguntas de entrevista [1]
Pergunta 1
* 1- Write a function called "f1" that takes the array "array1" and return an array like "array2" (return type: { number: number, type: string }[])
* 2- Write a function called "f2" that takes the array "array2" as an argument and deletes the field "type" (return type: void)
* 3- Write a function called "f3" that takes the array "array2" and returns the first odd (impair) number (return type: number)
* 4- Write a function called "f4" that takes the array "array2" and returns a new array that contains only even (pair) numbers (return type: number[])