Programmer Intern Interview Questions

25,415 programmer intern 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 561 - 570 interview questions

Glassdoor has 25,415 interview questions and reports from Programmer intern interviews. Prepare for your interview. Get hired. Love your job.