frank_newt_2795
Exemplar
Top 2.2%
Member Nº 1419
Joined Jun 2026
SQL
Window Deduplication
Multiple WINDOWs
Common Table Expressions
Python
Sets
f-strings
Lists
Spark
Window Deduplication
First & Last Values
Multiple Windows
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL13
Python5
Pipeline Architecture0
Milestones
Top 100
10 solved
7-day streak
First interview
961 runs in the past 26 weeksActive days: 23 · Max streak: 7
MarAprMayJunJulAugSep
Recent solves
Users With API Errors
SQL · medium
Given number = 14, print 'even' if number % 2 == 0, otherwise print 'odd'
Python · medium · lesson
Classify a sensor reading with compound conditions
Python · medium · lesson
Classify driving eligibility from age and license
Python · medium · lesson
You have three fruit variables
Python · medium · lesson
Validate a data record: check that `name` is not empty AND `age` is between 0 and 150 (inclusive)
Python · medium · lesson
Use nested if statements to check account access
Python · medium · lesson
Given a `status` string and two safe values `safe1` and `safe2`, print "alert" if the status does no
Python · medium · lesson
Two boolean variables are given: `is_logged_in` and `has_permission`
Python · medium · lesson
Categorize the variable `age` into life stages using if-elif-else: print "child" if age < 13, "teen"
Python · medium · lesson