1. Given two linked lists that merge at a point, find the merging point.
2. How would you determine if 899 is a prime number?
3. Given an array, find a pair of elements.
4. How would you implement infinite scrolling in React.js?
5. Given a linked list, determine if it contains a loop. If a loop exists, return the node where the loop begins. If no loop exists, return null.