Disabled-Flag Share by Owner
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 platform team is auditing feature-flag hygiene by owning team. For each owner, what fraction of their feature flags are disabled (enabled = 0)? Return the owner and the disabled fraction, highest first.
Summary
Which teams ship everything off by default.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.