HackerRank coding challenge. The test was to build a program that would allow you to "Query by Example" a JSON document, similar to all other questions everyone before me got.
Graduate Software Engineer Interview Questions
4,496 graduate software engineer interview questions shared by candidates
The hardest thing to debug
Tell us about a problem you needed to solve.
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.
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 21 - 30 interview questions