dhinesh_c_rajan
Exemplar
Top 2.2%
Member Nº 1204
Joined May 2026
SQL
Common Table Expressions
Self-Join
Scalar Subquery
Python
Conditionals
Tuples
Unpacking
Spark
Window Frames
Multiple Windows
Inequality Joins
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL30
Python0
Milestones
Top 100
Top 4% SQL
Hire verdict
10 solved
Solution author
1,574 runs in the past 26 weeksActive days: 9 · Max streak: 3
MarAprMayJunJulAugSep
Recent solves
Given n, use a for-else loop to check if n is prime
Python · medium · lesson
Given nums, use a for-else loop to search for the first negative number
Python · medium · lesson
Given colors and sizes, use nested for loops to print every combination in the format 'color-size',
Python · medium · lesson
Given letters, build a dictionary called freq that maps each character to how many times it appears
Python · medium · lesson
Given scores (a dictionary of name:score pairs), use a for loop with .items() to print only the name
Python · medium · lesson
Given keys and values, use dict() and zip() to create a dictionary called info
Python · medium · lesson
Given words, use enumerate() to find the indices of all words that have more than 4 characters
Python · medium · lesson
Given tasks, use enumerate() with start=1 to print a numbered task list
Python · medium · lesson
Given fruits, use enumerate() to print each fruit with its index in the format 'index: fruit'
Python · medium · lesson
Given items, initialize last to None before the loop
Python · medium · lesson