J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Smoothstack (Nashville, TN) en déc. 2021
Entretien
You click a link that takes you to your online test. You are given 5 hours to complete 4 code tests. They describe the parameters and how to use the test suite decently but the questions are a bit confusing. It's not terrible but I had trouble just understanding what they wanted me to test against as they had functions in the Javascript tests that I needed to use ( and they were definitely basing everything off of) but didn't seem to register with my code. Maybe I just didn't understand properly but I think there was something missing in the test description
Questions d'entretien [1]
Question 1
Something about creating a function that "runs a road repair machine" that detects when a road needs repair ( "." vs "X"). The machine can repair up to 3 roads in a row and you need to help it follow the most efficient route. Fairly simple and straightforward but the code didn't seem to connect with there randomly generated function