I applied through college or university. The process took 2 weeks. I interviewed at Intrepid Pursuits (New York, NY) in Jan 2019
Interview
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.
Interview questions [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”