Remote Interview Experience For Frontend Role at Snap

Due to the original poster underestimating the algorithm-heavy nature of Snap OA, it seems they might have failed. The process involved 5 rounds, each with a 20-minute Behavioral Question (BQ) session followed by a coding section.

  1. BQ + system design - contacts
  2. BQ + coding - algorithm question
  3. BQ + coding - infiniti carousel
    30 minutes break
  4. BQ
  5. BQ + coding - input flattened dependencies array, then output dependencies array in the correct order, considering two algorithms and circular dependency
    [A, B]
    [A, C]
    [B, C]
    [C, ‘’]
    output = [C, B, A]