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,439 programmer interview questions shared by candidates

Next set of questions deals with using a special dictionary that is provided to transform a given symbol into another predefined symbol and finally, transform the that symbol into a word. Its easier than it sounds. You should be fine.
avatar

Graduate Programmer

Interviewed at First National Bank

3.8
Sep 1, 2018

Next set of questions deals with using a special dictionary that is provided to transform a given symbol into another predefined symbol and finally, transform the that symbol into a word. Its easier than it sounds. You should be fine.

Given a mapping between numbers to letters (there are only 26 letters). For example: a is 1,b is 2 and so on until z = 26. You need to find the number of possible words in O(n). For example: 127 - the words are combined from :{1,2,7},{12,7} (27 is not a possibility because there is no word for it.
avatar

Programmer

Interviewed at Ben-Gurion University

4
May 6, 2015

Given a mapping between numbers to letters (there are only 26 letters). For example: a is 1,b is 2 and so on until z = 26. You need to find the number of possible words in O(n). For example: 127 - the words are combined from :{1,2,7},{12,7} (27 is not a possibility because there is no word for it.

Viewing 521 - 530 interview questions

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