Tell us about a problem you needed to solve.
Graduate Developer Interview Questions
5,194 graduate developer interview questions shared by candidates
I didn't make it to the technical interview.
Find if there is such a line parallel to y-axis so that the given set of points are reflected with respect to the given line.
Define how search keyword suggestion (such as the suggestions in google search) can be implemented.
String decomposition: given a string, as you go through the string, if you encounter a substring that has been seen previously, you output that substring plus the next character in the original string.
Convert a decimal string to a custom base 7 notation. Sort a linked list defined only using nodes.
What does volatile mean?
How did you hear about the job?
Given two strings. Find the least number of operations (you can remove/change/add/swap any character) to the first string to get the second.
Given a linked list of elements defined as objects of a given class delete elements from the linked list that are found in an array.
Viewing 31 - 40 interview questions