1. Given a Vue.js component, query an endpoint and retrieve some data. Then, display that data in a table. 2. Given a list of integers and a run length N, return the indices in which runs of length N begin where the numbers either increase or decrease by 1 each new index 3. Given a table, return rows with a negative value if they exceed a total number of rows, coalesced by date, then summed to a total.