Round 1 (Technical Round)
- 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]
- Given a string of parentheses, generate all permutations of valid parentheses.
Round 2 (Hiring Manager Round)
- Questions based on current project.
- Service aggregator design - sync and async usage.
Round 3 (Founder Round)
- Discussion based on Previous experience
Offer details: Link