Programmer Developer Interview Questions

336 programmer developer interview questions shared by candidates

// 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”
avatar

Developer Apprenticeship Program

Interviewed at Intrepid Pursuits

3.6
Feb 8, 2019

// 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”

1) Write a program that prints fizz at multiples of 3 and buzz at multiples of 5, print fizzbuzz at multiples of 3 and 5. 2) Write a program that solves magic squares problem. no need to be efficient, do it any way you want, fastest way to finish the program. -He recommended using brute force algorithm.

C/C++ Developer/Programmer

Interviewed at Arachnid

3.6
Jan 29, 2013

1) Write a program that prints fizz at multiples of 3 and buzz at multiples of 5, print fizzbuzz at multiples of 3 and 5. 2) Write a program that solves magic squares problem. no need to be efficient, do it any way you want, fastest way to finish the program. -He recommended using brute force algorithm.

Viewing 181 - 190 interview questions

Glassdoor has 336 interview questions and reports from Programmer developer interviews. Prepare for your interview. Get hired. Love your job.