Pergunta de entrevista da empresa Loadsmart

The first interview has the obvious question "why do you want to work at Loadsmart". The coding challenge had 4 questions: one consisted of making some tweaks to a React component so it behaved in a particular way (think of Google Maps' directions feature with multiple stops); the second one was a Python question where you had to perform a request to an API and process the results in a particular way (you're gonna be fine if you know what time-complexity means); third question was a DB question where you had to join a couple of tables in order to get a particular set of data, and. the last question was a dynamic programming problem (a variant of the coin change problem, but with umbrellas).