I applied through a recruiter. I interviewed at Snap
Interview
- 2-3 technical video interviews
- Standard 5-minute introduction
- Medium/Hard Leetcode
- 15 minutes to talk about anything you want
In my first interview, the interviewer gave me a copy-paste leetcode hard and seemed rather disinterested (solve it, and you're good)
The second interview was an easier question, but the interviewer was more involved and asked questions along the way
I applied through a recruiter. I interviewed at Snap
Interview
New Grad Position
Phone interview(1hr) :
Discussion about my past projects
Coding question : Leetcode Medium
Final interview:
5hours onsite interview
Mixture of technical and behavioral interviews
PS: Practise Leetcode
They want perfect running codes which satisfy all the test cases
Overall a good experience
Interview questions [1]
Question 1
Leetcode questions
Can't say more because signed an NDA
I applied online. I interviewed at Snap (Boston, MA) in Mar 2021
Interview
I was really impressed with the questions from the interviewer. The questions were open ended and involved a discussion about my experience as well as my opinions about technology and patterns in frontend frameworks. The questions fed off of my answers as we meandered around React, state management, MobX, functional programming, and reactive programming. The code problem even seemed stem from my answers which I thought was a really nice touch.
Interview questions [1]
Question 1
Given some animation library in OO fashion (i.e. a class Animation { ... } with subscribe() and unsubscribe() methods which attach event handlers to some animating element), how would you rewrite this behavior in a functional style?