First round hackerrank test of one hour and thirty minutes consisting of 5 programming questions, later stages include phone / in-person interview.
The questions ranged from leetcode easy-hard, many of them were about substrings
Interview questions [1]
Question 1
What are the words missing between string one and string 2 where s2 is an ordered subsequence of s1:
e.g if string 1 is "I like bread" and string 2 is "I bread" return ["like"]