J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Intrepid Pursuits (New York, NY) en janv. 2019
Entretien
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.
Questions d'entretien [2]
Question 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”