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.

#110121 May 26

Given f(x) = (x - 4) / 3, state the inverse function f^(-1)(x). Give the inverse in explicit form.

V1SameV2ΔLmath
#110021 May 26

State the distributive law of intersection over union for three sets A, B, C. Give the identity in set notation.

V1SameV2ΔLmath
#109621 May 26

Compute the sum of the arithmetic series 3 + 7 + 11 + ... + 99. Give the exact integer.

V1SameV2ΔLmath
#107019 May 26

State De Morgan's laws for two sets A and B. Give both identities in set notation.

V1SameV2ΔLmath
#104119 May 26

A factory produces widgets and 2% are defective. If you sample 50 widgets, what is the probability that exactly 1 is defective?

V1SameV2ΔLmath
#88311 May 26

Define an interface IShape with one method Area(). Implement Circle and Rectangle records. Show a List<IShape> being summed via LINQ Sum.

V1SameV2ΔLcsharp
#88211 May 26

Write an extension method on IEnumerable<T> called 'Chunk(int size)' that yields IEnumerable<T> chunks of the given size. Do not call the built-in Enumerable.Chunk.

V1SameV2ΔLcsharp
#88011 May 26

Implement IComparable<T> on a 'SemVer' struct (Major, Minor, Patch). Show sorting a List<SemVer>.

V1SameV2ΔLcsharp
#87111 May 26

Given a List<int>, return a new list containing only the even numbers, each squared, using LINQ method syntax (Where + Select). One line.

V1SameV2ΔLcsharp
#86911 May 26

Write a generic Swap<T> method that swaps two ref T parameters. Include an example call with two ints.

V1SameV2ΔLcsharp
#83910 May 26

Write a generic Swap<T> method that swaps two ref T parameters. Include an example call with two ints.

V1SameV2ΔLcsharp
#79210 May 26

Write a self-join to find pairs of employees with the same manager.

V1SameV2ΔLcsharp
#76910 May 26

Find x: 5 times the quantity x minus 3 equals 20

V1SameV2ΔLcsharp
#75510 May 26

What is 17 times 24?

V1SameV2ΔLcsharp
#75110 May 26

Write a method that returns IEnumerable<int> using yield return for the first 10 squares.

V1SameV2ΔLcsharp
#74510 May 26

Write a class with a constructor that takes one parameter and assigns it to a readonly field.

V1SameV2ΔLcsharp
#74010 May 26

Sort a list of integers in descending order using OrderByDescending.

V1SameV2ΔLcsharp
#73210 May 26

Write a foreach loop that prints each item in a list.

V1SameV2ΔLcsharp
#67210 May 26

Calculate the gap in days between consecutive logins per user using LAG.

V1SameV2ΔLcsharp
#67010 May 26

Find the median salary in each department using window functions.

V1SameV2ΔLcsharp
#64710 May 26

What is the next term in the sequence 2, 6, 18, 54?

V1SameV2ΔLcsharp
#64510 May 26

What is the greatest common divisor of 36 and 48?

V1SameV2ΔLcsharp
#56109 May 26

If x plus y equals 10 and x minus y equals 4, what are x and y?

V1SameV2ΔLcsharp
#55809 May 26

Round 4.7836 to two decimal places.

V1SameV2ΔLcsharp