Coding Round: Return Increasing Triplet Subsequence: Example Input: [3, 4, 1, 6] Example output: [3, 4, 6] 2. Maximum Subarray Design round: - Scheduling Task: Given a list of jobs with time and the required resource count, return the minimum number of resources needed at any point in time to run all jobs without delay.