SQL Case · Medium · 30 min
Return each candidate’s most recent application
Return each candidate’s most recent application.
View taskPublic task directory
Every entry below is a crawlable link to a unique public task page. This directory complements the interactive filters and keeps the complete catalog connected through standard pagination.
Page 364 of 386 · 18,491 tasks
SQL Case · Medium · 30 min
Return each candidate’s most recent application.
View taskSQL Case · Hard · 45 min
Build an application-cohort funnel by application month.
View taskSQL Case · Easy · 20 min
Find candidates who applied to more than one distinct role.
View taskSQL Case · Easy · 20 min
Calculate offer acceptance rate for each role.
View taskSQL Case · Easy · 20 min
Count open applications for each recruiter, excluding hired and rejected applications.
View taskSQL Case · Hard · 45 min
Compare application volume, offer rate, and hire rate by candidate source.
View taskSQL Case · Medium · 30 min
Calculate positive recommendation rate by interview stage.
View taskSQL Case · Medium · 30 min
Measure elapsed days from application to offer.
View taskSQL Case · Hard · 45 min
Create one billing-health row for every account.
View taskSQL Case · Easy · 20 min
Sum monthly recurring revenue from active subscriptions.
View taskSQL Case · Easy · 20 min
Find accounts with at least two overdue invoices.
View taskSQL Case · Medium · 30 min
Measure average days to pay for paid invoices in each account segment.
View taskSQL Case · Medium · 30 min
Return the most recently started subscription row for each account.
View taskSQL Case · Hard · 45 min
Calculate the net monthly-price change introduced by subscription starts and cancellations.
View taskSQL Case · Medium · 30 min
Find accounts whose latest monthly price is higher than their previous subscription price.
View taskSQL Case · Medium · 30 min
Calculate each account’s share of all paid invoice revenue.
View taskSQL Case · Easy · 20 min
Calculate licensed-seat utilization for each account.
View taskSQL Case · Easy · 20 min
List invoices that have not been paid.
View taskSQL Case · Hard · 45 min
Find services with at least two consecutive metric windows above a 2% error rate.
View taskSQL Case · Medium · 30 min
Find windows where error rate exceeded 3% or p95 latency exceeded 500 ms.
View taskSQL Case · Easy · 20 min
Count successful and rolled-back deployments for each service with deployments.
View taskSQL Case · Medium · 30 min
Estimate how much of a 1% error budget each service consumed across the observed windows.
View taskSQL Case · Easy · 20 min
Calculate aggregate request error rate for each service.
View taskSQL Case · Easy · 20 min
Calculate mean resolution time for resolved incidents by severity.
View taskSQL Case · Easy · 20 min
List incidents that have not been resolved.
View taskSQL Case · Medium · 30 min
Match incidents to the latest deployment of the same service in the previous two hours.
View taskSQL Case · Hard · 45 min
Build one reliability summary row for every service.
View taskSQL Case · Medium · 30 min
Rank services within each tier by aggregate error rate.
View taskSQL Case · Medium · 30 min
Rank agents by resolved-ticket count within their team.
View taskSQL Case · Easy · 20 min
Calculate average satisfaction for ticket categories with survey responses.
View taskSQL Case · Easy · 20 min
Calculate minutes from ticket creation to the first agent reply.
View taskSQL Case · Easy · 20 min
Count currently open tickets by priority.
View taskSQL Case · Medium · 30 min
Count reopen events for every ticket that was reopened.
View taskSQL Case · Medium · 30 min
Find customers who opened tickets on at least two distinct calendar days.
View taskSQL Case · Hard · 45 min
Measure average and maximum resolution hours for resolved tickets in each category.
View taskSQL Case · Medium · 30 min
Find high or urgent tickets whose first agent reply took more than 120 minutes, including tickets with no reply.
View taskSQL Case · Hard · 45 min
Build one operational summary row per ticket.
View taskSQL Case · Easy · 20 min
List open tickets that have no assigned agent.
View taskCoding (Platform) · Hard · 70 min
Workspace: react Difficulty: Hard Time: 70 minutes Context A support agent edits quantities in an existing checkout while another operator can change the same order on the server. The.
View taskCoding (Platform) · Medium · 55 min
Workspace: react Difficulty: Medium Time: 55 minutes Context An agent pages through checkout orders and searches for a customer’s order. In the supplied React screen, a slow response can.
View taskCoding (Platform) · Easy · 35 min
Workspace: react Difficulty: Easy Time: 35 minutes Context Support agents use a checkout work queue to find orders requiring attention. The supplied React screen already renders records and.
View taskSystem Design · Medium · 35 min
Design a notification platform that can send email, push, and SMS notifications while respecting user preferences, retries, rate limits, and analytics. Start with a balanced design and call.
View taskSystem Design · Medium · 35 min
Design a feature flag platform for gradual rollouts, kill switches, experiments, and targeted releases across web, mobile, and backend services. Start with a balanced design and call out the.
View taskSystem Design · Medium · 35 min
Design an audit log platform that records security-sensitive actions and lets customers search, export, and retain logs. Start with a balanced design and call out the highest-risk tradeoff..
View taskSystem Design · Medium · 35 min
Design a collaborative comments system for documents with mentions, permissions, unread state, edit history, and real-time updates. Start with a balanced design and call out the highest-risk.
View taskSystem Design · Hard · 45 min
Design an alerting and escalation system that routes production incidents to the right on-call engineers while reducing alert fatigue. Start with a balanced design and call out the.
View taskSystem Design · Hard · 45 min
Design a permissions platform for a multi-tenant SaaS product with roles, groups, resource-level access, audit logs, and safe policy changes. Start with a balanced design and call out the.
View taskSystem Design · Hard · 45 min
Design the frontend architecture for a collaborative document editor with offline edits, comments, presence, permissions, and conflict resolution. Start with a balanced design and call out.
View task