1. Given the head of a singly linked list, return the middle node of the linked list. If there are two middle nodes, return the second middle node.
2. Find the given target in an array using the most optimized approach.
3. What are the features of Java 8?
4. Tell me about your B2B sales experience.
5. Explain the merge sort algorithm.