I applied online. The process took 2 weeks. I interviewed at Strike Social (Chicago, IL) in Mar 2021
Interview
It was pretty standard, though a lot of data related questions. You just need to prepare well for syntaxes related questions.
1. HR Interview
2. Tech Interview with 2 people, that's at least what I had
Interview questions [1]
Question 1
Given an unsorted array of integers, write a function to find the longest consecutive sequence of numbers. Your solution should run in O(n) time complexity.