Exegy Interview Questions

Exegy Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(62)
SQL
(33)
Machine Learning
(23)
A/B Testing
(13)
Product Sense & Metrics
(11)

Exegy Interview Questions

Practice for the Exegy 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 Exegy questions

Challenge

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

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