Loading...

App Stability by Region

A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.

Domain
SQL
Difficulty
medium
Seniority
senior

Problem

The mobile team needs crash rates before the next rollout decision. For each combination of tag and date, count app opens, count crashes, and compute the crash rate as crashes divided by opens, rounded to 4 decimal places. Only consider open and crash events.

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.