A fresh SQL and Python challenge every day. Practice data engineering skills with adaptive difficulty that matches your level. Track your accuracy, build streaks, and find your weak spots.
During an incident retro, the SRE lead asked how much wall-clock time each service spends deploying, split by outcome. Show the total deployment duration in seconds for every service-status combination, listed alphabetically by service.
Given a string of words separated by whitespace, return a dict mapping each distinct word to the number of times it appears.