DataDrivenDataDriven
LearnPracticeInterviewDiscussDailyJobs

Left on Read

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

Domain
SQL
Difficulty
medium
Seniority
L4

Problem

Our push notification system records an `opened` flag on every notification along with the campaign that sent it. Find the campaigns that pulled fewer opens than the average campaign, listed with the fewest opens first.

Summary

Every campaign fights for the tap. Find the ones the field is leaving behind.

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • SQL Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons