Candidatei-me online. Fui entrevistado pela Emergent Software (Vermont, WI) em ago. de 2023
Entrevista
I was asked to take a coding assessment on a platform called TestGorilla. I took the assessment and then received an email explaining that they decided to move on with a different candidate.
Perguntas de entrevista [1]
Pergunta 1
Tasked with developing a function in Javascript which takes as input 2 strings, version1 and version2. These strings will follow a standard version format (for example 2.3.100.1 or 1.7). The function should take these two versions and return -1 when version1 is less than version2, return 0 when they are equal, and 1 when version1 is greater than version2.