Databricks Data Scientist Data Manipulation (SQL/Python) Interview Questions
Practice the exact questions companies are asking right now.
3Questions
1Company
3 Questions 1 Company
Showing 3 results
Databricks
Easy
Data ScientistFind top-5 most similar rows across datasets
You can solve this in SQL or Python. You are given two datasets with the same feature columns: Tables target_rows (rows you want to match) - target_id...
Data Manipulation (SQL/Python)
0
0
Dec 11, 2025
Databricks
Easy
Data ScientistCount weekly customers with ≥$1000 YTD spend
You are given a transaction-level table and need to compute a weekly time series. Table transactions - date (DATE) — transaction date (assume UTC and ...
Data Manipulation (SQL/Python)
0
0
Dec 3, 2025
Databricks
Medium
Data ScientistCalculate Second-Degree Followers for Each YouTuber
following +----------+----------+ | YouTuber | follower | +----------+----------+ | A | B | | A | C | | B | D ...
Data Manipulation (SQL/Python)
0
0
Aug 4, 2025