Write a program that sees if two binary trees are equal.
Software Engineering Intern Interview Questions
12,189 software engineering intern interview questions shared by candidates
Write a program that reverses the words in a sentence.
You have a set of envelopes of different widths and heights. One envelope can fit into another if and only if both the width and height of one envelope is greater than the width and height of the other envelope. What is the maximum number of envelopes can you russian doll?
Given a string of parantheses, brackets, and curly braces, write a function that returns whether the string is well balanced, in that every left delimiter is closed by the correct right delimiter. I was asked this question by multiple interviewers, it seems like their go-to question.
A couple tricky questions. One required writing a modified binary search, the other dealt with data structures and how to efficiently check if a given set of numbers contained two numbers summing to some other number x.
Write an algorithm to insert a new value into a circular sorted linked list.
Write a function that returns the square root of a number (obviously without using any sort of built-in square root function).
Given a singly linked list, how can you find if there is a loop in the list?
Count the number of bits set in an integer. What is your favorite language and what you don't like about that language.
Most difficult question was how would I design an algorithm to find the most frequently searched word in google search
Viewing 111 - 120 interview questions