Pascal's Triangle - print a row
Intern Software Engineer Interview Questions
12,222 intern software engineer interview questions shared by candidates
Write a function that prints a binary tree level-by-level.
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
What are the major principles of the object oriented programming?
Use C to count the number of set bits in an int.
Not very difficult - logic questions involving a different language.
Given the sum, find all pairs of 2 numbers that have the sum.
Given a word (does not have to be an actual word, just a string of capital letters), return the alphabetical rank of that word out of all possible combinations of the given set of letters.
Design a class to implement a queue which supports pop from head, push from end and delete at any position of the queue.
Implement mergesort in language of choice (chose java)
Viewing 221 - 230 interview questions