Two phone interviews.
First phone interview
1. Find the only element in an array that only occurs once.
Second phone interview
Time complexity of sorting algorithms.
Object oriented concepts.
Asked me to write a program to find a^n. Solved it using recursion.