Where is GAC located?
Software Engineering Interview Questions
56,367 software engineering interview questions shared by candidates
What is the name of a device that converts AC to DC in double conversion UPS?
Reverse a linked list.
Given an array of unique integers, return a pair of integers that sum up to a target sum.
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 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
Algorithms and data structure related questions. Pretty straightforward DFS, backtracking and Sets.
If mike travels 1.7 miles and joe travels 1.8 miles and then sally travels twice their distances combined divided by two then how many meters did sally travel ?
What is the difference between a hard link and a symbolic link?
An array of 100 elements contains values ranging from 0 to 100, inclusive. Determine which value is missing.
Viewing 201 - 210 interview questions