Interview Guides
You are given daily operational event data and asked to track cumulative volume over time. Write a PostgreSQL query that returns each calendar date with that day’s total completed volume and a running cumulative total across dates. Use the event timestamp to derive the date, and exclude non-completed events from the totals.