Programmer Interviews

Programmer Interview Questions

Programmers are responsible for developing code to build products. In an interview context, expect to be quizzed on your technical skills through different kinds of computing problems or brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific discipline such as web development, application development, or system development.

22,499 programmer interview questions shared by candidates

The programming question was flipping image binary data so that the left-most pixel and the right-most pixel are swapped, and keep swapping the bytes from the outermost pixels to the innermost pixels. So it becomes a mirror-image. The mirror image data is given in a single byte array with additional parameters: width and height. The image is represented in integers, with groups of three to represent the red, green, and blue (rgb) values of a pixel.
avatar

Programmer

Interviewed at GoDaddy

3.9
Feb 8, 2014

The programming question was flipping image binary data so that the left-most pixel and the right-most pixel are swapped, and keep swapping the bytes from the outermost pixels to the innermost pixels. So it becomes a mirror-image. The mirror image data is given in a single byte array with additional parameters: width and height. The image is represented in integers, with groups of three to represent the red, green, and blue (rgb) values of a pixel.

Viewing 2491 - 2500 interview questions

Glassdoor has 22,499 interview questions and reports from Programmer interviews. Prepare for your interview. Get hired. Love your job.