Snap Finance Interview Questions

Snap Finance Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(41)
Machine Learning
(37)
SQL
(30)
A/B Testing
(11)
Probability
(10)

Snap Finance Interview Questions

Practice for the Snap Finance interview with these recently asked interview questions.

QuestionTopicDifficulty
Machine Learning
Hard

You are given a list of [x,y] coordinates in a matrix called X.

Write a function using gradient descent to return a tuple describing the line of best fit for the given coordinates. The first number in the tuple should be the line’s slope. The second number in the tuple should be its y-intercept.

You may not import any libraries.

Example:

Input:

coordinates = [(0, 1), (1, 3), (2, 2), (3, 4), (4, 6), (5, 5), (6, 7), (7, 9), (8, 8), (9, 10), (10, 12), (11, 11), (12, 13), (13, 15), (14, 14), (15, 16), (16, 18), (17, 17), (18, 19)]

Output:

(1, 1) 
SQL
Easy
SQL
Easy
Loading pricing options

View all Snap Finance questions

Challenge

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

Snap Finance Salaries by Position

$245K
Software Engineer
Median: $245K
Mean (Average): $245K
Data points: 3

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $245,000 base salary while the Software Engineer role on average pays the least with a $245,000 base salary.

Discussion & Interview Experiences

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