1. Given a table with fields (id, name, salary, managerId), find the managers who have at least 5 reportees under them.
2. What is your CGPA?
3. Explain the concepts of OOPS.
4. Write a Python program to find the most frequently occurring number in a sequence.
5. How do you find the middle element of a linked list?