Cash App Interview Questions

Cash App Interview Guides

Click or hover over a slice to explore questions for that topic.
SQL
(43)
Data Structures & Algorithms
(41)
Machine Learning
(41)
Probability
(29)
Product Sense & Metrics
(24)

Cash App Interview Questions

Practice for the Cash App interview with these recently asked interview questions.

QuestionTopicDifficulty
SQL
Hard

You’re given two tables, payments and users. The payments table holds all payments between users with the payment_state column consisting of either "success" or "failed"

How many customers that signed up in January 2020 had a combined (successful) sending and receiving volume greater than $100 in their first 30 days?

Note: The sender_id and recipient_id both represent the user_id.

payments table

Column Type
payment_id INTEGER
sender_id INTEGER
recipient_id INTEGER
created_at DATETIME
payment_state VARCHAR
amount_cents INTEGER

users table

Column Type
id INTEGER
created_at DATETIME

Output:

Column Type
num_customers INTEGER
SQL
Easy
SQL
Easy
Loading pricing options

View all Cash App questions

Challenge

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

Discussion & Interview Experiences

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