Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Samsara (Atlanta, GA) em jul. de 2019
Entrevista
Phone-screening
1 coding problem having to do with pallets and trailers
About 45 minutes
Onsite
2 leetcode-esque coding questions branded for the company
1 design interview question asking to solve a recently-faced problem
About 4 hours
In each interview, completion of all questions is very valued (it appears). At the end, performance improvements and alternatives are discussed.
Also, you may want to opt for their in-house laptops. Internet was a bit flaky for me.
Perguntas de entrevista [3]
Pergunta 1
Model pallet and trailer classes; adding pallets to trailers; keeping track of weight over time and getting that weight at a particular time
Given a list of time-to-temp tuples, return the ranges of time where the temp is greater than some threshold; do this then given a list of time-to-booleans representing whether the time-to-temp tuple is valid, return only those ranges which are valid
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Samsara em out. de 2019
Entrevista
Had a chat with a non technical recruiter then moved to the coderpad interview. Didn't get past the coderpad interview as I'm not sure what specifics they look for when solving. Both the recruiter and interviewer seemed to be decent people.
Perguntas de entrevista [1]
Pergunta 1
Given a string, write a function to convert it to HTML (markdown).
A string like :
'This is a paragraph.
-this is
- a block quote
This is another paragraph with a BOLD word.'
Solution would be :
<p>This is a paragraph.</p>
<blockquote>this is </br> a block quote </blockquote>
<p>This is another paragraph with a <strong>BOLD</strong> word. </p>