Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso eharmony (Los Angeles, CA)
Colloquio
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.
Domande di colloquio [6]
Domanda 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]]