Public viewer
The journey of every round
Every round-trip in the corpus is public. Open one to see the prompt, the zero-point index, the baseline response, the enhanced response, and how each grader read the difference. Leave a comment if a grader's reading lands — or doesn't.
Find orders where the order_date is later than the ship_date.
Write a SQL query that returns products and their cumulative sales over time.
Calculate a moving 7-day average of daily_sales using a window function.
Find customers who placed orders in consecutive calendar months.
Pivot a table of monthly_sales (month, year, total) to columns per month.
Use ROW_NUMBER to deduplicate orders, keeping the most recent per customer.
Find duplicate rows in an emails table based on email address.
Calculate the percentage of total sales each product represents.
Use a CTE to find the longest chain of referrals in a referrals table.
Write a SQL query that returns customers with more than 3 orders.
Find the second-highest salary in an employees table.
Calculate the running total of sales by date using a window function.
Use a window function to rank orders within each customer.
Find products that have never been ordered using a left join.
Convert 5 over 8 to a percentage.
What is the next term in the sequence 2, 6, 18, 54?
If x plus y equals 10 and x minus y equals 4, what are x and y?
Round 4.7836 to two decimal places.
What is 15 percent of 80?
Express 3 over 4 as a decimal.
What is 7 factorial (7!)?
Convert 0.625 to a fraction in lowest terms.
What is 144 divided by 12?
Solve for x: 3x + 7 = 22