Coinbase Data Manipulation (SQL/Python) Interview Questions

Practice the exact questions companies are asking right now.

7 Questions 1 Company10.13.2025
Showing 7 results
Role
Coinbase logo
Coinbase
Medium
Software Engineer

Compute delivery metrics and top-K queries

Compute delivery metrics and top-K queries You have restaurant menus and orders for a food delivery platform. Part 1: Given a user location and a set ...

Data Manipulation (SQL/Python)
10
0
96 people solved
Jul 31, 2025
Coinbase logo
Coinbase
Medium
Software Engineer

Implement filters and cursor pagination

Design and implement a transaction query module over a dataset or database where each transaction has startDate, endDate, userId, and amount. Requirem...

Data Manipulation (SQL/Python)
3
0
26 people solved
Sep 6, 2025
Coinbase logo
Coinbase
Medium
Data Scientist

Write SQL and Python for funnels/retention

Given the following schema and small samples, answer Parts A–C. Assume timestamps are UTC and "today" is 2025-09-01. Schema: users(id INT, country STR...

Data Manipulation (SQL/Python)
1
0
6 people solved
Oct 13, 2025
Coinbase logo
Coinbase
Medium
Data Scientist

Compute adoption, latency, and cross-region transactions

Invented schema: users(user_id INT PRIMARY KEY, user_region STRING, adopted_at TIMESTAMP NULL) transactions(txn_id INT PRIMARY KEY, user_id INT, txn_t...

Data Manipulation (SQL/Python)
3
0
44 people solved
Oct 13, 2025
Coinbase logo
Coinbase
Medium
Data Scientist

Write SQL: sum values ≤ each row’s value

Given table numbers(id INT PRIMARY KEY, val INT), return for every row the sum of all val across the entire table that are ≤ that row’s val (i.e., com...

Data Manipulation (SQL/Python)
6
0
55 people solved
Oct 13, 2025
Coinbase logo
Coinbase
Medium
Data Scientist

Calculate Adoption and Transaction Rates, Identify Cross-Region Sales

user_txn +---------+-------------+------------+---------------+------------------+---------------------+ | user_id | user_region | adopted_at | transa...

Data Manipulation (SQL/Python)
65
0
288 people solved
Jul 12, 2025
Coinbase logo
Coinbase
Medium
Data Scientist

Calculate Cumulative Sum for Each Integer in Table

numbers +-----+ | num | +-----+ | 1 | | 2 | | 13 | | 14 | | 15 | +-----+ Scenario You have a table containing one integer per row; for each row...

Data Manipulation (SQL/Python)
13
0
3 people solved
Jul 12, 2025

Explore more Coinbase Data Manipulation (SQL/Python) interview questions

Real questions from candidate reports, grouped by role, topic and company.

Other categories at Coinbase
Data Manipulation (SQL/Python) questions at other companies
Browse all