Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso SmartOps nel mese di lug 2024
Colloquio
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.
Domande di colloquio [1]
Domanda 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[])