Not hard at all.
Intern Engineer Interview Questions
15,457 intern engineer interview questions shared by candidates
How will you make this code readable (given a piece of code)
Remove duplicates from a linked list. O(n) time.
Write a function to remove all redundant characters in a given string.
Write an algorithm that does an in-order traversal of a tree recursively. Now, write the same algorithm iteratively.
Write a minPeak function for a stack (function that returns the minimum element in the stack).
From a tree, get a List of a List of Integers where each List of Integers corresponds to all ints at depth i from the root.
Implement java's pow function
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.
Implement a fast exponentiation function
Viewing 151 - 160 interview questions