Sourced directly from verified placement experiences. This hand-picked list gives you a direct look into what's being asked for the Arrays topic right now.
Array Optimization: Find all pairs $(i, j)$ where $arr[i] > arr[j] * 3$ *** Note: Requires an optimized $O(n \log n)$ approach to pass large test cases.*