I applied online. I interviewed at eharmony (Los Angeles, CA)
Interview
Initial phone chat with recruiter, followed by hour long phone interview (with coding) with hiring manager. Then, flown into Los Angeles for 5 hour onsite interview with team - mostly whiteboarding + lunch.
Interview questions [6]
Question 1
[Phone+Collabedit] Find if two strings are anagrams
Given List<Integer> and an int x, output a List<List<Integer>> by splitting the original list into smaller lists of size x. For example input = ([2,4,5,3,6,8],2) then output = [[2,4],[5,3],[6,8]]