Implement square root function using basic operations ?
Software Engineering Graduate Interview Questions
56,371 software engineering graduate interview questions shared by candidates
What happens to a penny when you put it in ketchup?
Where is GAC located?
Given a word and a list of valid English words, return a list of all valid words that can be made by permuting the characters in the given word.
Lots of data structures questions. The one that I struggled the most with was: given an binary search tree (that is, an ordered tree), how would you find the element of the tree at a particular "index", where index is defined as the position in the tree's ordering.
Given an array of unique integers, return a pair of integers that sum up to a target sum.
Reverse a linked list.
What is the name of a device that converts AC to DC in double conversion UPS?
Algorithms and data structure related questions. Pretty straightforward DFS, backtracking and Sets.
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Viewing 201 - 210 interview questions