Cointracker Interview Questions

Cointracker Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(41)
SQL
(32)
Machine Learning
(23)
Business Case
(11)
Product Sense & Metrics
(11)

Cointracker Interview Questions

Practice for the Cointracker interview with these recently asked interview questions.

QuestionTopicDifficulty
SQL
Hard

We’re given a table of bank transactions with three columns, user_id, a deposit or withdrawal value (determined if the value is positive or negative), and created_at time for each transaction.

Write a query to get the total three-day rolling average for deposits by day.

Note: Please use the format '%Y-%m-%d' for the date in the outout

Example:

Input:

bank_transactions table

Column Type
user_id INTEGER
created_at DATETIME
transaction_value FLOAT

Output:

Column Type
dt VARCHAR
rolling_three_day FLOAT
SQL
Easy
SQL
Easy
Loading pricing options

View all Cointracker questions

Challenge

Check your skills...
How prepared are you for working at Cointracker?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion