Rigi | SDE 1 | Bengaluru | Feb 2023
Anonymous User
2088
Apr 04, 2023
Apr 04, 2023

Round 1 (Technical Round)

  1. Given an array of integers, 1 or more zeroes in array, find distance of all zeroes with elements in given array.
    Example:
    Input: [1,2,3,0,4,5]
    Output: [3,2,1,0,1,2]
  2. Given a string of parentheses, generate all permutations of valid parentheses.

Round 2 (Hiring Manager Round)

  1. Questions based on current project.
  2. Service aggregator design - sync and async usage.

Round 3 (Founder Round)

  1. Discussion based on Previous experience

Offer details: Link

Comments (3)