DataDrivenDataDriven
LearnPracticeInterviewDiscussDailyJobs

Platform Check

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

Domain
SQL
Difficulty
easy
Seniority
L3

Problem

The QA team is profiling performance regressions and wants to know which device and operating system each unusually long session ran on. For every session that lasted more than a thousand seconds, return the user, the device type, the operating system, and how long the session lasted.

Summary

When a session drags on, the platform it ran on is the first suspect.

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