Candidatei-me online. Fiz uma entrevista na empresa eharmony (Los Angeles, CA).
Entrevista
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.
Perguntas de entrevista [6]
Pergunta 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]]