Most Common Monday Outcome
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
The experimentation platform tracks when experiments are created. Among experiments created on a Monday, what are the outcome values and how often does each occur? Rank sorted from most common to least.
Summary
Mondays have a pattern.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.