Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Intrepid Pursuits (New York, NY) nel mese di gen 2019
Colloquio
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.
Domande di colloquio [2]
Domanda 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”