1. Given two sorted arrays, merge them into a single sorted array.
2. Given an array, find all the leaders in the array. An element is leader if it is greater than or equal to all the elements to its right side. Also, the rightmost element is always a leader.
3. Given an array of integers, find the single element that appears only once.
4. Do you have any sales experience?