Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 semanas. Fui entrevistado pela Intrepid Pursuits (New York, NY) em jan. de 2019
Entrevista
Got introduced through bootcamp recruiter. Got a phone call from technical recruiter (30 min). Got a second phone call for a code test using Coderpad. Nice interaction. They pay $18.75 for 3 months if accepted to their apprenticeship program.
Perguntas de entrevista [2]
Pergunta 1
// Write a function that takes in military (24 hour) time and returns 12 hour time.
// Example: “0800” => “8:00 AM”
// Example: “1600” => “4:00 PM”
// Example: “1201” => “12:01 PM”
// Example: “0000” => “12:00 AM”
// Example: “0001” => “12:01 AM”
// Example: “0100” => “1:00 AM”
// Example: “2359” => “11:59 PM”