Given a library of numbers to corresponding letters (1 = a, 2 = b, 3 = c, etc.) and a string made up of digits, return how many different ways those digits can be translated to letters. ex: “1111”: “aaaa” “kaa” “aka” “aak” “kk” => 5 different ways
Interns Interview Questions
249,127 interns interview questions shared by candidates
Write a function that receives a regular expression (allowed chars = from 'a' to 'z', '*', '.') and a string containing lower case english alphabet characters and return true of false whether the string matches the regex. Do this recursively. Examples: 1) "ab*a", "abbbbba" -> true 2) "ab*b.", "aba" -> true 3) "abc*", "acccc" -> false
To find the minimum number of weighing required to find the lighter box among 8 boxes using a balance.
clone graph conver bst to linked list
Write a program that takes an input an array of positive numbers and shifts all the zeros (0s) to the right.
Given an array of ints, find the max and return the index of the maximum. If there are multiple occurrences of the maximum, return an index of one of these occurrences randomly.
Find the smallest k element in an unsorted array Two Sum Best time to buy and sell stock
What are the major principles of the object oriented programming?
What caused the Financial Crisis?
Are you prepared to commit to working for Cintas for a period no shorter than 3 years?
Viewing 1461 - 1470 interview questions