First Deploy Attribution
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
The release engineering team wants to measure onboarding velocity: how often are engineers deploying to a service for the very first time? For each service, show the total deployment count alongside how many of those were an author's first-ever deployment to that service.
Summary
The first deploy per service.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.