Implement java's pow function
Software Developer Intern Interview Questions
9,749 software developer intern interview questions shared by candidates
Write a function that takes in an integer N and returns the sum for all numbers between 1 to N excluding multiples of 3 and 5.
Logic Puzzle : How would you measure exactly 9mins using a 4 minutes and a 7 minutes hourglass
Common interview problems like string processing. Remove repeated chars in a string.
Implement a fast exponentiation function
Given an array of 1..n numbers with 2 numbers missing in it find the missing ones.
what is the best way to find the duplicates within two intersecting linked list?
The technical question was: You're given an array of strings. Sort it so that the result returns an array of an array of strings sorted into its anagrams. (e.g. input: ["aa", "ad", "da"], output: [ ["aa"], ["ad", "da"] ]
Deep copy of a linked list, with an extra pointer to a random node.
Using only two pointers how can you tell if a linked-list cycles?
Viewing 111 - 120 interview questions